Created
February 4, 2012 17:19
-
-
Save hard-tek/1739010 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################## | |
# Settings | |
############################################## | |
# Use Xft? | |
use_xft yes | |
xftfont MonteCarlo:size=9 | |
xftalpha 1 | |
text_buffer_size 2048 | |
# Update interval in seconds | |
update_interval 0.1 | |
# 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_colour 12171d | |
own_window_transparent yes | |
own_window_type normal | |
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager | |
own_window_title digit | |
# Use double buffering (reduces flicker, may not work for everyone) | |
double_buffer yes | |
# Minimum size of text area | |
minimum_size 192 48 | |
# Draw shades? | |
draw_shades no | |
# Draw outlines? | |
draw_outline no | |
# Draw borders around text | |
draw_borders no | |
draw_graph_borders no | |
# Stippled borders? | |
#stippled_borders 0 | |
# border margins | |
#border_margin 0 | |
# border width | |
#border_width 1 | |
# Default colors and also border colors | |
default_color a59461 | |
#default_shade_color 131313 | |
#default_outline_color black | |
#own_window_colour black | |
# Text alignment, other possible values are commented | |
#alignment top_right | |
#alignment top_right | |
#alignment bottom_left | |
alignment bottom_right | |
gap_x 7 | |
gap_y 20 | |
# Subtract file system buffers from used memory? | |
no_buffers yes | |
uppercase no | |
# Force UTF8? note that UTF8 support required XFT | |
override_utf8_locale yes | |
# Add spaces to keep things from moving about? This only affects certain objects. | |
use_spacer none | |
TEXT | |
${cpugraph CPU1 18,96 ffad46 ffad46 scale -l}${memgraph 18,96 16a765 16a765 scale -l} | |
${cpugraph CPU2 18,96 f83a22 f83a22 scale -l}${diskiograph /dev/sda 18,96 4986e7 4986e7 scale -l} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment