mako: add margins
This commit is contained in:
parent
01db71077a
commit
18d2099bbe
1 changed files with 5 additions and 3 deletions
|
|
@ -7,13 +7,15 @@
|
||||||
let
|
let
|
||||||
colors = config.custom.colors;
|
colors = config.custom.colors;
|
||||||
in {
|
in {
|
||||||
max-history = 10;
|
|
||||||
default-timeout = 5000;
|
|
||||||
anchor = "bottom-right";
|
anchor = "bottom-right";
|
||||||
|
outer-margin = "0,5,20,0";
|
||||||
|
|
||||||
|
border-size = 4;
|
||||||
|
|
||||||
on-button-middle = "dismiss-group";
|
on-button-middle = "dismiss-group";
|
||||||
|
|
||||||
border-size = 4;
|
max-history = 10;
|
||||||
|
default-timeout = 5000;
|
||||||
|
|
||||||
background-color = colors.base00;
|
background-color = colors.base00;
|
||||||
text-color = colors.base05;
|
text-color = colors.base05;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue