← all modules

btop (monitor)

Resource monitor in the terminal. Needs btop installed.

  • command · tui
  • by alekdob
  • v0.1.0
  • 4 x 6 cells
  • tui
  • system

about

btop runs as a command module: blockodile opens a fresh login shell in the folder of the herdr terminal and starts it there. Output goes to an xterm inside the block, and you can type into it like any terminal.

Give it a full column (4 x 6) so the graphs have room. When btop exits the block offers restart or change command.

module.json

{
  "id": "btop",
  "name": "btop (monitor)",
  "kind": "command",
  "command": "btop",
  "w": 4,
  "h": 6,
  "description": "Resource monitor in the terminal. Needs btop installed.",
  "author": "alekdob",
  "tags": [
    "tui",
    "system"
  ],
  "version": "0.1.0",
  "glyph": [
    "#...#",
    "#.#.#",
    "#.#.#",
    "#####",
    "#####"
  ],
  "requires": "brew install btop"
}