Skip to content

amirali511/Helli-Saver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helli-Saver

A Simple Screen Saver For Linux.

Description

Helli-Saver is a simple screen saver for Linux that does not let the screen be empty with simple and elegant rectangles.

Setup

Install the dependencies xcb, xcb_keysyms, x11, c, meson, ninja, and bash.

Installation or Uninstalling

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

Run it in a separate vt or in a desktop environment using:

# Desktop Env
hellisaver
# VT
startx hellisaver

Releases

No releases published

Packages

No packages published