mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:53:55 -05:00
waybar: default border-radius 0
This commit is contained in:
parent
b15353338b
commit
89cf76886e
|
@ -332,6 +332,10 @@ in {
|
||||||
color: ${config.lib.stylix.colors.withHashtag.base00};
|
color: ${config.lib.stylix.colors.withHashtag.base00};
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#waybar {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
systemd.enable = true;
|
systemd.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue