rice/polybar-modules/playerctl.ini

27 lines
781 B
INI
Raw Permalink Normal View History

2021-07-28 23:44:53 -07:00
[module/playerctl-show]
type = custom/script
tail = true
interval = 0
2021-09-01 23:06:47 -07:00
exec = $HOME/SudacodeRice/scripts/playerctl-controls.sh -s
2021-07-28 23:44:53 -07:00
format = <label>
2021-09-01 23:06:47 -07:00
click-left = exec $HOME/SudacodeRice/scripts/playerctl-controls.sh -t
2021-07-28 23:44:53 -07:00
format-padding = 1
format-underline = #1DB954
format-foreground = #55AEBB
[module/playerctl-next]
type = custom/script
2021-09-01 23:06:47 -07:00
click-left = $HOME/SudacodeRice/scripts/playerctl-controls.sh -n
exec = $HOME/SudacodeRice/scripts/playerctl-controls.sh -f
2021-07-28 23:44:53 -07:00
format-padding = 1
format-underline = #1DB954
format-foreground = #55AEBB
[module/playerctl-prev]
type = custom/script
2021-09-01 23:06:47 -07:00
click-left = $HOME/SudacodeRice/scripts/playerctl-controls.sh -p
exec = $HOME/SudacodeRice/scripts/playerctl-controls.sh -b
2021-07-28 23:44:53 -07:00
format-padding = 1
format-underline = #1DB954
format-foreground = #55AEBB