On Sun, Jul 21, 2013 at 09:48:11AM +0200, lee wrote: > Suvayu Ali <fatkasuvayu+linux@xxxxxxxxx> writes: > > > Sadly I do not have answers to any of your questions. However I have to > > say, I have been using conky for 5 years now; it has been incredibly > > reliable for me. If you think it would help, I could share my conkyrc. > > Thank you, I guess it won"t hurt to share it. Okay, here it is then. Hope my settings help you. :) -- Suvayu Open source is the future. It sets us free.
# -*- mode: conf-space -*- # window size and position alignment top_right gap_x 5 gap_y 50 maximum_width 300 border_width 1 minimum_size 5 5 # window behaviour background yes own_window yes own_window_class Conky own_window_type override own_window_transparent yes # Conky behaviour no_buffers yes out_to_console no out_to_stderr no double_buffer yes uppercase no # default colour and fonts default_color LightGrey default_outline_color White default_shade_color DarkGrey xftfont DejaVu Sans Mono:size=10 use_xft yes # window appearance draw_borders no draw_graph_borders yes draw_outline no draw_shades no stippled_borders 0 use_spacer none # widget defaults or behaviour cpu_avg_samples 2 net_avg_samples 2 default_graph_size 200 20 show_graph_scale no show_graph_range no update_interval 1.0 TEXT ${color DarkSlateGray}${hr 3} $color ${color GhostWhite} ${font DejaVu Sans Mono:bold:size=10}${scroll 35 $nodename - $sysname $kernel} $font ${color DarkSlateGray}${hr 2} $color ${color GhostWhite} ${alignc 45} ${font Tengwar Eldamar Alt:bold:size=15}$nodename_short $font ${color GhostWhite} ${font DejaVu Sans Mono:bold:size=15}${time %a %d %b, %I:%M %P} $font ${color DarkSlateGray}${hr 2} $color${font DejaVu Sans Mono:size=10} ${color black}Uptime:$color $uptime ${offset 20}${color black}Core temp:$color ${acpitemp}°C ${color black}RAM:$color $mem/$memmax - $memperc%${alignr 90} ${membar 4} ${color black}Swap:$color $swap/$swapmax - $swapperc%${alignr 90} ${swapbar 4} ${color black}CPU1@ $color${freq_g 1}${color black} GHz$color ${cpu cpu1}%${alignr 150} ${cpubar cpu1 4} ${color black}CPU2@ $color${freq_g 2}${color black} GHz$color ${cpu cpu2}%${alignr 150} ${cpubar cpu2 4} ${color black}CPU3@ $color${freq_g 3}${color black} GHz$color ${cpu cpu3}%${alignr 150} ${cpubar cpu3 4} ${color black}CPU4@ $color${freq_g 4}${color black} GHz$color ${cpu cpu4}%${alignr 150} ${cpubar cpu4 4} ${color black}Processes:$color $processes ${color black}Running:$color $running_processes ${color black}Threads:$color $running_threads ${voffset 10}${color black}Load:$color ${loadavg 2} ${voffset -25} ${alignc -30} ${loadgraph 3 20, 200 000000 ffffff -t -l} ${color DarkSlateGray}${hr 2} $color ${voffset 5}${color black}File systems: sda$color - ${hddtemp /dev/sda}°C ${voffset 3}${color black} / $color${fs_used /}/${fs_size /}${alignr 10} ${fs_bar 6,100 /} ${voffset 3}${color black} /home $color${fs_used /home}/${fs_size /home}${alignr 10} ${fs_bar 6,100 /home} ${voffset 5}${color black}Networking: wlan0, eth2 Up:$color ${upspeed wlan0} ${offset 60} ${color black} - Down:$color ${downspeed wlan0} ${upspeedgraph wlan0 20, 125 000000 ffffff -t -l}${alignr 5}${downspeedgraph wlan0 20, 125 000000 ffffff -t -l} ${color black}Up:$color ${upspeed eth2} ${offset 60} ${color black} - Down:$color ${downspeed eth2} ${upspeedgraph eth2 20, 125 000000 ffffff -t -l}${alignr 5}${downspeedgraph eth2 20, 125 000000 ffffff -t -l} ${color DarkSlateGray}${hr 2}$color ${color black}Name PID CPU% MEM% $color ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4} ${voffset 5}${color DarkSlateGray}${hr 2} $color
-- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org