6 lines
104 B
Bash
Executable File
6 lines
104 B
Bash
Executable File
#!/bin/sh
|
|
. $HOME/.dbus_address
|
|
MSG="It's $(/bin/date +"%H:%M"). Drink some water!"
|
|
notify-send "$MSG"
|
|
|