diff options
author | awy <awy@tutamail.com> | 2024-08-14 22:51:37 +0300 |
---|---|---|
committer | awy <awy@tutamail.com> | 2024-08-14 22:51:37 +0300 |
commit | 88d959b959e4e7e05755b7f340829e4241c625b8 (patch) | |
tree | baa426738c215ec96feb3c66b8af7ee5f4926c2c /.config/waybar/config | |
parent | ba0d4321e1ca37708258b9097bd5b76d0ce050c7 (diff) |
vpn
Diffstat (limited to '.config/waybar/config')
-rw-r--r-- | .config/waybar/config | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.config/waybar/config b/.config/waybar/config index cf404ff..c4dca4d 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -5,7 +5,7 @@ "reload_style_on_change": true, "modules-left": ["hyprland/workspaces","custom/separator","hyprland/window"], "modules-center": [], - "modules-right": ["custom/pacman", "custom/weather","memory","temperature", "custom/separator", "image", "pulseaudio","wireplumber", "custom/separator", "clock","tray"], + "modules-right": ["network", "custom/weather","memory", "custom/separator", "image", "pulseaudio","wireplumber", "custom/separator", "clock","tray"], "hyprland/window": { "format": "{}", @@ -36,9 +36,11 @@ }, }, "network": { + "interface": "wg0", "tooltip": false, - "interval": 5, - "format": " {bandwidthDownBytes} {bandwidthUpBytes}", + "format": "VPN", + "format-disconnected": "VPN", + "on-click": "~/.config/waybar/scripts/vpn-toggle", }, "tray": { "spacing": 10 |