From 7a57e1280dd214c1f4f5bcfdde75cc8239c536f7 Mon Sep 17 00:00:00 2001 From: filippo-ferrari Date: Sun, 28 Jan 2024 14:14:45 +0100 Subject: [PATCH] changed sb script --- .local/bin/statusbar/sb-cpubars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/statusbar/sb-cpubars b/.local/bin/statusbar/sb-cpubars index 4015893..4188cae 100755 --- a/.local/bin/statusbar/sb-cpubars +++ b/.local/bin/statusbar/sb-cpubars @@ -10,7 +10,7 @@ cache=/tmp/cpubarscache case $BLOCK_BUTTON in 2) setsid -f "$TERMINAL" -e htop ;; - 3) notify-send "🪨 CPU load module" "Each bar represents + 3) notify-send "🖥️ CPU load module" "Each bar represents one CPU core";; 6) setsid -f "$TERMINAL" -e "$EDITOR" "$0" ;; esac