changed sb script

This commit is contained in:
filippo-ferrari 2024-01-28 14:14:45 +01:00
parent cb1a5fa2a9
commit 7a57e1280d

View file

@ -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