Browse Source

conky: change the ethernet iface name

master
cinnaboot 4 years ago
parent
commit
7612071913
  1. 8
      .config/conky/conky.conf

8
.config/conky/conky.conf

@ -114,12 +114,12 @@ GMEM usage: ${nvidia memused} MB / ${nvidia memmax} MB
${voffset -10} ${voffset -10}
NETWORK ${hr 2} NETWORK ${hr 2}
${voffset -14} ${voffset -14}
ip: ${alignr}${addr enp3s0} ip: ${alignr}${addr enp4s0}
up: ${upspeed enp3s0}${goto 150}${upspeedgraph enp3s0 15,140 ADFF2F 32CD32 -t} up: ${upspeed enp4s0}${goto 150}${upspeedgraph enp4s0 15,140 ADFF2F 32CD32 -t}
${voffset -10} ${voffset -10}
down: ${downspeed enp3s0}${goto 150}${downspeedgraph enp3s0 15,140 FF0000 8B0000 -t} down: ${downspeed enp4s0}${goto 150}${downspeedgraph enp4s0 15,140 FF0000 8B0000 -t}
${voffset -5} ${voffset -5}
totals, up: ${totalup enp3s0} ${alignr}down:${totaldown enp3s0} totals, up: ${totalup enp4s0} ${alignr}down:${totaldown enp4s0}
# PROCESSES ---------------------------- # PROCESSES ----------------------------
${voffset -10} ${voffset -10}

Loading…
Cancel
Save