summaryrefslogtreecommitdiffstats
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-12-14 09:48:52 +0800
committerBobby Rong <rjl931189261@126.com>2021-12-14 11:15:48 +0800
commit836e8247fafa4e6448cb036cc3d013f518d2f08d (patch)
tree41b75e4c50c3a0f19edebb9a2edb0dac18ad89b5 /pkgs/desktops
parent46605c63057f24b28065ef1e208ba457a1f029f0 (diff)
pantheon.gala: clear indicator background for window switcher
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/pantheon/desktop/gala/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/desktops/pantheon/desktop/gala/default.nix b/pkgs/desktops/pantheon/desktop/gala/default.nix
index 06021a37f511..5a5af9ca5b98 100644
--- a/pkgs/desktops/pantheon/desktop/gala/default.nix
+++ b/pkgs/desktops/pantheon/desktop/gala/default.nix
@@ -44,6 +44,12 @@ stdenv.mkDerivation rec {
url = "https://github.com/elementary/gala/commit/cc83db8fe398feae9f3e4caa8352b65f0c8c96d4.patch";
sha256 = "sha256-CPO3EHIzqHAV6ZLHngivCdsD8je8CK/NHznfxSEkhzc=";
})
+ # WindowSwitcher: Clear indicator background
+ # https://github.com/elementary/gala/pull/1318
+ (fetchpatch {
+ url = "https://github.com/elementary/gala/commit/cce53acffecba795b6cc48916d4621a47996d2c9.patch";
+ sha256 = "sha256-5aTZE6poo4sQMTLfk9Nhw4G4BW8i9dvpWktizRIS58Q=";
+ })
];
nativeBuildInputs = [