mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 17:42:07 +02:00

* pages*: remove bold and italic styling * Update pages/common/strings.md Co-authored-by: Juri Dispan <juri.dispan@posteo.net> * pages.*: update outdated pages * Update conky.md Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> --------- Co-authored-by: Juri Dispan <juri.dispan@posteo.net> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
28 lines
536 B
Markdown
28 lines
536 B
Markdown
# conky
|
|
|
|
> Monitor de sistema lleuger per X.
|
|
> Més informació: <https://github.com/brndnmtthws/conky>.
|
|
|
|
- Executa amb la configuració per defecte:
|
|
|
|
`conky`
|
|
|
|
- Crea una nova configuració per defecte:
|
|
|
|
`conky -C > ~/.conkyrc`
|
|
|
|
- Executa conky amb un arxiu de configuració concret:
|
|
|
|
`conky -c {{ruta/a/la/configuració}}`
|
|
|
|
- Executa en segon pla (daemonize):
|
|
|
|
`conky -d`
|
|
|
|
- Posiciona conky en l'escriptori:
|
|
|
|
`conky -a {{top|bottom|middle}}_{{left|right|middle}}`
|
|
|
|
- Pausa de 5 segons al iniciar abans d'executar-lo:
|
|
|
|
`conky -p {{5}}`
|