From 0601d390a7c4a85b88aba8bb938f6113fb425e75 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 1 Dec 2025 06:02:12 -0600 Subject: feat(wallpaper): replace nitrogen with feh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit nitrogen was removed from Arch repos. Migrate to feh: - Add feh to archsetup pacman installs - Update .xinitrc, lf, ranger, and monitor script - feh auto-creates ~/.fehbg for wallpaper restore 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- dotfiles/system/.config/lf/lfrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotfiles/system/.config/lf') diff --git a/dotfiles/system/.config/lf/lfrc b/dotfiles/system/.config/lf/lfrc index 93b1ff3..50f5af9 100644 --- a/dotfiles/system/.config/lf/lfrc +++ b/dotfiles/system/.config/lf/lfrc @@ -69,7 +69,7 @@ map push :source~/.config/lf/lfrc ########################################################################## # SET WALLPAPER BACKGROUND -map bg $nitrogen --save --set-zoom-fill "$f" +map bg $feh --bg-fill "$f" # ROTATE IMAGE 90 degrees clockwise map 90 mogrify -rotate 90 "$f" -- cgit v1.2.3