diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2019-10-15 20:34:20 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2019-10-15 20:34:20 +0200 |
commit | f532d284e00128c2fcbb22e52988deda95bb722a (patch) | |
tree | b41207ec033a4c5c7c65cce2d80e90512bbbe947 | |
parent | ed52cab7b8dc6211796385c98ad53cc0f6660a58 (diff) | |
download | scripts-f532d284e00128c2fcbb22e52988deda95bb722a.tar.gz scripts-f532d284e00128c2fcbb22e52988deda95bb722a.zip |
Simple update to i3cpu.sh
-rwxr-xr-x | i3blocks/i3cpu.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i3blocks/i3cpu.sh b/i3blocks/i3cpu.sh index e3d3fc6..ed57025 100755 --- a/i3blocks/i3cpu.sh +++ b/i3blocks/i3cpu.sh @@ -1,7 +1,7 @@ #!/bin/sh case $BLOCK_BUTTON in - 1) dunstify -r $(dunstifyIDs.sh "cpu") -t 5000 "Highest CPU processes: + 1) dunstify -r "$(dunstifyIDs.sh "cpu")" -t 5000 "Highest CPU processes: $(ps axch -o cmd:18,%cpu --sort=-%cpu | sed 10q)" ;; esac |