mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 04:53:54 -05:00
home/mako: increased vertical margins to avoid ugly colisions with apps
This commit is contained in:
parent
cc68cec537
commit
0a22a4faa3
|
@ -10,9 +10,10 @@
|
||||||
defaultTimeout = 10000;
|
defaultTimeout = 10000;
|
||||||
font = "NotoSans Nerd Font Regular 10";
|
font = "NotoSans Nerd Font Regular 10";
|
||||||
height = 300;
|
height = 300;
|
||||||
layer = "overlay";
|
layer = "top";
|
||||||
padding = "15";
|
padding = "15";
|
||||||
textColor = "#FAFAFA";
|
textColor = "#FAFAFA";
|
||||||
width = 400;
|
width = 400;
|
||||||
|
margin = "20,0";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue