update swhkd; add a new wallpaper

This commit is contained in:
EdenQwQ 2025-05-06 15:30:47 +08:00
parent 0052d481d5
commit 5eee15bfa9
3 changed files with 13 additions and 2 deletions

View file

@ -69,5 +69,9 @@
name = "celestia-lunar.jpg";
convertMethod = "lutgen";
}
{
name = "kita.png";
convertMethod = "gonord";
}
];
}

View file

@ -12,13 +12,15 @@ rustPlatform.buildRustPackage {
src = fetchFromGitHub {
owner = "waycrate";
repo = "swhkd";
rev = "d7182b6854ea1873c388f38714b923570cb71f86";
hash = "sha256-+cxF/aWy2OLs1s+vQIXXsTx4hVAfJGenEdxOSgsmcqk=";
rev = "c5c4071459a6465a3743a8bb5bb990e27cdf315b";
hash = "sha256-Tv9+UBDBuRD3equ2XNmyt3Fm1+9DxkRzqV4M7PWnBLA=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-LBbmFyddyw7vV5voctXq3L4U3Ddbh428j5XbI+td/dg=";
NO_RFKILL_SW_SUPPORT = 1;
nativeBuildInputs = [
pkg-config
];

View file

@ -61,6 +61,11 @@ let
url = "https://i.imgur.com/QIhYwtH.jpg";
sha256 = "04dsm4dpv2mddzw7vw77bb0s2mkd4n54hnfa277181smnns7cdzz";
}
{
name = "kita.png";
url = "https://i.imgur.com/fn2kneH.png";
sha256 = "1pl9234h48xffyvbkvyg3rdxjw0432p8m0jbx7k8pb1l2d2m09a4";
}
];
wallpaperSrcs = map fetchurl wallpapers;