Add wallpaper for ThinkPad, improve wallpaper management

This commit is contained in:
Elnu 2022-10-18 00:24:47 -07:00
parent 796701caa2
commit de9737bddd
7 changed files with 5 additions and 8 deletions

View file

@ -33,6 +33,7 @@ in
(import ./home.nix)
(import ./thinkpads/home.nix)
];
home.file."./.background-image".source = ../wallpapers/178869_1366x768.jpg;
};
};
}
@ -60,6 +61,7 @@ in
(import ./home.nix)
(import ./thinkpads/home.nix)
];
home.file."./.background-image".source = ../wallpapers/roxynord.png;
};
};
}
@ -86,6 +88,7 @@ in
(import ./home.nix)
(import ./virtualbox/home.nix)
];
home.file."./.background-image".source = ../wallpapers/roxynord.png;
};
};
}

View file

@ -9,7 +9,6 @@ in
../vim.nix
../ranger.nix
../fcitx5.nix
../wallpaper.nix
../picom.nix
../i3.nix
../polybar
@ -60,6 +59,7 @@ in
firefox
discord
gnome.nautilus
gimp
];
};

View file

@ -1,7 +0,0 @@
{ ... }:
{
home.file."./.background-image" = {
source = ./roxynord.png;
};
}

BIN
wallpapers/178869.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 718 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 761 KiB

1
wallpapers/README.md Normal file
View file

@ -0,0 +1 @@
Numeric post IDs are [konachan.net](https://konachan.net) post IDs, e.g. [https://konachan.net/post/show/178869](https://konachan.net/post/show/178869). Sources will otherwise be listed here if available.

View file

Before

Width:  |  Height:  |  Size: 124 KiB

After

Width:  |  Height:  |  Size: 124 KiB