nixos-config/home/waybar/config.json
2025-08-09 00:11:07 -06:00

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": "󰖪" }
}