From 5fb29c199a034b50b6a72519b3b8c2801dd6466a Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Thu, 6 Nov 2025 11:30:02 -0500 Subject: [PATCH] Revert "Update screensaver with 2x version" This reverts commit b1b6e5d2a7428f3a3ea7a96b6e51548e53cb79b7. --- config/omarchy/branding/screensaver.txt | 19 ------------------- install/config/branding.sh | 1 + migrations/1762219732.sh | 4 ---- 3 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 config/omarchy/branding/screensaver.txt delete mode 100755 migrations/1762219732.sh 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