From fd57c4350b5cebe82ca0790856340eae1dbb3d81 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 2 Apr 2019 19:20:26 -0400 Subject: fix for dunst update --- .scripts/statusbar/cpu | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.scripts/statusbar/cpu') diff --git a/.scripts/statusbar/cpu b/.scripts/statusbar/cpu index fc9d617..3b1394a 100755 --- a/.scripts/statusbar/cpu +++ b/.scripts/statusbar/cpu @@ -1,10 +1,8 @@ #!/bin/sh case $BLOCK_BUTTON in - 1) notify-send "🖥 CPU hogs: -$(ps axch -o cmd:15,%cpu --sort=-%cpu | head)" ;; - 3) notify-send "🖥 CPU module: -- Shows CPU temperature. + 1) notify-send "🖥 CPU hogs" "$(ps axch -o cmd:15,%cpu --sort=-%cpu | head)" ;; + 3) notify-send "🖥 CPU module " "\- Shows CPU temperature. - Click to show intensive processes. - % is of single core." ;; esac -- cgit v1.3.1