feat: Update startup script to display a welcome message and run commands based on the time of day

This commit is contained in:
2024-08-27 21:32:11 +02:00
parent f46a7fdabf
commit 443b6c5dfe
6 changed files with 38 additions and 4 deletions

View File

@@ -79,7 +79,7 @@ config:
# Commands to run after login
startup:
delay: 5
delay: 1
delay_between_ms: 500
commands:
1password: 1password

2
config/dotf-autostart.desktop Normal file → Executable file
View File

@@ -1,7 +1,7 @@
[Desktop Entry]
Type=Application
Name=Startup Script
Exec=~/dotfiles/bin/actions/startup.sh
Exec=/home/menno/dotfiles/bin/actions/startup-runner.sh
X-GNOME-Autostart-enabled=true
NoDisplay=false
Comment=Run startup script when logging into Cinnamon