35 lines
1020 B
JSON
35 lines
1020 B
JSON
{
|
|
"layer": "top",
|
|
"position": "top",
|
|
"height": 32,
|
|
"spacing": 8,
|
|
|
|
"modules-left": ["hyprland/workspaces", "custom/windowtitle"],
|
|
"modules-center": ["clock"],
|
|
"modules-right": ["cpu", "memory", "temperature", "pulseaudio", "network", "tray"],
|
|
|
|
"hyprland/workspaces": {
|
|
"format": "{icon}",
|
|
"format-icons": {
|
|
"1": "",
|
|
"2": "",
|
|
"3": "",
|
|
"4": "",
|
|
"5": ""
|
|
}
|
|
},
|
|
|
|
"custom/windowtitle": {
|
|
"format": "{}",
|
|
"exec": "hyprctl activewindow -j | jq -r .title",
|
|
"interval": 1
|
|
},
|
|
|
|
"clock": { "format": " %H:%M %d/%m/%Y" },
|
|
"cpu": { "format": " {usage}%" },
|
|
"memory": { "format": " {used:0.1f}G" },
|
|
"temperature": { "hwmon-path": "/sys/class/thermal/thermal_zone0/temp", "format": " {temperatureC}°C" },
|
|
"pulseaudio": { "format": "{icon} {volume}%", "format-icons": ["", "", ""] },
|
|
"network": { "format-wifi": " {essid} {signalStrength}%", "format-ethernet": " {ifname}", "format-disconnected": "" }
|
|
}
|