From 577c3a7ae05c627c7403617db8ca1d81c8afca4e Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sun, 2 Mar 2025 15:38:43 -0800 Subject: [PATCH] fix(home/waybar): Stop Stylix injecting CSS I thought that was disabled by default and spent 20min debugging my custom CSS grrr --- modules/home/programs/wayland/waybar/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/home/programs/wayland/waybar/default.nix b/modules/home/programs/wayland/waybar/default.nix index ac99b09..de48748 100644 --- a/modules/home/programs/wayland/waybar/default.nix +++ b/modules/home/programs/wayland/waybar/default.nix @@ -16,6 +16,8 @@ in { programs.wlogout.enable = true; }; + stylix.targets.waybar.addCss = false; + programs.waybar = { enable = true; systemd.enable = true; @@ -241,7 +243,7 @@ in { #workspaces button { font-weight: bold; - padding: 0 5px; + padding: 5px; margin: 0 3px; border-radius: 16px; color: @base00;