blob: 342cfc2d186463fc26ee84350ead5b25312e16fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[module/wacomtouch]
type = custom/script
exec = ~/.local/share/bin/wacomtouch
interval = 1
# label-font = 1
[module/mpd]
type = internal/mpd
format-online = <toggle> <label-song>
format-offline =
format-stopped =
icon-play =
icon-pause =
label-song = %artist% - %{T2}%title%%{T-}
label-song-maxlen = 50
label-song-ellipsis = true
# vim:ft=dosini
|