aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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