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 }