diff options
author | katherine <shmibs@shmibbles.me> | 2017-03-07 13:41:52 -0700 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2017-03-07 13:41:52 -0700 |
commit | 9676f43ffad81ac477ae3989e6b2b1e129f85d98 (patch) | |
tree | c08eca44c160f69d5e221ce415e559e0bb265762 /.config/herbstluftwm/autostart | |
parent | 5aba9de367932be46aa471c71076d9e623d5abce (diff) | |
download | dotfiles-9676f43ffad81ac477ae3989e6b2b1e129f85d98.tar.gz |
preliminary support for light backgrounds
haven't managed to make one that felt ok yet, but still nice to have the
option
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 |