mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 06:11:55 -05:00
mako: increase border size
This commit is contained in:
parent
2d3ac13a5c
commit
d5691c4d96
|
@ -13,7 +13,7 @@ in {
|
|||
backgroundColor = "${cfg.theme.colors.background}99";
|
||||
borderColor = "${cfg.theme.colors.primary}CC";
|
||||
borderRadius = 10;
|
||||
borderSize = 2;
|
||||
borderSize = 4;
|
||||
defaultTimeout = 10000;
|
||||
enable = true;
|
||||
font = "${cfg.theme.sansFont.name} Regular ${toString cfg.theme.sansFont.size}";
|
||||
|
|
Loading…
Reference in a new issue