You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dotfiles/polybar/modules/spotify.ini

29 lines
713 B

[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