💧 💧 💧
Remember to drink every 15/30/45/60 minutes with this simple app.
For now the app displays the icon in the notifications only in linux.
| MacOS | Linux |
|---|---|
![]() |
![]() |
- Download the latest release for MacOS (
.dmgfile) - Move
Water Reminder.appfile in Applications - Launch the app, then go into preferences, security and allow the app to be executed, since it is not trusted by Apple.
- To make the app run at startup open preferences, users, [your user], login items and add the app to the list
- Download the latest release for Linux (the simple
drink_linuxbinary file) and place it wherever you want - To make the app runnable from the applications grid, first launch it from the terminal, then you need to create
water-reminder.desktopfile in$HOME/.local/share/applicationsand copy this, changing [your username]
[Desktop Entry]
Name=Water Reminder
Exec=/path/to/drink_linux
Terminal=false
Type=Application
Comment=Remember to drink every 30 minutes
Icon=/home/[your username]/.config/water-reminder/water-glass.png
- To make the app run at startup (using
water-reminder.desktopand if you havegnome-tweak-toolsinstalled) you can open Tweaks and add Water Reminder to the startup applications. Otherwise, if you didn't createwater-reminder.desktopor if you don't havegnome-tweak-tools, open "Startup Applications", press "Add" and in the command section typepath/to/drink_linux. Give the app the name you want
To build from source, all you need to do is to install Go (the latest version is ok), clone the repo (go.mod and go.sum files (Go modules) will install for you every Go library needed) and then build with go build -o [name] drink.go lib.go

