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;
|
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;
|
||||||
|
|
Loading…
Reference in a new issue