mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-18 02:55:12 +00:00
35b4ed3aff
* Applied some more submitted patches: 1) Add long forms of (most of) the command-line options. 2) Added an option (top_cpu_separate) that emulates top's "separate cpus" option. Processor usage is shown as a percentage of a single processor on your system, instead of a percentage of all processors combined. 3) Adds a parameter (time) to top and top_mem that will show the cumulative CPU time of a process. 4) Simplified integer rounding. 5) Fixed the window width when a goto is used. 6) Fixed the window width when an offset is used. (thanks Kevin Lyles). git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@994 7f574dfc-610e-0410-a909-a81674777703
94 lines
2.6 KiB
XML
94 lines
2.6 KiB
XML
<variablelist>
|
|
<varlistentry>
|
|
<term><command><option>-v | -V | --verbose</option></command></term>
|
|
<listitem>
|
|
Prints version and exits
|
|
<para></para></listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term><command><option>-a | --alignment=</option></command><option>ALIGNMENT</option></term>
|
|
<listitem>
|
|
Text alignment on screen, {top,bottom}_{left,right} or none
|
|
<para></para></listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term><command><option>-b | --double-buffer</option></command></term>
|
|
<listitem>
|
|
Use double buffering (eliminates "flicker")
|
|
<para></para></listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term><command><option>-c | --config=</option></command><option>FILE</option></term>
|
|
<listitem>
|
|
Config file to load instead of $HOME/.conkyrc
|
|
<para></para></listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term><command><option>-d | --daemonize</option></command></term>
|
|
<listitem>
|
|
Daemonize Conky, aka fork to background
|
|
<para></para></listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term><command><option>-f | --font=</option></command><option>FONT</option></term>
|
|
<listitem>
|
|
Font to use
|
|
<para></para></listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term><command><option>-h | --help</option></command></term>
|
|
<listitem>
|
|
Prints command line help and exits
|
|
<para></para></listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term><command><option>-o | --own-window</option></command></term>
|
|
<listitem>
|
|
Create own window to draw
|
|
<para></para></listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term><command><option>-t | --text=</option></command><option>TEXT</option></term>
|
|
<listitem>
|
|
Text to render, remember single quotes, like -t ' $uptime '
|
|
<para></para></listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term><command><option>-u | --interval=</option></command><option>SECONDS</option></term>
|
|
<listitem>
|
|
Update interval
|
|
<para></para></listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term><command><option>-w | --window-id=</option></command><option>WIN_ID</option></term>
|
|
<listitem>
|
|
Window id to draw
|
|
<para></para></listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term><command><option>-x </option></command><option>X_COORDINATE</option></term>
|
|
<listitem>
|
|
X position
|
|
<para></para></listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term><command><option>-y </option></command><option>Y_COORDINATE</option></term>
|
|
<listitem>
|
|
Y position
|
|
<para></para></listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|