{
"layer": "top",
"height": 20,
"spacing": 4,
"margin": "5 5 0 5",
"modules-left": ["hyprland/workspaces", "hyprland/window"],
"modules-center" : ["clock"],
"modules-right": ["tray", "battery", "cpu", "temperature", "memory", "pulseaudio", "idle_inhibitor"],
"idle_inhibitor": {
"format": "{icon} ",
"format-icons": {
"activated": "",
"deactivated": ""
}
},
"tray": {
"spacing": 5
},
"clock": {
"format": " {:%H:%M %b %e}",
"tooltip-format": "{:%Y %B}\n{calendar}",
"format-alt": "Time to Mrrrp :3"
},
"cpu": {
"format": " {usage}%",
"tooltip": false,
"states": {
"critical": 85
}
},
"memory": {
"format": " {used:0.1f}GiB ({percentage}%)",
"states" :{
"warning": 70,
"critical": 90
}
},
"temperature": {
"hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
"critical-threshold": 85,
"format": "{icon} {temperatureC}°C",
"format-icons": [""]
},
"pulseaudio": {
"format": "{icon} {volume}% {format_source}",
"format-bluetooth": "{icon} {volume}% {format_source}",
"format-bluetooth-muted": " {icon} {format_source}",
"format-muted": " {format_source}",
"format-source": " {volume}%",
"format-source-muted": "",
"format-icons": {
"headphone": "",
"phone": "",
"portable": "",
"default": ["", "", ""]
},
"on-click": "pavucontrol"
},
"battery": {
"bat": "BAT0",
"interval": 60,
"states": {
"warning": 30,
"critical": 15
},
"format": "{icon} {capacity}%",
"format-charging": " {capacity}%",
"format-alt": "{time} {icon}",
"format-icons": [
"",
"",
"",
"",
""
]
},
"hyprland/workspaces" :{
"persistent-workspaces": {
"1": [],
"2": [],
"3": []
}
}
}