conky system stats: use proper wlan interface, small visual tweaks as well
This commit is contained in:
parent
c45a441dc8
commit
b5a37c44be
1 changed files with 4 additions and 4 deletions
|
@ -28,8 +28,8 @@ xftalpha 0.5
|
||||||
uppercase no
|
uppercase no
|
||||||
|
|
||||||
gap_x 100
|
gap_x 100
|
||||||
gap_y 150
|
gap_y 70
|
||||||
minimum_size 500 900
|
minimum_size 500 600
|
||||||
maximum_width 350
|
maximum_width 350
|
||||||
|
|
||||||
own_window yes
|
own_window yes
|
||||||
|
@ -103,9 +103,9 @@ ${offset 150}${font Ubuntu:size=9,weight:bold}${color1}/home free: ${font Ubuntu
|
||||||
${voffset 43}
|
${voffset 43}
|
||||||
${offset 90}${font Ubuntu:size=10,weight:bold}${color5}NETWORK
|
${offset 90}${font Ubuntu:size=10,weight:bold}${color5}NETWORK
|
||||||
${voffset 60}
|
${voffset 60}
|
||||||
${offset 15}${color1}${font Ubuntu:size=9,weight:bold}Up: ${alignr}${font Ubuntu:size=9,weight:normal}$color2${upspeed wlan0} / ${totalup}
|
${offset 15}${color1}${font Ubuntu:size=9,weight:bold}Up: ${alignr}${font Ubuntu:size=9,weight:normal}$color2${upspeed wlp3s0} / ${totalup}
|
||||||
${offset 15}${upspeedgraph wlp3s0 40,285 4B1B0C FF5C2B 100 -l}
|
${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 wlan0} / ${totaldown}
|
${offset 15}${color1}${font Ubuntu:size=9,weight:bold}Down: ${alignr}${font Ubuntu:size=9,weight:normal}$color2${downspeed wlp3s0} / ${totaldown}
|
||||||
${offset 15}${downspeedgraph wlp3s0 40,285 324D23 77B753 100 -l}
|
${offset 15}${downspeedgraph wlp3s0 40,285 324D23 77B753 100 -l}
|
||||||
|
|
||||||
${color4}${hr 2}
|
${color4}${hr 2}
|
||||||
|
|
Loading…
Reference in a new issue