Page 592 of 2348 FirstFirst ... 9249254258259059159259359460264269210921592 ... LastLast
Results 5,911 to 5,920 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #5911
    Join Date
    Nov 2008
    Location
    Wirral, UK
    Beans
    277
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    I would like to change the colour of the Bat bargraph, currently it is light blue, I would like to make the left side Red indicating low battery and the right side Green indicating a charged battery, here is my conkyrc

    Is there anyone who can help?

    Code:
    TEXT
    ${color #0077ff}${font Bitstream Vera Sans Mono:size=12}${alignc}$sysname $kernel ${alignr}
    ${offset 50}${font Bitstream Vera Sans Mono:size=12}${alignc}${time}
    
    ${offset 66}${font ConkyWeather:style=Bold:size=40}${execi 1800 conkyForecast --location=UKXX0017 --datatype=WF}   ${font ConkyWindNESW:size=40}${execi 1800 conkyForecast --location=UKXX0017 --datatype=BS}  ${font Moon Phases:size=34}${execi 1800 conkyForecast --location=UKXX0017 --datatype=MF}${font}
    ${offset 66}${execi 1800 conkyForecast --location=UKXX0017 --datatype=HT --centeredwidth=4}/${execi 1800 conkyForecast --location=UKXX0017 --datatype=LT --centeredwidth=4}     ${execi 1800 conkyForecast --location=UKXX0017 --datatype=WS --imperial} - ${execi 1800 conkyForecast --location=UKXX0017 --datatype=WD}      Moon
    ${hr}
    ${alignr}${color #0077ff}Uptime:$color $uptime ${color #0077ff} Load:$color $loadavg
    ${color #0077ff}CPU ${alignr}${color #00ff00}${cpugraph 0 30,255 104E8B 00ff00} 
    ${color #0077ff}Disk I/O ${alignr}${color #00ff00}${diskiograph 30,255 104E8B 00ff00 750}
    ${color #0077ff}RAM Usage:$color $mem${color #0077ff}/${color}$memmax - $memperc% 
    ${color #0077ff}Swap Usage:$color $swap${color #0077ff}/${color}$swapmax - $swapperc%  
    ${color #0077ff}Mem usage ${alignr}${memgraph 30,255 104E8B 00ff00} 
    ${color #0077ff}Bat ${alignr}${battery_bar 6,255 BAT1}
    ${color #00ff00}Net Down:
    ${color #00ff00}   ${downspeed wlan0} k/s ${alignr}${color #00ff00}${downspeedgraph wlan0 30,255 104E8B 00ff00} 
    ${color #ff0000}Net Up:
    ${color #ff0000}   ${upspeed wlan0} k/s ${alignr}${color #ff0000}${upspeedgraph wlan0 30,255 104E8B ff0000}
    ${color #0077ff}${hr}
    ${color #0077ff}Top Processes:
    ${color #0077ff}Name              PID     CPU%   MEM%
    ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
    ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
    ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
    ${color #0077ff}Mem usage
    ${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
    ${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
    ${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}
    i've tried using this format for the bar but it does not work:- ${memgraph 30,255 104E8B 00ff00}
    I'll never drink water again....Fish poo in it!
    XP for iTunes Only : Ubuntu10.04 : Crunchbang : DSL
    I'm Pushing Narcoleptic Numbat for ubuntu11.04
    Proper Funny Stuff

  2. #5912
    Join Date
    Feb 2009
    Beans
    3

    Re: Post your .conkyrc files w/ screenshots

    Hey Bruce, do you happen to know How_To get conky to show your total downloads for a set amount of time?

    I came across this very nice setup:

    http://ubuntuforums.org/attachment.p...7&d=1235030952

    And towards the bottom he has his total downloads for the day and month displayed. I can't figure out how he did that though. Like it says in the man pages the normal total downloads var resets after 4 GB.

    @5BallJuggler: I don't think that any of the bars support gradient. Just the graphs
    Last edited by ScottG489; March 1st, 2009 at 08:16 PM.

  3. #5913
    Join Date
    Jul 2007
    Location
    Segura, Spain
    Beans
    235

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by 5BallJuggler View Post
    I would like to change the colour of the Bat bargraph, currently it is light blue, I would like to make the left side Red indicating low battery and the right side Green indicating a charged battery, here is my conkyrc

    Is there anyone who can help?

    Code:
    ${color #0077ff}Bat ${alignr}${battery_bar 6,255 BAT1}
    i've tried using this format for the bar but it does not work:- ${memgraph 30,255 104E8B 00ff00}
    Gradient color in bar is not supported, you must realize bar is not graph.
    For changing colour you must change the codigo:
    Code:
    ${color #0077ff}Bat ${alignr}${battery_bar 6,255 BAT1}
    To know the value you want you can use any color program like gcolor2, as well it's possibly use name color like:
    ${color red}


    Quote Originally Posted by ScottG489 View Post
    Hey Bruce, do you happen to know How_To get conky to show your total downloads for a set amount of time?

    I came across this very nice setup:

    http://ubuntuforums.org/attachment.p...7&d=1235030952

    And towards the bottom he has his total downloads for the day and month displayed. I can't figure out how he did that though. Like it says in the man pages the normal total downloads var resets after 4 GB.
    using vnstat and parse its output in a execi conky clause, pej:
    Code:
    jjgomera@ordenata:~$ vnstat
    Database updated: Sun Mar  1 21:15:01 2009
    
    	eth0
    
    	   received:     969.60 GB (79.2%)
    	transmitted:     255.37 GB (20.8%)
    	      total:       1.20 TB
    
    	                rx     |     tx     |  total
    	-----------------------+------------+-----------
    	yesterday      3.36 GB |    1.16 GB |    4.53 GB
    	    today      2.65 GB |  831.06 MB |    3.46 GB
    	-----------------------+------------+-----------
    	estimated      2.98 GB |     936 MB |    3.90 GB
    jjgomera@ordenata:~$ vnstat | tail -n3 | head -n1 | cut -d" " -f11-12
    2.65 GB
    jjgomera@ordenata:~$
    and in conky:
    ${execi 30 vnstat | tail -n3 | head -n1 | cut -d" " -f11-12}

    read vnstat manpage for more options, monthly, weekly download...
    mujeres y hombres de esta tierra
    un otro mundo es posible
    otro mundo diferente
    justo si, y sin miedo de su gente

  4. #5914
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by ScottG489 View Post
    Hey Bruce, do you happen to know How_To get conky to show your total downloads for a set amount of time?

    I came across this very nice setup:

    http://ubuntuforums.org/attachment.p...7&d=1235030952

    And towards the bottom he has his total downloads for the day and month displayed. I can't figure out how he did that though. Like it says in the man pages the normal total downloads var resets after 4 GB.
    I'm using:
    Code:
    ${font Zekton:size=10}${color2}Transfer Totals:$color$font
    
    ${font DejaVu Sans Mono:size=9}${color8}Today:$color${goto 55}${execi 300 vnstat | grep "today" | awk '{print $2 $3}'}${goto 140}${color7}Today:$color${goto 185}${execi 300 vnstat | grep "today" | awk '{print $5 $6}'}  
    ${color8}Week:$color${goto 55}${execi 300 vnstat -w | grep "current week" | awk '{print $3 $4}'}${goto 140}${color7}Week:$color${goto 185}${execi 300 vnstat -w | grep "current week" | awk '{print $6 $7}'} 
    ${color8}Month:$color${goto 55}${execi 300 vnstat -m | grep "`date +"%b '%y"`" | awk '{print $3 $4}'}${goto 140}${color7}Month:$color${goto 185}${execi 300 vnstat -m | grep "`date +"%b '%y"`" | awk '{print $6 $7}'}$font
    ${color0}${hr}$color
    to get the attached results.

    Unfortunately I don't have enough to see if it cuts off at the 4GB mark since my last install a week ago. And because it's day 1 of March, my month and today look the same.
    Attached Images Attached Images

  5. #5915
    Join Date
    Feb 2009
    Beans
    3

    Re: Post your .conkyrc files w/ screenshots

    Hey thanks a lot! This seems like a good program inside or outside of conky.

    I've also been having problems getting any sort of information from my hardware such as temps, voltages, fan speeds, etc... I've tried vars like platform or hwmon without any success.

    Would you recommend any good picture fonts? I've noticed a lot of people use fonts like pizzadude or openlogos. I'd like to be able to download (preferably with my package manager) but I'm not sure where I can get them. Any idea about this?

  6. #5916
    Join Date
    Jun 2007
    Location
    USA
    Beans
    56
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Post your .conkyrc files w/ screenshots

    I have seen this post a thousand times I am embarassed to ask but here goes.

    What is a .conkyrx ?
    should I mess with it?
    what can editing it do for me?
    what is the allure of a custom file?
    how do i read it?

    a wiki address is probably my best answer huh?
    Stalker's Law : As an online discussion grows longer, the probability of a comparison involving how much the United States sucks approaches one.

  7. #5917
    Join Date
    Feb 2009
    Beans
    3

    Re: Post your .conkyrc files w/ screenshots

    The .conkyrc file is what conky will read by default when it starts. It is the file you edit to configure how conky displays.

    You definitely should mess with it. Look up different variables and put them in your .conkyrc file to get the output you want.

    Editing it will make conky display what you want how you want.

    The allure of a custom file is basically just changing it from the example one that comes with conky. You can use it or someone elses if you want but the awesome thing about conky is that its ridiculously customizable.

    Its not all that hard to read. But knowing variables will help (even though most are self explanatory).

    Check out this page:
    Manual Page (all the variables and descriptions): http://conky.sourceforge.net/docs.html

  8. #5918
    Join Date
    Jun 2007
    Location
    USA
    Beans
    56
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Post your .conkyrc files w/ screenshots

    can I copy these files to see what they do, without major issues?
    Stalker's Law : As an online discussion grows longer, the probability of a comparison involving how much the United States sucks approaches one.

  9. #5919
    Join Date
    Apr 2008
    Beans
    21

    Re: Post your .conkyrc files w/ screenshots

    Thanks to all! after much work! and stealing many ideas from 589 pages here is mine! hope you like!


    how to show the screenshot?
    Attached Images Attached Images
    Last edited by bikerider42; March 2nd, 2009 at 11:37 PM.

  10. #5920
    Join Date
    Feb 2009
    Beans
    3

    Re: Post your .conkyrc files w/ screenshots

    Like many others on here.. I have gathered bits and pieces from different conky setups I have seen and adjusted them to my liking. I'm using the conckyforecast script, a twitter script displaying timeline, and a gmail script.

    Check out davmac's conky on lifehacker and the simple conky 1.0 on gnome-look. Those were the main config files I used.
    I am using gnome-do with the docky theme for the dock setup, and new clearlooks orange theme for emerald for the windows.

    I may end up adding some now playing music if I find something good to display what songbird is playing.

    http://img205.imageshack.us/img205/7012/desktop1.gif
    http://img223.imageshack.us/img223/2797/desktop3.gif

    Code:
    # Use Xft?
    use_xft yes
    xftfont DejaVu Sans:size=8
    xftalpha 0.8
    text_buffer_size 2048
    
    # 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_transparent yes
    own_window_type override
    #own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    
    # Minimum size of text area
    minimum_size 150 0
    #maximum_width 200
    
    # Draw shades?
    draw_shades no
    
    # Draw outlines?
    draw_outline no
    
    # Draw borders around text
    draw_borders no
    
    # Stippled borders?
    stippled_borders 0
    
    # border margins
    border_margin 5
    
    # border width
    border_width 1
    
    # Default colors and also border colors
    default_color white
    #default_shade_color black
    #default_outline_color white
    own_window_colour white
    
    # 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
    # same thing as passing -x at command line
    gap_x 30
    gap_y 125
    
    # Subtract file system buffers from used memory?
    no_buffers yes
    
    # set to yes if you want all text to be in uppercase
    uppercase no
    
    # number of cpu samples to average
    # set to 1 to disable averaging
    cpu_avg_samples 1
    
    # number of net samples to average
    # set to 1 to disable averaging
    net_avg_samples 2
    
    # Force UTF8? note that UTF8 support required XFT
    override_utf8_locale yes
    
    # Add spaces to keep things from moving about?  This only affects certain objects.
    use_spacer none
    
    TEXT
    ${color Tan1}WEATHER ${hr 2}${color white}
       ${if_existing /proc/net/route wlan0}
    ${voffset -10}${alignr 56}${font ConkyWeather:style=Bold:size=40}${execi 600 conkyForecast --location=USCA0987 --imperial  --datatype=WF}${font}
    ${voffset -50}${font Weather:size=40}y${font}  ${voffset -38}${font Arial Black:size=26}${execi 600 conkyForecast --location=USCA0987 --imperial  --datatype=HT}${font}
    
    
    ${voffset 0}${alignc 43}${execpi 600 conkyForecast --location=USCA0987 --imperial  --datatype=DW --startday=1 --shortweekday} ${alignc 8}${execpi 600 conkyForecast --location=USCA0987 --imperial  --datatype=DW --startday=2 --shortweekday} ${alignc -29}${execpi 600 conkyForecast --location=USCA0987 --imperial  --datatype=DW --startday=3 --shortweekday} ${alignc -64}${execpi 600 conkyForecast --location=USCA0987 --imperial  --datatype=DW --startday=4 --shortweekday}
    ${voffset 0}${alignc 75}${font ConkyWeather:size=28}${execpi 600 conkyForecast --location=USCA0987 --imperial  --datatype=WF --startday=1 --endday=4 --spaces=1}${font}
    ${voffset 0}${font DejaVu Sans:size=7}${alignc 48}${execpi 600 conkyForecast --location=USCA0987 --imperial  --datatype=HT --startday=1 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=USCA0987 --imperial  --datatype=LT --startday=1 --hideunits --centeredwidth=3} ${alignc -14}${execpi 600 conkyForecast --location=USCA0987 --imperial  --datatype=HT --startday=2 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=USCA0987 --imperial  --datatype=LT --startday=2 --hideunits --centeredwidth=3} ${alignc -40}${execpi 600 conkyForecast --location=USCA0987 --imperial  --datatype=HT --startday=3 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=USCA0987 --imperial  --datatype=LT --startday=3 --hideunits --centeredwidth=3} ${alignr 6}${execpi 600 conkyForecast --location=USCA0987 --imperial  --datatype=HT --startday=4 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=USCA0987 --imperial  --datatype=LT --startday=4 --hideunits --centeredwidth=3}${font}
    ${else}${if_existing /proc/net/route eth0}
    ${voffset -10}${alignr 56}${font ConkyWeather:style=Bold:size=40}${execi 600 conkyForecast --location=USCA0987 --imperial  --datatype=WF}${font}
    ${voffset -50}${font Weather:size=40}y${font}  ${voffset -38}${font Arial Black:size=26}${execi 600 conkyForecast --location=USCA0987 --imperial  --datatype=HT}${font}
    
    ${voffset 0}${alignc 43}${execpi 600 conkyForecast --location=USCA0987 --imperial  --datatype=DW --startday=1 --shortweekday} ${alignc 8}${execpi 600 conkyForecast --location=USCA0987 --imperial  --datatype=DW --startday=2 --shortweekday} ${alignc -29}${execpi 600 conkyForecast --location=USCA0987 --imperial  --datatype=DW --startday=3 --shortweekday} ${alignc -64}${execpi 600 conkyForecast --location=USCA0987 --imperial  --datatype=DW --startday=4 --shortweekday}
    ${voffset 0}${alignc 75}${font ConkyWeather:size=28}${execpi 600 conkyForecast --location=USCA0987 --imperial  --datatype=WF --startday=1 --endday=4 --spaces=1}${font}
    ${voffset 0}${font DejaVu Sans:size=7}${alignc 48}${execpi 600 conkyForecast --location=USCA0987 --imperial  --datatype=HT --startday=1 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=USCA0987 --imperial  --datatype=LT --startday=1 --hideunits --centeredwidth=3} ${alignc -14}${execpi 600 conkyForecast --location=USCA0987 --imperial  --datatype=HT --startday=2 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=USCA0987 --imperial  --datatype=LT --startday=2 --hideunits --centeredwidth=3} ${alignc -40}${execpi 600 conkyForecast --location=USCA0987 --imperial  --datatype=HT --startday=3 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=USCA0987 --imperial  --datatype=LT --startday=3 --hideunits --centeredwidth=3} ${alignr 6}${execpi 600 conkyForecast --location=USCA0987 --imperial  --datatype=HT --startday=4 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=USCA0987 --imperial  --datatype=LT --startday=4 --hideunits --centeredwidth=3}${font}
    ${endif}${else}${if_existing /proc/net/route eth1}
    ${voffset -10}${alignr 56}${font ConkyWeather:style=Bold:size=40}${execi 600 conkyForecast --location=USCA0987 --imperial  --datatype=WF}${font}
    ${voffset -50}${font Weather:size=40}y${font}  ${voffset -38}${font Arial Black:size=26}${execi 600 conkyForecast --location=USCA0987 --imperial  --datatype=HT}${font}
    
    ${voffset 0}${alignc 43}${execpi 600 conkyForecast --location=USCA0987 --imperial  --datatype=DW --startday=1 --shortweekday} ${alignc 8}${execpi 600 conkyForecast --location=USCA0987 --imperial  --datatype=DW --startday=2 --shortweekday} ${alignc -29}${execpi 600 conkyForecast --location=USCA0987 --imperial  --datatype=DW --startday=3 --shortweekday} ${alignc -64}${execpi 600 conkyForecast --location=USCA0987 --imperial  --datatype=DW --startday=4 --shortweekday}
    ${voffset 0}${alignc 75}${font ConkyWeather:size=28}${execpi 600 conkyForecast --location=USCA0987 --imperial  --datatype=WF --startday=1 --endday=4 --spaces=1}${font}
    ${voffset 0}${font DejaVu Sans:size=7}${alignc 48}${execpi 600 conkyForecast --location=USCA0987 --imperial  --datatype=HT --startday=1 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=USCA0987 --imperial  --datatype=LT --startday=1 --hideunits --centeredwidth=3} ${alignc -14}${execpi 600 conkyForecast --location=USCA0987 --imperial  --datatype=HT --startday=2 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=USCA0987 --imperial  --datatype=LT --startday=2 --hideunits --centeredwidth=3} ${alignc -40}${execpi 600 conkyForecast --location=USCA0987 --imperial  --datatype=HT --startday=3 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=USCA0987 --imperial  --datatype=LT --startday=3 --hideunits --centeredwidth=3} ${alignr 6}${execpi 600 conkyForecast --location=USCA0987 --imperial  --datatype=HT --startday=4 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=USCA0987 --imperial  --datatype=LT --startday=4 --hideunits --centeredwidth=3}${font}
    ${endif}${else}
    ${font PizzaDude Bullets:size=14}4${font}   Weather Unavailable
    ${endif}            
    ${color Tan1}SYSTEM ${hr 2}${color white}
    ${voffset 2}${font OpenLogos:size=25}{${font} Kernel:  ${alignr}${kernel}
    ${font StyleBats:size=16}x${font}   Machine:  ${alignr}${machine}
    ${font StyleBats:size=16}P${font}   Uptime: ${alignr}${uptime}
    ${font StyleBats:size=16}A${font}   CPU1: ${cpu cpu1}% ${alignr}${cpubar cpu1 8,60}
    ${font StyleBats:size=16}A${font}   CPU2: ${cpu cpu2}% ${alignr}${cpubar cpu2 8,60}
    ${font StyleBats:size=16}g${font}   RAM: $memperc% ${alignr}${membar 8,60}
    ${font StyleBats:size=16}j${font}   SWAP: $swapperc% ${alignr}${swapbar 8,60}
    
    ${font StyleBats:size=16}z${font}   Highest MEM $alignr PID CPU% MEM%
    ${hr 1}
    ${top_mem name 1}$alignr${top pid 1}${top_mem cpu 1}${top_mem mem 1}
    ${top_mem name 2}$alignr${top pid 2}${top_mem cpu 2}${top_mem mem 2}
    ${top_mem name 3}$alignr${top pid 3}${top_mem cpu 3}${top_mem mem 3}
    
    ${color Tan1}NETWORK ${hr 2}${color white}
    ${font}Local:${addr eth0}${alignr}
    ${font}External:${execi 14400 wget -O - http://whatismyip.org/ | tail}
    ${font}Down:${downspeed eth0}k/s ${alignr}Up:${upspeed eth0} k/s
    ${downspeedgraph eth0 12,70 303030 C0C0C0} ${alignr}${upspeedgraph eth0 12,70 303030 C0C0C0}$color
    ${font}Total:${totaldown eth0} ${alignr}Total: $font${totalup eth0}
    
    ${color Tan1}HD ${hr 2}${color white}
    ${font Pie charts for maps:size=14}7${font}   ${voffset -5}Home:
    ${voffset 4}${fs_free /home}/${fs_size /home} ${alignr}${fs_bar 8,60 /home}
    ${font Pie charts for maps:size=14}7${font}   ${voffset -5}My Book:
    ${voffset 4}${fs_free /media/My Book}/${fs_size /media/My Book} ${alignr}${fs_bar 8,60 /media/My Book}
    
    ${color Tan1}DATE ${hr 2}${color white}
    ${alignc}${time %A %d %Y}
    ${alignc 45}${font FFF Tusj:size=42}${time %H:%M}
    
    ${endif}
    Code:
    # set to yes if you want Conky to be forked in the background
    background no
    
    cpu_avg_samples 2
    net_avg_samples 2
    
    out_to_console no
    
    # X font when Xft is disabled, you can pick one with program xfontsel
    #font 7x12
    #font 6x10
    #font 7x13
    #font 8x13
    #font 7x12
    #font *mintsmild.se*
    #font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
    #font -artwiz-snap-normal-r-normal-*-*-100-*-*-p-*-iso8859-1
    
    # Use Xft?
    use_xft yes
    
    # Xft font when Xft is enabled
    xftfont Bitstream Vera Sans Mono:size=8
    
    own_window_transparent no
    #own_window_colour hotpink
    # Text alpha when using Xft
    xftalpha 0.8
    
    on_bottom yes
    
    # mail spool
    mail_spool $MAIL
    
    # Update interval in seconds
    update_interval 3
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    own_window_transparent yes
    own_window_hints undecorated,below,skip_taskbar
    own_window_type override
    
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    
    # Minimum size of text area
    minimum_size 150 5
    maximum_width 900
    
    # Draw shades?
    draw_shades no
    
    # Draw outlines?
    draw_outline no
    
    # Draw borders around text
    draw_borders no
    
    # Stippled borders?
    stippled_borders no
    
    # border margins
    border_margin 4
    
    # border width
    border_width 1
    
    # Default colors and also border colors
    default_color white
    default_shade_color white
    default_outline_color white
    
    # Text alignment, other possible values are commented
    #alignment top_left
    #minimum_size 10 10
    gap_x 10
    gap_y 10
    #alignment top_right
    alignment bottom_left
    #alignment bottom_right
    
    # Gap between borders of screen and text
    
    # Add spaces to keep things from moving about?  This only affects certain objects.
    use_spacer no
    
    # Subtract file system buffers from used memory?
    no_buffers yes
    
    # set to yes if you want all text to be in uppercase
    uppercase no
    
    # none, xmms, bmp, audacious, infopipe (default is none)
    xmms_player none
    
    text_buffer_size 2048
    
    # boinc (seti) dir
    # seti_dir /opt/seti
    
    # Possible variables to be used:
    #
    #      Variable         Arguments                  Description                
    #  acpiacadapter                     ACPI ac adapter state.                   
    #  acpifan                           ACPI fan state                           
    #  acpitemp                          ACPI temperature.                        
    #  adt746xcpu                        CPU temperature from therm_adt746x       
    #  adt746xfan                        Fan speed from therm_adt746x             
    #  battery           (num)           Remaining capasity in ACPI or APM        
    #                                    battery. ACPI battery number can be      
    #                                    given as argument (default is BAT0).     
    #  buffers                           Amount of memory buffered                
    #  cached                            Amount of memory cached                  
    #  color             (color)         Change drawing color to color            
    #  cpu                               CPU usage in percents                    
    #  cpubar            (height)        Bar that shows CPU usage, height is      
    #                                    bar's height in pixels                   
    #  downspeed         net             Download speed in kilobytes              
    #  downspeedf        net             Download speed in kilobytes with one     
    #                                    decimal                                  
    #  exec              shell command   Executes a shell command and displays    
    #                                    the output in torsmo. warning: this      
    #                                    takes a lot more resources than other    
    #                                    variables. I'd recommend coding wanted   
    #                                    behaviour in C and posting a patch :-).  
    #  execi             interval, shell Same as exec but with specific interval. 
    #                    command         Interval can't be less than              
    #                                    update_interval in configuration.        
    #  fs_bar            (height), (fs)  Bar that shows how much space is used on 
    #                                    a file system. height is the height in   
    #                                    pixels. fs is any file on that file      
    #                                    system.                                  
    #  fs_free           (fs)            Free space on a file system available    
    #                                    for users.                               
    #  fs_free_perc      (fs)            Free percentage of space on a file       
    #                                    system available for users.              
    #  fs_size           (fs)            File system size                         
    #  fs_used           (fs)            File system used space                   
    #  hr                (height)        Horizontal line, height is the height in 
    #                                    pixels                                   
    #  i2c               (dev), type, n  I2C sensor from sysfs (Linux 2.6). dev   
    #                                    may be omitted if you have only one I2C  
    #                                    device. type is either in (or vol)       
    #                                    meaning voltage, fan meaning fan or temp 
    #                                    meaning temperature. n is number of the  
    #                                    sensor. See /sys/bus/i2c/devices/ on     
    #                                    your local computer.                     
    #  kernel                            Kernel version                           
    #  loadavg           (1), (2), (3)   System load average, 1 is for past 1     
    #                                    minute, 2 for past 5 minutes and 3 for   
    #                                    past 15 minutes.                         
    #  machine                           Machine, i686 for example                
    #  mails                             Mail count in mail spool. You can use    
    #                                    program like fetchmail to get mails from 
    #                                    some server using your favourite         
    #                                    protocol. See also new_mails.            
    #  mem                               Amount of memory in use                  
    #  membar            (height)        Bar that shows amount of memory in use   
    #  memmax                            Total amount of memory                   
    #  memperc                           Percentage of memory in use              
    #  new_mails                         Unread mail count in mail spool.         
    #  nodename                          Hostname                                 
    #  outlinecolor      (color)         Change outline color                     
    #  pre_exec          shell command   Executes a shell command one time before 
    #                                    torsmo displays anything and puts output 
    #                                    as text.                                 
    #  processes                         Total processes (sleeping and running)   
    #  running_processes                 Running processes (not sleeping),        
    #                                    requires Linux 2.6                       
    #  shadecolor        (color)         Change shading color                     
    #  stippled_hr       (space),        Stippled (dashed) horizontal line        
    #                    (height)        
    #  swapbar           (height)        Bar that shows amount of swap in use     
    #  swap                              Amount of swap in use                    
    #  swapmax                           Total amount of swap                     
    #  swapperc                          Percentage of swap in use                
    #  sysname                           System name, Linux for example           
    #  time              (format)        Local time, see man strftime to get more 
    #                                    information about format                 
    #  totaldown         net             Total download, overflows at 4 GB on     
    #                                    Linux with 32-bit arch and there doesn't 
    #                                    seem to be a way to know how many times  
    #                                    it has already done that before torsmo   
    #                                    has started.                             
    #  totalup           net             Total upload, this one too, may overflow 
    #  updates                           Number of updates (for debugging)        
    #  upspeed           net             Upload speed in kilobytes                
    #  upspeedf          net             Upload speed in kilobytes with one       
    #                                    decimal                                  
    #  uptime                            Uptime                                   
    #  uptime_short                      Uptime in a shorter format               
    #
    #  seti_prog                         Seti@home current progress
    #  seti_progbar      (height)        Seti@home current progress bar
    #  seti_credit                       Seti@hoome total user credit
    #${execi 600 weather --id=EGGP -q | grep Temp}
    #${execi 600 weather --id=EGGP -q | grep Sky}
    #${alignr}${sysname} ${kernel} ${machine}
    #${alignr}Uptime: $uptime
    #${alignr}Battery: ${battery_percent BAT0}%
    #${alignr}CPU: ${acpitemp} C
    #${alignr}${addr eth1}
    #${alignr}${downspeedgraph eth1 60,200 0088000 008800}
    #${alignr}${upspeedgraph eth1 60,200 880000 880000}
    
    # variable is given either in format $variable or in ${variable}. Latter
    # allows characters right after the variable and must be used in network
    # stuff because of an argument
    #${font Dungeon:style=Bold:pixelsize=10}I can change the font as well
    #${font Perry:size=10}Including UTF-8,
    # stuff after 'TEXT' will be formatted on screen
    #${font Grunge:size=12}${time %a  %b  %d}${alignr -25}${time %k:%M}
    #${font Sans:size=12}Traffic news;
    #${font Sans:size=10}${execi 120 /home/davmac/Applications/scripts/trafficinfo | head -n 10}
    #${font Sans:size=12}Twitter trends;
    #${font Sans:size=10}${execi 120 /home/davmac/Applications/scripts/twittertrends | head -n 10}
    #${font Sans:size=12}Ubuntu tweets;
    #${font Sans:size=10}${execi 120 /home/davmac/Applications/scripts/twittersearch ubuntu | head -n 7}
    
    TEXT
    ${color #dddddd}
    ${color tan1}${font FreeSans:size=16}@ ${hr 2}
    ${color #dddddd}${font DejaVuSans:size=8}${execpi 300 python ~/scripts/gmail_parser.py username password 3}
    
    ${color tan1}${font DejaVuSans:size=8}TWITTER ${hr 2}
    ${color #dddddd}${font DejaVuSans:size=8}${execpi 300 ~/scripts/twitter | head -n 20}
    Attached Images Attached Images

Page 592 of 2348 FirstFirst ... 9249254258259059159259359460264269210921592 ... 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
  •