This commit is contained in:
2026-04-19 18:05:23 +01:00
parent 801c9d74d0
commit aac7c9de0a
41 changed files with 665 additions and 142 deletions
+17 -7
View File
@@ -7,11 +7,13 @@
"hyprland/workspaces",
"pulseaudio",
"custom/network",
"battery",
],
"clock": {
"interval": 60,
"format": "{:%H:%M}",
"tooltip": false,
},
"hyprland/workspaces": {
@@ -32,8 +34,7 @@
"default": "",
},
"persistent-workspaces": {
"DP-1": ["1", "2", "3", "4", "5"],
"DP-2": ["6", "7", "8", "9", "10"],
"eDP-1": ["1", "2", "3", "4", "5"],
},
"on-click": "activate",
"on-scroll-down": "hyprctl dispatch workspace e+1",
@@ -43,7 +44,7 @@
"pulseaudio": {
"format": "{volume}% {icon}",
"format-bluetooth": "{volume}% {icon}",
"format-muted": "",
"format-muted": "Muted 󰝟 ",
"format-icons": {
"headphone": "",
"hands-free": "",
@@ -52,7 +53,7 @@
"phone-muted": "",
"portable": "",
"car": "",
"default": ["", ""],
"default": ["", "", ""],
},
"scroll-step": 1,
"on-click": "pavucontrol",
@@ -62,11 +63,20 @@
"custom/network": {
"exec": "~/.config/waybar/scripts/network.sh",
"return-type": "json",
"interval": 10,
"interval": 1,
"format": "{}",
"tooltip": false,
"max-length": 50,
"on-click": "~/.config/wofi/wifi/wifi.sh &",
"on-click-right": "~/.config/wofi/wifi/wifinew.sh &",
"on-click": "~/.config/rofi/wifi/wifi.sh &",
"on-click-right": "~/.config/rofi/wifi/wifinew.sh &",
"tooltip": false,
},
"battery": {
"format": "{capacity}",
"states": {
"warning": 30,
"critical": 15,
},
},
}