mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-22 20:35:25 +02:00
conky: add Spanish translation (#3683)
This commit is contained in:
parent
cef87193da
commit
c982084302
1 changed files with 28 additions and 0 deletions
28
pages.es/linux/conky.md
Normal file
28
pages.es/linux/conky.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# conky
|
||||
|
||||
> Monitor de sistema ligero para X.
|
||||
> Más información: <https://github.com/brndnmtthws/conky>.
|
||||
|
||||
- Ejecutar con la configuración por defecto:
|
||||
|
||||
`conky`
|
||||
|
||||
- Crear una nueva configuración por defecto:
|
||||
|
||||
`conky -C > ~/.conkyrc`
|
||||
|
||||
-Ejecuta conky con un archivo de configuración concreto:
|
||||
|
||||
`conky -c {{ruta/a/la/configuración}}`
|
||||
|
||||
- Ejecuta en segundo plano (*daemon*):
|
||||
|
||||
`conky -d`
|
||||
|
||||
- Alinea conky en el escritorio.
|
||||
|
||||
`conky -a {{{arriba,abajo,en_medio}_{izquierda,derecha,en_medio}}}`
|
||||
|
||||
- Pausa de 5 segundos al inciar antes de ejecutarlo:
|
||||
|
||||
`conky -p {{5}}`
|
Loading…
Add table
Reference in a new issue