Page 840 of 2348 FirstFirst ... 34074079083083883984084184285089094013401840 ... LastLast
Results 8,391 to 8,400 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #8391
    Join Date
    May 2008
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by erichesty View Post
    @PurposeOfReason:

    the following code is working for me, thanks so much!

    Code:
    ${execpi 60 cal $(date '+%-m %-Y' --date="next month")}
    When trying to align it with ${goto XX} though, it only moves the top line ("S M T W TH F S") to that location... the rest of the calendar stays put.

    any ideas how to move the whole thing?
    Code:
    ${execpi 60 cal $(date '+%-m %-Y' --date="next month")|sed 's/^/${goto xx}/'}
    It only puts the very next line at the goto location. I added some code in red that will put the goto at the beginning of every line output by the cal command so it should line up the way you want.

  2. #8392
    Join Date
    Oct 2006
    Location
    Wales, United Kingdom
    Beans
    66

    Re: Post your .conkyrc files w/ screenshots

    Hey guys, installed conky today and ive got a few queries about my current config.

    Here a screenshot of my conky at the moment:



    And heres my conky config:

    Code:
    # Conkyrc X.v0.5.3 
    # exudus @ http://www.localh0st.net
    #
    # A comprehensive conky script, configured for use on
    # Ubuntu / Debian Gnome, without the need for any external scripts.
    # 
    # INCLUDES:
    # I/O disque
    # 
    #
    # 
    #
    
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    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 2.0
    
    # Minimum size of text area
    minimum_size 310 5
    maximum_width 310
    
    # Draw shades?
    draw_shades no
    
    # Text stuff
    draw_outline no # amplifies text if yes
    draw_borders no
    draw_graph_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 1
    
    # border width
    border_width 1
    
    # Default colors and also border colors, grey90 == #e5e5e5
    default_color white
    default_shade_color black
    default_outline_color grey90
    
    own_window_colour brown
    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 1940
    gap_y 3
    
    # stuff after 'TEXT' will be formatted on screen
    
    override_utf8_locale yes
    xftfont Terminus:size=8
    xftalpha 0.8
    
    TEXT
    ${alignc 95}${color #E67B13}${font OpenLogos:size=110}v${font}
    ${color slate grey}SYSTEM $stippled_hr${color}
    ${color slate grey}${alignc} Ubuntu Jaunty$color
    ${color slate grey}${alignc}$sysname $kernel$color
    ${color slate grey}UpTime: ${color}${alignr}$uptime
    
    ${color slate grey}CPU1${color}${alignc}${hwmon 0 temp 1}°C${alignr}${cpu cpu1}%
    ${color light grey}${cpubar 4 cpu1}
    ${color slate grey}CPU2${color}${alignc}${hwmon 1 temp 1}°C${alignr}${cpu cpu2}%
    ${color light grey}${cpubar 4 cpu2}
    ${color slate grey}CPU3${color}${alignc}${hwmon 2 temp 1}°C${alignr}${cpu cpu3}%
    ${color light grey}${cpubar 4 cpu3}
    ${color slate grey}CPU4${color}${alignc}${hwmon 3 temp 1}°C${alignr}${cpu cpu4}%
    ${color light grey}${cpubar 4 cpu4}
    
    ${color light grey}nVidia GeForce 9800 GTX+:${color}${alignr}${execi 60 nvidia-settings -query GPUCoreTemp | perl -ne 'print $1 if /GPUCoreTemp.*?: (\d+)./;'}°C
    
    ${color slate grey}Load: ${color}$loadavg
    ${color slate grey}Processes: ${color}$processes  
    ${color slate grey}Running: ${color}$running_processes
    
    ${color}${font}${color slate grey}Highest CPU:
    ${color #ddaa00} ${top name 1}${alignr}${top cpu 1}
    ${color lightgrey} ${top name 2}${alignr}${top cpu 2}
    ${color lightgrey} ${top name 3}${alignr}${top cpu 3}
    ${color lightgrey} ${top name 4}${alignr}${top cpu 4}
    ${color lightgrey} ${top name 5}${alignr}${top cpu 5}
    
    ${color slate grey}HOME ${color }
    ${fs_free /home}/${fs_size /home}
    ${fs_bar 3,140 /home}
    
    ${color slate grey}MEM:
    ${color } $memperc% $mem/$memmax
    ${membar 3,140}
    ${color slate grey}SWAP:
    ${color } $swapperc% $swap/$swapmax
    ${swapbar 3,140}
    
    ${color slate grey}Internet $stippled_hr${color}
    
    ${color slate grey}Up:${color}${upspeed eth1}k/s
    ${color slate grey} Total:${color} ${totalup eth1}
    ${color slate grey}Down:${color}${downspeed eth1}k/s${color slate grey} 
    ${color slate grey}Total:${color} ${totaldown eth1}
    
    ${color slate grey}WEATHER $stippled_hr${color}
    ${color #ffffff}
    ${goto 130}${execi 300 conkyForecast --location=UKXX1707 --datatype=CN --locale=en}, ${execi 300 conkyForecast --location=UKXX1707 --datatype=CO} 
    ${goto 130}Aktualisation: ${alignr} ${execi 300 conkyForecast --location=UKXX1707 --hideunits --datatype=LU -m 0 }
    ${voffset -40}${color #ffffff}${font ConkyWeather:size=85}${execi 300 conkyForecast --location=UKXX1707  --datatype=WF}
    $font${voffset -167}${goto 130}Wind: ${alignr}${execi 300 conkyForecast  --location=UKXX1707 --datatype=WS} ${execi 300 conkyForecast --datatype=WD}
    ${goto 130}Barometer: ${alignr}${execi 300 conkyForecast --location=UKXX1707 --hideunits --datatype=BR}
    ${goto 130}Tendency: ${alignr}${execi 300 conkyForecast --location=UKXX1707  --datatype=BD}
    ${goto 130}Humidity: ${alignr}${execi 300 conkyForecast --location=UKXX1707  --datatype=HM}
    ${goto 130}Raining Possibility: ${alignr}${execi 300 conkyForecast  --location=UKXX1707 --startday=0 --datatype=PC}
    ${goto 130}Sunrise: ${alignr}${execi 300 conkyForecast --location=UKXX1707 --datatype=SR}
    ${goto 130}Sunshine: ${alignr}${execi 300 conkyForecast --location=UKXX1707 --datatype=SS}
    ${goto 35}${voffset 10} ${font :size=18}${execi 300 conkyForecast --location=UKXX1707  --datatype=HT} $font ${voffset -25}${goto 130}PC Temperature: ${alignr}${execi 300 conkyForecast --location=UKXX1707  --datatype=LT}$color
    
    
    ${stippled_hr}
    ${goto 72}${color #adde79}${font :size=12}${execi 300 conkyForecast --location=UKXX1707  --datatype=DW --startday=1}:${font} ${alignr}${execi 300 conkyForecast --location=UKXX1707  --datatype=HT --startday=1} / ${execi 300 conkyForecast --location=UKXX1707  --datatype=LT --startday=1}${color}
    ${goto 72}${execi 300 conkyForecast --location=UKXX1707  --datatype=CC --startday=1}
    ${goto 72}Wind: ${alignr}${execi 300 conkyForecast --location=UKXX1707  --datatype=WD --startday=1} / ${execi 300 conkyForecast --location=UKXX1707  --datatype=WS --startday=1} 
    ${goto 72}Humidity: ${alignr}${execi 300 conkyForecast --location=UKXX1707  --datatype=HM --startday=1} 
    ${goto 72}Raining Possibility: ${alignr}${execi 300 conkyForecast --location=UKXX1707  --datatype=PC --startday=1}
    ${voffset -60}${color #a6a6a6}${font ConkyWeather:size=40}${execi 300 conkyForecast --location=UKXX1707  --datatype=WF --startday=1}$font${color}
    Now, can anyone help me with the following:

    • How can I remove / modify the border or shadow that is going around the edge of my conky
    • What is causing my weather script to show as N/A. The conkyForecast font is definately installed as it works for other icons on conky.


    Also, I was wondering if it was possible to make my conky load a different config when a certain wallpaper is loaded. I currently use Desktop Drapes to change my wallpaper frequently. Is there anything that could let conky know what wallpaper is currently in use, and load a designated config for that wallpaper? I've got basic programming knowledge, so I dont mind having to code a bit.

    Thanks guys
    Last edited by deanhopkins; August 2nd, 2009 at 07:41 PM.

  3. #8393
    Join Date
    Jul 2009
    Location
    Florida
    Beans
    12
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    Pretty new to conky.
    (forgot where I got this code from, think a website about setting up a cool desktop)
    Code:
    # 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 Desktop
    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 3.0
    
    # Minimum size of text area
    minimum_size 400 5
    
    # Draw shades?
    draw_shades yes
    
    # 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 8
    
    # border margins
    border_margin 4
    
    # border width
    border_width 1
    
    # Default colors and also border colors, grey90 == #e5e5e5
    default_color white
    default_shade_color black
    default_outline_color white
    
    own_window_colour brown
    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 no
    xftfont Terminus:size=8
    xftalpha 0.8
    
    TEXT
    
    ${offset 240}${color slate grey}${time %a, } ${color }${time %e %B %G}
    ${offset 240}${color slate grey}${time %Z,    }${color }${time %H:%M:%S}
    ${offset 240}${color slate grey}UpTime: ${color }$uptime
    ${offset 240}${color slate grey}Kern:${color }$kernel
    ${offset 240}${color slate grey}CPU:${color } $cpu% ${acpitemp}C
    ${offset 240}${cpugraph 20,130 000000 ffffff}
    ${offset 240}${color slate grey}Load: ${color }$loadavg
    ${offset 240}${color slate grey}Processes: ${color }$processes  
    ${offset 240}${color slate grey}Running:   ${color }$running_processes
    
    ${offset 240}${color slate grey}Highest CPU:
    ${offset 240}${color #ddaa00} ${top name 1}${top_mem cpu 1}
    ${offset 240}${color lightgrey} ${top name 2}${top cpu 2}
    ${offset 240}${color lightgrey} ${top name 3}${top cpu 3}
    ${offset 240}${color lightgrey} ${top name 4}${top cpu 4}
    
    ${offset 240}${color slate grey}Highest MEM:
    ${offset 240}${color #ddaa00} ${top_mem name 1}${top_mem mem 1}
    ${offset 240}${color lightgrey} ${top_mem name 2}${top_mem mem 2}
    ${offset 240}${color lightgrey} ${top_mem name 3}${top_mem mem 3}
    ${offset 240}${color lightgrey} ${top_mem name 4}${top_mem mem 4}
    
    ${offset 240}${color slate grey}MEM:  ${color } $memperc% $mem/$memmax
    ${offset 240}${membar 3,100}
    ${offset 240}${color slate grey}SWAP: ${color }$swapperc% $swap/$swapmax
    ${offset 240}${swapbar 3,100}
    
    ${offset 240}${color slate grey}ROOT:    ${color }${fs_free /}/${fs_size /}
    ${offset 240}${fs_bar 3,100 /}
    ${offset 240}${color slate grey}HOME:  ${color }${fs_free /home}/${fs_size /home}
    ${offset 240}${fs_bar 3,100 /home}
    ${offset 240}${color slate grey}SLACK:  ${color }${fs_free /mnt/slack}/${fs_size /mnt/slack}
    ${offset 240}${fs_bar 3,100 /mnt/slack}
    ${offset 240}${color slate grey}NET: 
    ${offset 240}${color}Up: ${color }${upspeed eth0} k/s
    ${offset 240}${upspeedgraph eth0 20,130 000000 ffffff}
    ${offset 240}${color}Down: ${color }${downspeed eth0}k/s${color}
    ${offset 240}${downspeedgraph eth0 20,130 000000 ffffff}
    Still wanna try to figure out how to add a weather report like everyone else does

    Screenshot

  4. #8394
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Hi Folks,

    Anyone know of a way of merging these two lines into one?

    I've been trying for a few days now. No luck.

    Line one: get's the days of the week and colours it.
    Line two: adds colour to todays day only.

    Code:
    ${color2}${font LCDMono:bold:size=17}${execpi 60 cal | sed 's/^/${alignc} /' | sed '1d' | sed '7d' | sed '6d' | sed '5d' | sed '4d' | sed '3d' | sed '2d'}
    ${color 777777}${execpi 60 DJS=`date +%_d`; cal | sed '2d' | sed '1d'  | sed '/./!d' | sed 's/$/                     /' | fold -w 21 | sed -n '/^.\{21\}/p' | sed 's/^/${alignc} /' | sed /" $DJS "/s/" $DJS "/" "'${color2}'"$DJS"'${color 777777}'" "/}
    Thanks and have a nice day.
    Bruce

  5. #8395
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Blu Fox View Post
    Still wanna try to figure out how to add a weather report like everyone else does
    Go visit: Conky Weather Forecast Python Script, follow the instruction on the first post and you'll have weather. It's a support thread too!

    Have a nice day.
    Bruce

  6. #8396
    Join Date
    Jul 2009
    Location
    Florida
    Beans
    12
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    Um, thanks. Kinda long instructions if you ask me

  7. #8397
    Join Date
    Oct 2006
    Location
    Wales, United Kingdom
    Beans
    66

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Blu Fox View Post
    Um, thanks. Kinda long instructions if you ask me
    If you are satisfied with the one in my screenshot above, heres the code for it:

    Code:
    ${color slate grey}WEATHER $stippled_hr${color}
    ${color #ffffff}
    ${goto 130}${execi 300 conkyForecast --location=UKXX1707 --datatype=CN --locale=en}, ${execi 300 conkyForecast --location=UKXX1707 --datatype=CO} 
    ${goto 130}Aktualisation: ${alignr} ${execi 300 conkyForecast --location=UKXX1707 --hideunits --datatype=LU -m 0 }
    ${voffset -40}${color #ffffff}${font ConkyWeather:size=85}${execi 300 conkyForecast --location=UKXX1707  --datatype=WF}
    $font${voffset -167}${goto 130}Wind: ${alignr}${execi 300 conkyForecast  --location=UKXX1707 --datatype=WS} ${execi 300 conkyForecast --datatype=WD}
    ${goto 130}Barometer: ${alignr}${execi 300 conkyForecast --location=UKXX1707 --hideunits --datatype=BR}
    ${goto 130}Tendency: ${alignr}${execi 300 conkyForecast --location=UKXX1707  --datatype=BD}
    ${goto 130}Humidity: ${alignr}${execi 300 conkyForecast --location=UKXX1707  --datatype=HM}
    ${goto 130}Raining Possibility: ${alignr}${execi 300 conkyForecast  --location=UKXX1707 --startday=0 --datatype=PC}
    ${goto 130}Sunrise: ${alignr}${execi 300 conkyForecast --location=UKXX1707 --datatype=SR}
    ${goto 130}Sunshine: ${alignr}${execi 300 conkyForecast --location=UKXX1707 --datatype=SS}
    ${goto 35}${voffset 10} ${font :size=18}${execi 300 conkyForecast --location=UKXX1707  --datatype=HT} $font ${voffset -25}${goto 130}PC Temperature: ${alignr}${execi 300 conkyForecast --location=UKXX1707  --datatype=LT}$color
    
    
    ${stippled_hr}
    ${goto 72}${color #adde79}${font :size=12}${execi 300 conkyForecast --location=UKXX1707  --datatype=DW --startday=1}:${font} ${alignr}${execi 300 conkyForecast --location=UKXX1707  --datatype=HT --startday=1} / ${execi 300 conkyForecast --location=UKXX1707  --datatype=LT --startday=1}${color}
    ${goto 72}${execi 300 conkyForecast --location=UKXX1707  --datatype=CC --startday=1}
    ${goto 72}Wind: ${alignr}${execi 300 conkyForecast --location=UKXX1707  --datatype=WD --startday=1} / ${execi 300 conkyForecast --location=UKXX1707  --datatype=WS --startday=1} 
    ${goto 72}Humidity: ${alignr}${execi 300 conkyForecast --location=UKXX1707  --datatype=HM --startday=1} 
    ${goto 72}Raining Possibility: ${alignr}${execi 300 conkyForecast --location=UKXX1707  --datatype=PC --startday=1}
    ${voffset -60}${color #a6a6a6}${font ConkyWeather:size=40}${execi 300 conkyForecast --location=UKXX1707  --datatype=WF --startday=1}$font${color}
    Add that to the end of your conky config, or wherever you want it to appear on your conky.

    However, in gedit (or any text editor), you need to find and replace UKXX1707 with your own regions code. To get your regions code visit http://xoap.weather.com/search/search?where=NORWICH -- To get the code for your region change the word NORWICH to your town in the url.

  8. #8398
    Join Date
    May 2008
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Bruce M. View Post
    Hi Folks,

    Anyone know of a way of merging these two lines into one?

    I've been trying for a few days now. No luck.

    Line one: get's the days of the week and colours it.
    Line two: adds colour to todays day only.

    Code:
    ${color2}${font LCDMono:bold:size=17}${execpi 60 cal | sed 's/^/${alignc} /' | sed '1d' | sed '7d' | sed '6d' | sed '5d' | sed '4d' | sed '3d' | sed '2d'}
    ${color 777777}${execpi 60 DJS=`date +%_d`; cal | sed '2d' | sed '1d'  | sed '/./!d' | sed 's/$/                     /' | fold -w 21 | sed -n '/^.\{21\}/p' | sed 's/^/${alignc} /' | sed /" $DJS "/s/" $DJS "/" "'${color2}'"$DJS"'${color 777777}'" "/}
    Thanks and have a nice day.
    Bruce
    The first thing I would do is replace the red code above with
    Code:
    ${alignc} Su Mo Tu We Th Fr Sa
    Since that part will never change, running cal and piping it through sed wastes a few CPU cycles.

  9. #8399
    Join Date
    Jul 2009
    Location
    Florida
    Beans
    12
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by deanhopkins View Post
    If you are satisfied with the one in my screenshot above, heres the code for it:

    Code:
    ${color slate grey}WEATHER $stippled_hr${color}
    ${color #ffffff}
    ${goto 130}${execi 300 conkyForecast --location=UKXX1707 --datatype=CN --locale=en}, ${execi 300 conkyForecast --location=UKXX1707 --datatype=CO} 
    ${goto 130}Aktualisation: ${alignr} ${execi 300 conkyForecast --location=UKXX1707 --hideunits --datatype=LU -m 0 }
    ${voffset -40}${color #ffffff}${font ConkyWeather:size=85}${execi 300 conkyForecast --location=UKXX1707  --datatype=WF}
    $font${voffset -167}${goto 130}Wind: ${alignr}${execi 300 conkyForecast  --location=UKXX1707 --datatype=WS} ${execi 300 conkyForecast --datatype=WD}
    ${goto 130}Barometer: ${alignr}${execi 300 conkyForecast --location=UKXX1707 --hideunits --datatype=BR}
    ${goto 130}Tendency: ${alignr}${execi 300 conkyForecast --location=UKXX1707  --datatype=BD}
    ${goto 130}Humidity: ${alignr}${execi 300 conkyForecast --location=UKXX1707  --datatype=HM}
    ${goto 130}Raining Possibility: ${alignr}${execi 300 conkyForecast  --location=UKXX1707 --startday=0 --datatype=PC}
    ${goto 130}Sunrise: ${alignr}${execi 300 conkyForecast --location=UKXX1707 --datatype=SR}
    ${goto 130}Sunshine: ${alignr}${execi 300 conkyForecast --location=UKXX1707 --datatype=SS}
    ${goto 35}${voffset 10} ${font :size=18}${execi 300 conkyForecast --location=UKXX1707  --datatype=HT} $font ${voffset -25}${goto 130}PC Temperature: ${alignr}${execi 300 conkyForecast --location=UKXX1707  --datatype=LT}$color
    
    
    ${stippled_hr}
    ${goto 72}${color #adde79}${font :size=12}${execi 300 conkyForecast --location=UKXX1707  --datatype=DW --startday=1}:${font} ${alignr}${execi 300 conkyForecast --location=UKXX1707  --datatype=HT --startday=1} / ${execi 300 conkyForecast --location=UKXX1707  --datatype=LT --startday=1}${color}
    ${goto 72}${execi 300 conkyForecast --location=UKXX1707  --datatype=CC --startday=1}
    ${goto 72}Wind: ${alignr}${execi 300 conkyForecast --location=UKXX1707  --datatype=WD --startday=1} / ${execi 300 conkyForecast --location=UKXX1707  --datatype=WS --startday=1} 
    ${goto 72}Humidity: ${alignr}${execi 300 conkyForecast --location=UKXX1707  --datatype=HM --startday=1} 
    ${goto 72}Raining Possibility: ${alignr}${execi 300 conkyForecast --location=UKXX1707  --datatype=PC --startday=1}
    ${voffset -60}${color #a6a6a6}${font ConkyWeather:size=40}${execi 300 conkyForecast --location=UKXX1707  --datatype=WF --startday=1}$font${color}
    Add that to the end of your conky config, or wherever you want it to appear on your conky.

    However, in gedit (or any text editor), you need to find and replace UKXX1707 with your own regions code. To get your regions code visit http://xoap.weather.com/search/search?where=NORWICH -- To get the code for your region change the word NORWICH to your town in the url.
    thx for some..shorter instructions
    Buut those will have to wait, got a grub error 22 and can't boot now.

  10. #8400
    Join Date
    Jul 2006
    Beans
    809
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    Yes, I am back, but no I do not have weather. I see that that took off. Anyway...

    Code:
    # Date and Calendar
     
    # 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
     
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
     
    # fiddle with window
    use_spacer right
    
    # Use Xft?
    use_xft yes
    xftfont unDotum:size=8
    xftalpha 0.8
    text_buffer_size 2048
     
    # Update interval in seconds
    update_interval 3
     
    # Minimum size of text are
    minimum_size 5 5
    maximum_width 600
    
    # 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 3
     
    # border margins
    border_margin 9
     
    # border width
    border_width 10
     
    # Default colors 
    default_color 518387 #ffffff #626262
    color0 518387 #eaeaea #626262
    color1 58c6cd #EA5858 
    
    # Text alignment, other possible values are commented
    alignment top_left
    
    # Gap between borders of screen
    gap_x 440
    gap_y 255
     
    # stuff after 'TEXT' will be formatted on screen
    
    TEXT
    ${font FFF TUSJ:size=50}${execpi 5 date +%H:%M | sed 's/^/${alignc} /' }
    ${voffset -30}${font FFF TUSJ:size=30}${execpi 3600 date +%B\ %Y | sed 's/^/${alignc} /' }
    ${voffset -10}${font FFF TUSJ:size=22}${execpi 3600 cal -m | sed '1d' | sed '1q' | sed 's/^/${alignc} /' }
    ${voffset -5}${font DejaVu Sans Mono:size=20}${color0}${execpi 60 DJS=`date +%_d`; cal -m | sed '1d' | sed 1d | sed '/./!d' | sed 's/$/                     /' | fold -w 21 | sed -n '/^.\{21\}/p' | sed 's/^/${alignc} /' | sed /" $DJS "/s/" $DJS "/" "'${color1}'"$DJS"'${color0}'" "/}
    Attached Images Attached Images
    Last edited by lvleph; August 2nd, 2009 at 10:47 PM.

Page 840 of 2348 FirstFirst ... 34074079083083883984084184285089094013401840 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •