VisualBrake is a tool that reminds you to take regular breaks and perform eye exercises every 20 minutes while you work in front of a screen.
Follow these steps for installation:
Requirements
- Systemd (systemd-timers)
- Bash
- libnotify
- Notification daemon (e.g., dunst or mako)
These requirements typically come pre-installed with the distribution.
Clone the repository:
git clone https://github.com/vorosdev/VisualBrake.git
cd VisualBrake
./install.sh systemd
Disable and stop the service:
systemctl --user disable visual-break.timer
systemctl --user stop visual-break.timer
Uninstall the tool:
rm ~/.local/bin/visual-break
rm ~/.config/systemd/user/visual-break.*