laptop should be on bottom for notifs

This commit is contained in:
Chris Cochrun 2024-12-04 21:27:17 -06:00
parent 4901052343
commit 27645ce8a0

View file

@ -1078,7 +1078,7 @@ end
width = "(0, 300)";
height = "(0, 500)";
offset = "20x50";
origin = if laptop then "top-right" else "bottom-right";
origin = if laptop then "bottom-right" else "top-right";
notification_limit = 0;
progress_bar = true;
progress_bar_height = 10;