conky 是Linux桌面美化小工具
conky 也是轻量级的系统监视器
自定义性极强,请发挥想象!
从github上下载了配置,发现不能用
经检测 发现curl访问网站超时,因此对其进行简单修改
配置如下
先安装
sudo apt install curl fortune cowsay -y

.conkyrc
-- vim: ts=4 sw=4 noet ai cindent syntax=lua
conky.config = {
alignment = 'top_right',
background = false,
border_width = 0.5,
cpu_avg_samples = 4,
default_color = 'white',
default_outline_color = 'grey',
default_shade_color = 'black',
draw_borders = true,
draw_graph_borders = true,
draw_outline = false,
draw_shades = false,
use_xft = true,
font = 'DejaVu Sans Mono:size=10',
gap_x = 5,
gap_y = 50,
minimum_height = 5,
minimum_width = 5,
net_avg_samples

博客介绍了conky作为Linux桌面美化和轻量级系统监视器的用途,强调其高度自定义的特点。作者分享了遇到的配置问题,即curl访问超时,并提供了解决方案及安装步骤。
最低0.47元/天 解锁文章
674

被折叠的 条评论
为什么被折叠?



