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