added vpn status module for waybar

This commit is contained in:
2025-05-30 23:58:34 +05:00
parent bf75eefdb9
commit ad816bf5f3
2 changed files with 7 additions and 0 deletions

View File

@ -15,6 +15,7 @@
"modules-right": [
// "hyprland/language",
"sway/language",
"custom/vpn",
"pulseaudio",
"cpu",
"memory",
@ -33,6 +34,11 @@
"interval": 600,
"signal": "8"
},
"custom/vpn": {
"exec": "$HOME/Scripts/vpn_controls/check_vpn_status.sh",
"format": "VPN {text}",
"interval": 10
},
"sway/workspaces": {
"tooltip": false,
"on-click": "activate",