right clicking on nettraf now opens bmon (bandwidth monitor) (#681)
This commit is contained in:
parent
ca9b3952e6
commit
0582b49593
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
# second, gives network traffic per second.
|
# second, gives network traffic per second.
|
||||||
|
|
||||||
case $BLOCK_BUTTON in
|
case $BLOCK_BUTTON in
|
||||||
|
1) setsid -f "$TERMINAL" -e bmon ;;
|
||||||
3) notify-send "🌐 Network traffic module" "🔻: Traffic received
|
3) notify-send "🌐 Network traffic module" "🔻: Traffic received
|
||||||
🔺: Traffic transmitted" ;;
|
🔺: Traffic transmitted" ;;
|
||||||
6) "$TERMINAL" -e "$EDITOR" "$0" ;;
|
6) "$TERMINAL" -e "$EDITOR" "$0" ;;
|
||||||
|
|
Loading…
Reference in a new issue