Change graph colour.
This commit is contained in:
parent
7f654123f1
commit
af177ceed6
|
|
@ -54,8 +54,8 @@ conky.text = [[
|
|||
${voffset 8}${GOTO 50}${font Monofur:bold:size=12}CPU${font}
|
||||
${voffset 10}${GOTO 50}${font}Avg use: ${font Monofur:size=8}${color1}${cpu cpu0}%${alignr}${color}${font}Freq: ${font Monofur:size=8}${color1}${freq_g} Ghz${color}
|
||||
${color}${font Monofur:bold:size=8}${GOTO 50}Core:${GOTO 90}1${offset 6}${color1}${font Monofur:size=6}${voffset -1}${cpu cpu0}%${voffset -1}${color}${font}${GOTO 127}2${offset 6}${color1}${font Monofur:size=6}${voffset -1}${cpu cpu1}%
|
||||
${GOTO 50}${cpugraph cpu0 15,185 DCDCDC 3399FF}
|
||||
${GOTO 50}${cpugraph cpu1 15,185 DCDCDC 3399FF}
|
||||
${GOTO 50}${cpugraph cpu0 15,185 00008b 3399FF}
|
||||
${GOTO 50}${cpugraph cpu1 15,185 00008b 3399FF}
|
||||
${template0 0 1}
|
||||
${template0 1 2}
|
||||
${template0 2 3}
|
||||
|
|
|
|||
|
|
@ -45,8 +45,8 @@ conky.text = [[
|
|||
${voffset -18}${if_existing /proc/net/route eth0}${voffset 25}${GOTO 50}${font Monofur:bold:size=12}Network
|
||||
${GOTO 50}${font}Public: ${color0}${font Monofur:size=8}${texeci 36000 wget -qO - http://ipecho.net/plain | tail}${color}
|
||||
${voffset 5}${GOTO 50}${font}Local: ${color0}${font Monofur:size=8}${addrs eth0}${color}
|
||||
${voffset 5}${GOTO 20}${upspeedgraph eth0 15,170 DCDCDC 3399FF}
|
||||
${voffset 5}${GOTO 20}${downspeedgraph eth0 15,170 DCDCDC 3399FF}
|
||||
${voffset 5}${GOTO 20}${upspeedgraph eth0 15,170 00008b 3399FF}
|
||||
${voffset 5}${GOTO 20}${downspeedgraph eth0 15,170 00008b 3399FF}
|
||||
${voffset 28}${GOTO 12}${font}Receive: ${font Monofur:size=8}${color0}${downspeed eth0}${GOTO 120}${font}${color}Send: ${font Monofur:size=8}${color0}${upspeed eth0}
|
||||
${image ~/.conky/conky-xanimos/img/networkhigh.png -p 0,5}${else}${if_existing /proc/net/route wlan0}${voffset 8}${GOTO 50}${font Monofur:bold:size=18}Network${font}
|
||||
${GOTO 50}${font}Public: ${color0}${font Monofur:size=8}${texeci 36000 wget -qO - http://ipecho.net/plain | tail}${color}
|
||||
|
|
|
|||
Loading…
Reference in New Issue