Created
November 30, 2012 05:17
-
-
Save jcarlos7121/4173892 to your computer and use it in GitHub Desktop.
Script para el bro
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
#EL todo list | |
# 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,below,sticky,skip_taskbar,skip_pager | |
double_buffer yes | |
use_spacer right | |
use_xft yes | |
xftfont unDotum:size=8 | |
xftalpha 0.8 | |
text_buffer_size 2048 | |
update_interval 1 | |
minimum_size 250 5 | |
maximum_width 250 | |
draw_shades no | |
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 3 | |
border_margin 9 | |
border_width 10 | |
default_color 626262 | |
alignment top_left | |
gap_x 400 | |
gap_y 400 | |
TEXT | |
${voffset -20}$color${font Cambria:size=20}${color DimGray}Tareas$font | |
${color FFFFFF}${font Cambria:size=13}${execi 5 cat /home/juancarlos/documents/pendientes.txt}$font |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment