From b80e4ce9086e5b83ec505209dcce001707b170f4 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 25 Aug 2025 12:26:28 +0200 Subject: [PATCH] Combine these --- migrations/1755930114.sh | 7 ++++++- migrations/1755981930.sh | 9 --------- 2 files changed, 6 insertions(+), 10 deletions(-) delete mode 100644 migrations/1755981930.sh 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 -