mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-11-08 09:53:13 +00:00
14 lines
246 B
Markdown
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
|
||
|
```
|