1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/linux/conky.md
코드싸이 19c6841a9d
cryptsetup-luksformat: fix typo, linux/c*: add and update Korean translation (#14682)
* linux/c*: add and update Korean translation

* cryptsetup-luksformat: fix typo
2024-11-08 15:55:00 +09:00

28 lines
488 B
Markdown

# conky
> X용 경량 시스템 모니터.
> 더 많은 정보: <https://github.com/brndnmtthws/conky>.
- 기본 내장 설정으로 시작:
`conky`
- 새 기본 설정 생성:
`conky -C > ~/.conkyrc`
- 지정된 설정 파일로 Conky 시작:
`conky -c {{경로/대상/설정}}`
- 백그라운드에서 시작(데몬화):
`conky -d`
- 바탕화면에 Conky 정렬:
`conky -a {{top|bottom|middle}}_{{left|right|middle}}`
- 시작 시 5초 대기 후 실행:
`conky -p {{5}}`