From b1b6e5d2a7428f3a3ea7a96b6e51548e53cb79b7 Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Mon, 3 Nov 2025 21:34:20 -0500 Subject: [PATCH] Update screensaver with 2x version --- config/omarchy/branding/screensaver.txt | 19 +++++++++++++++++++ install/config/branding.sh | 1 - migrations/1762219732.sh | 4 ++++ 3 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 config/omarchy/branding/screensaver.txt create mode 100755 migrations/1762219732.sh diff --git a/config/omarchy/branding/screensaver.txt b/config/omarchy/branding/screensaver.txt new file mode 100644 index 00000000..98d95375 --- /dev/null +++ b/config/omarchy/branding/screensaver.txt @@ -0,0 +1,19 @@ + ██████ + ███████████ ██████████████████████ ██████████████ ██████████████ ██████████████ ██ ███ ███ ███ + ███████████████ ██████████████████████████ ████████████████ ████████████████ ████████████████ ████ █████ █████ █████ +██████ ██████ ███████ ██████ ███████ ███████ ██████ ███████ ██████ ███████ ███████ ██████ ███████ ██████ ██████ +██████ ██████ ███████ ██████ ███████ ███████ ██████ ███████ ██████ ███████ ███████ ██████ ███████ ██████ ██████ +██████ ██████ ███████ ██████ ███████ ███████ ██████ ███████ ██████ ███████ █████ ██████ ███████ ██████ ██████ +██████ ██████ ███████ ██████ ███████ ███████ ██████ ███████ ██████ ███████ ███ ██████ ███████ ██████ ██████ +██████ ██████ ███████ ██████ ███████ ███████ ██████ ███████ ██████ ███████ ██████ ███████ ██████ ██████ +██████ ██████ ███████ ██████ ███████ ████████████████████ ██████████████████ ███████ ██████████████████████ █████████████████ +██████ ██████ ███████ ██████ ███████ ████████████████████ ████████████████ ███████ ██████████████████████ █████████████████ +██████ ██████ ███████ ██████ ███████ ███████ ██████ ███████ ███████ ██████ ███████ ██████ +██████ ██████ ███████ ██████ ███████ ███████ ██████ ████████████████████ ███████ ███ ██████ ███████ █████ ██████ +██████ ██████ ███████ ██████ ███████ ███████ ██████ ████████████████████ ███████ █████ ██████ ███████ ██████ ██████ +██████ ██████ ███████ ██████ ███████ ███████ ██████ ███████ ██████ ███████ ███████ ██████ ███████ ██████ ██████ +██████ ██████ ███████ ██████ ███████ ███████ ██████ ███████ ██████ ███████ ███████ ██████ ███████ ██████ ██████ + ███████████████ █████ ██████ █████ ███████ ████ ███████ ██████ ████████████████ ██████ █████ ███████████████ + ███████████ ███ ██████ ███ ███████ ███ ███████ ██████ ██████████████ ██████ ███ ███████████ + ███████ ████ + ███████ ███ diff --git a/install/config/branding.sh b/install/config/branding.sh index bad55f09..cf948ebf 100644 --- a/install/config/branding.sh +++ b/install/config/branding.sh @@ -1,4 +1,3 @@ # 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 new file mode 100755 index 00000000..65428b0b --- /dev/null +++ b/migrations/1762219732.sh @@ -0,0 +1,4 @@ +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