stylix: disable waybar styling

scaling looks weird, also too monotone right now
This commit is contained in:
NullBite 2024-06-28 23:35:15 -04:00
parent 818fd0a581
commit 426d72e0f6
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -9,6 +9,7 @@
targets.fzf.enable = lib.mkDefault false; targets.fzf.enable = lib.mkDefault false;
# the ring is styled light so it's light on light which looks worse than the default theme # 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.swaylock.enable = lib.mkDefault false;
targets.waybar.enable = lib.mkDefault false;
} }
# only if styix is standalone # only if styix is standalone
(lib.mkIf (!(args ? osConfig && args.osConfig ? stylix)) { (lib.mkIf (!(args ? osConfig && args.osConfig ? stylix)) {