# 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 no

# 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 990

# 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

# 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 10
gap_y 10

# 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
${color0}${font Musicelements:size=18}t${font ArtBrush:Bold:size=14}Rhythmbox - ${if_running rhythmbox}${color2}Titulo: ${color0}${exec rhythmbox-client --print-playing-format %tt} ${hr 2}
${color2}${font ArtBrush:size=11}Artista: ${color0}${exec rhythmbox-client --no-start --print-playing-format %ta} ${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} ${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 Liberation Mono:size=6:bold}${#82281F}Sin Actividad${font}$endif${color}
${font ArtBrush:size=11}${color2}${execi 5 lyricsdownloader -t 35 | fold -sw25}
