# UBUNTU-CONKY
# A comprehensive conky script, configured for use on
# Ubuntu / Debian Gnome, without the need for any external scripts.
#
# Based on conky-jc and the default .conkyrc.
# INCLUDES:
# - tail of /var/log/messages 
# - netstat connections to your computer
#
# -- Pengo (conky@pengo.us)
#

# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_hints undecorated,below,skip_taskbar
background yes

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# fiddle with window
use_spacer yes
use_xft yes

# Update interval in seconds
update_interval 1

# Minimum size of text area
minimum_size 950

# Draw shades?
draw_shades no

# Text stuff
draw_outline no
# amplifies text if yes
draw_borders no

uppercase no # set to yes if you want all text to be in uppercase

# Stippled borders?
stippled_borders 0

# border margins
border_margin 0

# border width
border_width 0

# Default colors and also border colors, grey90 == #626262
default_color white
default_shade_color black
default_outline_color grey90

own_window_colour 080d14
own_window_transparent yes
own_window_type override

# 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
gap_x 0
gap_y 30

# stuff after 'TEXT' will be formatted on screen

override_utf8_locale yes
xftfont Terminus:size=8
xftalpha 0.8

color0	ffffff	#blanco
color2	6b8fd4	#naranjo

TEXT
${goto 10}${voffset 2}${color0}${font Musicelements:size=18}t${font ArtBrush:Bold:size=14}Rhythmbox - ${if_running rhythmbox} ${exec rhythmbox-client --no-start --print-playing-format %ta} - ${exec rhythmbox-client --print-playing-format %tt} ${hr 2}
${goto 10}${font ArtBrush:size=11} ${color2}Album: ${color0}${exec rhythmbox-client --no-start --print-playing-format %at} ${color2}Genero: ${color0}${exec rhythmbox-client --no-start --print-playing-format %ag} ${color2}Anho: ${color0}${exec rhythmbox-client --no-start --print-playing-format %ay} 
${goto 10}${color2}Posicion: ${color0}${exec rhythmbox-client --no-start --print-playing-format %te} ${color2}Tiempo: ${color0}${exec rhythmbox-client --no-start --print-playing-format %td}${else}${font ArtBrush:size=11:bold}${color2}Sin Actividad${font}${endif}
