diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-09-07 23:50:02 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-09-07 23:50:02 -0400 |
commit | f9f087f055dcca066b74da159a448ed227f26e7e (patch) | |
tree | ba1f6fbe3369352cb76690209286dcbe1cea3fb0 /home-config/waybar/config | |
parent | e8351e69e99e35c42e9a04551e2c3d7aabf870da (diff) |
added music info to waybar
Diffstat (limited to 'home-config/waybar/config')
-rw-r--r-- | home-config/waybar/config | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
75 | "interval": 2, | 75 | "interval": 2, |
76 | "return-type": "json", | 76 | "return-type": "json", |
77 | "exec": "~/.config/waybar/modules/spotify.sh", | 77 | "exec": "~/.config/waybar/modules/spotify.sh", |
78 | "exec-if": "pgrep spotifyd", | 78 | "exec-if": "~/.config/waybar/modules/check-for-music.sh", |
79 | "escape": true, | 79 | "escape": true, |
80 | "on-click": "~/.config/waybar/modules/spotify-play-pause.sh play-pause" | 80 | "on-click": "playerctl play-pause" |
81 | }, | 81 | }, |
82 | "custom/storage": { | 82 | "custom/storage": { |
83 | "format-alt": "{} ", | 83 | "format-alt": "{} ", |