知行迭代
导航
首页
最近更改
随机页面
常用
分类目录
Linux命令
Mediawiki常用
电脑技巧
工具
链入页面
相关更改
特殊页面
页面信息
登录
查看“Conky”的源代码
←
Conky
页面
讨论
阅读
查看源代码
查看历史
因为以下原因,您没有权限编辑本页:
您请求的操作仅限属于该用户组的用户执行:[
[1]
]
您可以查看和复制此页面的源代码。
==简介== ===时间轴=== == 基础知识 == == 配置文件 == <syntaxhighlight lang="lua"> -- 显示的配置 conky.config = { update_interval=10, -- 刷新时间,10秒 alignment = 'top_left', -- 左上角显示 own_window = true, -- 界面显示 own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', } -- 显示的信息 conky.text = [[ hello world ! cpu: ${cpu}% users:${user_number} ]] </syntaxhighlight> 将配置保存到一个文件,如conkyrc,指定配置文件启动:<code>conky -c conkyrc</code> 。 {{了解更多 |[https://github.com/brndnmtthws/conky/wiki/Configurations conky 文档:配置] }} == 显示的配置 == == 显示的信息 == === 内置变量 === {{了解更多 |[http://conky.sourceforge.net/variables.html Conky 文档:变量] }} ==资源== ===官网=== *Conky 官网:https://github.com/brndnmtthws/conky *Conky 文档:https://github.com/brndnmtthws/conky/wiki *Conky 用户配置文件:https://github.com/brndnmtthws/conky/wiki/Configs *Conky 变量:http://conky.sourceforge.net/variables.html ===相关网站=== ===相关文章===
本页使用的模板:
模板:了解更多
(
查看源代码
)
返回至“
Conky
”。