From 0cb0c25ac72a24108b7e86f772a507fbe531e644 Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Thu, 17 Oct 2024 16:57:34 +0700 Subject: [PATCH] swaync: center notifications --- home/modules/hyprland/sway-notification-center.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; };