Fix case sensitivity issue with Blob-Dynamic theme

This commit is contained in:
2026-04-20 13:05:36 -04:00
parent 2c7ade084d
commit 99eb1be04c
+2 -2
View File
@@ -1,7 +1,7 @@
#!/bin/bash
WALLPAPER_DIR="$HOME/wallpapers"
THEME_DIR="$HOME/.config/omarchy/themes/Blob-Dynamic"
THEME_DIR="$HOME/.config/omarchy/themes/blob-dynamic"
# Create the directory if it doesn't exist
mkdir -p "$WALLPAPER_DIR"
@@ -61,6 +61,6 @@ EOF
# Apply the Blob-Dynamic theme
# omarchy-theme-set manages the background and reloads waybar and AGS
omarchy-theme-set "Blob-Dynamic"
omarchy-theme-set "blob-dynamic"
echo "Wallpaper and dynamic theme applied successfully: $IMAGE_PATH"