diff options
Diffstat (limited to '.config/hypr/config.d/theme.conf')
-rw-r--r-- | .config/hypr/config.d/theme.conf | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/.config/hypr/config.d/theme.conf b/.config/hypr/config.d/theme.conf index 09a624d..ff284b2 100644 --- a/.config/hypr/config.d/theme.conf +++ b/.config/hypr/config.d/theme.conf @@ -1,15 +1,17 @@ general { gaps_in = 6 - gaps_out = $gaps + gaps_out = 10 border_size = $border col.active_border = 0xffaaaaaa col.inactive_border = 0xff777777 layout = dwindle + resize_on_border = yes + extend_border_grab_area = 20 } group { - col.border_active = 0x14171d 0x14171d 360deg - col.border_inactive = 0x14171d 0x14171d 360deg + col.border_active = rgb(14171d) rgb(14171d) 0deg + col.border_inactive = rgb(14171d) rgb(14171d) 0deg col.border_locked_active = rgb(14171d) rgb(14171d) 0deg col.border_locked_inactive = rgb(14171d) rgb(14171d) 0deg groupbar { @@ -31,6 +33,12 @@ decoration { shadow_range = 4 shadow_render_power = 3 col.shadow = rgba(1a1a1aee) + + blur { + enabled = true + size = 5 + passes = 2 + } } animations { @@ -45,8 +53,8 @@ animations { } xwayland { - force_zero_scaling = true - use_nearest_neighbor = false + force_zero_scaling = true + use_nearest_neighbor = false } env = GDK_BACKEND,wayland,x11 |