mirror of
https://github.com/ksyasuda/rice.git
synced 2024-10-28 09:04:10 -07:00
27 lines
721 B
INI
27 lines
721 B
INI
|
[module/playerctl-show]
|
||
|
type = custom/script
|
||
|
tail = true
|
||
|
interval = 0
|
||
|
exec = $HOME/i3/scripts/playerctl-controls.sh -s
|
||
|
format = <label>
|
||
|
click-left = exec $HOME/i3/scripts/playerctl-controls.sh -t
|
||
|
format-padding = 1
|
||
|
format-underline = #1DB954
|
||
|
format-foreground = #55AEBB
|
||
|
|
||
|
[module/playerctl-next]
|
||
|
type = custom/script
|
||
|
click-left = $HOME/i3/scripts/playerctl-controls.sh -n
|
||
|
exec = $HOME/i3/scripts/playerctl-controls.sh -f
|
||
|
format-padding = 1
|
||
|
format-underline = #1DB954
|
||
|
format-foreground = #55AEBB
|
||
|
|
||
|
[module/playerctl-prev]
|
||
|
type = custom/script
|
||
|
click-left = $HOME/i3/scripts/playerctl-controls.sh -p
|
||
|
exec = $HOME/i3/scripts/playerctl-controls.sh -b
|
||
|
format-padding = 1
|
||
|
format-underline = #1DB954
|
||
|
format-foreground = #55AEBB
|