diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-05-15 11:57:45 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-05-15 11:57:45 -0400 |
commit | 6e14535ef56fd91b05eb170f71f7989d7435d8c3 (patch) | |
tree | 9d9e947cd11af17cffa37000f635f682070ed5af /i3blocks-cpuload.sh | |
parent | 2930e933305e653f2f26deacd459dd100f257168 (diff) | |
download | scripts-6e14535ef56fd91b05eb170f71f7989d7435d8c3.tar.xz scripts-6e14535ef56fd91b05eb170f71f7989d7435d8c3.zip |
added dmenu port handling script, changed thresholds in cpuload
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= |