custom: increase rounding
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
5a7d93217e
commit
7544c8bc18
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ in {
|
||||||
|
|
||||||
gap = mkOption {default = 15;};
|
gap = mkOption {default = 15;};
|
||||||
padding = mkOption {default = 51;}; # ?? journalctl --user -u waybar.service | grep height:
|
padding = mkOption {default = 51;}; # ?? journalctl --user -u waybar.service | grep height:
|
||||||
rounding = mkOption {default = 10;};
|
rounding = mkOption {default = 15;};
|
||||||
|
|
||||||
### Misc
|
### Misc
|
||||||
wallpaper = mkOption {default = false;};
|
wallpaper = mkOption {default = false;};
|
||||||
|
|
Loading…
Reference in a new issue