From f8b1badf1d3318a74648a07bc34b2dc14748103d Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Mon, 25 Dec 2023 18:02:30 +0100 Subject: [PATCH] test hyprland shadows --- modules/home/hyprland/config.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 1bf0114..b536fe5 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -94,7 +94,13 @@ in xray = true } - drop_shadow = 0 + # drop_shadow = 0 + drop_shadow = true; + shadow_ignore_window = true; + shadow_offset = 0 2 + shadow_range = 20 + shadow_render_power = 3 + col.shadow = rgba(00000055) }