changed network interface name for conky
This commit is contained in:
parent
3370d9202c
commit
5030577e59
2 changed files with 6 additions and 6 deletions
|
@ -103,10 +103,10 @@ ${offset 150}${font Ubuntu:size=9,weight:bold}${color1}/home free: ${font Ubuntu
|
|||
${voffset 43}
|
||||
${offset 90}${font Ubuntu:size=10,weight:bold}${color5}NETWORK
|
||||
${voffset 60}
|
||||
${offset 15}${color1}${font Ubuntu:size=9,weight:bold}Up: ${alignr}${font Ubuntu:size=9,weight:normal}$color2${upspeed wlp3s0}
|
||||
${offset 15}${upspeedgraph wlp3s0 40,285 4B1B0C FF5C2B 100 -l}
|
||||
${offset 15}${color1}${font Ubuntu:size=9,weight:bold}Down: ${alignr}${font Ubuntu:size=9,weight:normal}$color2${downspeed wlp3s0}
|
||||
${offset 15}${downspeedgraph wlp3s0 40,285 324D23 77B753 100 -l}
|
||||
${offset 15}${color1}${font Ubuntu:size=9,weight:bold}Up: ${alignr}${font Ubuntu:size=9,weight:normal}$color2${upspeed wlan0}
|
||||
${offset 15}${upspeedgraph wlan0 40,285 4B1B0C FF5C2B 100 -l}
|
||||
${offset 15}${color1}${font Ubuntu:size=9,weight:bold}Down: ${alignr}${font Ubuntu:size=9,weight:normal}$color2${downspeed wlan0}
|
||||
${offset 15}${downspeedgraph wlan0 40,285 324D23 77B753 100 -l}
|
||||
|
||||
${color4}${hr 2}
|
||||
|
||||
|
|
|
@ -166,7 +166,7 @@ gauge = {
|
|||
caption_fg_colour=0xFFFFFF, caption_fg_alpha=0.5,
|
||||
},
|
||||
{
|
||||
name='downspeedf', arg='wlp3s0', max_value=100,
|
||||
name='downspeedf', arg='wlan0', max_value=100,
|
||||
x=70, y=660,
|
||||
graph_radius=54,
|
||||
graph_thickness=7,
|
||||
|
@ -187,7 +187,7 @@ gauge = {
|
|||
caption_fg_colour=0xFFFFFF, caption_fg_alpha=0.5,
|
||||
},
|
||||
{
|
||||
name='upspeedf', arg='wlp3s0', max_value=100,
|
||||
name='upspeedf', arg='wlan0', max_value=100,
|
||||
x=70, y=660,
|
||||
graph_radius=42,
|
||||
graph_thickness=7,
|
||||
|
|
Loading…
Reference in a new issue