etc/waybar/config.jsonc

106 lines
1.5 KiB
Text
Raw Normal View History

2024-07-11 10:28:52 +03:00
{
"layer": "top",
"position": "top",
"river/window" : {
"max-length": 80,
"min-length": 80
},
"river/mode" : {
"format": "Mode: {}"
},
2024-07-11 10:28:52 +03:00
"modules-left": [
"river/tags",
"river/window",
2024-07-11 10:28:52 +03:00
"river/mode",
],
"modules-center": [
],
"modules-right": [
"clock#1",
2024-07-11 10:28:52 +03:00
"pulseaudio",
"gamemode",
"mpd",
"disk",
"battery",
"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
}
}