fix(home/waybar): Stop Stylix injecting CSS

I thought that was disabled by default and spent 20min debugging my
custom CSS grrr
This commit is contained in:
punkfairie 2025-03-02 15:38:43 -08:00
parent cc6fb7de18
commit 577c3a7ae0
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6

View file

@ -16,6 +16,8 @@ in {
programs.wlogout.enable = true; programs.wlogout.enable = true;
}; };
stylix.targets.waybar.addCss = false;
programs.waybar = { programs.waybar = {
enable = true; enable = true;
systemd.enable = true; systemd.enable = true;
@ -241,7 +243,7 @@ in {
#workspaces button { #workspaces button {
font-weight: bold; font-weight: bold;
padding: 0 5px; padding: 5px;
margin: 0 3px; margin: 0 3px;
border-radius: 16px; border-radius: 16px;
color: @base00; color: @base00;