commands.sh

conky

linux

Light-weight system monitor for X.

More info →

Options (5)

-C, --print-configboolean

Create a new default config

Example: conky {{[-C|--print-config]}} > ~/.conkyrc
-c, --configboolean

Launch Conky with a given configuration file

Example: conky {{[-c|--config]}} {{path/to/config}}
-d, --daemonizeboolean

Start in the background (daemonize)

Example: conky {{[-d|--daemonize]}}
-a, --alignmentboolean

Align Conky on the desktop

Example: conky {{[-a|--alignment]}} {{top|bottom|middle}}_{{left|right|middle}}
-p, --pauseboolean

Pause 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] > ~/.conkyrc

Launch Conky with a given configuration file

conky [-c|--config] path/to/config

Start in the background (daemonize)

conky [-d|--daemonize]

Align Conky on the desktop

conky [-a|--alignment] top|bottom|middle_left|right|middle

Pause for 5 seconds at startup before launching

conky [-p|--pause] 5
made by @shridhargupta | data from tldr-pages