Fix some stuff
This commit is contained in:
parent
0dbe93759a
commit
b149bf4ee8
7 changed files with 21 additions and 16 deletions
|
@ -58,9 +58,9 @@
|
|||
type = custom/script
|
||||
exec = $HOME/.config/polybar/scripts/player-mpris-simple.sh
|
||||
interval = 3
|
||||
click-left = playerctl previous &
|
||||
click-right = playerctl next &
|
||||
click-middle = playerctl play-pause &
|
||||
click-left = playerctl -p spotifyd previous &
|
||||
click-right = playerctl -p spotifyd next &
|
||||
click-middle = playerctl -p spotifyd play-pause &
|
||||
|
||||
format-prefix-foreground = ${colors.foreground}
|
||||
format-underline = ${colors.green}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue