mirror of
https://github.com/bvanroll/_dotfiles.git
synced 2025-08-29 12:02:46 +00:00
initial commit
This commit is contained in:
25
.config/i3blocks/cpu_usage/README.md
Normal file
25
.config/i3blocks/cpu_usage/README.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# cpu_usage
|
||||
|
||||
Show CPU usage.
|
||||
|
||||

|
||||
|
||||
# Dependencies
|
||||
|
||||
* `mpstat`
|
||||
|
||||
# Config
|
||||
|
||||
```
|
||||
[cpu_usage]
|
||||
command=$SCRIPT_DIR/cpu_usage
|
||||
interval=10
|
||||
LABEL=CPU
|
||||
#min_width=CPU: 100.00%
|
||||
#T_WARN=50
|
||||
#T_CRIT=80
|
||||
#DECIMALS=2
|
||||
#COLOR_NORMAL=#EBDBB2
|
||||
#COLOR_WARN=#FFFC00
|
||||
#COLOR_CRIT=#FF0000
|
||||
```
|
Reference in New Issue
Block a user