Skip to content

Commit 45e7022

Browse files
committed
style: use new wallpaper for dawn
1 parent b03d508 commit 45e7022

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

reference/modules/default.nix

+4-3
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,11 @@
125125
environment.etc.polarity.text = "dawn";
126126
liminalOS.theming = {
127127
wallpaper = pkgs.fetchurl {
128-
url = "https://w.wallhaven.cc/full/zy/wallhaven-zylmoo.jpg";
129-
hash = "sha256-plyxZKRoUyjD5pXJM03Gr1umS1imcBOuHd/CdXpr1kA=";
128+
url = "https://code.youwen.dev/youwen5/wallpapers/raw/branch/main/aesthetic/inky-colors-light.png";
129+
hash = "sha256-f0esElx8oYYpvewbCrtjI4UN2Ck52X/1CEkWFydNVEI=";
130130
};
131-
base16Scheme = "${pkgs.base16-schemes}/share/themes/oxocarbon-light.yaml";
131+
# base16Scheme = "${pkgs.base16-schemes}/share/themes/oxocarbon-light.yaml";
132+
base16Scheme = null;
132133
polarity = "light";
133134
};
134135
};

0 commit comments

Comments
 (0)