From f355b64cb493d3460ef9ac68b790fe2a3c585433 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Mon, 1 Dec 2025 14:33:48 +0100 Subject: [PATCH] feat: adds `waybar-mullvad` script to bar --- modules/home/waybar/default.nix | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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": {