90 lines
1.2 KiB
JSON
90 lines
1.2 KiB
JSON
{
|
|
|
|
// We'll need to make two different bars
|
|
|
|
"height": 15,
|
|
"position": "top",
|
|
|
|
"reload-style-on-change": true,
|
|
|
|
// List to modify
|
|
|
|
"modules-left":["river/tags"],
|
|
"modules-right":["mpd","wireplumber","cpu","memory","temperature","disk","network","battery","tray","clock"],
|
|
|
|
// Left modules
|
|
"river/tags": {
|
|
"num-tags": 9,
|
|
"tag-labels": [
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
""
|
|
]
|
|
},
|
|
|
|
|
|
// Right modules
|
|
"mpd": {
|
|
|
|
},
|
|
|
|
"wireplumber": {
|
|
"format": "{icon} {volume}%",
|
|
"format-muted": " Muted",
|
|
"on-click": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle",
|
|
"on-click-right": "helvum",
|
|
"format-icons": ["", "", ""]
|
|
|
|
|
|
},
|
|
|
|
"cpu": {
|
|
|
|
},
|
|
|
|
"memory": {
|
|
|
|
},
|
|
|
|
"temperature": {
|
|
|
|
},
|
|
|
|
"disk": {
|
|
|
|
},
|
|
|
|
"network":{
|
|
"format-icons": [
|
|
"",
|
|
"",
|
|
"",
|
|
""
|
|
],
|
|
"format-ethernet": "{essid} ",
|
|
"format-wifi": "{essid} {icon}",
|
|
"format-disconnected": "Disconnected "
|
|
},
|
|
|
|
"battery": {
|
|
|
|
},
|
|
|
|
"tray": {
|
|
|
|
},
|
|
|
|
"clock": {
|
|
"format": "{:%OI:%M %p}"
|
|
}
|
|
|
|
|
|
// Any custom modules go below here
|
|
}
|