dotfiles/.bin/drink
2023-11-01 18:08:32 +01:00

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"