From 9a6056f51b460eb4fb878b5ff98e0a8bce7f6509 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Sun, 20 Oct 2024 12:23:13 +0200 Subject: [PATCH] Fix inactive window border color --- modules/home/de/hyprland/settings.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/home/de/hyprland/settings.nix b/modules/home/de/hyprland/settings.nix index a611455..50c13ac 100644 --- a/modules/home/de/hyprland/settings.nix +++ b/modules/home/de/hyprland/settings.nix @@ -34,6 +34,12 @@ light = "rgb(000000)"; } .${config.myConfig.de.theme}; + "col.inactive_border" = + { + dark = "rgba(ffffff00)"; + light = "rgba(ffffff00)"; + } + .${config.myConfig.de.theme}; layout = "master"; };