From 62a047ce7769c55e0da7b64e4a20e6c6aef5f8fe Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Thu, 17 Oct 2024 17:31:12 +0700 Subject: [PATCH] swaync: style uses catppuccin mocha theme --- home/modules/hyprland/sway-notification-center.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/home/modules/hyprland/sway-notification-center.nix b/home/modules/hyprland/sway-notification-center.nix index e24b5b2..41e07bb 100644 --- a/home/modules/hyprland/sway-notification-center.nix +++ b/home/modules/hyprland/sway-notification-center.nix @@ -12,6 +12,13 @@ in home.file.".config/swaync/config.json".text = builtins.toJSON { positionX = "center"; positionY = "top"; + fit-to-screen = false; + control-center-height = 800; + }; + + home.file.".config/swaync/style.css".source = pkgs.fetchurl { + url = "https://github.com/catppuccin/swaync/releases/download/v0.2.3/mocha.css"; + hash = "sha256-Hie/vDt15nGCy4XWERGy1tUIecROw17GOoasT97kIfc="; }; wayland.windowManager.hyprland.settings.exec-once = [