diff options
author | katherine <shmibs@shmibbles.me> | 2016-01-27 23:23:54 -0700 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2016-01-27 23:23:54 -0700 |
commit | 69169f0f2556dbc92bf79715f5c2e9336a074177 (patch) | |
tree | 9a5bae11a296b0150dffbbd38bb072efc1b0b7d8 /.config/herbstluftwm/autostart | |
parent | 614773db428933d7e8b781816d706c40346d2417 (diff) | |
download | dotfiles-69169f0f2556dbc92bf79715f5c2e9336a074177.tar.gz |
panel mpd play status
Diffstat (limited to '.config/herbstluftwm/autostart')
-rwxr-xr-x | .config/herbstluftwm/autostart | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index 12361b6..f24fb38 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -202,6 +202,7 @@ for monitor in $(hc list_monitors | cut -d: -f1) ; do 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 \ -frame_color $bg_focus -geom "0x3-4+$(($bheight + 4))" |