From f9f087f055dcca066b74da159a448ed227f26e7e Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Thu, 7 Sep 2023 23:50:02 -0400 Subject: added music info to waybar --- home-config/waybar/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home-config/waybar/config') diff --git a/home-config/waybar/config b/home-config/waybar/config index 677c60c..731c119 100644 --- a/home-config/waybar/config +++ b/home-config/waybar/config @@ -75,9 +75,9 @@ "interval": 2, "return-type": "json", "exec": "~/.config/waybar/modules/spotify.sh", - "exec-if": "pgrep spotifyd", + "exec-if": "~/.config/waybar/modules/check-for-music.sh", "escape": true, - "on-click": "~/.config/waybar/modules/spotify-play-pause.sh play-pause" + "on-click": "playerctl play-pause" }, "custom/storage": { "format-alt": "{} ", -- cgit v1.2.3