aboutsummaryrefslogtreecommitdiff
path: root/system/fetcha/README
blob: 5b0e2331f3d4695d89c49ad0586a0037688010ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
fetcha is a small system information tool written in C.

It follows a suckless-style design and prints basic system information
(OS, kernel, memory, CPU, etc.) alongside a small ASCII logo.

fetcha is intended for lightweight window managers, terminal usage,
and SSH sessions.

Like other suckless-style tools, fetcha uses a C-based configuration.
The file config.def.h contains the default settings, and config.h is
used as the active configuration at build time.

If you want fetcha to run automatically when starting a shell, add the
line "fetcha" to the end of your shell configuration file (for example
~/.bashrc or ~/.zshrc).

This SlackBuild applies a small patch to change the default ASCII logo
to a neutral one suitable for Slackware.