From ef1a659b4cc4b1b4b52c5cc9592cc22698a7be21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Mon, 11 Aug 2025 00:34:44 +0200 Subject: [PATCH] feat(hypr): lower rounding, disable inactive opacity and lighter border color --- .config/hypr/theme/decoration.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/hypr/theme/decoration.conf b/.config/hypr/theme/decoration.conf index 63a0c7da..84fd8ea4 100644 --- a/.config/hypr/theme/decoration.conf +++ b/.config/hypr/theme/decoration.conf @@ -2,18 +2,18 @@ source = ./colors.conf general { border_size = 2 - col.inactive_border = rgba($lavenderAlpha69) - col.active_border = rgba($textAlphaee) rgba($lavenderAlpha69) rgba($lavenderAlpha69) rgba($textAlphaee) 45deg + col.inactive_border = rgba($lavenderAlpha40) + col.active_border = rgba($textAlphabb) rgba($lavenderAlpha40) rgba($lavenderAlpha40) rgba($textAlphabb) 45deg gaps_in = 5 gaps_out = 10 } decoration { - rounding = 7 + rounding = 4 active_opacity = 1 - inactive_opacity = 0.95 + inactive_opacity = 1 blur { enabled = yes