Files
dotfiles/dot_config/waybar/config

73 lines
1.6 KiB
Plaintext

{
"layer": "top",
"position": "top",
"height": 28,
"modules-left": ["hyprland/workspaces"],
"modules-center": ["hyprland/window"],
"modules-right": ["cpu", "memory", "network", "privacy", "pulseaudio", "clock"],
"hyprland/workspaces": {
"disable-scroll": true,
"all-outputs": false,
"format": "{name}",
"on-click": "activate"
},
"hyprland/window": {
"format": "{}",
"max-length": 60
},
"cpu": {
"format": " {usage}%",
"interval": 2
},
"memory": {
"format": " {used:0.1f}G",
"interval": 5
},
"network": {
"format": " {bandwidthDownBits}  {bandwidthUpBits}",
"format-disconnected": "⚠ offline",
"interval": 5
},
"pulseaudio": {
"format": " {volume}%",
"format-muted": " muted",
"on-click": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
},
"clock": {
"interval": 60,
"timezone": "Europe/Berlin",
"format": "{:%a %d.%m %R }",
"tooltip-format": "<tt><big>{calendar}</big></tt>",
"calendar": {
"mode" : "month",
"mode-mon-col" : 3,
"weeks-pos" : "right",
"on-scroll" : 1,
"on-click-right": "mode",
"format": {
"months": "<span color='#cba6f7'><b>{}</b></span>",
"days": "<span color='#cdd6f4'><b>{}</b></span>",
"weeks": "<span color='#94e2d5'>W{}</span>",
"weekdays": "<span color='#f9e2af'><b>{}</b></span>",
"today": "<span color='#f5e0dc'><b><u>{}</u></b></span>"
}
},
"actions": {
"on-click-right": "mode",
}
},
"privacy": {
"icon-size": 16,
"spacing": 5
}
}