{
"layer": "top",
"position": "top",
"height": 28,
"modules-left": ["hyprland/workspaces"],
"modules-center": ["hyprland/window"],
"modules-right": ["cpu", "memory", "network", "privacy", "pulseaudio", "clock"],
"hyprland/workspaces": {
"disable-scroll": true,
"all-outputs": false,
"format": "{name}",
"on-click": "activate"
},
"hyprland/window": {
"format": "{}",
"max-length": 60
},
"cpu": {
"format": " {usage}%",
"interval": 2
},
"memory": {
"format": " {used:0.1f}G",
"interval": 5
},
"network": {
"format": " {bandwidthDownBits} {bandwidthUpBits}",
"format-disconnected": "⚠ offline",
"interval": 5
},
"pulseaudio": {
"format": " {volume}%",
"format-muted": " muted",
"on-click": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
},
"clock": {
"interval": 60,
"timezone": "Europe/Berlin",
"format": "{:%a %d.%m %R }",
"tooltip-format": "{calendar}",
"calendar": {
"mode" : "month",
"mode-mon-col" : 3,
"weeks-pos" : "right",
"on-scroll" : 1,
"on-click-right": "mode",
"format": {
"months": "{}",
"days": "{}",
"weeks": "W{}",
"weekdays": "{}",
"today": "{}"
}
},
"actions": {
"on-click-right": "mode",
}
},
"privacy": {
"icon-size": 16,
"spacing": 5
}
}