
* 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>
6 lines
199 B
Bash
6 lines
199 B
Bash
#!/bin/bash
|
|
|
|
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
|