Quantcast
Channel: Astr0baby's not so random thoughts _____ rand() % 100;
Viewing all articles
Browse latest Browse all 183

Conky configuration

$
0
0

There were some people asking what is the Conky theme and configuration I use on my desktop

Well I don’t know what should I call this but the configuration is shown below, this should be saved as ~./conky/conky.cfg

  • Please do not forget to change the network interface names (since I use wlp9s0 for my wifi)
  • Also the battery/ACPI stuff should be tuned to your HW.   Mine should work on a Panasonic CF-53
own_window yes
own_window_transparent yes
own_window_type desktop
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_argb_visual true
own_window_argb_value 0
out_to_console no
own_window_class Conky
own_window_type normal 
own_window_transparent yes
use_xft yes
xftfont cure:size=8
update_interval 2
cpu_avg_samples 2
net_avg_samples 2
double_buffer yes
maximum_width 320
draw_shades no
draw_outline no
draw_borders no
stippled_borders 1
border_width 20
default_color white
default_shade_color white
default_outline_color white
alignment top_right
gap_x 15
gap_y 0
use_spacer left
no_buffers yes
uppercase no

TEXT
${color}${alignc}${time %A %d of %B, %Y}${color lightgrey} | ${color}${time %H:%M:%S}

${color}${alignc}${color lightgrey}Uptime: ${color}$uptime${color lightgrey} | ${color lightgrey}Load: $color$loadavg

${color lightgrey}${alignc}Battery :$color ${battery}${color lightgrey} | ${color lightgrey}ET: ${color}$battery_time
${alignc}${color #14A734}${battery_bar 8,300}
${color #656565}$stippled_hr$color
${color} $wireless_essid${alignr}${color lightgrey}| ${color lightgrey}Signal:${color}${wireless_link_qual_perc wlp9s0}%

${color lightgrey} Down:${color}${downspeedf wlp9s0} KB/s${alignr}${color lightgrey}Up:${color}${upspeedf wlp9s0} KB/s 
${color #000000}${downspeedgraph wlp9s0 12,140 000000 14A734}${alignr}${color #000000}${upspeedgraph wlp9s0 12,140 000000 14A734}
${color lightgrey} Total: $color${totaldown wlp9s0}${alignr}${color lightgrey}Total: ${color}${totalup wlp9s0} 
${color #656565}$stippled_hr$color
${alignc}${color}${execi 1000 cat /proc/cpuinfo | grep 'model name' | sed -e 's/model name.*: //'| uniq}
${alignc}${color #000000}${cpugraph 13,318 000000 14A734}

${color lightgrey}Total CPU Usage: ${color}${cpu cpu0}%${alignr}${color lightgrey}| ${color lightgrey}CPU Temperature: ${color}${hwmon 1 temp 1}°C

${color lightgrey} C1: ${color}${cpu cpu1}% ${color lightgrey}@ ${color}${freq 1} MHz${color #14A734}${alignr}${color lightgrey}C2: ${color}${cpu cpu2}% ${color lightgrey}@ ${color}${freq 2} MHz 
${color #14A734}${cpubar cpu1 6,150}${alignr}${color #14A734}${cpubar cpu2 6,150}
${color lightgrey} C3: ${color}${cpu cpu3}% ${color lightgrey}@ ${color}${freq 3} MHz${color #14A734}${alignr}${color lightgrey}C4: ${color}${cpu cpu4}% ${color lightgrey}@ ${color}${freq 4} MHz 
${color #14A734}${cpubar cpu3 6,150}${alignr}${color #14A734}${cpubar cpu4 6,150}
${color #656565}$stippled_hr$color
${alignc}${color lightgrey}Resources

${color lightgrey}Ram ${alignc} ${color}$mem${color lightgrey} / ${color}$memmax ${alignr}${memperc}% Used
${color #14A734}${membar 6,318}
${color lightgrey}Swap ${alignc} ${color}${swap}${color lightgrey} / ${color}${swapmax} ${alignr}${swapperc}% Used
${color #14A734}${swapbar 6,318}
${color lightgrey}$fs_type ${alignc} ${color}${fs_used}${color lightgrey} / ${color}${fs_size} ${alignr}${fs_used_perc /}% Used
${color #14A734}${fs_bar 6,318 /}
${color lightgrey}Disk Read IO: $color${diskio_read}${alignr}${color lightgrey}Disk Write IO: ${color}${diskio_write}
${color #000000}${diskiograph_read 12,145 000000 14A734}${alignr}${color #000000}${diskiograph_write 12,145 000000 14A734}
${color #656565}$stippled_hr$color

 

 


Viewing all articles
Browse latest Browse all 183

Trending Articles