{ "layer": "top", "position": "top", "height": 30, "spacing": 8, "modules-left": [ "hyprland/workspaces", "hyprland/window" ], "modules-center": [ ], "modules-right": [ "tray", "network", "battery", "cpu", "memory", "disk", "clock" ], "hyprland/workspaces": { "format": "{name}", "persistent-workspaces": { "*" : 10 } }, "hyprland/window" : { "max-length": 40, "seperate-outputs": false }, "tray": { "spacing": 10 }, "clock": { "format-alt": "{:%Y-%m-%d}" }, "cpu": { "format": "CPU: {usage}%", "tooltip": false }, "memory": { "format": "RAM: {used}GiB" }, "disk": { "interval": 60, "path": "/", "format": "ROOT: {free}" }, "battery": { "states": { "good": 95, "warning": 30, "critical": 15 }, "format": "BAT: {capacity}%", "format-plugged": "BAT!: {capacity}%" }, "network": { "format": "ONLINE", "format-disconnected": "OFFLINE" } }