From ae527d102aee15b0da503056ea1ef4315e7eed83 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Fri, 22 Mar 2019 00:22:18 +0100 Subject: Dunstified. --- i3blocks/i3cpu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i3blocks/i3cpu.sh') diff --git a/i3blocks/i3cpu.sh b/i3blocks/i3cpu.sh index 02e8159..e3d3fc6 100755 --- a/i3blocks/i3cpu.sh +++ b/i3blocks/i3cpu.sh @@ -1,7 +1,7 @@ #!/bin/sh case $BLOCK_BUTTON in - 1) notify-send -h string:x-canonical-private-synchronous: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