Add new Omarchy icon for fastfetch (#996)
* 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>
This commit is contained in:
co-authored by
David Heinemeier Hansson
parent
2cb7f61108
commit
b2a2d0fde3
@@ -1,3 +1,3 @@
|
||||
echo "Copy Omarchy logo to ~/.config/omarchy/screensaver.txt so screensaver can be personalized"
|
||||
echo "Copy Omarchy logo to ~/.config/omarchy/branding/screensaver.txt so screensaver can be personalized"
|
||||
|
||||
cp $OMARCHY_PATH/logo.txt ~/.config/omarchy/screensaver.txt
|
||||
cp $OMARCHY_PATH/logo.txt ~/.config/omarchy/branding/screensaver.txt
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
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
|
||||
Reference in New Issue
Block a user