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:
parent
cc6fb7de18
commit
577c3a7ae0
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue