mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
5 lines
256 B
Bash
5 lines
256 B
Bash
# 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
|