4 , gobject-introspection
9 python3.pkgs.buildPythonApplication rec {
13 src = fetchFromGitHub {
14 owner = "anufrievroman";
16 rev = "refs/tags/${version}";
17 hash = "sha256-6hv+f2fbrbLodJIRHl5MYTkiZ51iZOAK42Vg73zSw/E=";
25 propagatedBuildInputs = [
26 python3.pkgs.pygobject3
36 makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
40 changelog = "https://github.com/anufrievroman/waypaper/releases/tag/${version}";
41 description = "GUI wallpaper setter for Wayland-based window managers";
43 GUI wallpaper setter for Wayland-based window managers that works as a frontend for popular backends like swaybg and swww.
45 If wallpaper does not change, make sure that swaybg or swww is installed.
47 homepage = "https://github.com/anufrievroman/waypaper";
48 license = licenses.gpl3Only;
49 maintainers = with maintainers; [ totalchaos ];
50 platforms = platforms.linux;