From 5582c51676a34c4a3d45c8edf8f357d720d2cb98 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 15 Sep 2025 11:36:07 +0200 Subject: [PATCH] Add invitation to update the system to the latest --- default/mako/core.ini | 3 +++ install/first-run/welcome.sh | 3 ++- install/first-run/wifi.sh | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/default/mako/core.ini b/default/mako/core.ini index 135cb29..0709e1e 100644 --- a/default/mako/core.ini +++ b/default/mako/core.ini @@ -17,3 +17,6 @@ default-timeout=0 [summary~="Setup Wi-Fi"] on-button-left=exec sh -c 'alacritty --class=Impala -e impala & makoctl dismiss -n "$id"' + +[summary~="Update System"] +on-button-left=exec sh -c 'omarchy-launch-floating-terminal-with-presentation omarchy-update & makoctl dismiss -n "$id"' diff --git a/install/first-run/welcome.sh b/install/first-run/welcome.sh index 2c2ed42..73d3fc6 100644 --- a/install/first-run/welcome.sh +++ b/install/first-run/welcome.sh @@ -1 +1,2 @@ -notify-send "👋 Welcome to Omarchy" "You're in for a great computing adventure. Have fun!" -t 30000 +notify-send " Update System" "When you have internet, click to update the system." -t 30000 +notify-send "👋 Welcome to Omarchy" "You're in for a great computing adventure. Have fun!" -t 30000 diff --git a/install/first-run/wifi.sh b/install/first-run/wifi.sh index 0298900..9d391f1 100644 --- a/install/first-run/wifi.sh +++ b/install/first-run/wifi.sh @@ -1,3 +1,3 @@ if ! ping -c3 -W1 1.1.1.1 >/dev/null 2>&1; then - notify-send "󰖩 Click to Setup Wi-Fi" "Tab between sections, space selects, ? for help." -u critical -t 30000 + notify-send "󰖩 Click to Setup Wi-Fi" "Tab between sections, space selects, ? for help." -u critical -t 30000 fi