From f532d284e00128c2fcbb22e52988deda95bb722a Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Tue, 15 Oct 2019 20:34:20 +0200 Subject: Simple update to i3cpu.sh --- i3blocks/i3cpu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i3blocks') 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 -- cgit v1.2.1