dotfiles/.bin/drink

6 lines
123 B
Bash
Executable File

#!/bin/sh
. /home/sdk/.dbus_address
MSG="It's $(/bin/date +"%H:%M"). Drink some water!"
/usr/local/bin/notify-send "$MSG"