Use amber fallback wallpaper color (#f6c90e) instead of black

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-05 19:30:41 +03:00
parent f9aa05de8e
commit d1a6863ceb

View File

@@ -11,7 +11,7 @@ xset s noblank
if [ -f /usr/share/bee/wallpaper.png ]; then
feh --bg-fill /usr/share/bee/wallpaper.png
else
xsetroot -solid '#000000'
xsetroot -solid '#f6c90e'
fi
tint2 &