From 95545e418207bed1d94f616177502e16542d3732 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Thu, 26 Oct 2023 10:30:34 +0200 Subject: [PATCH] pinwheel: Move `work-vpn` declaration in `waybar` module --- hosts/pinwheel/modules/waybar/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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";