Add a basic welcome inviting you to start with the Omarchy Menu

This commit is contained in:
David Heinemeier Hansson
2025-09-14 10:13:04 +02:00
parent 3e1e466938
commit 5b0deb90ba
2 changed files with 2 additions and 0 deletions

View File

@@ -10,5 +10,6 @@ if [[ -f "$FIRST_RUN_MODE" ]]; then
bash "$OMARCHY_PATH/install/first-run/firewall.sh" bash "$OMARCHY_PATH/install/first-run/firewall.sh"
bash "$OMARCHY_PATH/install/first-run/gnome-theme.sh" bash "$OMARCHY_PATH/install/first-run/gnome-theme.sh"
bash "$OMARCHY_PATH/install/first-run/wifi.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 sudo rm -f /etc/sudoers.d/first-run
fi fi

View File

@@ -0,0 +1 @@
notify-send "👋 Welcome to Omarchy!" "Hit SUPER + ALT + SPACE to see Omarchy Menu." -u critical -t 30000