← 返回命令列表

Linux command

conky 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Start with default configuration

conky

Print default config to stdout

conky -C

Use a specific configuration file

conky -c [path/to/config]

Run as daemon in background

conky -d

Set update interval

conky -u [2]

Set alignment on desktop

conky -a [top_right]

说明

conky is a lightweight system monitor for X11 that displays system information on the desktop root window or in its own window. It provides over 250 built-in monitoring objects and supports extensive customization including fonts, colors, and Lua scripting.

参数

-c, --config FILE
Load specified configuration file
-C, --print-config
Print default configuration to stdout
-d, --daemonize
Run as daemon in background
-o, --own-window
Create a separate window
-p, --pause SECONDS
Pause before startup
-t, --text TEXT
Specify text to render
-u, --interval SECONDS
Set update interval
-a, --alignment ALIGNMENT
Set window alignment (top_left, top_right, bottom_left, bottom_right, etc.)
-x X
Set X position
-y Y
Set Y position
-v, --version
Display version information

FAQ

What is the conky command used for?

conky is a lightweight system monitor for X11 that displays system information on the desktop root window or in its own window. It provides over 250 built-in monitoring objects and supports extensive customization including fonts, colors, and Lua scripting.

How do I run a basic conky example?

Run `conky` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -c, --config FILE do in conky?

Load specified configuration file