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;