diff --git a/home/home.nix b/home/home.nix index a76ce20..09cd556 100644 --- a/home/home.nix +++ b/home/home.nix @@ -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;