From f8c9a8d2b901375f54a4ac239cba5da91135e4fb Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Mon, 13 Oct 2025 12:14:42 +0200 Subject: [PATCH] wildfire: 470 current 2025-10-13 12:14:39 25.05.20250929.5ed4e25 6.16.9 * wildfire: 471 current 2025-10-13 12:16:34 25.05.20250929.5ed4e25 6.16.9 * wildfire: 472 current 2025-10-13 12:18:46 25.05.20250929.5ed4e25 6.16.9 * wildfire: 473 current 2025-10-13 12:20:19 25.05.20250929.5ed4e25 6.16.9 * --- modules/hm/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index 433ee26..f2db720 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -56,8 +56,8 @@ in { gaps_in = 6; gaps_out = "10,15,15,15"; border_size = 1; - "col.active_border" = "rgba(${colors.gruvbox-rgb.bright_orange},1.0) rgba(${colors.gruvbox-rgb.red},1.0) 45deg"; - "col.inactive_border" = "rgba(${colors.gruvbox-rgb.bg4},0.66)"; + "col.active_border" = "rgba(${colors.gruvbox-rgb.fg0},1.0) rgba(${colors.gruvbox-rgb.bg3},1.0) rgba(${colors.gruvbox-rgb.fg1},1.0) 45deg"; + "col.inactive_border" = "rgba(${colors.gruvbox-rgb.bg2},1.0)"; layout = "dwindle"; allow_tearing = false; };