# conky configuration # set to yes if you want Conky to be forked in the background background yes # Use Xft? use_xft yes # Xft font when Xft is enabled #xftfont Liberation Mono:pixelsize=11 #xftfont terminus:pixelsize=8 xftfont standard 07_56:size=6 # Text alpha when using Xft xftalpha 0.8 # Print everything to console? # out_to_console no # Update interval in seconds update_interval 3.0 # This is the number of times Conky will update before quitting. # Set to zero to run forever. total_run_times 0 # Create own window instead of using desktop (required in nautilus) own_window yes own_window_transparent yes own_window_type normal own_window_hints below,undecorated,sticky,skip_taskbar #own_window_colour 222222 own_window_type desktop own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager # Use double buffering (reduces flicker, may not work for everyone) double_buffer yes # Minimum size of text area minimum_size 1 maximum_width 2276 # Draw shades? draw_shades no # Draw outlines? draw_outline no # Draw borders around text draw_borders no # Stippled borders? #stippled_borders 0 # border margins #border_margin 5 # border width border_width 1 # Default colors and also border colors default_color dddddd #default_border_color white default_shade_color black default_outline_color black # Text alignment, other possible values are commented alignment top_left #alignment top_right #alignment bottom_left #alignment bottom_right # Gap between borders of screen and text # same thing as passing -x at command line gap_x 0 gap_y -10 # Subtract file system buffers from used memory? no_buffers yes # set to yes if you want all text to be in uppercase uppercase no # number of cpu samples to average # set to 1 to disable averaging cpu_avg_samples 2 # set to 1 to disable averaging net_avg_samples 2 # Force UTF8? note that UTF8 support required XFT override_utf8_locale yes use_spacer none TEXT ${color #979797}CPU: ${color }$cpu% / ${freq_g}GHz / ${execi 5 cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor} || ${color #979797}Load: ${color }${loadavg} || ${color #979797}RAM: ${color }$mem / $memmax || ${color #979797}ROOT: ${color }${fs_free /} free || ${color #979797}CPU0: ${color }${execi 5 cat /proc/acpi/thermal_zone/THM0/temperature | awk {'print $2 "°C"'}} || ${color #979797}CPU1: ${color }${execi 5 cat /proc/acpi/thermal_zone/THM1/temperature | awk {'print $2 "°C"'}} || ${color #979797}GPU: ${color }${ibm_temps 3} || ${color #979797}Fan: ${color } $ibm_fan} || ${color #979797}BAT: ${color }${battery BAT0} || ${color #979797}eth0: ${color }${addr eth0} || ${color #979797}ppp0: ${color }${addr ppp0} || ${color #979797}wlan0: ${color }${addr wlan0} || ${color #979797}SSID ${color }${wireless_essid wlan0} ${wireless_link_qual_perc wlan0} || ${color #979797} ${color }${color}${time %A}, ${time %e %B} ${color #979797}${time %H:%M} ||