waybar: default border-radius 0

This commit is contained in:
Aly Raffauf 2024-09-19 13:26:31 -04:00
parent b15353338b
commit 89cf76886e

View file

@ -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;