From 99eb1be04c093f5f3b79c7d87bb8213a3b360ddb Mon Sep 17 00:00:00 2001 From: SirBlobby Date: Mon, 20 Apr 2026 13:05:36 -0400 Subject: [PATCH] Fix case sensitivity issue with Blob-Dynamic theme --- scripts/blob_wallpaper.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/blob_wallpaper.sh b/scripts/blob_wallpaper.sh index c34af45..13bf507 100755 --- a/scripts/blob_wallpaper.sh +++ b/scripts/blob_wallpaper.sh @@ -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" \ No newline at end of file