mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Add a basic welcome inviting you to start with the Omarchy Menu
This commit is contained in:
@@ -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
|
||||||
|
|||||||
1
install/first-run/welcome.sh
Normal file
1
install/first-run/welcome.sh
Normal file
@@ -0,0 +1 @@
|
|||||||
|
notify-send "👋 Welcome to Omarchy!" "Hit SUPER + ALT + SPACE to see Omarchy Menu." -u critical -t 30000
|
||||||
Reference in New Issue
Block a user