From 5b0deb90ba9c0babfefa554a75a9f7ef3e73bf6a Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 14 Sep 2025 10:13:04 +0200 Subject: [PATCH] Add a basic welcome inviting you to start with the Omarchy Menu --- bin/omarchy-cmd-first-run | 1 + install/first-run/welcome.sh | 1 + 2 files changed, 2 insertions(+) create mode 100644 install/first-run/welcome.sh diff --git a/bin/omarchy-cmd-first-run b/bin/omarchy-cmd-first-run index 0b15f86..449b733 100755 --- a/bin/omarchy-cmd-first-run +++ b/bin/omarchy-cmd-first-run @@ -10,5 +10,6 @@ if [[ -f "$FIRST_RUN_MODE" ]]; then bash "$OMARCHY_PATH/install/first-run/firewall.sh" bash "$OMARCHY_PATH/install/first-run/gnome-theme.sh" bash "$OMARCHY_PATH/install/first-run/wifi.sh" + bash "$OMARCHY_PATH/install/first-run/welcome.sh" sudo rm -f /etc/sudoers.d/first-run fi diff --git a/install/first-run/welcome.sh b/install/first-run/welcome.sh new file mode 100644 index 0000000..fe822e6 --- /dev/null +++ b/install/first-run/welcome.sh @@ -0,0 +1 @@ +notify-send "👋 Welcome to Omarchy!" "Hit SUPER + ALT + SPACE to see Omarchy Menu." -u critical -t 30000