laptop should be on bottom for notifs
This commit is contained in:
parent
4901052343
commit
27645ce8a0
|
@ -1078,7 +1078,7 @@ end
|
||||||
width = "(0, 300)";
|
width = "(0, 300)";
|
||||||
height = "(0, 500)";
|
height = "(0, 500)";
|
||||||
offset = "20x50";
|
offset = "20x50";
|
||||||
origin = if laptop then "top-right" else "bottom-right";
|
origin = if laptop then "bottom-right" else "top-right";
|
||||||
notification_limit = 0;
|
notification_limit = 0;
|
||||||
progress_bar = true;
|
progress_bar = true;
|
||||||
progress_bar_height = 10;
|
progress_bar_height = 10;
|
||||||
|
|
Loading…
Reference in a new issue