diff --git a/hosts/pinwheel/modules/waybar/default.nix b/hosts/pinwheel/modules/waybar/default.nix index 9fac276..5e2b403 100644 --- a/hosts/pinwheel/modules/waybar/default.nix +++ b/hosts/pinwheel/modules/waybar/default.nix @@ -123,6 +123,11 @@ in "clock" ]; + "custom/work-vpn-status" = { + exec = "${work-vpn-status}"; + interval = 1; + }; + "custom/spotify" = { exec = spotify-status; interval = 1; @@ -137,11 +142,6 @@ in tooltip = false; }; - "custom/work-vpn-status" = { - exec = "${work-vpn-status}"; - interval = 1; - }; - "custom/mullvad" = { exec = "${mullvad} --output"; return-type = "json";