A Simple Screen Saver For Linux.
Helli-Saver is a simple screen saver for Linux that does not let the screen be empty with simple and elegant rectangles.
Install the dependencies xcb
, xcb_keysyms
, x11
, c
, meson
, ninja
, and bash
.
To install run configure.sh
or
meson setup build;
ninja -C build;
sudo ninja -C build install;
To uninstall run configure.sh
or
sudo ninja -C build uninstall;
rm -R build;
Run it in a separate vt or in a desktop environment using:
# Desktop Env
hellisaver
# VT
startx hellisaver