2018-06-06 17:40:37 +01: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-06 17:40:37 +01:00
|
|
|
|
|
|
|
- Launch with default, built-in config:
|
|
|
|
|
|
|
|
`conky`
|
|
|
|
|
|
|
|
- Create a new default config:
|
|
|
|
|
|
|
|
`conky -C > ~/.conkyrc`
|
|
|
|
|
2024-01-25 05:29:16 +00:00
|
|
|
- Launch Conky with a given configuration file:
|
2018-06-06 17:40:37 +01:00
|
|
|
|
|
|
|
`conky -c {{path/to/config}}`
|
|
|
|
|
|
|
|
- Start in the background (daemonize):
|
|
|
|
|
|
|
|
`conky -d`
|
|
|
|
|
2021-08-15 18:59:09 +01:00
|
|
|
- Align Conky on the desktop:
|
2018-06-06 17:40:37 +01:00
|
|
|
|
2022-11-04 20:32:19 +00:00
|
|
|
`conky -a {{top|bottom|middle}}_{{left|right|middle}}`
|
2018-06-06 17:40:37 +01:00
|
|
|
|
|
|
|
- Pause for 5 seconds at startup before launching:
|
|
|
|
|
|
|
|
`conky -p {{5}}`
|