diff --git a/modules/home/waybar/default.nix b/modules/home/waybar/default.nix index 2ee9979..dec5655 100644 --- a/modules/home/waybar/default.nix +++ b/modules/home/waybar/default.nix @@ -27,11 +27,11 @@ "position": "top", "modules-left": [ + "custom/devices", "privacy", "network", "custom/music", "custom/vpn", - "custom/devices", "sway/mode", "tray", ], @@ -98,12 +98,14 @@ }, "custom/vpn": { - "format": "{icon}", - "tooltip-format": "{text}", - "format-icons": [ "","" ], + "format": "VPN: {text}", // ({location})", + // "format": "{text}", + // "format-icons": [ "","" ], + // "tooltip": true, + // "tooltip-format": "{node}", "return-type": "json", - "exec": "~/.local/bin/waybar-vpn", - "interval": 30 + "exec": "~/.local/bin/waybar-mullvad", + "interval": 10 }, "custom/music": {