diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-08-28 13:31:47 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-08-28 13:31:47 -0400 |
| commit | 86480f70d94cc38defa8060f9acf3e146d931740 (patch) | |
| tree | 28ffb3508f4840db5de3746ebcdd6739c67e48b7 /.local/bin/statusbar | |
| parent | edde6779d4c6c279cd43e61bec2e9cbc9227d804 (diff) | |
| parent | 0582b495937117d899ce8ef715a89c6cc25a36cf (diff) | |
| download | eibhear-86480f70d94cc38defa8060f9acf3e146d931740.tar.gz eibhear-86480f70d94cc38defa8060f9acf3e146d931740.tar.zst eibhear-86480f70d94cc38defa8060f9acf3e146d931740.zip | |
Merge branch 'master' of github.com:LukeSmithxyz/voidrice into master
Diffstat (limited to '.local/bin/statusbar')
| -rwxr-xr-x | .local/bin/statusbar/nettraf | 1 |
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" ;; |
