diff options
author | katherine <shmibs@shmibbles.me> | 2018-10-05 08:14:03 -0700 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2018-10-05 08:14:03 -0700 |
commit | b2c2ec02f4bf781216fe526c1985fc9338d46a1d (patch) | |
tree | 789ce06cae971a20e3584f655330d3df6baa505e /.config/herbstluftwm/autostart | |
parent | 63f30fb2220d20ce25f6b182e062a6101bcf3895 (diff) | |
download | dotfiles-b2c2ec02f4bf781216fe526c1985fc9338d46a1d.tar.gz |
fix dunst (finally!)
Diffstat (limited to '.config/herbstluftwm/autostart')
-rwxr-xr-x | .config/herbstluftwm/autostart | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index f69db5a..266b679 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -216,10 +216,9 @@ for monitor in $(hc list_monitors | cut -d: -f1) ; do done # run dunst with theme colours -# pkill dunst -# 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 -# +pkill dunst +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" \ + -max_icon_size 0 |