Updated scripts

This commit is contained in:
z3rOR0ne 2022-07-07 13:05:06 -07:00
parent eef4fdf99c
commit d0aead5a9c
14 changed files with 386 additions and 99 deletions

3
scripts/alarm Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
sleep $1 && notify-send "Times Up!!" &