From 8169b330ea643e9886fe25253c014f5a5f03536d Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Sat, 17 Aug 2024 00:20:21 +0200 Subject: [PATCH] nixos/gnome: set color for pop-shell focus indicator --- nix-os/dconf-common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix-os/dconf-common.nix b/nix-os/dconf-common.nix index 967d28f..b432971 100644 --- a/nix-os/dconf-common.nix +++ b/nix-os/dconf-common.nix @@ -92,6 +92,7 @@ active-hint-border-radius = mkUint32 1; gap-inner = mkUint32 2; gap-outer = mkUint32 1; + hint-color-rgba = "rgb(161,192,235)"; show-skip-taskbar = true; show-title = true; smart-gaps = false;