diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-08-22 21:57:10 +0200 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-08-22 21:57:10 +0200 | 
| commit | 02d291772d52ba328a0d8f92bec757fae5417bcc (patch) | |
| tree | c7ba90aa1e1dfab9674ac6b49af875f6a28c2dde /config/hyprland | |
| parent | bb5cb48e44ba6d54eba398e8b6473ec945f47413 (diff) | |
[hyprland] minor edits
use a subgroup for blur
tweaked the opacity to change on focus
rectangle corners
Diffstat (limited to 'config/hyprland')
| -rw-r--r-- | config/hyprland/hypr/hyprland.conf | 13 | 
1 files changed, 8 insertions, 5 deletions
diff --git a/config/hyprland/hypr/hyprland.conf b/config/hyprland/hypr/hyprland.conf index a8a99c2..17f0235 100644 --- a/config/hyprland/hypr/hyprland.conf +++ b/config/hyprland/hypr/hyprland.conf @@ -41,14 +41,17 @@ misc {  }  decoration { -    rounding = 2 -    blur = no -    blur_size = 3 -    blur_passes = 1 -    blur_new_optimizations = on +    rounding = 0 +	blur { +		enabled = 1 +		size = 6 +	}  	dim_inactive = true  	dim_strength = 0.08 +	active_opacity = 0.98 +	inactive_opacity = 0.92 +      drop_shadow = yes      shadow_range = 4      shadow_render_power = 3  | 
