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

@ -73,8 +73,7 @@ case $1 in
secrets $@
;;
"startup")
# Run $HOME/dotfiles/bin/actions/startup.sh $@ in a new terminal window (Use the default terminal emulator x-terminal-emulator) (Ensure the terminal closes after the script is done)
x-terminal-emulator -e $HOME/dotfiles/bin/actions/startup.sh $@
$HOME/dotfiles/bin/actions/startup-runner.sh $@
;;
"term")
$HOME/dotfiles/bin/actions/term.sh $@