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

29 lines
488 B
Markdown
Raw Normal View History

# 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}}`