From ce6f76d319ba7b4dcd78d50c25da33e15a3ee855 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 31 Aug 2024 00:44:11 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20ux(hypr):=20add=20inactive=20and?= =?UTF-8?q?=20active=20colors=20to=20locked=20groups?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/theme/decoration.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.config/hypr/theme/decoration.conf b/.config/hypr/theme/decoration.conf index a607bf05..7ff5d6df 100644 --- a/.config/hypr/theme/decoration.conf +++ b/.config/hypr/theme/decoration.conf @@ -41,11 +41,17 @@ group { col.border_inactive = rgba($lavenderAlpha69) col.border_active = rgba($textAlphaee) rgba($lavenderAlpha69) rgba($lavenderAlpha69) rgba($textAlphaee) 45deg + col.border_locked_inactive = rgba($lavenderAlpha69) + col.border_locked_active = rgba($textAlphaee) rgba($lavenderAlpha69) rgba($lavenderAlpha69) rgba($textAlphaee) 45deg + groupbar { col.active = rgba($lavenderAlphaCC) col.inactive = rgba($subtext1Alpha99) + col.locked_active = rgba($maroonAlphaCC) + col.locked_inactive = rgba($subtext1Alpha99) font_family = JetBrainsMono Nerd Font font_size = 10 - text_color = $base + text_color = $crust + height = 16 } }