62 lines
1.4 KiB
Text
62 lines
1.4 KiB
Text
|
# **********************************************************************
|
||
|
# "CPU Panel (2-core)" theme for Conky by Tony George (teejee2008@gmail.com)
|
||
|
#
|
||
|
# Webpage: http://teejeetech.blogspot.in/
|
||
|
# **********************************************************************
|
||
|
|
||
|
|
||
|
background yes
|
||
|
double_buffer yes
|
||
|
|
||
|
alignment top_left
|
||
|
|
||
|
border_width 1
|
||
|
cpu_avg_samples 2
|
||
|
default_color white
|
||
|
default_outline_color white
|
||
|
default_shade_color white
|
||
|
draw_borders no
|
||
|
draw_graph_borders yes
|
||
|
draw_outline no
|
||
|
draw_shades no
|
||
|
|
||
|
gap_x 10
|
||
|
gap_y 350
|
||
|
net_avg_samples 2
|
||
|
no_buffers yes
|
||
|
out_to_console no
|
||
|
out_to_stderr no
|
||
|
extra_newline no
|
||
|
|
||
|
own_window yes
|
||
|
own_window_type normal
|
||
|
own_window_transparent yes
|
||
|
own_window_colour 000000
|
||
|
own_window_argb_visual yes
|
||
|
own_window_argb_value 0
|
||
|
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
|
||
|
|
||
|
minimum_size 300 210
|
||
|
stippled_borders 0
|
||
|
update_interval 1.0
|
||
|
uppercase no
|
||
|
use_spacer none
|
||
|
|
||
|
show_graph_scale no
|
||
|
show_graph_range no
|
||
|
|
||
|
use_xft yes
|
||
|
xftalpha 0.1
|
||
|
xftfont Ubuntu:size=12
|
||
|
color0 white
|
||
|
color1 EAEAEA
|
||
|
color2 FFA300
|
||
|
color3 grey
|
||
|
|
||
|
TEXT
|
||
|
${color2}CPU: ${color0}${cpu cpu0}% ${goto 90}${color3}${cpubar cpu0 15,130}${cpubar cpu1 15,40}${cpubar cpu2 15,40}
|
||
|
${cpugraph cpu0 100,300}${voffset -19}
|
||
|
${cpugraph cpu1 80,150}${cpugraph cpu2 80,150}${voffset -19}
|
||
|
${font Ubuntu:size=10}${voffset -70}${color3}${goto 10}1 ${goto 160}2
|
||
|
${font Ubuntu:size=8}${voffset -17}${color3}${goto 108}${freq_g (1)}GHz ${goto 258}${freq_g (2)}GHz
|