Upload installation instructions@README.md
This commit is contained in:
parent
c3410cc553
commit
ca64c5b835
14
README.md
14
README.md
@ -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.
|
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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user