Screenshot of Smol applications running

Smol

Smol is a small collections of small applications for your desktop.

Currently Smol provides the following applications:

Source Code

All applications are written in ANSI C code using the SDL2 library, to install it just simply run:

% make && make install

By default, it installs the binary to /usr/local/bin/ but it can be easily overriden with the PREFIX environment variable.

You can find the full source code at this repository.