Skip to content

Instantly share code, notes, and snippets.

@bharadwaj-raju
Created March 20, 2016 08:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bharadwaj-raju/26996211908665708c9b to your computer and use it in GitHub Desktop.
Save bharadwaj-raju/26996211908665708c9b to your computer and use it in GitHub Desktop.
alignment top_left
# Set to yes/no to enable/diable background forking of conky process
background yes
# Set xy position
gap_x 0
gap_y 0
# Set size
minimum_size 1024 1200
maximum_width 190000
# Update interval (in seconds)
update_interval 2
# How many times conky should update before exiting. Set to 0 to make conky run forever
total_run_times 0
# Set to yes/no to enable/disable double buffering
# Double buffering reduces flicker, but may not work for everyone
double_buffer yes
own_window_argb_visual yes
# Set text buffer size
text_buffer_size 1248
# Number of samples to take from CPU for CPU usag
e monitoring, set to 1 to disable
cpu_avg_samples 2
net_avg_samples 2
# Use XFT (X Fonts Tool)?
use_xft yes
# If XFT is yes, specify font
# If no ${font} value is set for text blocks in the text section, they will use these font and size settings
xftfont Quicksand-Bold size=16
# Alpha font setting. Adjust for sharp vs smooth font, default is usually good
xftalpha 0.5
# Force UTF8? Note that UTF8 support is required for XFT
override_utf8_locale yes
# Make a separate window for conky?
own_window yes
# Window types.
# desktop = stick to the desktop
# normal = normal setting, conky may disappear on show desktop
own_window_type normal
# Should conky be transparent or opaque? (yes = transparent, no = opaque)
own_window_transparent yes
# Tell conky how its window should be
# You can set multiple options, but check that they don't conflict.
own_window_hints below,undecorated,sticky,skip_taskbar,skip_pager
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
# Everything after "TEXT" will be printed.
TEXT
${color #EFDCD5}${font Quicksand-Regular:size=16} ${uptime}${font Haymaker:size=23}${offset 370}${time %I:%M %p %a %d %b}${offset 170}${font Quicksand-Regular:size=16}${execi 60 python ~/Scripts/gmailchecker.py} | CPU: ${cpu cpu2%}% | RAM: ${mem}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment