aboutsummaryrefslogtreecommitdiff
path: root/.config/polybar
diff options
context:
space:
mode:
Diffstat (limited to '.config/polybar')
-rw-r--r--.config/polybar/config7
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/polybar/config b/.config/polybar/config
index fd08d4a..24ac5e3 100644
--- a/.config/polybar/config
+++ b/.config/polybar/config
@@ -464,12 +464,16 @@ exec = ~/.config/polybar/scripts/scroll_spotify_status.sh
[module/spotify-prev]
type = custom/script
+tail = true
+interval = 1
exec = echo " 􁋮 "
format = <label>
click-left = playerctl previous -p spotify
[module/spotify-play-pause]
type = custom/ipc
+tail = true
+interval = 1
hook-0 = echo "􀊗"
hook-1 = echo "􀊕"
initial = 1
@@ -477,6 +481,9 @@ click-left = playerctl play-pause -p spotify
[module/spotify-next]
type = custom/script
+#type = custom/ipc
+tail = true
+interval = 1
exec = echo " 􁋰"
format = <label>
click-left = playerctl next -p spotify