Fix pywal-brown theme regression: stop clobbering the curated black palette
Round-3's autostart fix (breadpaper set instead of raw awww img) had a side effect I missed: breadpaper set always runs real pywal against the wallpaper image, which overwrote the curated colors.json baked into skel (#0c0c0c black background, bread-toned browns reserved for accent slots only) with colors genuinely extracted from bread-background.png — an all-beige photo, so every bread-theme app (breadbar included) turned brown on first boot. Revert autostart to plain `awww img`. Bake .cache/wal/wal (pywal's own "last image" marker — the only thing breadpaper get/the bos-settings panel actually read) alongside the existing colors.json instead, so the panel still shows the real default without ever running pywal for real. pywal only generates a genuine palette once the user picks their own wallpaper.
This commit is contained in:
parent
d78a2343f4
commit
9119d99ba9
2 changed files with 13 additions and 6 deletions
1
iso/airootfs/etc/skel/.cache/wal/wal
Normal file
1
iso/airootfs/etc/skel/.cache/wal/wal
Normal file
|
|
@ -0,0 +1 @@
|
|||
/usr/share/backgrounds/bos/bread-background.png
|
||||
Loading…
Add table
Add a link
Reference in a new issue