feat: switch to new wallpaper

This commit is contained in:
Youwen Wu 2024-12-31 17:52:29 -08:00
parent 93e83232fc
commit 1ed9b17f54
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
3 changed files with 15 additions and 31 deletions

View file

@ -2,6 +2,7 @@
config,
pkgs,
lib,
inputs,
...
}:
{
@ -18,15 +19,20 @@
liminalOS.theming = lib.mkDefault {
# wallpaper = "${inputs.wallpapers}/aesthetic/afterglow_city_skyline_at_night.png";
wallpaper = "${
pkgs.fetchFromGitHub {
owner = "dharmx";
repo = "walls";
rev = "6bf4d733ebf2b484a37c17d742eb47e5139e6a14";
hash = "sha256-YdPkJ+Bm0wq/9LpuST6s3Aj13ef670cQOxAEIhJg26E=";
sparseCheckout = [ "radium" ];
}
}/radium/a_mountain_range_at_night.png";
# wallpaper = "${
# pkgs.fetchFromGitHub {
# owner = "dharmx";
# repo = "walls";
# rev = "6bf4d733ebf2b484a37c17d742eb47e5139e6a14";
# hash = "sha256-YdPkJ+Bm0wq/9LpuST6s3Aj13ef670cQOxAEIhJg26E=";
# sparseCheckout = [ "radium" ];
# }
# }/radium/a_mountain_range_at_night.png";
wallpaper = pkgs.fetchurl {
url = "https://code.youwen.dev/youwen5/wallpapers/raw/branch/main/anime-with-people/eternal-blue.jpg";
hash = "sha256-PCyWyFgMxVYgDjPMtFbQoMTzN61zdUtiP6Lmgc3dRfk=";
};
# if you don't manually set polarity when using manual colorscheme, GTK
# apps won't respect colorscheme
# base16Scheme = "${pkgs.base16-schemes}/share/themes/rose-pine.yaml";