Without going through all the details and possibilities (there are a lot of them), I will just post my Conky config here.
For you to copy, adapt or whatever :
# conky configuration # # The list of variables has been removed from this file in favour # # Enjoy! :) ############################################## # Settings ############################################## # --- Window Layout & Options --- # own_window yes own_window_colour brown own_window_transparent yes own_window_type override own_window_transparent yes own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager double_buffer yes use_spacer right use_xft yes alignment top_right gap_x 30 gap_y 60 # --- Colours, Sizes, Fonts & Margins --- # update_interval 2.0 maximum_width 250 stippled_borders 0 border_margin 9 border_width 10 default_color grey # --- Text --- # draw_outline no draw_borders no font Monospace:size=6:weight=bold uppercase no draw_shades yes TEXT ${color orange}Christiawan ( KetikanPelajarBodoh) ${hr 2}$color ${color orange}SYSTEM INFORMATION ${hr 2}$color ${color white}${time %A},${time %e} ${time %B} ${time %G}${alignr}${time %H:%M:%S} ${color white}Machine$color $nodename ${alignr}${color white}Uptime$color $uptime ${color white}Kernel$color $kernel ${alignr}${color white}Arch$color $machine ${color orange}CPU ${hr 2}$color ${font Arial:bold:size=8}${color #ffffff}${execi 99999 cat /proc/cpuinfo | grep "model name" -m1 | cut -d":" -f2 | cut -d" " -f2- | sed 's#Processor ##'}$font$color ${color white}Processes:$color $running_processes/ $processes ${cpugraph cpu1 25,120 333300 ff9900 } ${cpugraph cpu2 25,120 333300 ff9900} #${color #ff4400}${cpubar cpu1 3,120} ${color #ff4400}${cpubar cpu2 3,120}$color ${cpu cpu1}% (${freq_g 1} Ghz) ${alignr 2} (${freq_g 2} Ghz) ${cpu cpu2}% ${color orange}TOP 5 PROCESSES ${hr 2}$color ${color #ffffff}NAME PID CPU MEM ${color #eeeeee}1. ${top name 1}${top pid 1} ${top cpu 1} ${top mem 1}$color 2. ${top name 2}${top pid 2} ${top cpu 2} ${top mem 2} 3. ${top name 3}${top pid 3} ${top cpu 3} ${top mem 3} 4. ${top name 4}${top pid 4} ${top cpu 4} ${top mem 4} 5. ${top name 5}${top pid 5} ${top cpu 5} ${top mem 5} ${color orange}MEMORY & SWAP ${hr 2}$color ${color white}RAM$color $memperc% ${membar 6}$color ${color white}Swap$color $swapperc% ${swapbar 6}$color ${color orange}DRIVES - FREE SPACE ${hr 2}$color ${color white}Crunchbang$color ${fs_free_perc /}%$alignr${fs_free /}/ ${fs_size /} S H O R T C U T K E Y S ${hr} Alt+F2$alignr Run Dialog Alt+F3$alignr Alt Menu Super+Space$alignr Main Menu Super+Tab$alignr Client Menu Super+t$alignr Terminal Super+f$alignr File Manager Super+e$alignr Editor Super+m$alignr Media Player Super+w$alignr Web Browser Super+h$alignr Task Manager Super+l$alignr Lock Screen Super+v$alignr Volume Control Super+x$alignr Logout PrtSc$alignr Screenshot
This config will give you something looking like this
Cool yeah ? ^^"
Referensi : crunchbang.org
Post a Comment