// -*- mode: jsonc -*- [ // ── Obere Bar ────────────────────────────────────────────── { "layer": "top", "position": "top", "height": 24, "spacing": 2, "modules-left": [ "hyprland/workspaces", "hyprland/window" ], "modules-center": [ "clock" ], "modules-right": [ "temperature", "cpu", "memory", "battery", "pulseaudio", "network", "tray" ], "hyprland/workspaces": { "format": "{id}", "on-scroll-up": "hyprctl dispatch workspace e+1", "on-scroll-down": "hyprctl dispatch workspace e-1", "all-outputs": false }, "hyprland/window": { "max-length": 60, "separate-outputs": true }, "clock": { "format": "\uf017 {:%H:%M}", "format-alt": "\uf073 {:%d.%m.%Y %H:%M}", "tooltip-format": "{:%B %Y}\n{calendar}" }, "cpu": { "format": "\uf2db {usage}%", "tooltip": false, "interval": 2 }, "memory": { "format": "\uf538 {percentage}%", "interval": 5 }, "temperature": { "critical-threshold": 80, "format": "\uf2c9 {temperatureC}°C", "format-critical": "\uf2c9 {temperatureC}°C" }, "network": { "format-wifi": "\uf1eb {essid}", "format-ethernet": "\uf796 {ipaddr}", "format-disconnected": "\uf071 Offline", "tooltip-format": "{ifname} via {gwaddr}\n{ipaddr}/{cidr}", "on-click": "nm-connection-editor" }, "battery": { "format": "{icon} {capacity}%", "format-charging": "\uf0e7 {capacity}%", "format-plugged": "\uf1e6 {capacity}%", "format-icons": ["\uf244", "\uf243", "\uf242", "\uf241", "\uf240"], "states": { "warning": 30, "critical": 15 }, "tooltip-format": "{timeTo}, {power:.1f}W" }, "pulseaudio": { "format": "{icon} {volume}%", "format-muted": "\uf6a9 stumm", "format-icons": { "headphone": "\uf025", "headset": "\uf590", "default": ["\uf026", "\uf027", "\uf028"] }, "on-click": "pavucontrol", "scroll-step": 5 }, "tray": { "spacing": 8, "icon-size": 16 } }, // ── Untere Bar ───────────────────────────────────────────── { "layer": "top", "position": "bottom", "height": 18, "spacing": 2, "exclusive": true, "modules-left": [ "custom/notification" ], "modules-center": [], "modules-right": [ "disk", "network#speed" ], "hyprland/window#bottom": { "max-length": 80, "separate-outputs": true, "format": "\uf2d0 {title}", "rewrite": { "": "\uf2d0 Desktop" } }, "custom/notification": { "exec": "[ -f /tmp/waybar-notif ] && echo \"\uf0f3 $(cat /tmp/waybar-notif)\" || echo ''", "interval": 2, "format": "{}", "max-length": 80, "on-click": "rm -f /tmp/waybar-notif" }, "disk": { "format": "\uf0a0 {specific_free:.0f} GB frei ({percentage_used}%)", "unit": "GB", "path": "/", "interval": 30 }, "network#speed": { "format": "\uf019 {bandwidthDownBytes} \uf093 {bandwidthUpBytes}", "interval": 2, "tooltip-format": "{ifname}: {ipaddr}" } } ]