worst wallpaper switcher EVER

This commit is contained in:
Reid 2024-11-14 14:27:25 -08:00
parent cff640a554
commit d6ba358108
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
13 changed files with 50 additions and 3 deletions

View file

@ -0,0 +1,22 @@
{ lib, stdenvNoCC }:
stdenvNoCC.mkDerivation {
pname = "wallpapers";
version = "unstable";
src = ./.;
# later, add XML files to /usr(?)/share/backgrounds
# then, it is selectable from places like in gnome and also do the same for KDE
installPhase = ''
mkdir -p "$out/share/backgrounds"
cp -r "$src/img/." "$out/share/backgrounds/"
'';
meta = with lib; {
description = "Small collection of wallpapers";
# idk what to put here:
# license = licenses.ofl;
platforms = platforms.all;
};
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 649 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 453 KiB