From 8169b330ea643e9886fe25253c014f5a5f03536d Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Sat, 17 Aug 2024 00:20:21 +0200 Subject: [PATCH 1/2] 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; From ac947fa32234bb764a4593310778e38e52651e57 Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Sat, 17 Aug 2024 00:23:25 +0200 Subject: [PATCH 2/2] nixos/gnome: disable menus extensions --- nix-os/dconf-common.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nix-os/dconf-common.nix b/nix-os/dconf-common.nix index b432971..a72aff8 100644 --- a/nix-os/dconf-common.nix +++ b/nix-os/dconf-common.nix @@ -59,8 +59,6 @@ "workspace-indicator@gnome-shell-extensions.gcampax.github.com" "Vitals@CoreCoding.com" "trayIconsReloaded@selfmade.pl" - "places-menu@gnome-shell-extensions.gcampax.github.com" - "apps-menu@gnome-shell-extensions.gcampax.github.com" "top-bar-organizer@julian.gse.jsts.xyz" "color-picker@tuberry" ];