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

14 lines
246 B
Markdown
Raw Normal View History

2020-07-27 04:59:00 +00:00
# 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
```