vpn button waybar

This commit is contained in:
2025-05-28 11:25:40 +02:00
parent d3523ebde6
commit 341472929b
7 changed files with 73 additions and 17 deletions

View File

@ -43,6 +43,7 @@
"clock#date", // date
"custom/right4",
"custom/wireguard", // wireguard
"custom/wifi", // wi-fi
"bluetooth", // bluetooth
"custom/update", // system update
@ -178,6 +179,19 @@
"max-length": 8
},
// ──────────────────────────────────────────────────────────┤ wireguard ├───
"custom/wireguard": {
"exec": "~/.config/waybar/scripts/wireguard-status.sh",
"return-type": "json",
"format": "{}",
"on-click": "~/.config/waybar/scripts/wireguard-toggle.sh",
"interval": 3,
"min-length": 1,
"max-length": 1
},
// ──────────────────────────────────────────────────────────────┤ wi-fi ├───
"custom/wifi": {
@ -186,7 +200,7 @@
"format": "{}",
"on-click": "~/.config/waybar/scripts/wifi-menu.sh",
"on-click-right": "kitty --title '󰤨 Network Manager TUI' bash -c nmtui",
"interval": 1,
"interval": 3,
"min-length": 1,
"max-length": 1
},
@ -212,7 +226,7 @@
"on-click": "~/.config/waybar/scripts/bluetooth-menu.sh",
"on-click-right": "kitty --title '󰂯 Bluetooth TUI' bash -c bluetui",
"interval": 1,
"interval": 3,
"min-length": 1,
"max-length": 1
},
@ -224,7 +238,7 @@
"return-type": "json",
"format": "{}",
"on-click": "~/.config/waybar/scripts/system-update.sh up",
"interval": 30,
"interval": 240,
"min-length": 1,
"max-length": 1
},