From 7e3e104baccc34b5583f7695f1a4d3768541fc94 Mon Sep 17 00:00:00 2001 From: dx Date: Thu, 9 Jul 2020 22:07:30 +0100 Subject: +script to update dwmbar based on music changes --- SXHkD/.config/sxhkd/sxhkdrc | 2 -- 1 file changed, 2 deletions(-) (limited to 'SXHkD') diff --git a/SXHkD/.config/sxhkd/sxhkdrc b/SXHkD/.config/sxhkd/sxhkdrc index b80a1ea..36dc3b8 100644 --- a/SXHkD/.config/sxhkd/sxhkdrc +++ b/SXHkD/.config/sxhkd/sxhkdrc @@ -45,12 +45,10 @@ super + F12 # Music and volume F{6,7,8} mpc -q {prev,toggle,next}; \ - kill -45 $(pidof dwmblocks); \ notify-send "MPD: Track $(mpc --format '%title%' | head -1)"; XF86Audio{Prev,Next} mpc -q {prev,next}; \ - kill -45 $(pidof dwmblocks); \ notify-send "MPD: Track $(mpc --format '%title%' | head -1)"; {_,hyper + }F{9,10} -- cgit v1.2.3-13-gbd6f