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:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`conky {{[-C|--print-config]}} > ~/.conkyrc`
|
2018-06-07 00:40:37 +08:00
|
|
|
|
2024-01-25 02:29:16 -03:00
|
|
|
- Launch Conky with a given configuration file:
|
2018-06-07 00:40:37 +08:00
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`conky {{[-c|--config]}} {{path/to/config}}`
|
2018-06-07 00:40:37 +08:00
|
|
|
|
|
|
|
- Start in the background (daemonize):
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`conky {{[-d|--daemonize]}}`
|
2018-06-07 00:40:37 +08:00
|
|
|
|
2021-08-15 19:59:09 +02:00
|
|
|
- Align Conky on the desktop:
|
2018-06-07 00:40:37 +08:00
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`conky {{[-a|--alignment]}} {{top|bottom|middle}}_{{left|right|middle}}`
|
2018-06-07 00:40:37 +08:00
|
|
|
|
|
|
|
- Pause for 5 seconds at startup before launching:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`conky {{[-p|--pause]}} {{5}}`
|