mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-10 04:20:34 +00:00
7 lines
269 B
Bash
Executable File
7 lines
269 B
Bash
Executable File
#!/bin/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
|