Add blob_theme script and update wallpaper script

This commit is contained in:
2026-07-03 16:16:18 -04:00
parent 04f074b71c
commit be14a1a730
2 changed files with 68 additions and 1 deletions
+5 -1
View File
@@ -8,7 +8,11 @@ mkdir -p "$WALLPAPER_DIR"
mkdir -p "$THEME_DIR/backgrounds"
if [ -z "$1" ]; then
# Use walker dmenu for GUI selection
# Open the AGS wallpaper selector widget
ags toggle wall-picker
exit 0
elif [ "$1" = "--menu" ]; then
# Fallback: walker dmenu selection
omarchy-launch-walker -m menus:blobBackgroundSelector --width 800 --minheight 400 -p "Select Wallpaper…"
exit 0
else