Skip to content

Commit

Permalink
btop: update Spanish translation
Browse files Browse the repository at this point in the history
  • Loading branch information
kant authored Nov 8, 2024
1 parent 38f4172 commit 5e94775
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions pages.es/common/btop.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
# btop

> Un monitor de recursos que muestra información sobra la CPU, memoria, discos, red y procesos.
> Versión en C++ de `bpytop`.
> Un monitor de recursos que muestra información sobre la CPU, memoria, discos, red y procesos.
> Una versión C++ de `bpytop`.
> Más información: <https://github.com/aristocratos/btop>.
- Inicia `btop`:

`btop`

- Inicia `btop` con una configuración preestablecida:
- Inicia `btop` con la configuración especificada:

`btop --preset {{0..9}}`

- Inicia `btop` en modo TTY usando 16 colores y símbolos gráficos compatibles con TTY:

`btop --tty_on`

- Inicia `btop` en modo 256 colores en lugar de 24 bits:

`btop --low-color`

0 comments on commit 5e94775

Please sign in to comment.