diff --git a/nix/home-manager/style.nix b/nix/home-manager/style.nix index 48e76e64..0088f1dc 100644 --- a/nix/home-manager/style.nix +++ b/nix/home-manager/style.nix @@ -7,6 +7,14 @@ enable = true; autoEnable = true; polarity = "dark"; + targets = { + wofi.enable = true; + waybar = { + enableLeftBackColors = true; + enableCenterBackColors = true; + enableRightBackColors = true; + }; + }; fonts = { monospace = { name = "DejaVu Sans Mono";