Más allá del blanco y negro: rTorrent se tiñe de posibilidades 🤩
¡Es oficial! a partir de la versión 0.15.2 atendiendo a una petición histórica de la comunidad, rTorrent ahora incorpora soporte nativo para colores en su interfaz. Sin recurrir a Mods o a parches, para tener una visualización mucho más clara e intuitiva del estado y la actividad de tus torrents.
[Notas de lanzamientos V 0.15.2] [Documentación oficial]
Tenemos colores que podemos combinar con atributos y son los siguientes:
Colores
- black
- red
- green
- yellow
- blue
- magenta
- cyan
- white
- grey (or gray)
Atributos
- bold
- standout
- underline
- reverse
- blink
- dim
- bright
También podemos usar color de fondo por ejemplo:
- black on white
- bold green on bright blue
La plantilla oficial de ejemplo, es la siguiente:
# Sets the title color
ui.color.title.set = "bold black on bright blue"
# Sets the footer color
ui.color.footer.set = "bold black on blue"
# Sets the focus color. The other color settings take precedence over this, so normally it's just an attribute
ui.color.focus.set = "reverse"
# The default label color
ui.color.label.set = ""
# If the torrent is complete, active and not uploading data
ui.color.complete.set = "green"
# If the torrent is complete, active and uploading data
ui.color.seeding.set = "blue"
# If the torrent is complete and not active
ui.color.stopped.set = "red"
# If the torrent is incomplete, active and not downloading data
ui.color.queued.set = "cyan"
# If the torrent is incomplete, active and downloading data
ui.color.leeching.set = "yellow"
# If the torrent is incomplete and not active
ui.color.incomplete.set = "cyan"
# Colors the odd rows
ui.color.odd.set = "bold"
# Colors the even rows
ui.color.even.set = ""
Yo realice unos pequeños cambios, inspirado en la paleta por defecto que trae el parche de rTorrent vi color, que llevaba desde la versión 0.98.0 de rTorrent usándola.
ui.color.title.set = "bold green"
ui.color.footer.set = "standout"
ui.color.focus.set = "reverse"
ui.color.label.set = "gray"
ui.color.complete.set = "white"
ui.color.seeding.set = "bold white"
ui.color.stopped.set = "cyan"
ui.color.queued.set = "yellow"
ui.color.leeching.set = "bold yellow"
ui.color.incomplete.set = "magenta"
Ya saben, que estos cambios deben estar incluido en el archivo de configuración, por ejemplo lo podemos hacer con el editor GNU nano 👍
$ nano .rtorrent.rc
Cualquier duda en los comentarios y para mas informacion de rTorrent en el blog aquí.
Comentarios
Publicar un comentario
🤔 con que esto tenemos...