summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/waybar/config.jsonc12
1 files changed, 6 insertions, 6 deletions
diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc
index dab8552..b10f9f9 100644
--- a/.config/waybar/config.jsonc
+++ b/.config/waybar/config.jsonc
@@ -84,12 +84,12 @@
"on-click": "kitty --app-id TUI.float -e wifitui",
"on-click-right": "rfkill toggle wlan"
},
-
"custom/vpn": {
- "format": "VPN",
- "exec": "echo '{\"class\": \"connected\"}'",
- "exec-if": "test -d /proc/sys/net/ipv4/conf/proton0",
+ "format": "VPN: <span color='#aaaaaa'>{}</span>",
+ "exec": "~/.local/bin/waybar-vpn status",
+ // "exec": "echo '{\"class\": \"connected\"}'",
+ // "exec-if": "test -d /proc/sys/net/ipv4/conf/proton0",
"return-type": "json",
- "interval": 5
- },
+ "interval": 30
+ }
}