diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2026-03-06 19:58:09 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2026-03-06 20:06:41 +0100 |
| commit | 566814cf19c6fbc824c45995324ba6d359faed9e (patch) | |
| tree | 408cc6b925baadeb7c6c389f8ba29784df81dc81 /accounts | |
| parent | 16a7fb7e8cfb9a682e411891c0cb81e0aa0a1b15 (diff) | |
| download | nixos-566814cf19c6fbc824c45995324ba6d359faed9e.tar nixos-566814cf19c6fbc824c45995324ba6d359faed9e.tar.gz nixos-566814cf19c6fbc824c45995324ba6d359faed9e.tar.bz2 nixos-566814cf19c6fbc824c45995324ba6d359faed9e.tar.xz nixos-566814cf19c6fbc824c45995324ba6d359faed9e.zip | |
...
Diffstat (limited to 'accounts')
| -rw-r--r-- | accounts/gkleen@sif/shell/default.nix | 5 | ||||
| -rw-r--r-- | accounts/gkleen@sif/shell/quickshell/Services/WallpaperSelector.qml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/shell/default.nix b/accounts/gkleen@sif/shell/default.nix index 44462865..258d604d 100644 --- a/accounts/gkleen@sif/shell/default.nix +++ b/accounts/gkleen@sif/shell/default.nix | |||
| @@ -63,6 +63,10 @@ | |||
| 63 | url = "https://esawebb.org/media/archives/images/original/weic2425c.tif"; | 63 | url = "https://esawebb.org/media/archives/images/original/weic2425c.tif"; |
| 64 | hash = "sha256-oaEOexSJHEGj090dJF3ct5HAoR+Y5gRiPrUlxdvnTRo="; | 64 | hash = "sha256-oaEOexSJHEGj090dJF3ct5HAoR+Y5gRiPrUlxdvnTRo="; |
| 65 | }) | 65 | }) |
| 66 | (pkgs.fetchurl { | ||
| 67 | url = "https://esawebb.org/media/archives/images/original/weic2605c.tif"; | ||
| 68 | hash = "sha256-IwWfgkz84LFXkfk77anb5e0Mf0wWiIszum7UC3yZn0U="; | ||
| 69 | }) | ||
| 66 | ]; | 70 | ]; |
| 67 | 71 | ||
| 68 | dontUnpack = true; | 72 | dontUnpack = true; |
| @@ -84,6 +88,7 @@ | |||
| 84 | magick ''${sources[7]} -crop 4152x2335+0+666 +repage -define jpeg:extent=10MB $out/weic2506a.jpeg | 88 | magick ''${sources[7]} -crop 4152x2335+0+666 +repage -define jpeg:extent=10MB $out/weic2506a.jpeg |
| 85 | magick ''${sources[8]} -crop 4320x2430+0+0 +repage -define jpeg:extent=10MB $out/weic2514a.jpeg | 89 | magick ''${sources[8]} -crop 4320x2430+0+0 +repage -define jpeg:extent=10MB $out/weic2514a.jpeg |
| 86 | magick ''${sources[9]} -crop 5863x3298+0+477 +repage -define jpeg:extent=10MB $out/weic2425c.jpeg | 90 | magick ''${sources[9]} -crop 5863x3298+0+477 +repage -define jpeg:extent=10MB $out/weic2425c.jpeg |
| 91 | magick ''${sources[10]} -crop 3990x2244+0+1379 +repage -define jpeg:extent=10MB $out/weic2605c.jpeg | ||
| 87 | 92 | ||
| 88 | runHook postBuild | 93 | runHook postBuild |
| 89 | ''; | 94 | ''; |
diff --git a/accounts/gkleen@sif/shell/quickshell/Services/WallpaperSelector.qml b/accounts/gkleen@sif/shell/quickshell/Services/WallpaperSelector.qml index 3c524955..c71a9cca 100644 --- a/accounts/gkleen@sif/shell/quickshell/Services/WallpaperSelector.qml +++ b/accounts/gkleen@sif/shell/quickshell/Services/WallpaperSelector.qml | |||
| @@ -4,5 +4,5 @@ Custom.FileSelector { | |||
| 4 | id: root | 4 | id: root |
| 5 | 5 | ||
| 6 | directory: @wallpapers@ | 6 | directory: @wallpapers@ |
| 7 | epoch: 72000000 | 7 | epoch: 79200000 |
| 8 | } | 8 | } |
