From b2c2ec02f4bf781216fe526c1985fc9338d46a1d Mon Sep 17 00:00:00 2001 From: katherine Date: Fri, 5 Oct 2018 08:14:03 -0700 Subject: fix dunst (finally!) --- .config/herbstluftwm/autostart | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to '.config/herbstluftwm/autostart') 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 -- cgit v1.2.3