Options (5)
-C, --print-configbooleanCreate a new default config
Example:
conky {{[-C|--print-config]}} > ~/.conkyrc-c, --configbooleanLaunch Conky with a given configuration file
Example:
conky {{[-c|--config]}} {{path/to/config}}-d, --daemonizebooleanStart in the background (daemonize)
Example:
conky {{[-d|--daemonize]}}-a, --alignmentbooleanAlign Conky on the desktop
Example:
conky {{[-a|--alignment]}} {{top|bottom|middle}}_{{left|right|middle}}-p, --pausebooleanPause for 5 seconds at startup before launching
Example:
conky {{[-p|--pause]}} {{5}}Examples (6)
Launch with default, built-in config
Create a new default config
conky [-C|--print-config] > ~/.conkyrcLaunch Conky with a given configuration file
conky [-c|--config] path/to/configStart in the background (daemonize)
conky [-d|--daemonize]Align Conky on the desktop
conky [-a|--alignment] top|bottom|middle_left|right|middlePause for 5 seconds at startup before launching
conky [-p|--pause] 5made by @shridhargupta | data from tldr-pages