An open API service indexing awesome lists of open source software.

https://github.com/apaz-cli/sys-genmon

A very pretty system monitor for xfce4-genmon
https://github.com/apaz-cli/sys-genmon

Last synced: about 2 months ago
JSON representation

A very pretty system monitor for xfce4-genmon

Awesome Lists containing this project

README

          

# sys-genmon



## A very pretty system monitor for xfce4-genmon

| Color | Meaning |
| ------------------ | ---------------------- |
| Blue (alternating) | CPU core utilization |
| Yellow | CPU memory utilization |
| Purple | Swap utilization |
| Green | GPU SM Utilization |
| Yellow-Green | GPU memory utilization |

Only Nvidia GPUs are supported at the moment, as I don't have one to test with. AMD would be red :)

Contributions welcome.

## Installation

1. Compile `sys-genmon.c`. You can use `./build.sh`, or do it yourself, it's just one file.
2. Create an xfce4-genmon plugin on your panel. My panel is horizontal, with size 26.
3. Set the plugin to execute `/path/to/binary -s`. You can use `--help` to see what the options do, or read the code for yourself.

```
apaz[x][master][~/git/sys-genmon]$ ./sys-genmon --help
Usage: sys-genmon [-h,--help] [-s,--svg] [-u,--upsidedown] [-c,--clear-shm] [-t,--tui]
```