51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"position": "bottom",
|
|
"height": 35,
|
|
|
|
"modules-left": ["hyprland/workspaces"],
|
|
"modules-right": ["idle_inhibitor", "cpu", "memory", "pulseaudio", "battery", "clock", "tray"],
|
|
"idle_inhibitor": {
|
|
"format": "{icon}",
|
|
"format-icons": {
|
|
"activated": "",
|
|
"deactivated": ""
|
|
}
|
|
},
|
|
"tray": {
|
|
"spacing": 10
|
|
},
|
|
"clock": {
|
|
"tooltip-format": "{calendar}",
|
|
"format": "{:%a %d.%m %H:%M:%S}",
|
|
"interval": 1
|
|
},
|
|
"cpu": {
|
|
"format": " {usage}%"
|
|
},
|
|
"memory": {
|
|
"format": " {}%"
|
|
},
|
|
"battery": {
|
|
"states": {
|
|
"good": 95,
|
|
"warning": 30,
|
|
"critical": 15
|
|
},
|
|
"format": "{icon} {capacity}% ({time})",
|
|
"format-charging": " {capacity}% ({time})",
|
|
"format-plugged": " {capacity}% ({time})",
|
|
"format-full": "{icon}",
|
|
"format-icons": ["", "", "", "", ""]
|
|
},
|
|
"pulseaudio": {
|
|
"format": "{icon} {volume}%",
|
|
"format-muted": " {format_source}",
|
|
"format-icons": {
|
|
"headphone": "",
|
|
"default": ["", "", ""]
|
|
},
|
|
"scroll-step": 5.0,
|
|
"on-click": "pulseaudio-popup"
|
|
}
|
|
}
|