118 lines
2 KiB
Text
118 lines
2 KiB
Text
|
{
|
||
|
"layer": "top",
|
||
|
"position": "top",
|
||
|
|
||
|
"modules-left": [
|
||
|
"river/tags",
|
||
|
"custom/right-arrow-dark",
|
||
|
"custom/right-arrow-light",
|
||
|
"river/mode",
|
||
|
"custom/right-arrow-dark"
|
||
|
],
|
||
|
"modules-center": [
|
||
|
"custom/left-arrow-dark",
|
||
|
"river/window",
|
||
|
"custom/left-arrow-light",
|
||
|
"custom/left-arrow-dark",
|
||
|
"clock#1",
|
||
|
"custom/right-arrow-dark",
|
||
|
"custom/right-arrow-light",
|
||
|
"",
|
||
|
"custom/right-arrow-dark"
|
||
|
],
|
||
|
"modules-right": [
|
||
|
"custom/left-arrow-dark",
|
||
|
"pulseaudio",
|
||
|
"custom/left-arrow-light",
|
||
|
"custom/left-arrow-dark",
|
||
|
"gamemode",
|
||
|
"custom/left-arrow-light",
|
||
|
"custom/left-arrow-dark",
|
||
|
"mpd",
|
||
|
"custom/left-arrow-light",
|
||
|
"custom/left-arrow-dark",
|
||
|
"disk",
|
||
|
"custom/left-arrow-light",
|
||
|
"custom/left-arrow-dark",
|
||
|
"battery",
|
||
|
"custom/left-arrow-light",
|
||
|
"custom/left-arrow-dark",
|
||
|
"tray"
|
||
|
],
|
||
|
|
||
|
"custom/left-arrow-dark": {
|
||
|
"format": "",
|
||
|
"tooltip": false
|
||
|
},
|
||
|
"custom/left-arrow-light": {
|
||
|
"format": "",
|
||
|
"tooltip": false
|
||
|
},
|
||
|
"custom/right-arrow-dark": {
|
||
|
"format": "",
|
||
|
"tooltip": false
|
||
|
},
|
||
|
"custom/right-arrow-light": {
|
||
|
"format": "",
|
||
|
"tooltip": false
|
||
|
},
|
||
|
|
||
|
"sway/workspaces": {
|
||
|
"disable-scroll": true,
|
||
|
"format": "{name}"
|
||
|
},
|
||
|
|
||
|
"clock#1": {
|
||
|
"format": "{:%a %d-%m-%y %H:%M}",
|
||
|
"tooltip": false
|
||
|
},
|
||
|
|
||
|
"pulseaudio": {
|
||
|
"format": "{icon} {volume:2}%",
|
||
|
"format-bluetooth": "{icon} {volume}%",
|
||
|
"format-muted": "MUTE",
|
||
|
"format-icons": {
|
||
|
"headphones": "",
|
||
|
"default": [
|
||
|
"",
|
||
|
""
|
||
|
]
|
||
|
},
|
||
|
"scroll-step": 5,
|
||
|
"on-click": "pamixer -t",
|
||
|
"on-click-right": "pavucontrol"
|
||
|
},
|
||
|
"memory": {
|
||
|
"interval": 5,
|
||
|
"format": "Mem {}%"
|
||
|
},
|
||
|
"cpu": {
|
||
|
"interval": 5,
|
||
|
"format": "CPU {usage:2}%"
|
||
|
},
|
||
|
"battery": {
|
||
|
"states": {
|
||
|
"good": 95,
|
||
|
"warning": 30,
|
||
|
"critical": 15
|
||
|
},
|
||
|
"format": "{icon} {capacity}%",
|
||
|
"format-icons": [
|
||
|
"",
|
||
|
"",
|
||
|
"",
|
||
|
"",
|
||
|
""
|
||
|
]
|
||
|
},
|
||
|
"disk": {
|
||
|
"interval": 5,
|
||
|
"format": "Disk {percentage_used:2}%",
|
||
|
"path": "/"
|
||
|
},
|
||
|
"tray": {
|
||
|
"icon-size": 20
|
||
|
}
|
||
|
}
|
||
|
|