dotfiles/.bin/drink

6 lines
105 B
Bash
Executable File

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