diff options
Diffstat (limited to '.config/herbstluftwm/autostart')
-rwxr-xr-x | .config/herbstluftwm/autostart | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index a2ad57d..458a2b3 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -163,7 +163,7 @@ hc keybind Mod4-Shift-w spawn urxvt -name "weechat" -e weechat # dmenu hc keybind Mod4-0 spawn dmenu_run -fn "${bfont}:size=${bfont_size}" \ -p "Run:" -h "$bheight" \ - -nb "$bg_normal" -nf "$fg_normal" \ + -nb "$bar_bg" -nf "$bar_fg" \ -sb "$bg_focus" -sf "$fg_focus" hc keybind Mod4-9 spawn ~/.config/herbstluftwm/switcher.sh hc keybind Mod4-8 spawn ~/.config/herbstluftwm/calc.sh @@ -211,8 +211,8 @@ done # run dunst with theme colours pkill dunst -dunst -lb $bg_normal -nb $bg_normal -cb $bg_focus \ - -lf $fg_normal -nf $fg_normal -cf $fg_focus \ +dunst -lb $bar_bg -nb $bar_bg -cb $bg_focus \ + -lf $bar_fg -nf $bar_fg -cf $fg_focus \ -frame_color $bg_focus -geom "0x3-4+$(($bheight + 4))" \ -fn "$mfont $mfont_size,$jfont $jfont_size,$cfont $cfont_size,$efont $efont_size,$bkfont $bkfont_size" \ -max_icon_size 0 |