Reminds you to blink. At regular intervals, it closes your screen like an eyelid — two black bars sweep in from the top and bottom and meet in the middle, then open again — so you rest your eyes.
2026-07-01.12-25-21_trimmed.mp4
augenblickBlinks once at startup, then every 4 minutes.
Options:
-c <path> config file (default: ~/.config/augenblick/augenblick.toml)
-n <n> number of blinks, then exit (default: run forever)
--sleep_secs <n> seconds between blinks (default: 240)
--animation_frames <n> frames per eyelid sweep (default: 20)
--color <hex> eyelid color, e.g. #ff0000 (default: #000000)
-V, --version print version
-h, --help show this help
Add the NUR channel if you haven't already:
nix-channel --add https://github.com/nix-community/NUR/archive/master.tar.gz nur
nix-channel --updateThen install:
# configuration.nix
environment.systemPackages = [
nur.repos.x71c9.augenblick
];Or ad-hoc:
nix-env -f '<nixpkgs>' -iA nur.repos.x71c9.augenblickBuild from source:
yay -S augenblickOr prebuilt binary:
yay -S augenblick-bincargo install augenblickbrew install x71c9/x71c9/augenblickDownload the latest release for your platform from the releases page.
| Platform | File |
|---|---|
| Linux x86_64 | augenblick-x86_64-unknown-linux-musl.tar.gz |
| macOS Apple Silicon | augenblick-aarch64-apple-darwin.tar.gz |
| macOS Intel | augenblick-x86_64-apple-darwin.tar.gz |
~/.config/augenblick/augenblick.toml (all fields optional):
sleep_secs = 240
animation_frames = 20
color = "#000000"CLI flags override config file values.
Linux: X11 with libxcb installed.
macOS: XQuartz must be installed and running. Launch it before running augenblick:
open -a XQuartz
DISPLAY=:0 augenblick