81 lines
876 B
JSON
81 lines
876 B
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-center":["river/window"],
|
|
"modules-right":["mpd","wireplumber","cpu","memory","temperature","disk","network","battery","tray","clock"],
|
|
|
|
// Left modules
|
|
"river/tags": {
|
|
"num-tags": 9,
|
|
"tag-labels": [
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
""
|
|
]
|
|
},
|
|
|
|
// Center modules
|
|
"river/window": {
|
|
|
|
},
|
|
|
|
// Right modules
|
|
"mpd": {
|
|
|
|
},
|
|
|
|
"wireplumber": {
|
|
|
|
},
|
|
|
|
"cpu": {
|
|
|
|
},
|
|
|
|
"memory": {
|
|
|
|
},
|
|
|
|
"temperature": {
|
|
|
|
},
|
|
|
|
"disk": {
|
|
|
|
},
|
|
|
|
"network":{
|
|
|
|
},
|
|
|
|
"battery": {
|
|
|
|
},
|
|
|
|
"tray": {
|
|
|
|
},
|
|
|
|
"clock": {
|
|
"format": "{:%OI:%M %p}"
|
|
}
|
|
|
|
|
|
// Any custom modules go below here
|
|
}
|