diff --git a/migrations/1755930114.sh b/migrations/1755930114.sh index 1a55d400..8d09b5f7 100644 --- a/migrations/1755930114.sh +++ b/migrations/1755930114.sh @@ -1,3 +1,8 @@ -echo "Add status indicators for nightlight, dnd, and idle lock to Waybar" +echo "Add status indicators for nightlight, dnd, idle lock, and new icon to 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 diff --git a/migrations/1755981930.sh b/migrations/1755981930.sh deleted file mode 100644 index 3e9637cd..00000000 --- a/migrations/1755981930.sh +++ /dev/null @@ -1,9 +0,0 @@ -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 -