Giter Club home page Giter Club logo

Comments (1)

fengluoye avatar fengluoye commented on August 16, 2024

感谢,同时为同样的菜鸟补充:

1.conky的开机启动
~/.config/autostart/conky.desktop
这个配置文件里面你可能是没有更改路径,改为
Exec=sh "/home/xxx(你计算机的名字)/.Conky/startconky.sh"

2.为了要正确显示网络流量,更改~/.Conky/network中的网卡名称

查看命令:ip link
结果:
		2: enp3s0f1: 	<NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN mode DEFAULT group default qlen 1000 lnk/ether 80:fa:5b:50:6e:9b brd ff:ff:ff:ff:ff:ff
		3: wlp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DORMANT group default qlen 1000 link/ether f8:94:c2:79:4b:cc brd ff:ff:ff:ff:ff:ff

改配置文件:

无线网卡
Down:$alignr${downspeed wlp2s0}/s
Up:$alignr${upspeed wlp2s0}/s
${downspeedgraph wlp2s0 324D23 77B753}
${upspeedgraph  wlp2s0 324D23 77B753}
有限网卡
Down:$alignr${downspeed enp3s0f1}/s
Up:$alignr${upspeed enp3s0f1}/s
${downspeedgraph enp3s0f1 324D23 77B753}
${upspeedgraph  enp3s0f1 324D23 77B753}
3.正确显示硬盘状态~/.Conky/disk
查看磁盘:lsblk
改配置文件:
Read:$alignr${diskio_read /dev/sda}/s
Write:$alignr${diskio_write /dev/sda}/s
${diskiograph_read /dev/sda 324D23 77B753}
${diskiograph_write /dev/sda 324D23 77B753}

from conkyrc.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.