Files
configs/waybar/config.jsonc
T
2026-04-18 15:05:01 +01:00

73 lines
1.5 KiB
JSON

{
"spacing": 18,
"margin-top": 20,
"modules-center": [
"clock",
"hyprland/workspaces",
"pulseaudio",
"custom/network",
],
"clock": {
"interval": 60,
"format": "{:%H:%M}",
},
"hyprland/workspaces": {
"format": "{name}",
"format-icons": {
"1": "",
"2": "",
"3": "",
"4": "",
"5": "",
"6": "",
"7": "",
"8": "",
"9": "",
"10": "",
"active": "",
"default": "",
},
"persistent-workspaces": {
"DP-1": ["1", "2", "3", "4", "5"],
"DP-2": ["6", "7", "8", "9", "10"],
},
"on-click": "activate",
"on-scroll-down": "hyprctl dispatch workspace e+1",
"on-scroll-up": "hyprctl dispatch workspace e-1",
},
"pulseaudio": {
"format": "{volume}% {icon}",
"format-bluetooth": "{volume}% {icon}",
"format-muted": "",
"format-icons": {
"headphone": "",
"hands-free": "",
"headset": "",
"phone": "",
"phone-muted": "",
"portable": "",
"car": "",
"default": ["", ""],
},
"scroll-step": 1,
"on-click": "pavucontrol",
"ignored-sinks": ["Easy Effects Sink"],
},
"custom/network": {
"exec": "~/.config/waybar/scripts/network.sh",
"return-type": "json",
"interval": 10,
"format": "{}",
"tooltip": false,
"max-length": 50,
"on-click": "~/.config/wofi/wifi/wifi.sh &",
"on-click-right": "~/.config/wofi/wifi/wifinew.sh &",
},
}