mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Add Omarchy icon to waybar (#1017)
* 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>
This commit is contained in:
9
migrations/1755981930.sh
Normal file
9
migrations/1755981930.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user