Skip to content

Commit

Permalink
greybird: Fix label styles for xfdesktop 4.19
Browse files Browse the repository at this point in the history
Otherwise labels are not transparent when other window is focused.
  • Loading branch information
bobby285271 committed Nov 2, 2024
1 parent c75ad2d commit 324b5e8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pkgs/data/themes/greybird/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, meson
, ninja
, pkg-config
Expand All @@ -22,6 +23,15 @@ stdenv.mkDerivation rec {
sha256 = "+MZQ3FThuRFEfoARsF09B7POwytS5RgTs9zYzIHVtfg=";
};

patches = [
# Fix label styles for xfdesktop 4.19
# https://github.com/shimmerproject/Greybird/pull/338
(fetchpatch {
url = "https://github.com/shimmerproject/Greybird/commit/7e4507d7713b2aaf41f8cfef2a1a9e214a4d8b6f.patch";
hash = "sha256-awXM2RgFIK/Ik5cJSy4IQYl+ic+XGQV0YwbL3SPclzQ=";
})
];

nativeBuildInputs = [
meson
ninja
Expand Down

0 comments on commit 324b5e8

Please sign in to comment.