This commit is contained in:
2025-12-30 22:37:13 +02:00
parent 0dabe39be9
commit bd0b49abce
11 changed files with 1270 additions and 53 deletions

View File

@@ -60,6 +60,13 @@ for script in osrs-mode-status.sh osrs-mode-toggle.sh get-focused-window.sh; do
fi
done
# === CHANGE WALLPAPER SCRIPT ===
echo ""
echo "Installing change wallpaper script..."
cp $SCRIPT_DIR/home_dotfiles/.config/sway/set_random_bg.sh ~/.config/sway/set_random_bg.sh
chmod +x ~/.config/sway/set_random_bg.sh
echo "✓ Change wallpaper script installed to ~/.config/sway/set_random_bg.sh"
# === WEATHER SCRIPT ===
# Comment out this section if you don't want the weather script
echo ""
@@ -103,8 +110,9 @@ echo "✓ swayimg set as default image viewer"
# === SET WALLPAPER ===
echo ""
echo "Setting wallpaper..."
#WALLPAPER_NAME="chris-czermak-PamFFHL6fVY-unsplash.jpg"
WALLPAPER_NAME="lucas-gallone-2dClJIAR404-unsplash.jpg"
WALLPAPER_NAME="chris-czermak-PamFFHL6fVY-unsplash.jpg"
#WALLPAPER_NAME="lucas-gallone-2dClJIAR404-unsplash.jpg"
#WALLPAPER_NAME="1742471076220983.jpg"
WALLPAPER_PATH="$SCRIPT_DIR/home_dotfiles/wallpapers/$WALLPAPER_NAME"
cp $WALLPAPER_PATH ~/.config/sway/wallpaper.jpg
echo "✓ Wallpaper installed to ~/.config/sway/wallpaper.jpg"