Update 2023-11-01 18:08 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id
2023-11-01 18:08:32 +01:00
parent fdf2d0391f
commit 6cb4daa541
5 changed files with 59 additions and 48 deletions

5
.bin/drink Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
. $HOME/.dbus_address
MSG="It's $(/bin/date +"%H:%M"). Drink some water!)"
notify-send "$MSG"