diff --git a/bin/omarchy-cmd-first-run b/bin/omarchy-cmd-first-run index 1031185f..c8837e00 100755 --- a/bin/omarchy-cmd-first-run +++ b/bin/omarchy-cmd-first-run @@ -14,6 +14,6 @@ if [[ -f "$FIRST_RUN_MODE" ]]; then bash "$OMARCHY_PATH/install/first-run/gnome-theme.sh" sudo rm -f /etc/sudoers.d/first-run - bash "$OMARCHY_PATH/install/first-run/wifi.sh" bash "$OMARCHY_PATH/install/first-run/welcome.sh" + bash "$OMARCHY_PATH/install/first-run/wifi.sh" fi diff --git a/install/first-run/wifi.sh b/install/first-run/wifi.sh index d645a5c3..758a84c4 100644 --- a/install/first-run/wifi.sh +++ b/install/first-run/wifi.sh @@ -1,3 +1,6 @@ if ! ping -c3 -W1 1.1.1.1 >/dev/null 2>&1; then notify-send "󰖩 Click to Setup Wi-Fi" "Tab to navigate, Space to select, ? for help." -u critical -t 30000 + notify-send " Update System" "When you have internet, click to update the system." -u critical +else + notify-send " Update System" "Click to update the system." -u critical fi