1
0
Fork 0
mirror of https://github.com/Horhik/dotfiles.git synced 2024-09-19 13:57:49 +00:00
Dotfiles/.config/polybar/themes/spacefull-dracula/polybar-scripts/system-cpu-loadavg/README.md
2020-09-05 14:43:37 +03:00

14 lines
246 B
Markdown

# Script: system-cpu-loadavg
A shell script which displays the cpu loadavg. It is a simple script. Very simple.
## Module
```ini
[module/system-cpu-loadavg]
type = custom/script
exec = ~/polybar-scripts/system-cpu-loadavg.sh
interval = 5
```