From 1be23afdef078d72e1afc5916b9f911a6f05fdde Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Thu, 17 Oct 2024 16:56:02 +0700 Subject: [PATCH] swaync: set default position to right top --- home/modules/hyprland/sway-notification-center.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/modules/hyprland/sway-notification-center.nix b/home/modules/hyprland/sway-notification-center.nix index 22b6fb5..8a9163f 100644 --- a/home/modules/hyprland/sway-notification-center.nix +++ b/home/modules/hyprland/sway-notification-center.nix @@ -9,6 +9,11 @@ in libnotify ]; + home.file.".config/swaync/config.json".text = builtins.toJSON { + positionX = "right"; + positionY = "top"; + }; + wayland.windowManager.hyprland.settings.exec-once = [ "swaync" ];