Skip to content

Instantly share code, notes, and snippets.

@asolkar
Created May 30, 2010 05:56
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 asolkar/418820 to your computer and use it in GitHub Desktop.
Save asolkar/418820 to your computer and use it in GitHub Desktop.
# set to yes if you want Conky to be forked in the background
background yes
# Use Xft?
use_xft yes
xftalpha 0.1
xftfont Droid Sans:size=10
# Update interval in seconds
update_interval 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_type override
own_window_transparent yes
own_window_hints undecorated, sticky, below, skip_pager, skip_taskbar
double_buffer yes
# Minimum size of text area
minimum_size 500 20
maximum_width 700
alignment bottom_right
draw_shades no
draw_outline no
draw_borders no
# Default colors and also border colors
default_color acacac
default_shade_color 655544
default_outline_color 655544
# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 20
gap_y 20
# Subtract file system buffers from used memory?
no_buffers yes
# set to yes if you want all text to be in uppercase
uppercase no
# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes
color1 522343
color2 350e27
# Update music more frequently
music_player_interval 1
TEXT
${color1}${font :bold}Music${font}${color2} (${xmms2_status})
$xmms2_title
$xmms2_artist / $alignr$xmms2_album
${xmms2_bar 5}
$xmms2_percent%$alignr$xmms2_elapsed/$xmms2_duration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment