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:
Taha
2025-08-23 07:37:47 +02:00
committed by GitHub
co-authored by David Heinemeier Hansson
parent 2cb7f61108
commit b2a2d0fde3
8 changed files with 50 additions and 7 deletions
+2 -2
View File
@@ -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
+6
View File
@@ -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