mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 00:13:55 -05:00
rofi: element radius follows theme.borders.radius
This commit is contained in:
parent
b2af985513
commit
2ebcca284f
|
@ -112,6 +112,7 @@ in {
|
||||||
|
|
||||||
element = {
|
element = {
|
||||||
border = 0;
|
border = 0;
|
||||||
|
border-radius = cfg.theme.borders.radius;
|
||||||
padding = 5;
|
padding = 5;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue