diff --git a/config/omarchy/branding/screensaver.txt b/config/omarchy/branding/screensaver.txt deleted file mode 100644 index 98d95375..00000000 --- a/config/omarchy/branding/screensaver.txt +++ /dev/null @@ -1,19 +0,0 @@ - ██████ - ███████████ ██████████████████████ ██████████████ ██████████████ ██████████████ ██ ███ ███ ███ - ███████████████ ██████████████████████████ ████████████████ ████████████████ ████████████████ ████ █████ █████ █████ -██████ ██████ ███████ ██████ ███████ ███████ ██████ ███████ ██████ ███████ ███████ ██████ ███████ ██████ ██████ -██████ ██████ ███████ ██████ ███████ ███████ ██████ ███████ ██████ ███████ ███████ ██████ ███████ ██████ ██████ -██████ ██████ ███████ ██████ ███████ ███████ ██████ ███████ ██████ ███████ █████ ██████ ███████ ██████ ██████ -██████ ██████ ███████ ██████ ███████ ███████ ██████ ███████ ██████ ███████ ███ ██████ ███████ ██████ ██████ -██████ ██████ ███████ ██████ ███████ ███████ ██████ ███████ ██████ ███████ ██████ ███████ ██████ ██████ -██████ ██████ ███████ ██████ ███████ ████████████████████ ██████████████████ ███████ ██████████████████████ █████████████████ -██████ ██████ ███████ ██████ ███████ ████████████████████ ████████████████ ███████ ██████████████████████ █████████████████ -██████ ██████ ███████ ██████ ███████ ███████ ██████ ███████ ███████ ██████ ███████ ██████ -██████ ██████ ███████ ██████ ███████ ███████ ██████ ████████████████████ ███████ ███ ██████ ███████ █████ ██████ -██████ ██████ ███████ ██████ ███████ ███████ ██████ ████████████████████ ███████ █████ ██████ ███████ ██████ ██████ -██████ ██████ ███████ ██████ ███████ ███████ ██████ ███████ ██████ ███████ ███████ ██████ ███████ ██████ ██████ -██████ ██████ ███████ ██████ ███████ ███████ ██████ ███████ ██████ ███████ ███████ ██████ ███████ ██████ ██████ - ███████████████ █████ ██████ █████ ███████ ████ ███████ ██████ ████████████████ ██████ █████ ███████████████ - ███████████ ███ ██████ ███ ███████ ███ ███████ ██████ ██████████████ ██████ ███ ███████████ - ███████ ████ - ███████ ███ diff --git a/install/config/branding.sh b/install/config/branding.sh index cf948ebf..bad55f09 100644 --- a/install/config/branding.sh +++ b/install/config/branding.sh @@ -1,3 +1,4 @@ # Allow the user to change the branding for fastfetch and screensaver mkdir -p ~/.config/omarchy/branding cp ~/.local/share/omarchy/icon.txt ~/.config/omarchy/branding/about.txt +cp ~/.local/share/omarchy/logo.txt ~/.config/omarchy/branding/screensaver.txt diff --git a/migrations/1762219732.sh b/migrations/1762219732.sh deleted file mode 100755 index 65428b0b..00000000 --- a/migrations/1762219732.sh +++ /dev/null @@ -1,4 +0,0 @@ -echo "Update Omarchy screensaver txt (if unchanged)" -if cmp -s $OMARCHY_PATH/logo.txt ~/.config/omarchy/branding/screensaver.txt; then - cp "$OMARCHY_PATH/config/omarchy/branding/screensaver.txt" ~/.config/omarchy/branding/screensaver.txt -fi