System Grab Bag

View all TLDR pages from Linux (or from all pages)

conky

Light-weight system monitor for X. More information: https://github.com/brndnmtthws/conky.
  • Launch with default, built-in config:
    conky
  • Create a new default config:
    conky -C > ~/.conkyrc
  • Launch Conky with a given config file:
    conky -c {{path/to/config}}
  • Start in the background (daemonize):
    conky -d
  • Align Conky on the desktop:
    conky -a {{top|bottom|middle}}_{{left|right|middle}}
  • Pause for 5 seconds at startup before launching:
    conky -p {{5}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.