From 84bfe7e967fdd0a24e7f20e9929af013a6b19bd2 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sat, 22 Jul 2023 23:32:22 +0200 Subject: [PATCH] Change group border color --- home/.config/hypr/hyprland.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/home/.config/hypr/hyprland.conf b/home/.config/hypr/hyprland.conf index 869ad61..f0ba0b2 100644 --- a/home/.config/hypr/hyprland.conf +++ b/home/.config/hypr/hyprland.conf @@ -36,6 +36,9 @@ general { # col.inactive_border = 0xFF000000 # black col.inactive_border = 0xAA444444 # gray + col.group_border=0xAA5AA500 + col.group_border_active=0xFF00A500 + # cursor_inactive_timeout = 10 # no_cursor_warps = true @@ -100,9 +103,7 @@ dwindle { pseudotile = false preserve_split = true no_gaps_when_only = false - - col.group_border_active = 0xFF8ec07c - col.group_border = 0xFF665c54 + #smart_split = true } ####################