diff --git a/home/modules/hyprland/sway-notification-center.nix b/home/modules/hyprland/sway-notification-center.nix index 8a9163f..e24b5b2 100644 --- a/home/modules/hyprland/sway-notification-center.nix +++ b/home/modules/hyprland/sway-notification-center.nix @@ -10,7 +10,7 @@ in ]; home.file.".config/swaync/config.json".text = builtins.toJSON { - positionX = "right"; + positionX = "center"; positionY = "top"; };