changed sb script
This commit is contained in:
parent
cb1a5fa2a9
commit
7a57e1280d
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ cache=/tmp/cpubarscache
|
||||||
|
|
||||||
case $BLOCK_BUTTON in
|
case $BLOCK_BUTTON in
|
||||||
2) setsid -f "$TERMINAL" -e htop ;;
|
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";;
|
one CPU core";;
|
||||||
6) setsid -f "$TERMINAL" -e "$EDITOR" "$0" ;;
|
6) setsid -f "$TERMINAL" -e "$EDITOR" "$0" ;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue