
* Add Omarchy icon to waybar * Add step to fonts.sh to install omarchy icon font * Style and fixup * Fixup installation of the omarchy font --------- Co-authored-by: David Heinemeier Hansson <david@hey.com>
10 lines
245 B
Bash
10 lines
245 B
Bash
echo "Add Omarchy icon to the Waybar"
|
|
|
|
mkdir -p ~/.local/share/fonts
|
|
cp ~/.local/share/omarchy/config/omarchy.ttf ~/.local/share/fonts/
|
|
fc-cache
|
|
|
|
echo
|
|
gum confirm "Replace current Waybar config (backup will be made)?" && omarchy-refresh-waybar
|
|
|