swaync: set default position to right top

This commit is contained in:
Tigor Hutasuhut 2024-10-17 16:56:02 +07:00
parent 5069872bcf
commit 1be23afdef

View file

@ -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"
];