
* Add omarchy icon to fastfetch config * Add migration file for fastfetch update * Use consistent branding placement for spots you can change * Allow editing the about icon --------- Co-authored-by: David Heinemeier Hansson <david@hey.com>
7 lines
200 B
Bash
7 lines
200 B
Bash
echo "Update fastfetch config with new Omarchy logo"
|
|
|
|
omarchy-refresh-config fastfetch/config.jsonc
|
|
|
|
mkdir -p ~/.config/omarchy/branding
|
|
cp $OMARCHY_PATH/icon.txt ~/.config/omarchy/branding/about.txt
|