mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
5 lines
242 B
Bash
Executable File
5 lines
242 B
Bash
Executable File
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
|