Improved polybar config
parent
79af7c4143
commit
6b9446033e
@ -1,33 +0,0 @@
|
||||
[module/spotify]
|
||||
type = custom/script
|
||||
tail = true
|
||||
|
||||
label-font = 3
|
||||
|
||||
format-prefix =
|
||||
format = <label>
|
||||
exec = ~/.config/polybar/scripts/scroll_spotify_status.sh
|
||||
|
||||
[module/spotify-prev]
|
||||
type = custom/script
|
||||
exec = echo
|
||||
format = <label>
|
||||
click-left = playerctl previous -p spotify
|
||||
|
||||
[module/spotify-play-pause]
|
||||
type = custom/script
|
||||
|
||||
exec = echo
|
||||
; hook-1 = echo
|
||||
|
||||
; initial = 1
|
||||
|
||||
format = <label>
|
||||
|
||||
click-left = playerctl play-pause -p spotify
|
||||
|
||||
[module/spotify-next]
|
||||
type = custom/script
|
||||
exec = echo
|
||||
format = <label>
|
||||
click-left = playerctl next -p spotify
|
Reference in new issue