refactor(repo): most of these scripts are outdated, refactored desec
All checks were successful
/ test (push) Successful in 23s
All checks were successful
/ test (push) Successful in 23s
This commit is contained in:
parent
5b03adaaa9
commit
6682679493
18 changed files with 154 additions and 133 deletions
4
archived/notifs/time
Executable file
4
archived/notifs/time
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
CURRENT_TIME=$(date)
|
||||
|
||||
notify-send "Date / Time Info:" "${CURRENT_TIME}" -t 5000 -r 9991
|
||||
Loading…
Add table
Add a link
Reference in a new issue