32 lines
713 B
JSON
32 lines
713 B
JSON
{
|
|
"position": "top",
|
|
"height": 0,
|
|
"spacing": 16,
|
|
"modules-left": ["mpris"],
|
|
"modules-center": ["river/tags"],
|
|
"modules-right": ["wireplumber", "clock"],
|
|
"mpris": {
|
|
"format": "{player_icon} {dynamic}",
|
|
"format-paused": "{status_icon} <i>{dynamic}</i>",
|
|
"interval": 1,
|
|
"dynamic-len": 52,
|
|
"player-icons": {
|
|
"default": "▶",
|
|
"mpv": "🎵",
|
|
},
|
|
"status-icons": {
|
|
"paused": "",
|
|
"paused": "⏸",
|
|
},
|
|
},
|
|
"clock": {
|
|
"format": " {:%H:%M}",
|
|
"tooltip-format": "{:%A, %B %d, %Y}",
|
|
},
|
|
"wireplumber": {
|
|
"format": "{icon} {volume}%",
|
|
"format-muted": "",
|
|
"on-click": "helvum",
|
|
"format-icons": ["", "", ""],
|
|
},
|
|
}
|