summaryrefslogtreecommitdiffstats
path: root/.local/bin/statusbar
diff options
context:
space:
mode:
authorLordRusk <54194338+LordRusk@users.noreply.github.com>2020-08-27 20:07:01 +0000
committerGitHub <noreply@github.com>2020-08-27 16:07:01 -0400
commit0582b495937117d899ce8ef715a89c6cc25a36cf (patch)
tree1138b1d2dd8b0e786861733baf72889caa96e3b6 /.local/bin/statusbar
parentca9b3952e6481903cdb47810933765fb2cd1ab27 (diff)
downloadeibhear-0582b495937117d899ce8ef715a89c6cc25a36cf.tar.gz
eibhear-0582b495937117d899ce8ef715a89c6cc25a36cf.tar.zst
eibhear-0582b495937117d899ce8ef715a89c6cc25a36cf.zip
right clicking on nettraf now opens bmon (bandwidth monitor) (#681)
Diffstat (limited to '.local/bin/statusbar')
-rwxr-xr-x.local/bin/statusbar/nettraf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.local/bin/statusbar/nettraf b/.local/bin/statusbar/nettraf
index 71e6fe4..eb7a73b 100755
--- a/.local/bin/statusbar/nettraf
+++ b/.local/bin/statusbar/nettraf
@@ -5,6 +5,7 @@
# second, gives network traffic per second.
case $BLOCK_BUTTON in
+ 1) setsid -f "$TERMINAL" -e bmon ;;
3) notify-send "🌐 Network traffic module" "🔻: Traffic received
🔺: Traffic transmitted" ;;
6) "$TERMINAL" -e "$EDITOR" "$0" ;;