Increase Mako notification box sizes
This commit is contained in:
parent
38685897eb
commit
5d98b1c431
|
@ -13,6 +13,8 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
anchor = "top-right";
|
anchor = "top-right";
|
||||||
font = "${fonts.monospace.name} ${toString fonts.sizes.popups}";
|
font = "${fonts.monospace.name} ${toString fonts.sizes.popups}";
|
||||||
|
width = 600;
|
||||||
|
height = 600;
|
||||||
layer = "top";
|
layer = "top";
|
||||||
markup = true;
|
markup = true;
|
||||||
maxVisible = 10;
|
maxVisible = 10;
|
||||||
|
|
Loading…
Reference in a new issue