aboutsummaryrefslogtreecommitdiff
path: root/fetcha/README.md
blob: 09c8fbb6e5b302f91f8de055d67739f6469cd69a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# fetcha - suckless-like system info fetch
fetcha is an fast, small and easy configurated system info fetch.

![fetcha image](docs/img/fetcha.jpg)
## Requirements
To install fetcha you need `git`.
## Installation
1. clone the repository.
```
git clone https://github.com/Cryobs/fetcha
```
2. go to `fetcha` directory
```
cd fetcha
```
3. build fetcha (if necessary as root)
```
make clean install
```
## Running fetcha
```
fetcha
```
If you want fetcha to open together with your terminal, add the line `fetcha` to the end of `~/<your-shell>rc` (for example `.bashrc`, `.zshrc`).
## Configuration
The configuration is similar to suckless-type programs, i.e., copy the `config.def.h` file to `config.h`, and after customizing `config.h`, you need to recompile the source code. 
(How to configure see the man pages ( fetcha-config(5) ))