Page 351 of 2348 FirstFirst ... 2513013413493503513523533614014518511351 ... LastLast
Results 3,501 to 3,510 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #3501
    Join Date
    Jun 2007
    Beans
    7

    Re: Post your .conkyrc files w/ screenshots

    Hey Bruce:

    I had the same issue with my big Gentoo logo and jacking the font to 300. I have been looking at the conky source code of and on today. As I explained to you earlier, the minimum_size parameter allows you to set a default height and width to a window when you set "Own Window" to 'yes' but you cannot define a maximum height and width..only a maximum width. I feel that if you can define a maximum height and width, you can control exactly what fits inside a window and in turn, manage the space on your desktop easier.

    I am going to see about adding a maximum_size parameter to coincide with the minimum_size parameter. Unfortunately my wife has been nagging at me all day today and even tonight about spending some time with her this weekend before I head out of town on business so I have to keep her happy. I will keep you abreast on what I find and what I can do.


    Tony

  2. #3502
    Join Date
    Jan 2008
    Location
    Marquette, MI
    Beans
    81
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Post your .conkyrc files w/ screenshots

    Ok here goes nothin, I've been working with this conky for a week now and I finally have it the way I want it! Now I take no credit for any of these as I went through and just stole all the ones I liked linux is sharing!

    I am using 4 running conky's.....
    Upperleft:
    Code:
    font Zekton:size=8
    
    # Use Xft?
    use_xft yes
    
    # Set conky on the bottom of all other applications
    on_bottom yes
    xftfont Zekton:size=8
    xftalpha 0.8
    mail_spool $MAIL
    update_interval 1.0
    total_run_times 0
    own_window		yes
    own_window_transparent	yes
    own_window_type		override
    double_buffer yes
    minimum_size 200 5
    maximum_width 400
    draw_shades no
    draw_outline yes
    
    alignment top_left
    gap_x 10
    gap_y 30
    
    
    no_buffers yes
    cpu_avg_samples 2
    net_avg_samples 2
    override_utf8_locale no
    
    pad_percents=1
    use_spacer yes
    text_buffer_size 1024
    override_utf8_locale yes
    
    #Elec blu
    color1 01AEF2
    
    #darker elec blur
    color2 3479e0
    
    #Zap yellow
    color3 f1e600
    
    #dark zap yellow
    color4 b7c100
    
    #pink
    color5 ee40b1
    
    #darker pink
    color6
    
    
    #UPPER LEFT
    TEXT
    ${color2}${offset 18}$nodename ${alignr}Up:$uptime 
    ${color2}${offset 18}CPU Usage:${color2}$cpu% ${alignr}${battery_percent BAT0}% ${battery_time BAT0}
    ${color2}${cpugraph 25,271 011ef2 ee40b1}
    ${color2}RAM Usage:${color5} $mem/$memmax - $memperc%
    ${color1}${membar}
    ${color2}Processes:${color5} $processes ${color2}Running: ${color5}$running_processes
    ${color2}root ${color1}${fs_bar /}
    ${color2}home ${color1}${fs_bar /home}
    
    ${color2}CPU Usage:$alignr CPU% MEM% PID
    ${color5} ${top name 1}$alignr ${top cpu 1} ${top mem 1} ${top pid 1}
    ${color3} ${top name 2}$alignr ${top cpu 2} ${top mem 2} ${top pid 2}
    ${color4} ${top name 3}$alignr ${top cpu 3} ${top mem 3} ${top pid 3}
    ${color2}MEM usage:
    ${color5} ${top_mem name 1}$alignr ${top_mem cpu 1} ${top_mem mem 1} ${top_mem pid 1}
    ${color3} ${top_mem name 2}$alignr ${top_mem cpu 2} ${top_mem mem 2} ${top_mem pid 2}
    ${color4} ${top_mem name 3}$alignr ${top_mem cpu 3} ${top_mem mem 3} ${top_mem pid 3}
    Top:
    Code:
    background yes
    use_xft yes
    on_bottom yes
    xftfont Zekton:size=10
    xftalpha 0.8
    maximum_width 790
    gap_x 290
    mail_spool $MAIL
    update_interval .5
    total_run_times 0
    own_window yes
    own_window_transparent yes
    own_window_type override
    Use pseudo transparency with own_window?
    own_window_transparent yes
    double_buffer yes
    minimum_size 200 5
    draw_shades yes
    draw_outline yes
    alignment t
    gap_y 30
    no_buffers yes
    cpu_avg_samples 2
    net_avg_samples 2
    override_utf8_locale no
    use_spacer yes
    text_buffer_size 1024
    override_utf8_locale yes
    
    #Elec blu
    color1 01AEF2
    #darker elec blur
    color2 3479e0
    #Zap yellow
    color3 f1e600
    #dark zap yellow
    color4 b7c100
    #pink
    color5 ee40b1
    #darker pink
    color6
    
    
    TEXT
    ${if_running amarokapp}${color3}${execi 10 dcop amarok player title} by ${execi 10 dcop amarok player artist}, ${execi 10 dcop amarok player album} (${execi 10 dcop amarok player rating}/10)  ${execi 1 dcop amarok player currentTime} / ${execi 10 dcop amarok player totalTime}$endif
    I am still trying to get this one on top to only show up IF amarok is actually playing a song...

    Upperright:
    Code:
    background yes
    font Zekton:size=8
    use_xft yes
    on_bottom yes
    xftfont Zekton:size=8
    xftalpha 0.8
    mail_spool $MAIL
    update_interval 1.0
    total_run_times 0
    own_window no
    own_window_transparent yes
    double_buffer yes
    minimum_size 200 5
    draw_shades no
    draw_outline no
    
    alignment top_right
    gap_x 10
    gap_y 30
    no_buffers yes
    cpu_avg_samples 2
    net_avg_samples 2
    override_utf8_locale no
    use_spacer yes
    text_buffer_size 1024
    override_utf8_locale yes
    
    #Elec blu
    color1 01AEF2
    #darker elec blur
    color2 3479e0
    #Zap yellow
    color3 f1e600
    #dark zap yellow
    color4 b7c100
    #pink
    color5 ee40b1
    #darker pink
    color6
    
    
    #UPPER RIGHT!!!
    
    TEXT
    ${font size=10}${alignr 40}${color5}${time %A %B %d}, ${time %H:%M}
    
    $font${color2}${head /home/jake/Scripts/schedule.txt 30 20}
    
    ${color4}${alignc}Upcoming Events
    ${head /home/jake/Scripts/gcal.txt 30 20}
    
    ${color5}${alignc}${head /home/jake/Documents/Wikis/Life/To_Do.txt 30 20}
    
    ${color5}${alignc}${head /home/jake/Documents/Wikis/Life/School_Work.txt 30 20}
    
    ${color5}${alignc}${head /home/jake/Documents/Wikis/Life/Compy.txt 30 20}
    I use kaivalagi's google calendar script for the upcoming events with a mod to remove extra lines:
    Code:
    # this part uses gcalcli 
    #!/bin/bash
    /usr/bin/gcalcli --nc agenda | tee /home/jake/Scripts/gcal.txt
    
    
    # this part removes the extra spaces from the gcal text file.
    #!/bin/sh
    files="/home/jake/Scripts/gcal.txt"
    for i in $files
    do
      sed '/^$/d' $i > $i.out
      mv  $i.out $i
    done
    The ====To Do===== style lists are Zim desktop wiki txt files, as I freaking love to use zim to keep track of things.
    I run that script on conky startup if there is an active ping so that I dont get an error or something...

    and finally Bruce "bruloo" M's weatherformat of kaivalagi's awesome weather script:
    Code:
    font Zekton:size=8
    
    # Use Xft?
    use_xft yes
    
    # Set conky on the bottom of all other applications
    on_bottom yes
    
    # Xft font when Xft is enabled
    xftfont Zekton:size=8
    
    # Text alpha when using Xft
    xftalpha 0.8
    
    
    
    # Update interval in seconds
    update_interval 1.0
    
    total_run_times 0
    
    
    own_window		yes
    own_window_transparent	yes
    own_window_type		override
    
    
    
    double_buffer yes
    
    # Minimum size of text area
    minimum_size 200 5
    maximum_width 400
    
    
    draw_shades no
    
    draw_outline yes
    
    # 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 lightgrey
    default_shade_color #5D8294
    default_outline_color black
    
    
    alignment bottom_left
    
    gap_x 10
    gap_y -250
    
    # 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 2
    
    # 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 no
    
    pad_percents 1
    
    # Add spaces to keep things from moving about? This only affects certain objects.
    use_spacer yes
    
    # mldonkey_hostname Hostname for mldonkey stuff, defaults to localhost
    # mldonkey_port Mldonkey port, 4001 default
    # mldonkey_login Mldonkey login, default none
    # mldonkey_password Mldonkey password, default none
    
    # boinc (seti) dir
    # seti_dir /opt/seti
    
    # 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
    
    # stuff after 'TEXT' will be formatted on screen
    
    text_buffer_size 1024
    # Force U${alignr}Up:$uptime TF8? note that UTF8 support required XFT
    override_utf8_locale yes
    
    #Elec blu
    color1 01AEF2
    
    #darker elec blur
    color2 3479e0
    
    #Zap yellow
    color3 f1e600
    
    #dark zap yellow
    color4 b7c100
    
    #pink
    color5 ee40b1
    
    #darker pink
    color6
    
    
    
    
    
    text_buffer_size 2048
    
    # 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
    
    # stuff after 'TEXT' will be formatted on screen
    
    TEXT
    ${voffset 5}${color2}${font Zekton:size=10}Today:$font ${color5}${execi 1800 python /home/jake/Scripts/Conkys/English/EN_Forecast.py --location=USMI0525 --datatype=CC}${color2}$font${alignr 20}${font Zekton:bold:size=8}ST: ${execi 1800 python /home/jake/Scripts/Conkys/English/EN_Forecast.py --location=USMI0525 --datatype=LT --imperial}$font
    ${color5}${font Conkyweather:size=40}${execi 1800 python /home/jake/Scripts/Conkys/English/EN_Forecast.py --location=USMI0525 --datatype=WF}$font${color}
    ${alignr 50}${voffset -55}${color5}${font Zekton:size=25}${execi 1800 python /home/jake/Scripts/Conkys/English/EN_Forecast.py --location=USMI0525 --datatype=HT --imperial}$font
    ${alignc 20}${voffset -30}${font Arrows:size=20}${color5}${execi 1800 python /home/jake/Scripts/Conkys/English/EN_Forecast.py --location=USMI0525 --datatype=BF}$color$font
    ${alignc 10}${voffset 5}${color5}Wind: ${execi 1800 python ~/home/jake/Scripts/Conkys/English/EN_Forecast.py --location=USMI0525 --datatype=WS}${color}
    ${alignr 2}${color1}Precipitation: ${color5}${execi 1800 python /home/jake/Scripts/Conkys/English/EN_Forecast.py --location=USMI0525 --datatype=PC}$color
    ${color1}Humidity: ${color5}${execi 1800 python /home/jake/Scripts/Conkys/English/EN_Forecast.py --location=USMI0525 --datatype=HM}${alignr}${color1}Pressure: ${color5}${execi 1800 python /home/jake/Scripts/Conkys/English/EN_Forecast.py --location=USMI0525 --datatype=BR} - ${color5}${execi 1800 python /home/jake/Scripts/Conkys/English/EN_Forecast.py --location=USMI0525 --datatype=BD}$color
    ${color1}UV: ${color5}${execi 1800 python /home/jake/Scripts/Conkys/English/EN_Forecast.py --location=USMI0525 --datatype=UI} - ${color5}${execi 1800 python /home/jake/Scripts/Conkys/English/EN_Forecast.py --location=USMI0525 --datatype=UT}${alignr 2}${color1}Dew Point: ${color5}${execi 1800 python /home/jake/Scripts/Conkys/English/EN_Forecast.py --location=USMI0525 --datatype=DP}$color
    
    ${color4}${font zekton:size=9}${execi 3600 python /home/jake/Scripts/Conkys/English/EN_Forecast.py --location=USMI0525 --template=//usr/share/conkyforecast/example/conkyForecast.template}$font$color
    ${voffset -280}${color3}${font Conkyweather:size=40}${execi 3600 python /home/jake/Scripts/Conkys/English/EN_Forecast.py --location=USMI0525 --datatype=WF --startday=1}$font$color
    ${voffset 25}${color3}${font Conkyweather:size=40}${execi 3600 python /home/jake/Scripts/Conkys/English/EN_Forecast.py --location=USMI0525 --datatype=WF --startday=2}$font$color
    ${voffset 20}${color3}${font Conkyweather:size=40}${execi 3600 python /home/jake/Scripts/Conkys/English/EN_Forecast.py --location=USMI0525 --datatype=WF --startday=3}$font$color
    ${voffset 15}${color3}${font Conkyweather:size=40}${execi 3600 python /home/jake/Scripts/Conkys/English/EN_Forecast.py --location=USMI0525 --datatype=WF --startday=4}$font$color
    and the template:

    Code:
                      {--datatype=DW --startday=1}:  {--datatype=CC --startday=1}
                      {--datatype=HT --imperial --startday=1} / {--datatype=LT --imperial --startday=1}       Wind:  {--datatype=WD --startday=1}  a  {--datatype=WS --imperial --startday=1}
                      Humidity: {--datatype=HM --startday=1}          Precipatation: {--datatype=PC --startday=1}
                      Sunrise: {--datatype=SR --startday=1}   Sunset: {--datatype=SS --startday=1}
    
                      {--datatype=DW --startday=2}:  {--datatype=CC --startday=2}
                      {--datatype=HT --imperial --startday=2} / {--datatype=LT --imperial --startday=2}       Wind:  {--datatype=WD --startday=2}  a  {--datatype=WS  --imperial--startday=2}
                      Humidity: {--datatype=HM --startday=2}          Precipatation: {--datatype=PC --startday=2}
                      Sunrise: {--datatype=SR --startday=2}   Sunset: {--datatype=SS --startday=2}
    
                      {--datatype=DW --startday=3}:  {--datatype=CC --startday=3}
                      {--datatype=HT --imperial --startday=3} / {--datatype=LT --imperial --startday=3}       Wind:  {--datatype=WD --startday=3}  a  {--datatype=WS --imperial --startday=3}
                      Humidity: {--datatype=HM --startday=3}          Precipatation: {--datatype=PC --startday=3}
                      Sunrise: {--datatype=SR --startday=3}   Sunset: {--datatype=SS --startday=3}
    
                      {--datatype=DW --startday=4}:  {--datatype=CC --startday=4}
                      {--datatype=HT --imperial --startday=4} / {--datatype=LT --imperial --startday=4}       Wind:  {--datatype=WD --startday=4}  a  {--datatype=WS --imperial --startday=4}
                      Humidity: {--datatype=HM --startday=4}          Precipatation: {--datatype=PC --startday=4}
                      Sunrise: {--datatype=SR --startday=4}   Sunset: {--datatype=SS --startday=4}
    WHEW!!!!!

    I hope you guys like it!

    [link down ill fix it in a minute ]
    *edit: http://www.flickr.com/photos/3023228...79549/sizes/o/
    Last edited by Arcnsparc; September 6th, 2008 at 05:35 AM. Reason: broken link
    To a man with a hammer, many things look like nails. Furthermore, I have discovered that my ability to use Linux is proportional to both my skill with Google, and my blood-caffeine content. LastFM Blog

  3. #3503
    Join Date
    Apr 2008
    Beans
    382

    Re: Post your .conkyrc files w/ screenshots

    I included conkyEmail in my conky main setup. During Internet downtime, my entire conkymain (and conky weather) will not displayed because emailConky SSL (and weatherConky) script fail to retrieve any info from the net. I would like to avoid this problem and therefore try to use ${if_gw} variable to determine connection availability. If it is available, conky will display the email section normally, otherwise, it will just display the rest of the conky.

    Code:
    ${if_gw}${color0}Email${stippled_hr}$color
    ${color2}GMail:  ${color4}${execi 600 conkyEmail --servertype=IMAP --servername=imap.googlemail.com --username=xxx --password=xxx --ssl --mailinfo=4 }
    ${color2}Yahoo: ${color4}${execi 600 conkyEmail --servertype=POP --servername=pop.mail.yahoo.com --username=xxx --password=xxx --ssl --mailinfo=4 }${else}Not Connected${endif}
    Using this code, my conky will display 'Not Connected' at all time. How do I acvieve this?

  4. #3504
    Join Date
    Aug 2008
    Location
    127.0.0.1
    Beans
    84
    Distro
    Xubuntu

    Re: Post your .conkyrc files w/ screenshots

    Hey Arcnsparc, good idea! I never thought of putting a ToDo list in Conky. It's easy to edit and always on your desktop, though.
    Xubuntu / Studio Jammy laptop

    Ubuntu server Jammy file server and web server
    pfsense router

  5. #3505
    Join Date
    Aug 2008
    Location
    Tucson
    Beans
    0
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Post your .conkyrc files w/ screenshots

    Howdy. I've been using Conky for about a month. I'm really taken with its versatility. I've run into a stumbling block, though. I'd like to get the hddtemp variable to display in Fahrenheit (The metric system kinda eats my lunch). So far, no luck. Here's a screenshot...

    # conkyrc3
    # 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.
    #
    # Create own window instead of using desktop (required in nautilus)
    #
    own_window yes
    # own_window_colour brown
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    own_window_type override
    background no

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

    # fiddle with window
    use_spacer none
    use_xft yes

    # Update interval in seconds
    update_interval 3.0

    # Maximum width of text area
    maximum_width 300

    # Text buffer size
    text_buffer_size 320

    # Minimum size of text area
    # minimum_size 400 5

    # Draw shades?
    draw_shades yes

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

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

    draw_graph_borders no

    # Default colors and also border colors, grey90 == #e5e5e5
    default_color tomato4
    default_shade_color black
    default_outline_color 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
    gap_x 24
    gap_y 24

    # stuff after 'TEXT' will be formatted on screen

    override_utf8_locale no
    xftfont Sans:size=8
    xftalpha 0.8
    TEXT

    ${color orange}${font OpenLogos:size=17}u${color}${tab 30}${font UbuntuTitleRegular:size=14}Ubuntu $sysname (Hardy) $font
    ${color 000000} ${hr 2}
    $color Kernel $kernel on machine $machine
    ${color #000000} ${hr 2} $color
    ${time %a, }${time %B %e, %G}
    ${time %Z, }${time %I:%M %P}
    ${color #000000} ${hr 2}
    $color CPU: Intel(R) Pentuim 4 ${tab 10}${freq_g} GHz
    ${cpugraph cpu0 16,200 FF0000 FFFF00}
    ${color 000000} ${hr 2}
    ${color 5C9CD9}CPU ${tab 20}:$color ${i2c tempf 2} F
    ${color 5C9CD9}M/B ${tab 20}:$color ${i2c tempf 1} F
    ${color 5C9CD9}Power ${tab 20}:$color ${i2c tempf 3} F
    ${color 5C9CD9}Fan ${tab 20}:$color ${i2c fan 1} rpm
    ${color 5C9CD9}Sda ${tab 20}:$color ${hddtemp sda}
    ${color 000000} ${hr 2}
    ${color 5C9CD9}$mem / $memmax $memperc%
    ${color EA9803}${membar}
    ${color 000000} ${hr 2}
    $color Root - ${fs_free /} (${fs_free_perc /}%) free of ${fs_size /}
    ${color EA9803}${fs_bar /}
    $color Home - ${fs_free /home} (${fs_free_perc /home}%) free of ${fs_size }
    ${color EA9803} ${fs_bar /home}
    $color Var - ${fs_free /var} (${fs_free_perc /var}%) free of ${fs_size /var}
    ${color EA9803} ${fs_bar /var}
    ${if_mounted /media/disk} $color Disk - ${fs_free /media/disk} (${fs_free_perc /media/disk}%) free of ${fs_size /media/disk}
    ${color EA9803} ${fs_bar /media/disk} $endif
    ${if_mounted /media/disk-1} $color Disk1 - ${fs_free /media/disk-1} (${fs_free_perc /media/disk-1}%) free of ${fs_size /media/disk-1}
    ${color EA9803} ${fs_bar /media/disk-1} $endif
    ${color 000000} ${hr 2}
    $color Local IP: ${color #5C9CD9}${addr eth1} $color Public IP: ${color #5C9CD9}${execi 3600 wget -O - http://whatismyip.com/automation/n09230945.asp | tail}
    ${color 5C9CD9}Up: ${color }${upspeed eth1} k/s
    ${upspeedgraph eth1 20,200 FF0000 FFFF00}
    ${color 5C9CD9}Down: ${color }${downspeed eth1}k/s
    ${downspeedgraph eth1 20,200 FF0000 FFFF00}
    ${color 000000}${hr 2}
    ${color 5C9CD9}Processes:
    ${color}Total ${color green} $alignr $processes
    ${color}Running ${color green}$alignr $running_processes
    ${color 000000}${hr 2}
    ${color 5C9CD9}Top CPU:
    ${color yellow}${top name 1}${alignr}${top cpu 1}
    ${color}${top name 2}${alignr}${top cpu 2}
    ${top name 3}${alignr}${top cpu 3}

    ${color 5C9CD9}Top Memory:
    ${color yellow}${top_mem name 1}${alignr}${top_mem mem 1}
    ${color}${top_mem name 2}${alignr}${top_mem mem 2}
    ${top_mem name 3}${alignr}${top_mem mem 3}
    ${color 000000}${hr 2}
    ${color}${execi 30 tail -n3 /var/log/messages | fold -w 50 }
    ${color 000000} ${hr 2}
    ${color}${execi 1800 /home/michael/.conky/scripts/weather.sh USAZ0247}
    Attached Images Attached Images

  6. #3506
    Join Date
    Feb 2008
    Location
    52°38'41.6"N/1°19'43.6"E
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Arcnsparc View Post
    I use kaivalagi's google calendar script for the upcoming events with a mod to remove extra lines:
    Code:
    # this part uses gcalcli 
    #!/bin/bash
    /usr/bin/gcalcli --nc agenda | tee /home/jake/Scripts/gcal.txt
    
    
    # this part removes the extra spaces from the gcal text file.
    #!/bin/sh
    files="/home/jake/Scripts/gcal.txt"
    for i in $files
    do
      sed '/^$/d' $i > $i.out
      mv  $i.out $i
    done
    As much as I'd like to take credit, your calendar output seems to come from gcalcli and not my conkyGooglecalendar script...

    BTW, if you want to use my script it is now available through apt just like the weather and email ones...the thread's been updated with the details, my sig has the link

    Happy conkying!

  7. #3507
    Join Date
    Jan 2008
    Location
    Marquette, MI
    Beans
    81
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by louiswu48 View Post
    Howdy. I've been using Conky for about a month. I'm really taken with its versatility. I've run into a stumbling block, though. I'd like to get the hddtemp variable to display in Fahrenheit (The metric system kinda eats my lunch). So far, no luck. Here's a screenshot...
    ${color 5C9CD9}CPU ${tab 20}:$color ${i2c tempf 2} F
    ${color 5C9CD9}M/B ${tab 20}:$color ${i2c tempf 1} F
    ${color 5C9CD9}Power ${tab 20}:$color ${i2c tempf 3} F
    ${color 5C9CD9}Fan ${tab 20}:$color ${i2c fan 1} rpm
    ${color 5C9CD9}Sda ${tab 20}:$color ${hddtemp sda}

    the first 3 are in fahrenhiet because they say "tempf" and the "hddtemp" should be changed to "hddtempf"...
    Unfortunately there is no "hddtempf" in conky yet...
    I would try to set up a script that you convert it for you and run in the back ground, updating every so often. If you need help writing such a script let me know, im not very good but Ill help find one that suits you.
    To a man with a hammer, many things look like nails. Furthermore, I have discovered that my ability to use Linux is proportional to both my skill with Google, and my blood-caffeine content. LastFM Blog

  8. #3508
    Join Date
    Jan 2008
    Location
    Marquette, MI
    Beans
    81
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by kaivalagi View Post
    As much as I'd like to take credit, your calendar output seems to come from gcalcli and not my conkyGooglecalendar script...

    BTW, if you want to use my script it is now available through apt just like the weather and email ones...the thread's been updated with the details, my sig has the link

    Happy conkying!
    Oops. Sorry for giving wrong credit, Ive been jacking conky scripts from so many places it gets hard to keep track of who 'gave' me what
    To a man with a hammer, many things look like nails. Furthermore, I have discovered that my ability to use Linux is proportional to both my skill with Google, and my blood-caffeine content. LastFM Blog

  9. #3509
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by eusanpe View Post
    Hey Bruce:

    I had the same issue with my big Gentoo logo and jacking the font to 300. I have been looking at the conky source code of and on today. As I explained to you earlier, the minimum_size parameter allows you to set a default height and width to a window when you set "Own Window" to 'yes' but you cannot define a maximum height and width..only a maximum width. I feel that if you can define a maximum height and width, you can control exactly what fits inside a window and in turn, manage the space on your desktop easier.

    I am going to see about adding a maximum_size parameter to coincide with the minimum_size parameter. Unfortunately my wife has been nagging at me all day today and even tonight about spending some time with her this weekend before I head out of town on business so I have to keep her happy. I will keep you abreast on what I find and what I can do.


    Tony
    Great stuff Tony, I'll be watching for it.
    Thanks.

    Have a nice day
    Bruce

  10. #3510
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Arcnsparc View Post
    WHEW!!!!!

    I hope you guys like it!
    That is one fine setup ... colourful too! I like it.

    Especially the weather part. Ummmm biased here maybe?

    CHIMO!
    Bruce

Page 351 of 2348 FirstFirst ... 2513013413493503513523533614014518511351 ... 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
  •