Posts

Showing posts from March, 2013

My Conky Config

# conky configuration # # The list of variables has been removed from this file in favour # of keeping the documentation more maintainable. # Check http://conky.sf.net for an up-to-date-list. # # For ideas about how to modify conky, please see: # http://crunchbanglinux.org/forums/topic/59/my-conky-config/ # # For help with conky, please see: # http://crunchbanglinux.org/forums/topic/2047/conky-help/ # # Enjoy! :) ############################################## # Settings ############################################## background no use_xft yes #xftfont Liberation Sans:size=9 xftfont no ${font sans-serif:size=8} xftalpha 1 update_interval 1.0 total_run_times 0 own_window yes own_window_transparent no own_window_type desktop own_window_argb_visual yes ## The following line gives a very light grey background. Increase the number to make it darker, Max Value 255 own_window_argb_value 25 own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager double_...