From 0fc4e9f1449a9dce4be7a1ecedd97949da591181 Mon Sep 17 00:00:00 2001 From: sdaqo Date: Sun, 23 Jun 2024 16:20:48 +0200 Subject: [PATCH] hyprland: add 'groupbar' colors (#446) --- modules/hyprland/hm.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/hyprland/hm.nix b/modules/hyprland/hm.nix index 746e7f77..74d6592d 100644 --- a/modules/hyprland/hm.nix +++ b/modules/hyprland/hm.nix @@ -16,6 +16,12 @@ let "col.border_inactive" = rgb base03; "col.border_active" = rgb base0D; "col.border_locked_active" = rgb base0C; + + groupbar = { + text_color = rgb base05; + "col.active" = rgb base0D; + "col.inactive" = rgb base03; + }; }; misc.background_color = rgb base00; };