mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 20:33: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};
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#waybar {
|
||||
border-radius: 0;
|
||||
}
|
||||
'';
|
||||
|
||||
systemd.enable = true;
|
||||
|
|
Loading…
Reference in a new issue