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/panel.sh | |
parent | 63f30fb2220d20ce25f6b182e062a6101bcf3895 (diff) | |
download | dotfiles-b2c2ec02f4bf781216fe526c1985fc9338d46a1d.tar.gz |
fix dunst (finally!)
Diffstat (limited to '.config/herbstluftwm/panel.sh')
-rwxr-xr-x | .config/herbstluftwm/panel.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/herbstluftwm/panel.sh b/.config/herbstluftwm/panel.sh index 057245a..41708a6 100755 --- a/.config/herbstluftwm/panel.sh +++ b/.config/herbstluftwm/panel.sh @@ -313,7 +313,7 @@ event_when() { while read command; do case "$command" in date) - notify-send "$(LANG=ja_JP.UTF-8 cal)" + notify-send "$(LANG=ja_JP.UTF-8 cal)" ;; mpd) ~/.config/herbstluftwm/mpc-status.sh |