diff options
Diffstat (limited to 'i3blocks-cpuload.sh')
-rwxr-xr-x | i3blocks-cpuload.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i3blocks-cpuload.sh b/i3blocks-cpuload.sh index dd30311..65ccaca 100755 --- a/i3blocks-cpuload.sh +++ b/i3blocks-cpuload.sh @@ -1,6 +1,6 @@ #!/bin/sh -low=25 -high=75 +low=50 +high=90 icon_low= icon_mid= icon_high= |