retroDude
Still Fresh
Ok, i have now finished the simple conky setup with batterybar (Big thnx to GiraffeeDreams) and a wifi strenght bar. (i only get max 70% tho)
After this i will continue on a multiple conky setup with background matching.
Anyway here is the config:
alignment top_left
background no
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
use_xft yes
xftfont DejaVu Sans Mono:size=12
gap_x 0
gap_y 0
minimum_size 60 60
net_avg_samples 2
no_buffers yes
out_to_console no
out_to_stderr no
extra_newline no
own_window no
double_buffer yes
own_window_class Conky
own_window_type normal
stippled_borders 0
update_interval 4.0
uppercase no
use_spacer none
show_graph_scale no
show_graph_range no
TEXT
${offset 580}${font DejaVu Sans Mono:size=22} [ ${time %H:%M} ]${font DejaVu Sans Mono:size=8}
${offset 580}${font DejaVu Sans Mono:size=11}HARDWARE
hr
${offset 580}${color grey}CLOCKSPEED
color $freq MHz
${offset 580}${color grey}CPU
color $cpu% ${cpubar 6}
${offset 580}${cpugraph 20, 200}
${offset 580}${color grey}RAM
color $memperc% ${membar 6}
${offset 580}${color grey}BATTERY: $color${execbar cat /sys/class/power_supply/bq27500-0/capacity}
${offset 580}FILESYSTEM
hr
${offset 580}${color grey}ROOT
color ${fs_used_perc /}% ${fs_bar 6 /}
${offset 580}${color grey}SD-1
color ${fs_used_perc /media/mmcblk0p1}% ${execbar df -h | grep "/media/mmcblk0p1" | awk '{ printf "%s", $5 }' }
${offset 580}${color grey}SD-2
color ${fs_used_perc /media/mmcblk1p1}% ${execbar df -h | grep "/media/mmcblk1p1" | awk '{ printf "%s", $5 }' }
${offset 580}${color grey}SWAP
color ${swapperc}% ${swapbar 6}
${offset 580}NETWORK
hr
${offset 580}${color grey}SIGNAL
color ${execbar cat /sys/devices/platform/omap/omap_hsmmc.2/mmc_host/mmc2/mmc2:0001/mmc2:0001:1/net/wlan0/wireless/link}
${offset 580}${color grey}UP
color ${upspeed wlan0}
${offset 580}${upspeedgraph wlan0 20, 200}
${offset 580}${color grey}DOWN
color ${downspeed wlan0}
${offset 580}${downspeedgraph wlan0 20, 200}
After this i will continue on a multiple conky setup with background matching.
Anyway here is the config:
alignment top_left
background no
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
use_xft yes
xftfont DejaVu Sans Mono:size=12
gap_x 0
gap_y 0
minimum_size 60 60
net_avg_samples 2
no_buffers yes
out_to_console no
out_to_stderr no
extra_newline no
own_window no
double_buffer yes
own_window_class Conky
own_window_type normal
stippled_borders 0
update_interval 4.0
uppercase no
use_spacer none
show_graph_scale no
show_graph_range no
TEXT
${offset 580}${font DejaVu Sans Mono:size=22} [ ${time %H:%M} ]${font DejaVu Sans Mono:size=8}
${offset 580}${font DejaVu Sans Mono:size=11}HARDWARE
${offset 580}${color grey}CLOCKSPEED
${offset 580}${color grey}CPU
${offset 580}${cpugraph 20, 200}
${offset 580}${color grey}RAM
${offset 580}${color grey}BATTERY: $color${execbar cat /sys/class/power_supply/bq27500-0/capacity}
${offset 580}FILESYSTEM
${offset 580}${color grey}ROOT
${offset 580}${color grey}SD-1
${offset 580}${color grey}SD-2
${offset 580}${color grey}SWAP
${offset 580}NETWORK
${offset 580}${color grey}SIGNAL
${offset 580}${color grey}UP
${offset 580}${upspeedgraph wlan0 20, 200}
${offset 580}${color grey}DOWN
${offset 580}${downspeedgraph wlan0 20, 200}
