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

2
bin/actions/startup-runner.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
x-terminal-emulator -e $HOME/dotfiles/bin/actions/startup.sh $@