i3 / desktop stuff.
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
[module/spotify-icon]
|
||||
type = custom/script
|
||||
exec = .config/polybar/scripts/spotify-icon.sh
|
||||
interval = 1
|
||||
|
||||
[module/spotify-music]
|
||||
type = custom/script
|
||||
exec = .config/polybar/scripts/spotify-music.sh
|
||||
click-left = bspc desktop -f '^10'
|
||||
interval = 1
|
||||
|
||||
[module/spotify-prev]
|
||||
type = custom/script
|
||||
exec = .config/polybar/scripts/spotify-prev.sh
|
||||
click-left = playerctl --player=spotify previous
|
||||
interval = 1
|
||||
|
||||
[module/spotify-play-pause]
|
||||
type = custom/script
|
||||
exec = .config/polybar/scripts/spotify-play-pause.sh
|
||||
click-left = playerctl --player=spotify play-pause
|
||||
interval = 1
|
||||
|
||||
[module/spotify-next]
|
||||
type = custom/script
|
||||
exec = .config/polybar/scripts/spotify-next.sh
|
||||
click-left = playerctl --player=spotify next
|
||||
interval = 1
|
||||
Reference in New Issue
Block a user