From bcf0e1ebf93fd118997bf851df65c8e516a60f4d Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 22 Jul 2025 17:27:23 -0400 Subject: [PATCH] Save the Dropbox setup until we have an answer to GDK_SCALE --- bin/omarchy-first-run-flow | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/bin/omarchy-first-run-flow b/bin/omarchy-first-run-flow index 4c71d04..0e1f546 100755 --- a/bin/omarchy-first-run-flow +++ b/bin/omarchy-first-run-flow @@ -1,15 +1,10 @@ #!/bin/bash -# Read the manual if you have any questions while we install -setsid gtk-launch "Omarchy Manual" >/dev/null 2>&1 & -sleep 1 -hyprctl dispatch focuswindow "class:Alacritty" &>/dev/null - header() { clear gum style \ --foreground 212 --border-foreground 213 --border double --margin "1 0" --padding "1 3" \ - "Welcome to Omarchy!" + "You Got Omarchy!" } header @@ -29,13 +24,6 @@ fi header -if gum confirm "Setup Dropbox?"; then - gtk-launch chromium # FIXME: Workaround for Dropbox to be able to open with the correct scaling during initial setup - ~/.local/share/omarchy/bin/omarchy-setup-dropbox -fi - -header - if gum confirm "Login to GitHub?"; then gh auth login fi @@ -62,5 +50,6 @@ header echo "Updating all system packages..." yay -Syu --noconfirm +setsid gtk-launch "Omarchy Manual" >/dev/null 2>&1 & gum spin --spinner "globe" --title "You're all set!" -- sleep 2 clear