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 --- archsetup | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'archsetup') diff --git a/archsetup b/archsetup index f733138..9329a0e 100755 --- a/archsetup +++ b/archsetup @@ -688,10 +688,9 @@ desktop_environment() { action="Desktop Environment Utilities" && display "subtitle" "$action" for software in brightnessctl network-manager-applet xclip rofi \ - conky qalculate-gtk; do + conky qalculate-gtk feh; do pacman_install $software done; - # nitrogen removed from repos - TODO: migrate to feh aur_install caffeine-ng aur_install flameshot -- cgit v1.2.3