mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 05:31:55 -05:00
waybar: butons follow global borderRadius
This commit is contained in:
parent
da7ae88e3b
commit
f26644fb0f
|
@ -280,6 +280,7 @@ in {
|
||||||
color: ${cfg.theme.colors.text};
|
color: ${cfg.theme.colors.text};
|
||||||
margin: 0px 0px;
|
margin: 0px 0px;
|
||||||
padding: 0px 5px;
|
padding: 0px 5px;
|
||||||
|
border-radius: ${toString cfg.theme.borderRadius};
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.active,
|
#workspaces button.active,
|
||||||
|
|
Loading…
Reference in a new issue