Change wallpaper

This commit is contained in:
Riley Apeldoorn 2023-09-21 18:07:31 +02:00
parent a61c8fc8fb
commit 616d74641b
5 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 436 KiB

View File

Before

Width:  |  Height:  |  Size: 598 KiB

After

Width:  |  Height:  |  Size: 598 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 325 KiB

BIN
shared/data/time-warp.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

@ -60,7 +60,8 @@ in with lib; {
'';
config = rec {
output."*".bg = "${../../data/wallpaper.jpg} fill";
output."*".bg = "${../../data/time-warp.jpg} fill";
output."eDP-1".bg = "${../../data/temporal-cleansing.png} fill";
input."type:keyboard".xkb_options = "caps:super";
terminal = "kitty --single-instance";