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