This commit is contained in:
Roland Hollós 2020-11-22 21:34:20 +01:00
parent c3410cc553
commit ca64c5b835

View File

@ -2,6 +2,18 @@
FiboBG is a very simple program which displays the [Fibonacci clock](https://www.theguardian.com/science/alexs-adventures-in-numberland/2015/may/09/fibonacci-clock-can-you-tell-the-time-on-the-worlds-most-stylish-nerd-timepiece). It creates a dynamic background for simple window manager like i3 or dwm. FiboBG was only tested on dwm. The program works well with compositors like compton.
# Implementation
## Installation
```{bash}
git clone https://github.com/hollorol/fiboBG.git
cd fiboBG
make
```
## Usage
In xinitrc run the compiled program in background before window manager.
*Optional*
## Implementation