home/mako: increased vertical margins to avoid ugly colisions with apps

This commit is contained in:
Aly Raffauf 2024-03-28 10:15:43 -04:00
parent cc68cec537
commit 0a22a4faa3

View file

@ -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";
}; };
} }