vercel / hyper

A terminal built on web technologies

Home Page:https://hyper.is

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong NIC in the speed of data

teicors opened this issue · comments

Hi,
in the "status line" (the lower line in hyper) I can't change the interface used (eth or wlan or tun) to monitor the speed of the data: where I can find the right nic used?
It seems that is used the wlan (the icon is an antenna with radio waves), but the speed is always 0kB/s.

Thanks in advance,
Angelo


  • Hyper version: undefined "3.4.1"
  • OS ARCH VERSION: linux x64 6.5.9-custom
  • Electron: 20.3.6 LANG: it_IT.UTF-8
  • SHELL: /bin/bash TERM: undefined
.hyper.js contents
{
  "opacity": 0.2,
  "fontSize": 12,
  "fontFamily": "Menlo, \"DejaVu Sans Mono\", Consolas, \"Lucida Console\", monospace",
  "cursorColor": "rgba(248,28,229,0.8)",
  "cursorShape": "BLOCK",
  "cursorBlink": true,
  "foregroundColor": "#fff",
  "backgroundColor": "#000",
  "borderColor": "#333",
  "css": "",
  "termCSS": "",
  "showHamburgerMenu": "true",
  "showWindowControls": "true",
  "padding": "12px 14px",
  "colors": {
    "black": "#000000",
    "red": "#ff0000",
    "green": "#33ff00",
    "yellow": "#ffff00",
    "blue": "#0066ff",
    "magenta": "#cc00ff",
    "cyan": "#00ffff",
    "white": "#d0d0d0",
    "lightBlack": "#808080",
    "lightRed": "#ff0000",
    "lightGreen": "#33ff00",
    "lightYellow": "#ffff00",
    "lightBlue": "#0066ff",
    "lightMagenta": "#cc00ff",
    "lightCyan": "#00ffff",
    "lightWhite": "#ffffff"
  },
  "shell": "",
  "shellArgs": [
    "--login"
  ],
  "env": {},
  "bell": "SOUND",
  "copyOnSelect": true,
  "hypercwd": {
    "initialWorkingDirectory": "~/Documenti"
  },
  "hyperline": {
    "plugins": [
      "ip",
      "cpu",
      "battery",
      "memory"
    ]
  }
}
plugins
{
  "plugins": [
    "hyperpower",
    "hypercwd",
    "hyper-search",
    "hyper-pane",
    "hyper-launch-menu",
    "hyper-broadcast",
    "hyper-tabs-enhanced",
    "verminal",
    "hyper-manager",
    "hyper-statusline-extended",
    "hyperborder",
    "hyper-tab-icons",
    "hyper-opacity",
    "hyperline"
  ],
  "localPlugins": []
}