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,
fon