This commit is contained in:
2024-06-12 13:49:42 +02:00
commit b8e15ff09c
390 changed files with 37206 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# cpu_usage2
Show CPU usage.
This is a C version of the cpu_usage blocklet.
![](cpu_usage2.png)
# Config
```
[cpu_usage2]
command=$SCRIPT_DIR/cpu_usage2
markup=pango
interval=persist
#min_width=CPU 100.00%
#REFRESH_TIME=1
#LABEL=CPU
#WARN_PERCENT=50
#CRIT_PERCENT=80
#DECIMALS=2
```