SZinedine / auzia-conky

A Conky theme with rings
GNU General Public License v3.0
32 stars 11 forks source link

Internet section not working #2

Open Xygi666 opened 3 years ago

Xygi666 commented 3 years ago

Not showing internet connections, onli public IP IP link:

user@user-ms7721:~$ ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp2s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN mode DEFAULT group default qlen 1000
    link/ether 30:9c:23:7e:b7:60 brd ff:ff:ff:ff:ff:ff
3: wlx000f540a0351: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DORMANT group default qlen 1000
    link/ether 00:0f:54:0a:03:51 brd ff:ff:ff:ff:ff:ff

So i entered wlx000f540a0351 in settings:

DIT THIS to match your network interface.
You can find out by executing `ifconfig` or `ip link`.
It might be "wlan0", "eth0", "wlp3s0" or something else
]]
net_interface = "wlx000f540a0351" 

--[[
this depends on your own internet speed
]]
download_rate_maximum = 100000     -- kb
upload_rate_maximum = 1000000     -- kb

What i do wrong? Please help, i very like your conky them Снимок экрана_2021-09-19_11-48-19 e)

SZinedine commented 2 years ago

Do other conky themes display information about your network or is it only this theme?