Files
dotfiles/waybar/config.jsonc
2026-04-20 20:37:54 +02:00

176 lines
5.4 KiB
JSON

[
{
"layer": "top",
"output": "DP-2",
"position": "top",
"height": 24,
"spacing": 4,
"margin-top": 8,
"margin-left": 10,
"margin-right": 10,
"modules-left": ["hyprland/workspaces", "hyprland/window"],
"modules-center": ["custom/logout","clock", "custom/settings"],
"modules-right": ["custom/theme", "pulseaudio", "network", "cpu", "memory", "battery", "tray"],
"hyprland/workspaces": {
"format": "{icon}",
"on-click": "activate",
"all-outputs": false,
"active-only": false,
"persistent-workspaces": {
"DP-2": [1, 2, 3, 4, 5]
},
"format-icons": {
"1": "1", "2": "2", "3": "3", "4": "4", "5": "5",
"urgent": "", "default": ""
}
},
"hyprland/window": { "format": " {}", "max-length": 20, "separate-outputs": true },
"clock": {
"interval": 1,
"format": "{:%H:%M:%S}",
"format-alt": "{:%H:%M, %A, %B %d %Y}",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"
},
"cpu": { "format": "{usage}%", "tooltip": true, "interval": 2 },
"memory": { "format": "{used:0.1f}G", "interval": 2 },
"battery": {
"states": { "warning": 30, "critical": 15 },
"format": "{icon} {capacity}%",
"format-charging": "{capacity}%",
"format-plugged": "{capacity}%",
"format-icons": ["", "", "", "", ""]
},
"network": {
"format-wifi": "{signalStrength}%",
"format-ethernet": "{ipaddr}",
"format-disconnected": "󰌙 Offline",
"tooltip-format": "{essid} — {ipaddr}\n{bandwidthUpBits} up {bandwidthDownBits} down",
"interval": 5
},
"pulseaudio": {
"format": "{icon} {volume}%",
"format-muted": "󰝟 Muted",
"format-icons": { "headphone": "󰋋", "default": ["󰕿", "󰖀", "󰕾"] },
"on-click": "~/.config/eww/scripts/toggle-mixer.sh"
},
"custom/settings": {
"format": "󰒓",
"on-click": "your-settings-command"
},
"custom/logout": {
"format": "󰍃",
"on-click": "your-logout-command"
},
"custom/theme": {
"exec": "$HOME/.config/hypr/theme-cycle.sh status",
"exec-on-event": true,
"return-type": "json",
"interval": 2,
"on-click": "$HOME/.config/hypr/theme-cycle.sh next",
"on-click-right": "$HOME/.config/hypr/theme-cycle.sh auto",
"on-scroll-up": "$HOME/.config/hypr/theme-cycle.sh day",
"on-scroll-down": "$HOME/.config/hypr/wallthemepaper-cycle.sh night"
},
"tray": { "spacing": 8, "icon-size": 16 },
"custom/2d-workspaces": {
"exec": "~/.config/hypr/2d-workspaces.sh",
"return-type": "json",
"interval": "once",
"restart-interval": 1,
"signal": 8
}
},
{
"layer": "top",
"output": "HDMI-A-1",
"position": "top",
"height": 24,
"spacing": 4,
"margin-top": 8,
"margin-left": 10,
"margin-right": 10,
"modules-left": ["hyprland/workspaces", "hyprland/window"],
"modules-center": ["custom/logout","clock", "custom/settings"],
"modules-right": ["custom/theme", "pulseaudio", "network", "cpu", "memory", "battery", "tray"],
"hyprland/workspaces": {
"format": "{icon}",
"on-click": "activate",
"all-outputs": false,
"active-only": false,
"persistent-workspaces": {
"HDMI-A-1": [6, 7, 8, 9, 10]
},
"format-icons": {
"6": "6", "7": "7", "8": "8", "9": "9", "10": "10",
"urgent": "", "default": ""
}
},
"hyprland/window": { "format": " {}", "max-length": 50, "separate-outputs": true },
"clock": {
"interval": 1,
"format": "{:%H:%M:%S}",
"format-alt": "{:%H:%M, %A, %B %d %Y}",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"
},
"cpu": { "format": "{usage}%", "tooltip": true, "interval": 2 },
"memory": { "format": "{used:0.1f}G", "interval": 2 },
"battery": {
"states": { "warning": 30, "critical": 15 },
"format": "{icon} {capacity}%",
"format-charging": "{capacity}%",
"format-plugged": "{capacity}%",
"format-icons": ["", "", "", "", ""]
},
"network": {
"format-wifi": "{signalStrength}%",
"format-ethernet": " {ipaddr}",
"format-disconnected": "󰌙 Offline",
"tooltip-format": "{essid} — {ipaddr}\n{bandwidthUpBits} up {bandwidthDownBits} down",
"interval": 5
},
"pulseaudio": {
"format": "{icon} {volume}%",
"format-muted": "󰝟 Muted",
"format-icons": { "headphone": "󰋋", "default": ["󰕿", "󰖀", "󰕾"] },
"on-click": "pavucontrol"
},
"custom/settings": {
"format": "󰒓",
"on-click": "your-settings-command"
},
"custom/logout": {
"format": "󰍃",
"on-click": "your-logout-command"
},
"custom/theme": {
"exec": "$HOME/.config/hypr/theme-cycle.sh status",
"exec-on-event": true,
"return-type": "json",
"interval": 2,
"on-click": "$HOME/.config/hypr/theme-cycle.sh next",
"on-click-right": "$HOME/.config/hypr/theme-cycle.sh auto",
"on-scroll-up": "$HOME/.config/hypr/theme-cycle.sh day",
"on-scroll-down": "$HOME/.config/hypr/wallthemepaper-cycle.sh night"
},
"tray": { "spacing": 8, "icon-size": 16 },
"custom/2d-workspaces": {
"exec": "~/.config/hypr/2d-workspaces.sh",
"return-type": "json",
"interval": "once",
"restart-interval": 1,
"signal": 8
}
}
]