From ebe0896a3adb13210b84ed3d01946c2f83b6fb3f Mon Sep 17 00:00:00 2001 From: katherine Date: Fri, 26 Oct 2018 05:09:59 -0700 Subject: add missed closeme --- .config/herbstluftwm/mpc-status.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config') diff --git a/.config/herbstluftwm/mpc-status.sh b/.config/herbstluftwm/mpc-status.sh index 58b530f..2c1a662 100755 --- a/.config/herbstluftwm/mpc-status.sh +++ b/.config/herbstluftwm/mpc-status.sh @@ -13,12 +13,12 @@ esac mpc status >/dev/null 2>&1 if [[ $? -ne 0 ]]; then - notify-send "mpd disconnected" + notify-send -a closeme "mpd disconnected" exit fi if [[ -z "$(mpc status | grep -E '\[(playing|paused)\]')" ]]; then - notify-send "mpd stopped" + notify-send -a closeme "mpd stopped" exit fi -- cgit v1.2.3