2018-06-07 00:40:37 +08:00
|
|
|
# conky
|
|
|
|
|
|
|
|
> Light-weight system monitor for X.
|
2019-12-23 16:33:57 +00:00
|
|
|
> More information: <https://github.com/brndnmtthws/conky>.
|
2018-06-07 00:40:37 +08:00
|
|
|
|
|
|
|
- Launch with default, built-in config:
|
|
|
|
|
|
|
|
`conky`
|
|
|
|
|
|
|
|
- Create a new default config:
|
|
|
|
|
|
|
|
`conky -C > ~/.conkyrc`
|
|
|
|
|
2024-01-25 02:29:16 -03:00
|
|
|
- Launch Conky with a given configuration file:
|
2018-06-07 00:40:37 +08:00
|
|
|
|
|
|
|
`conky -c {{path/to/config}}`
|
|
|
|
|
|
|
|
- Start in the background (daemonize):
|
|
|
|
|
|
|
|
`conky -d`
|
|
|
|
|
2021-08-15 19:59:09 +02:00
|
|
|
- Align Conky on the desktop:
|
2018-06-07 00:40:37 +08:00
|
|
|
|
2022-11-04 21:32:19 +01:00
|
|
|
`conky -a {{top|bottom|middle}}_{{left|right|middle}}`
|
2018-06-07 00:40:37 +08:00
|
|
|
|
|
|
|
- Pause for 5 seconds at startup before launching:
|
|
|
|
|
|
|
|
`conky -p {{5}}`
|