From d412fa0ff2fbb68cab2531486c2372e306334425 Mon Sep 17 00:00:00 2001 From: Saeed Vaziry Date: Wed, 22 Oct 2025 20:32:32 +0200 Subject: [PATCH] add group border to hyprland template --- templates/hyprland.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/hyprland.conf b/templates/hyprland.conf index 618d47f..d0f8ddf 100644 --- a/templates/hyprland.conf +++ b/templates/hyprland.conf @@ -1,7 +1,12 @@ # This file is not a full hyprland configuration. # It is intended to be included in your main hyprland.conf. +$activeBorderColor = rgba({color0.strip}ee) rgba({color8.strip}ee) 45deg general { - col.active_border = rgba({color0.strip}ee) rgba({color8.strip}ee) 45deg + col.active_border = $activeBorderColor +} + +group { + col.border_active = $activeBorderColor }