# simple conky. one liner at the top of the screen # modified to 1280 wide screens. change the minimum # size and x/y gaps for your needs. here I use the nu # font from artwiz fonts pkg. # # expected output: # left: uptime, cpu%, ram%, hdd, wifi (accesspoint, link qual), # right: [|||] (batbar), date, time 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 Nu:size=12 gap_x 5 gap_y 3 minimum_size 1270 5 net_avg_samples 2 no_buffers yes out_to_console no out_to_stderr no extra_newline no own_window yes own_window_class Conky own_window_type desktop stippled_borders 0 update_interval 1.0 uppercase no use_spacer none show_graph_scale no show_graph_range no # TODO: # jos latauksessa: # batbarclr->valk # muuten: # batbarclr->harm TEXT ${color grey}UP:$color $uptime_short ${color grey}CPU:$color $cpu% ${color grey}RAM:$color $memperc% ${color grey}HDD:$color ${fs_used /}/${fs_size /} ${color grey}WIFI:$color ${wireless_essid wlan0}  [${wireless_link_qual_perc wlan0}] ${alignr 1}${battery_bar 5, 11} ${time %a %e. %b %H:%M}$alignr