blob: 80b7f25cc291b45ccfd332b22fdb381d6724ab82 (
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 = %{T2}%artist%%{T-}: %title%
label-song-maxlen = 50
label-song-ellipsis = true
# vim:ft=dosini
|