Files

170 lines
4.8 KiB
JSON

// -*- 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} {windows}",
"format-window-separator": " ",
"window-rewrite-default": "",
"window-rewrite": {
"class<brave-browser>": "<span font_family='Font Awesome 7 Brands'></span>",
"class<kitty>": "",
"class<foot>": "",
"class<Alacritty>": "",
"class<firefox>": "<span font_family='Font Awesome 7 Brands'></span>",
"class<chromium>": "<span font_family='Font Awesome 7 Brands'></span>",
"class<google-chrome>": "<span font_family='Font Awesome 7 Brands'></span>",
"class<dolphin>": "",
"class<thunar>": "",
"class<nautilus>": "",
"class<code>": "",
"class<code-url-handler>": "",
"class<discord>": "",
"class<telegram-desktop>": "",
"class<mpv>": "",
"class<vlc>": "",
"class<gimp>": "",
"class<spotify>": ""
},
"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": "<big>{:%B %Y}</big>\n<tt><small>{calendar}</small></tt>"
},
"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": 25,
"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": "~/.config/waybar/notif-status.sh",
"return-type": "json",
"interval": 2,
"max-length": 80,
"on-click": "rm -f /tmp/waybar-notif /tmp/waybar-notif-urgency"
},
"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}"
}
}
]