From a6b9f63bdeef3839c27d36dc42c03170ed57ce17 Mon Sep 17 00:00:00 2001 From: Tyler Kelley Date: Tue, 21 May 2024 18:38:45 -0500 Subject: [PATCH] Disable Waybar Animations For My Worstation --- hosts/familypc/variables.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/familypc/variables.nix b/hosts/familypc/variables.nix index 5146fd7..508aac5 100644 --- a/hosts/familypc/variables.nix +++ b/hosts/familypc/variables.nix @@ -12,7 +12,7 @@ # Waybar Settings clock24h = false; - waybarAnimations = true; + waybarAnimations = false; # Program Options browser = "firefox"; # Set Default Browser (google-chrome-stable for google-chrome)