at: add notify-send example (#4000)

client-spec/clarity
Zlatan Vasović 2020-05-03 14:12:22 +02:00 committed by GitHub
parent b49de9b90e
commit 8c7b7c95aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -13,3 +13,7 @@
- Execute a script at the given time:
`at {{hh:mm:ss}} -f {{path/to/file}}`
- Display a system notification at 11pm on February 18th:
`echo "notify-send '{{Wake up!}}'" | at {{11pm}} {{Feb 18}}`