aboutsummaryrefslogtreecommitdiff
path: root/i3blocks
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2019-10-15 20:34:20 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2019-10-15 20:34:20 +0200
commitf532d284e00128c2fcbb22e52988deda95bb722a (patch)
treeb41207ec033a4c5c7c65cce2d80e90512bbbe947 /i3blocks
parented52cab7b8dc6211796385c98ad53cc0f6660a58 (diff)
downloadscripts-f532d284e00128c2fcbb22e52988deda95bb722a.tar.gz
scripts-f532d284e00128c2fcbb22e52988deda95bb722a.zip
Simple update to i3cpu.sh
Diffstat (limited to 'i3blocks')
-rwxr-xr-xi3blocks/i3cpu.sh2
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