From 51c4a1981c00fdaef0db58ec771cb35ba4936ecc Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Thu, 12 Sep 2024 15:31:02 +0200 Subject: [PATCH] pinwheel: Increase `waybar` module intervals --- hosts/pinwheel/modules/waybar/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hosts/pinwheel/modules/waybar/default.nix b/hosts/pinwheel/modules/waybar/default.nix index 8df07a2..9c8862c 100644 --- a/hosts/pinwheel/modules/waybar/default.nix +++ b/hosts/pinwheel/modules/waybar/default.nix @@ -186,12 +186,12 @@ in "custom/work-vpn-status" = { exec = "${work-vpn-status}"; - interval = 1; + interval = 2; }; "custom/spotify" = { exec = spotify-status; - interval = 1; + interval = 2; max-length = 70; tooltip = false; }; @@ -199,13 +199,13 @@ in "custom/container-status" = { exec = "${container-status}"; return-type = "json"; - interval = 1; + interval = 2; }; "custom/dunst" = { exec = notifications-status; on-click-right = "${pkgs.dunst}/bin/dunstctl set-paused toggle"; - interval = 1; + interval = 2; tooltip = false; }; @@ -220,7 +220,7 @@ in exec = "${mullvad} --output"; return-type = "json"; on-click-right = "${mullvad} --toggle"; - interval = 1; + interval = 2; }; bluetooth = { @@ -286,7 +286,7 @@ in "custom/work-vpn-status" = { exec = "${work-vpn-status}"; - interval = 1; + interval = 2; }; "clock" = {