From ef52a0fad8d4abb9e5e36368522c024ec9820be6 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Wed, 4 Feb 2026 17:42:31 +0100 Subject: [PATCH] feat: enable shadow and swayosd --- modules/home/hyprland/config.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index c517b8f..f91dedb 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -89,6 +89,8 @@ } ''; + services.swayosd.enable = true; + wayland.windowManager.hyprland = { settings = { @@ -198,6 +200,13 @@ inactive_opacity = 0.75; # fullscreen_opacity = 1.0; + shadow = { + enabled = true; + render_power = 4; + ignore_window = true; + # offset = [ ]; + }; + blur = { enabled = true; size = 7;