From 426d72e0f60f4dfd51368bbc1899c74fd578b831 Mon Sep 17 00:00:00 2001 From: NullBite Date: Fri, 28 Jun 2024 23:35:15 -0400 Subject: [PATCH] stylix: disable waybar styling scaling looks weird, also too monotone right now --- home/stylix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/stylix.nix b/home/stylix.nix index 217d82d..d4d606e 100644 --- a/home/stylix.nix +++ b/home/stylix.nix @@ -9,6 +9,7 @@ targets.fzf.enable = lib.mkDefault false; # the ring is styled light so it's light on light which looks worse than the default theme targets.swaylock.enable = lib.mkDefault false; + targets.waybar.enable = lib.mkDefault false; } # only if styix is standalone (lib.mkIf (!(args ? osConfig && args.osConfig ? stylix)) {