Page 2195 of 2348 FirstFirst ... 1195169520952145218521932194219521962197220522452295 ... LastLast
Results 21,941 to 21,950 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #21941
    Join Date
    Jan 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by kobayash1 View Post
    --Currently with my existing .conf file, my HDD is in constant use (every 2 seconds) because of my "${exec sensors > ~/.conky/lm-sensors_output}" line. I tried removing that line and just calling "sensors" in every line where I need it (temps, fan speeds). This kept my HDD from constantly saving a new "lm-sensors_output" file, but it increased my CPU usage across all 4 cores. I would normally idle at 0-2%, but with all those lines calling "sensors" I would idle at about 2-4%. Which way is more elegant and less intensive? Or is there a better way than the two I've tried?
    Add this to /etc/fstab:
    Code:
    tmpfs   /tmp   tmpfs   defaults,noatime,mode=4777   0   0
    change output of "lm-sensors-output" to save file to /tmp and reboot.

    This will make /tmp folder in RAM with dynamic file system which save disk access and increase speed. And since TMPFS is dynamic, it will use as many memory as it needs, but no more.
    Linux Debian Sid (Minted) x86_64/3.12.10, Conky 2.0_pre, Xorg 7.7/1.15.0, KDE 4.11.5, Lenovo T61, Intel X3100, HITACHI HTS722010K9SA00 100GB, WDC_WD5000BEVT 500GB
    Linux user No.: 483055 | My Conky Pitstop corner | One4All project

  2. #21942
    Join Date
    May 2013
    Beans
    0

    Thumbs up my conky




    Code:
    background yes
    use_xft yes
    xftfont Dejavu Sans:size=8
    xftalpha 0.5
    update_interval 1
    total_run_times 0
    override_utf8_locale no
    double_buffer yes
    
    own_window yes
    own_window_type override
    own_window_transparent 1
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    
    draw_shades no
    draw_outline no
    draw_borders no
    uppercase no
    use_spacer yes
    
    alignment top_right
    gap_x 10
    gap_y 30
    minimum_size 320 100
    maximum_width 800
    default_color FFFFFF
    
    TEXT
    ${font Dejavu:size=8:style=Bold}Computer's name:${font Dejavu:size=8}${alignr}$nodename $machine
    ${font Dejavu:size=8:style=Bold}Kernel:${font Dejavu:size=8}${alignr}$sysname $kernel
    ${font Dejavu:size=8:style=Bold}CPU${font Dejavu:size=8} ${alignr} ${execi 1000 cat /proc/cpuinfo | grep 'model name' | sed -e 's/model name.*: //' | tail -n1} 
    ${font Dejavu:size=8:style=Bold}Uptime:${font Dejavu:size=8}${alignr}${uptime_short}
    ${font Dejavu:size=8:style=Bold}Temperature:${font Dejavu:size=8}$alignr${acpitemp}C
    ${color orange}${hr 3}${color white}
    ${font Dejavu:size=8:style=Bold}XeniosKasinides@gmail.com${font Dejavu:size=8}${alignr}${color 95956B}${execi 300 python ~/.scripts/gmail.py} ${color FFFFFF}
    ${font Dejavu:size=8:style=Bold}Coder.CCCP@gmail.com${font Dejavu:size=8}${alignr}${color 95956B}${execi 300 python ~/.scripts/gmail1.py} ${color FFFFFF}
    ${color orange}${hr 3}${color white}
    ${font Dejavu:size=8:style=Bold}Weather${font Dejavu:size=8}
    ${font Dejavu:size=8:style=Bold}Kaimakli:${font Dejavu:size=8} ${execi 300 /home/xenios/weather.sh "EUR|CY|01|Kaimakli"}
    ${font Dejavu:size=8:style=Bold}Larnaca:${font Dejavu:size=8} ${execi 300 /home/xenios/weather.sh "EUR|CY|03|Aradhippou"}
    ${color orange}${hr 3}${color white}
    ${font Dejavu:size=8:style=Bold}System:${font Dejavu:size=8} ${alignc}${color white}${fs_used /}${color white}/${color white}${fs_size /} ${color white}${alignr}(${color white}${fs_free /} ${fs_free_perc /}% ${color white} free)
    ${color white}${fs_bar /}${color white}
    ${if_mounted /media/xenios/KINGSTON4GB}${color white}${font Dejavu:size=8:style=Bold}USB Used${font Dejavu:size=8}${fs_used /media/xenios/KINGSTON4GB}${alignr}${color white}${fs_free /media/xenios/KINGSTON4GB} (${fs_free_perc /media/xenios/KINGSTON4GB}%) ${color white}free of ${fs_size /media/xenios/KINGSTON4GB}
    ${color white}${fs_bar /media/xenios/KINGSTON4GB}${color white}${else}${font Dejavu:size=8:style=Bold}USB not mounted${font Dejavu:size=8}${endif}
    ${if_mounted /media/xenios/KINGSTON}${color white}${font Dejavu:size=8:style=Bold}USB Used${font Dejavu:size=8} ${fs_used /media/xenios/KINGSTON}${alignr}${color white}${fs_free /media/xenios/KINGSTON} (${fs_free_perc /media/xenios/KINGSTON}%) ${color white}free of ${fs_size /media/xenios/KINGSTON}
    ${color white}${fs_bar /media/xenios/KINGSTON}${color white}${else}${font Dejavu:size=8:style=Bold}USB not mounted${font Dejavu:size=8}${endif}
    ${color orange}${hr 3}${color white}
    ${font Dejavu:size=8:style=Bold}CPU${font Dejavu:size=8} ${alignr}${cpu}%
    ${cpugraph ff8d00 ffffff}
    ${font Dejavu:size=8:style=Bold}CPU 1:${font Dejavu:size=8} ${color white}${cpu cpu1}%   ${alignr}${cpubar cpu1 7,230}
    ${font Dejavu:size=8:style=Bold}CPU 2:${font Dejavu:size=8} ${color white}${cpu cpu2}%   ${alignr}${cpubar cpu2 7,230}
    ${color orange}${hr 3}${color white}
    ${font Dejavu:size=8:style=Bold}Processes:${font Dejavu:size=8} ${color white} $processes  ${color white}${font Dejavu:size=8:style=Bold}Running:${font Dejavu:size=8} $running_processes
    ${font Dejavu:size=8:style=Bold}Name:${font Dejavu:size=8}                    ${alignr}PID     CPU%   MEM%
      ${top name 1}  ${alignr}${top pid 1}  ${top cpu 1}      ${top mem 1}
      ${top name 2}  ${alignr}${top pid 2}  ${top cpu 2}      ${top mem 2}
      ${top name 3}  ${alignr}${top pid 3}  ${top cpu 3}      ${top mem 3}
      ${top name 4}  ${alignr}${top pid 4}  ${top cpu 4}      ${top mem 4}
    ${color orange}${hr 3}${color white}
    ${font Dejavu:size=8:style=Bold}Memory${font Dejavu:size=8} ${alignr}$mem
    ${color white}${memperc}%   ${alignr}${membar 7,280}
    ${color orange}${hr 3}${color white}
    $alignr ${font Dejavu:size=8:style=Bold}Network${font Dejavu:size=8}
    ${color #5da5d3}${font Dejavu:size=8:style=Bold}Wireless1${font Dejavu:size=8} (${color white}${addr wlan0}${color #5da5d3}) ${hr 1}
      ${color white}ssid   ${wireless_essid wlan0} $alignr ${wireless_ap wlan0}
      ${color white}mode ${wireless_mode wlan0} $alignr Bitrate: ${wireless_bitrate wlan0}
      ${color white}down ${color orange}${downspeedf wlan0} ${color white}k/s ${alignr}${color white}up ${color orange}${upspeedf wlan0} ${color white}k/s
      ${color white}total down: ${totaldown wlan0} $alignr total up: ${totalup wlan0}
    ${color #5da5d3}${font Dejavu:size=8:style=Bold}Wireless2${font Dejavu:size=8} (${color white}${addr wlan1}${color #5da5d3}) ${hr 1}
      ${color white}ssid   ${wireless_essid wlan1} $alignr ${wireless_ap wlan1}
      ${color white}mode ${wireless_mode wlan1} $alignr Bitrate: ${wireless_bitrate wlan1}
      ${color white}down ${color orange}${downspeedf wlan1} ${color white}k/s ${alignr}${color white}up ${color orange}${upspeedf wlan1} ${color white}k/s
      ${color white}total down: ${totaldown wlan1} $alignr total up: ${totalup wlan1}
    ${color #5da5d3}${font Dejavu:size=8:style=Bold}Wired${font Dejavu:size=8} (${color white}${addr eth0}${color #5da5d3}) ${hr 1}
      ${color white}down ${color orange}${downspeedf eth0} ${color white}k/s ${alignr}${color white}up ${color orange}${upspeedf eth0} ${color white}k/s
      ${color white}total down: ${totaldown eth0} $alignr total up: ${totalup eth0}
    ${font Dejavu:size=8:style=Bold}${color #5da5d3}Inbound${color white}:${font Dejavu:size=8} ${tcp_portmon 1 32767 count}                     ${font Dejavu:size=8:style=Bold}${color #5da5d3}Outbound:${color white} ${font Dejavu:size=8}${tcp_portmon 32768 61000 count}${alignr}${font Dejavu:size=8:style=Bold}${color #5da5d3}Total${color white}:${font Dejavu:size=8} ${tcp_portmon 1 65535 count}
            ${color #FF8D00}${font Sans:size=17:style=Bold}${time %A %d %B, %Y}
               ${font arial:size=28:style=Bold}${time %H:%M:%S}

  3. #21943
    Join Date
    Jul 2012
    Location
    Oklahoma, USA
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by kobayash1 View Post
    Hello again. I made my first post on these boards almost a month ago to show off my first attempt at conky. Today I want to post up another screenshot of my current conky, list a few of the changes I've made, and offer up my .conf file for perusal and suggestions.

    This was my first iteration. This is what it looks like today.

    I've since figured out which fan is which, added desktop environment and window manager, cleaned up format, reduced punctuation, added video card GPU and memory frequencies, added hard disk drive temperature, and added top 5 memory processes.

    Here is my .conf:

    Code:
    use_xft yes
    xftfont Zekton:size=9
    xftalpha 0.1
    update_interval 2
    total_run_times 0
    own_window yes
    own_window_type normal
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    minimum_size 250 5
    maximum_width 1500
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders no
    default_color DimGray
    default_shade_color red
    default_outline_color green
    alignment top_right
    gap_x 25
    gap_y 10
    no_buffers no
    uppercase no
    cpu_avg_samples 2
    net_avg_samples 1
    override_utf8_locale yes
    text_buffer_size 256
    
    
    TEXT
    # Save lm-sensors output to interval updated file #
    ${exec sensors > ~/.conky/lm-sensors_output}
    ${color #007FFF}System$color $hr
    Operating System $alignr $sysname
    Kernel $alignr $kernel
    Architecture $alignr $machine
    Desktop Environment $alignr ${pre_exec echo $DESKTOP_SESSION}
    Window Manager $alignr ${pre_exec wmctrl -m | grep 'Name' | awk '{print $2}'}
    File System $alignr ${fs_type /home}
    Uptime $alignr ${uptime}
    
    
    # CPU 1, 2, 3, and 4 Frequency, Temp, and Load #
    ${color #007FFF}Processing$color $hr
    Manufacturer $alignr Intel
    Core ${goto 60}Freq ${goto 150}Temp $alignr Load
    1  ${goto 60}${freq_g cpu0} GHz ${goto 150}${exec grep 'Core 0' ~/.conky/lm-sensors_output | awk '{print $3}' | cut -c2-9} $alignr ${cpu cpu0}%
    2  ${goto 60}${freq_g cpu1} GHz ${goto 150}${exec grep 'Core 1' ~/.conky/lm-sensors_output | awk '{print $3}' | cut -c2-9} $alignr ${cpu cpu1}%
    3  ${goto 60}${freq_g cpu2} GHz ${goto 150}${exec grep 'Core 2' ~/.conky/lm-sensors_output | awk '{print $3}' | cut -c2-9} $alignr ${cpu cpu2}%
    4  ${goto 60}${freq_g cpu3} GHz ${goto 150}${exec grep 'Core 3' ~/.conky/lm-sensors_output | awk '{print $3}' | cut -c2-9} $alignr ${cpu cpu3}%
    
    
    # GPU stats #
    ${color #007FFF}Graphics$color $hr
    Manufacturer $alignr Nvidia
    Driver $alignr ${pre_exec nvidia-settings -q [gpu:0]/NvidiaDriverVersion | grep 'Attribute' | awk '{print $4}'}
    GPU Frequency $alignr ${nvidia gpufreq} MHz
    Memory Frequency $alignr ${nvidia memfreq} MHz
    Temperature $alignr ${nvidia temp}°C
    Fan Capacity $alignr ${exec nvidia-smi -q | grep 'Fan Speed' | awk '{print $4}'}%
    Memory $alignr ${exec nvidia-smi -q --display=MEMORY | grep 'Used' | awk '{print $3}'} MB / ${pre_exec nvidia-smi -q --display=MEMORY | grep 'Total' | awk '{print $3}'} MB
    
    
    # Fan stats #
    ${color #007FFF}Cooling$color $hr
    CPU $alignr ${exec grep 'fan2' ~/.conky/lm-sensors_output | awk '{print $2}'} RPM
    Front Intake $alignr ${exec grep 'fan3' ~/.conky/lm-sensors_output | awk '{print $2}'} RPM
    Rear Exhaust $alignr ${exec grep 'fan4' ~/.conky/lm-sensors_output | awk '{print $2}'} RPM
    Top Exhaust $alignr ${exec grep 'fan1' ~/.conky/lm-sensors_output | awk '{print $2}'} RPM
    
    
    # RAM stats #
    ${color #007FFF}Memory$color $hr
    RAM $alignr ${mem} / ${memmax}
    Swap $alignr ${swap} / ${swapmax}
    
    
    # HDD stats #
    ${color #007FFF}Storage$color $hr
    HDD $alignr ${fs_used /home} / ${fs_size /home}
    Temperature $alignr ${hddtemp /dev/sda}°C
    
    
    # Network stats #
    ${color #007FFF}Network$color $hr
    Local IP $alignr ${addr eth0}
    Up $alignr $upspeed
    Down $alignr $downspeed
    
    
    # Processes #
    ${color #007FFF}Processes$color $hr
    $alignr Processing
    ${top name 1} $alignr ${top cpu 1}%
    ${top name 2} $alignr ${top cpu 2}%
    ${top name 3} $alignr ${top cpu 3}%
    ${top name 4} $alignr ${top cpu 4}%
    ${top name 5} $alignr ${top cpu 5}%
    $alignr Memory
    ${top_mem name 1} $alignr ${top mem 1}%
    ${top_mem name 2} $alignr ${top mem 2}%
    ${top_mem name 3} $alignr ${top mem 3}%
    ${top_mem name 4} $alignr ${top mem 4}%
    ${top_mem name 5} $alignr ${top mem 5}%
    A couple of questions:

    --I couldn't compile 1.9.0 from source with the --enable-nvidia tag because I kept getting the missing nvctrl.h error. So I installed conky-all from Ubuntu repositories. Now I can enjoy the native ${nvidia} variables, though it doesn't call all the data I want (memory usage and fan capacity). The version is 1.8.1. Am I missing anything cool from 1.9.0?

    --Currently with my existing .conf file, my HDD is in constant use (every 2 seconds) because of my "${exec sensors > ~/.conky/lm-sensors_output}" line. I tried removing that line and just calling "sensors" in every line where I need it (temps, fan speeds). This kept my HDD from constantly saving a new "lm-sensors_output" file, but it increased my CPU usage across all 4 cores. I would normally idle at 0-2%, but with all those lines calling "sensors" I would idle at about 2-4%. Which way is more elegant and less intensive? Or is there a better way than the two I've tried?

    --Lastly, sometimes the ${top_mem} order is out of whack. Is this a bug or am I doing it wrong?


    EDIT: Real slick conky, Nolix!
    I'm not sure how you tried "just calling sensors", but did you try something like these examples...

    Code:
    ${execp sensors k10temp-pci-00c3 | awk '/temp1/ {gsub(/\+/, ""); print $2}'}
    or if your more comfortable just using grep...

    Code:
    ${execp sensors coretemp-isa-0000 | grep 'Core 0' | cut -c16-17}

    You would, of course, have to change your sensor name to whatever name appears in your sensor output and adjust the cut points accordingly. I've used both methods before without issue of significant increase in CPU usage. I can't imagine either method being worse than writing to a text file every few seconds and reading the results as it appears you are doing now.

    DK75's solution also appears to be an excellent alternative to your current method.
    Last edited by Petro Dawg; May 19th, 2013 at 03:48 PM. Reason: Just saw DK75's response to this question
    Who's Awesome? You're Awesome.

  4. #21944
    Join Date
    Jul 2012
    Location
    Oklahoma, USA
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Post your .conkyrc files w/ screenshots

    Just a friendly reminder; if you are going through the trouble of "blackening out" the email addresses on your Conky screenshot, you might want to omit your addresses from your posted code as well.
    Who's Awesome? You're Awesome.

  5. #21945
    Join Date
    Dec 2009
    Beans
    263

    Re: Post your .conkyrc files w/ screenshots

    Ok, after a loooong day, and carefully reading the tutorial here: http://ubuntuforums.org/showthread.php?t=1771033, I got conky working on my PC. WHOOOOOOOHOHOOOOOOOOO!!!!!!!!

    But I have a problem: No matter what I did, I could NOT get the weather working. I'm specially interested in Sector 11's multiple location weather script, but, as much as I tried anything my rookie mind could come up with, I couldn't make it work at all.
    Can anybody tell me what am I doing wrong?

    Oh, and, besides that, I did everything said in that thread to make conky start on startup, but it doesn't. I have to start it manually. How do I fix that?
    Attached Images Attached Images

  6. #21946
    Join Date
    Jul 2012
    Location
    Oklahoma, USA
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Inodoro Pereyra View Post
    Ok, after a loooong day, and carefully reading the tutorial here: http://ubuntuforums.org/showthread.php?t=1771033, I got conky working on my PC. WHOOOOOOOHOHOOOOOOOOO!!!!!!!!

    But I have a problem: No matter what I did, I could NOT get the weather working. I'm specially interested in Sector 11's multiple location weather script, but, as much as I tried anything my rookie mind could come up with, I couldn't make it work at all.
    Can anybody tell me what am I doing wrong?

    Oh, and, besides that, I did everything said in that thread to make conky start on startup, but it doesn't. I have to start it manually. How do I fix that?
    We'll have a hard time telling you what you are doing wrong if you don't let us know exactly what you did (post relevant codes). Most of us will not want to search through another post to try and figure out what you might have tried.

    However, please post your start-up script so we can start troubleshooting the issue which may be preventing you Conky auto start-up. Some systems seem to require longer sleep times, others (like mine) seem to require that the system splash screen appear on start-up, or for some strange reason it doesn't load half the time (it took me a while to figure that one out).

    I am assuming you added the start-up bash script to your auto-start program list as well.
    Who's Awesome? You're Awesome.

  7. #21947
    Join Date
    Jul 2012
    Location
    Oklahoma, USA
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Post your .conkyrc files w/ screenshots

    I owe a huge thanks to grzegorzdabrowka, I finally got his alternative to my bar code tweaked and working perfectly without errors or Conky complaints. It's cleaned up my code quite a bit and is much easier to customize. I'm loving it.

    conky with grad2.png

    Code:
    #colors 
      color1 CCFFFF 
      color2 CCDDFF 
      color3 CCBBFF 
      color4 CC99FF 
      color5 CC77FF 
      color6 CC55FF 
      color7 CC33FF 
      color8 CC11FF 
      color9 333333
      color0 FF8888 
    
    TEXT
    
    CPU${voffset -2}${alignr}[\
    ${if_match ${cpu cpu0} >    0}${color1}|\
    ${if_match ${cpu cpu0} >    5}${color1}|\
    ${if_match ${cpu cpu0} >   10}${color1}|\
    ${if_match ${cpu cpu0} >   15}${color2}|\
    ${if_match ${cpu cpu0} >   20}${color2}|\
    ${if_match ${cpu cpu0} >   25}${color2}|\
    ${if_match ${cpu cpu0} >   30}${color3}|\
    ${if_match ${cpu cpu0} >   35}${color3}|\
    ${if_match ${cpu cpu0} >   40}${color3}|\
    ${if_match ${cpu cpu0} >   45}${color4}|\
    ${if_match ${cpu cpu0} >   50}${color4}|\
    ${if_match ${cpu cpu0} >   55}${color4}|\
    ${if_match ${cpu cpu0} >   60}${color5}|\
    ${if_match ${cpu cpu0} >   65}${color6}|\
    ${if_match ${cpu cpu0} >   70}${color6}|\
    ${if_match ${cpu cpu0} >   75}${color6}|\
    ${if_match ${cpu cpu0} >   80}${color7}|\
    ${if_match ${cpu cpu0} >   85}${color7}|\
    ${if_match ${cpu cpu0} >   90}${color7}|\
    ${if_match ${cpu cpu0} >   95}${color8}|\
    ${if_match ${cpu cpu0} == 100}${color8}|\
    ${else}${color9}|${endif}\
    ${else}${color9}||${endif}\
    ${else}${color9}|||${endif}\
    ${else}${color9}||||${endif}\
    ${else}${color9}|||||${endif}\
    ${else}${color9}||||||${endif}\
    ${else}${color9}|||||||${endif}\
    ${else}${color9}||||||||${endif}\
    ${else}${color9}|||||||||${endif}\
    ${else}${color9}||||||||||${endif}\
    ${else}${color9}|||||||||||${endif}\
    ${else}${color9}||||||||||||${endif}\
    ${else}${color9}|||||||||||||${endif}\
    ${else}${color9}||||||||||||||${endif}\
    ${else}${color9}|||||||||||||||${endif}\
    ${else}${color9}||||||||||||||||${endif}\
    ${else}${color9}|||||||||||||||||${endif}\
    ${else}${color9}||||||||||||||||||${endif}\
    ${else}${color9}|||||||||||||||||||${endif}\
    ${else}${color9}||||||||||||||||||||${endif}\
    ${else}${color9}|||||||||||||||||||||${endif}\
    ${color}]
    ${voffset 4}${offset 10}${top name 1}${alignr}${top cpu 1}   
    ${offset 10}${top name 2}${alignr}${top cpu 2}   
    ${offset 10}${top name 3}${alignr}${top cpu 3}   
     
    RAM${voffset -2}${alignr}[\
    ${if_match ${memperc} >    0}${color1}|\
    ${if_match ${memperc} >    5}${color1}|\
    ${if_match ${memperc} >   10}${color1}|\
    ${if_match ${memperc} >   15}${color2}|\
    ${if_match ${memperc} >   20}${color2}|\
    ${if_match ${memperc} >   25}${color2}|\
    ${if_match ${memperc} >   30}${color3}|\
    ${if_match ${memperc} >   35}${color3}|\
    ${if_match ${memperc} >   40}${color3}|\
    ${if_match ${memperc} >   45}${color4}|\
    ${if_match ${memperc} >   50}${color4}|\
    ${if_match ${memperc} >   55}${color4}|\
    ${if_match ${memperc} >   60}${color5}|\
    ${if_match ${memperc} >   65}${color6}|\
    ${if_match ${memperc} >   70}${color6}|\
    ${if_match ${memperc} >   75}${color6}|\
    ${if_match ${memperc} >   80}${color7}|\
    ${if_match ${memperc} >   85}${color7}|\
    ${if_match ${memperc} >   90}${color7}|\
    ${if_match ${memperc} >   95}${color8}|\
    ${if_match ${memperc} == 100}${color8}|\
    ${else}${color9}|${endif}\
    ${else}${color9}||${endif}\
    ${else}${color9}|||${endif}\
    ${else}${color9}||||${endif}\
    ${else}${color9}|||||${endif}\
    ${else}${color9}||||||${endif}\
    ${else}${color9}|||||||${endif}\
    ${else}${color9}||||||||${endif}\
    ${else}${color9}|||||||||${endif}\
    ${else}${color9}||||||||||${endif}\
    ${else}${color9}|||||||||||${endif}\
    ${else}${color9}||||||||||||${endif}\
    ${else}${color9}|||||||||||||${endif}\
    ${else}${color9}||||||||||||||${endif}\
    ${else}${color9}|||||||||||||||${endif}\
    ${else}${color9}||||||||||||||||${endif}\
    ${else}${color9}|||||||||||||||||${endif}\
    ${else}${color9}||||||||||||||||||${endif}\
    ${else}${color9}|||||||||||||||||||${endif}\
    ${else}${color9}||||||||||||||||||||${endif}\
    ${else}${color9}|||||||||||||||||||||${endif}\
    ${color}]
    ${voffset 4}${offset 10}${top_mem name 1}${alignr}${top_mem mem 1}   
    ${offset 10}${top_mem name 2}${alignr}${top_mem mem 2}   
    ${offset 10}${top_mem name 3}${alignr}${top_mem mem 3}   
    
    
    Ethernet
    Private IP:${alignr}${addr eth0}
    ${color0}${font Heydings Icons:bold:size=8}d${outlinecolor}${color}${font}  [\
    ${if_match ${downspeedf eth0} >     0}${color1}|\
    ${if_match ${downspeedf eth0} >   19}${color1}|\
    ${if_match ${downspeedf eth0} >   38}${color2}|\
    ${if_match ${downspeedf eth0} >   58}${color2}|\
    ${if_match ${downspeedf eth0} >   77}${color3}|\
    ${if_match ${downspeedf eth0} >   96}${color3}|\
    ${if_match ${downspeedf eth0} >  115}${color4}|\
    ${if_match ${downspeedf eth0} >  134}${color5}|\
    ${if_match ${downspeedf eth0} >  154}${color6}|\
    ${if_match ${downspeedf eth0} >  173}${color7}|\
    ${if_match ${downspeedf eth0} >= 192}${color8}|\
    ${else}${color9}|${endif}\
    ${else}${color9}||${endif}\
    ${else}${color9}|||${endif}\
    ${else}${color9}||||${endif}\
    ${else}${color9}|||||${endif}\
    ${else}${color9}||||||${endif}\
    ${else}${color9}|||||||${endif}\
    ${else}${color9}||||||||${endif}\
    ${else}${color9}|||||||||${endif}\
    ${else}${color9}||||||||||${endif}\
    ${else}${color9}|||||||||||${endif}\
    ${color}] ${alignr}${font}${totaldown eth0}   
    #
    ${outlinecolor black}${color0}${font Heydings Icons:bold:size=8}u\
    ${outlinecolor}${color}${font}  ${voffset -2}[\
    ${if_match ${upspeedf eth0} >   0}${color1}|\
    ${if_match ${upspeedf eth0} >   5}${color1}|\
    ${if_match ${upspeedf eth0} >  10}${color2}|\
    ${if_match ${upspeedf eth0} >  14}${color2}|\
    ${if_match ${upspeedf eth0} >  19}${color3}|\
    ${if_match ${upspeedf eth0} >  24}${color3}|\
    ${if_match ${upspeedf eth0} >  29}${color4}|\
    ${if_match ${upspeedf eth0} >  34}${color5}|\
    ${if_match ${upspeedf eth0} >  38}${color6}|\
    ${if_match ${upspeedf eth0} >  33}${color7}|\
    ${if_match ${upspeedf eth0} >= 48}${color8}|\
    ${else}${color9}|${endif}\
    ${else}${color9}||${endif}\
    ${else}${color9}|||${endif}\
    ${else}${color9}||||${endif}\
    ${else}${color9}|||||${endif}\
    ${else}${color9}||||||${endif}\
    ${else}${color9}|||||||${endif}\
    ${else}${color9}||||||||${endif}\
    ${else}${color9}|||||||||${endif}\
    ${else}${color9}||||||||||${endif}\
    ${else}${color9}|||||||||||${endif}\
    ${color}] ${alignr}${font}${totalup eth0}
    Last edited by Petro Dawg; May 19th, 2013 at 06:31 PM.
    Who's Awesome? You're Awesome.

  8. #21948
    Join Date
    Aug 2010
    Location
    Arizona USA
    Beans
    3,001
    Distro
    Ubuntu Development Release

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Chanath View Post
    There are 2194 pages in this thread. So, shouldn't this be broken into monthly basis?
    Ain't gonna happen... sorry.

    However, you can always invoke the 'Show Printable Version" in "Thread Tools", then click "Show 75 post(s) from this thread on one page".

    That will get you down to 293 pages (currently). Plus, the [CODE] samples are show in their entirety, e.g. not scrolled. And, the images will not be displayed. Ctrl+F, in most browsers, will then allow you to search these 75 posts/per page, if you're looking for something in particular.

    Other than doing something like that, this thread will always remain rather unwieldy...
    Intel ® P4 Extreme Edition 3.4 (Gallatin) || DFI ® LanParty PRO875B rev B1
    Crucial ® Ballistix Tracer PC4000 1GB || Mountain Mods U2-UFO Opti-1203
    XFX 7600GT 560M AGP (PV-T73A-UDF3) || Corsair HX520W Modular PSU

  9. #21949
    Join Date
    Dec 2009
    Beans
    263

    Re: Post your .conkyrc files w/ screenshots

    Ok, sorry for the crappy post. I'll try and give you all the info I have.

    Now, I've been busy today. Grafted the script posted in this post here: http://ubuntuforums.org/showthread.p...2#post11799132 to my conkyrc script, and, upon running it, I get this:

    Screenshot from 2013-05-19 14:48:17.jpg

    Now, I THINK I KNOW WHAT THE PROBLEM IS. Sector 11 lists these scripts:


    • ~/AccuW_2/accuw.conky
    • ~/AccuW_2/BsAs
    • ~/AccuW_2/BsAs/acc_int_images
    • ~/AccuW_2/BsAs/Forecast_Images
    • ~/AccuW_2/London
    • ~/AccuW_2/London/acc_int_images
    • ~/AccuW_2/London/Forecast_Images

    ...and I don't have them, don't know where to find them, and don't know how to write them.

    Anyways, here's my conkyrc script:

    Code:
    ##################################
    ## VinDSL | rev. 11-12-01 20:20 ##
    ##################################
    ##     December 2011 Series     ##
    ##################################
    
    ## ¡PLEASE READ THE FINE PRINT! ##
    
    ####
    ## Development Platforms (current)
    #
    #  Ubuntu 10.10 'Maverick Meerkat' (GNOME 2.28 - Conky 1.8.0)
    #  Ubuntu 12.04 'Precise Pangolin' (GNOME-SHELL - UNITY 2D/3D - Conky 1.8.1)
    #  Screen Resolution: 1280x1024x24 (DELL UltraSharp 1907FP)
    
    ####
    ## Prerequisites (required)
    #
    #  conky-all 1.8.0 or 1.8.1-5
    #  cURL - Command Line Tool
    #  xsltproc - Command Line Tool
    #  UTF-8 Compatible Text Editor
    #
    ## Tips n' Tricks
    ## Several ppl (including myself) have experienced issues with conky-all 1.8.1-6
    ## In every instance, downgrading to conky-all 1.8.1-5 has solved the problem(s).
    ## I recommend using (and pinning) conky-all 1.8.1-5 until things get sorted.
    ## conky-all 1.8.1-5 can be downloaded here: https://launchpad.net/ubuntu/+source/conky-all/1.8.1-5
    
    ####
    ## Installed fonts (required)
    #
    #  ConkyWeather (Stanko Metodiev)
    #  Cut Outs for 3D FX (Fonts & Things)
    #  Droid Font Family (Google Android SDK)
    #  KR A Round (Kat's Fun Fonts)
    #  OpenLogos (Icoma)
    #  PizzaDude Bullets (Jakob Fischer)
    #  Radio Space (Iconian Fonts)
    #  StyleBats (Vinterstille)
    #  Ubuntu Font Family (Canonical Ltd)
    #  Ubuntu Title Bold (Paulo Silva - not included in link below)
    #  Weather (Jonathan Macagba)
    # 
    ## Tips n' Tricks from Mr. Peachy, djyoung4, and 42dorian (Thanks!)
    ## Most necessary fonts can be downloaded here: http://ompldr.org/vOHdoag
    ## Unzip the fonts into your font folder, for example: /home/username/.fonts
    ## Run this command in a terminal (rebuilds font cache file): sudo fc-cache -fv
    
    ####
    ## Use XFT? Required to Force UTF8 (see below)
    #
    use_xft yes
    xftfont DroidSans:size=8.75
    xftalpha 0.1
    
    ####
    ## Force UTF8? Requires XFT (see above)
    ## Displays degree symbol, instead of °, etc.
    #
    override_utf8_locale yes
    
    ####
    ## This buffer is used for text, single lines, output from $exec, and other variables.
    ## Increasing the text buffer size (too high) will drastically reduce Conky's performance.
    ## Decreasing the size (too low) will truncate content and cause strange display output.
    ## Standard text buffer size is 256 bytes (cannot be less). Adjust YOUR buffer wisely!
    #
    text_buffer_size 640
    
    ####
    ## Daemonize Conky, aka 'fork to background'.
    #
    background yes
    
    ####
    ## Update interval in seconds.
    #
    update_interval 2.0
    
    ####
    ## The number of times Conky will update before quitting.
    ## Zero makes Conky run forever.
    #
    total_run_times 0
    
    ####
    ## Create own window in instead of using desktop?
    #
    own_window yes
    own_window_transparent yes
    own_window_type normal
    own_window_class conky-semi
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    ####
    ## Some distros also require the following 2 lines.
    #
    own_window_argb_visual yes
    own_window_argb_value 255
    
    ####
    ## Force images to redraw when they change.
    #
    imlib_cache_size 0
    
    ####
    ## Use double buffering? Reduces flicker.
    #
    double_buffer yes
    
    ####
    ## Draw shades?
    #
    draw_shades yes
    default_shade_color 292421
    
    ####
    ## Draw outlines?
    #
    draw_outline no
    
    ####
    ## Draw borders around text?
    #
    draw_borders no
    
    ####
    ## Draw borders around graphs?
    #
    draw_graph_borders no
    
    ####
    ## Print text to stdout?
    ## Print text in console?
    #
    out_to_ncurses no
    out_to_console no
    
    ####
    ## Text alignment.
    #
    alignment top_right
    
    ####
    ## Minimum size of the text area.
    ## Syntax: minimum_size [width] [height]
    #
    minimum_size 260 890
    
    ####
    ## Maximum width of the text area.
    ## Syntax: maximum_width [width]
    #
    maximum_width 260
    
    ####
    ## Gap between text and screen borders.
    #
    gap_x 5      ## Left / Right
    gap_y 10  ## Top / Bottom
    
    ####
    ## Shorten MiB/GiB to M/G in stats.
    #
    short_units no
    
    ####
    ## Pad % symbol spacing after numbers.
    #
    pad_percents 0
    
    ####
    ## Pad spacing between text and borders.
    #
    border_inner_margin 4
    
    ####
    ## Limit the length of names in "Top Processes".
    #
    top_name_width 10
    
    ####
    ## Subtract file system -/+buffers/cache from used memory?
    ## Set to yes, to produce meaningful physical memory stats.
    #
    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
    
    ####
    ## Add spaces to keep things from moving around?
    ## Only affects certain objects.
    #
    use_spacer right
    
    ####
    ## My colors (suit yourself)
    #
    color0 White        #FFFFFF
    color1 Ivory        #FFFFF0
    color2 Ivory2        #EEEEE0
    color3 Ivory3        #CDCDC1
    color4 Red        #FFA54F
    color5 Tan2        #EE9A49
    color6 Gray        #7E7E7E
    color7 AntiqueWhite4    #8B8378
    color8 Dark blue    #696969
    color9 Tomato        #FF6347
    
    #####
    ## Load Lua for shading (optional)
    ## Set the path to your script here.
    #
    lua_load ~/.conky/draw_bg.lua
    lua_draw_hook_pre draw_bg
    
    ####
    ## Load Lua for bargraphs (required)
    ## Set the path to your script here.
    #
    lua_load ~/.conky/bargraph_small.lua
    lua_draw_hook_post main_bars
    
    TEXT
    ##################################
    ##             LOGO             ##
    ##################################
    ##Uncomment for hard-coded ID (static)
    #${voffset -33}${font OpenLogos:size=103}${color2}v${font}${voffset -76}${goto 179}${font UbuntuTitleBold:size=19.6}${color4}1${offset 1}2${offset 1}.${offset 0}0${offset 0}4${font}
    ####
    ## Uncomment for soft-coded ID (dynamic)
    ${voffset -27}${font OpenLogos:size=80}${color2}v${font}${voffset -65}${goto 138}${font UbuntuTitleBold:size=28}${color4}${pre_exec cat /etc/*release | grep 'RELEASE' | awk -F'=' '{print $2}'}${font}
    ####
    ## Additional ID (branch version, code name, release date, etc.)
    #{voffset -1}${goto 188}${font Ubuntu-B:size=8.1}${color4}alpha 1${font}
    ##################################
    ##            SYSTEM            ##
    ##################################
    #${voffset 5}${font DroidSans:bold:size=8.25}${color4}SYSTEM${offset 8}${color8}${voffset -2}${hr 5}${font}
    # ${voffset 4}${font OpenLogos:size=10}${color2}u${voffset -4}${font DroidSans:size=8.6}${color3}${offset 5}${pre_exec lsb_release -sd || cat /etc/*release}${font}
    #${voffset 2}${offset -2}${font OpenLogos:size=12}${color2}Z${voffset -4}${font DroidSans:size=8.6}${color3}${offset 3}${sysname}${offset 3}${kernel}${alignr}${font DroidSans:size=8.3}${machine}${font}
    #${voffset 2}${font StyleBats:size=10}${color2}d${voffset -2}${font DroidSans:size=8.6}${color3}${offset 5}nVidia GeForce 7600 GT${alignr}${font DroidSans:size=8.3}${pre_exec dpkg --status nvidia-current | grep Version | cut -f 1 -d '-' | sed 's/[^.,0-9]//g'}${font}
    #${voffset 2}${font StyleBats:size=10}${color2}A${voffset -1}${font DroidSans:size=8.6}${color3}${offset 5}Intel${offset 3}P4${offset 3}Extreme${offset 3}Edition${alignr 1}${font DroidSans:size=8.3}${freq_g cpu0}${offset 1}GHz${font}
    #${voffset 2}${font StyleBats:size=10}${color2}q${voffset -1}${font DroidSans:size=8.6}${color3}${offset 5}System${offset 3}Uptime${alignr}${font DroidSans:size=8.3}${uptime_short}${font}
    ##################################
    ##          PROCESSORS          ##
    ##################################
    ${voffset 4}${font DroidSans:bold:size=8}${color4}PROCESSORS${offset 5}${color8}${voffset -2}${hr 5}${font}
    ${voffset 5}${font StyleBats:size=9.9}${color2}k${voffset -2}${font DroidSansFallback:size=8.39}${color3}${offset 2}CPU1${offset 5}${font DroidSans:size=8.3}${cpu cpu1}%${font}
    ${voffset 2}${font StyleBats:size=9.9}${color2}k${voffset -2}${font DroidSansFallback:size=8.39}${color3}${offset 2}CPU2${offset 5}${font DroidSans:size=8.3}${cpu cpu2}%${font}
    ##################################
    ##            MEMORY            ##
    ##################################
    ${voffset 5}${font DroidSans:bold:size=8}${color4}MEMORY${offset 8}${color8}${voffset -2}${hr 5}${font}
    ${voffset 4}${font StyleBats:size=10}${color2}l${voffset -2}${font DroidSansFallback:size=8.3}${color3}${offset 3}RAM${goto 97}${font DroidSans:size=8.3}${mem}${goto 133}/${offset 5}${memmax}${alignr}${memperc}%${font}
    ##################################
    ##             HDD              ##
    ##################################
    ${voffset 15}${font DroidSans:bold:size=8}${color4}HDD${offset 8}${color8}${voffset -2}${hr 5}${font}
    #${voffset 6}${font StyleBats:size=9.9}${color2}x${voffset -2}${font DroidSansFallback:size=8.3}${color3}${offset 4}ROOT${goto 95}${font DroidSans:size=8.3}${fs_used /}${goto 133}/${offset 5}${fs_size /}${alignr}${fs_free_perc /}%${font}
    ${voffset 5}${font StyleBats:size=9.9}${color2}x${voffset -2}${font DroidSansFallback:size=8.3}${color3}${offset 4}HOME${goto 95}${font DroidSans:size=8.3}${fs_used /home}${goto 133}/${offset 5}${fs_size /home}${alignr}${fs_free_perc /home}%${font}
    #${voffset 15}${font StyleBats:size=9.9}${color2}4${voffset -2}${font DroidSansFallback:size=8.3}${color3}${offset 4}SWAP${goto 95}${font DroidSans:size=8.3}${swap}${goto 133}/${offset 5}${swapmax}${alignr}${swapperc}%${font}
    ##################################
    ##         TOP PROCESSES        ##
    ##################################
    #${voffset 15}${font DroidSans:bold:size=8}${color4}TOP PROCESSES${offset 8}${color8}${voffset -2}${hr 2}${font}
    #${voffset 6}${font StyleBats:size=10}${color1}h${voffset -1}${font DroidSans:size=8.65}${color3}${offset 5}${top_mem #name 1}${goto 120}${font DroidSans:size=8.3}${top_mem mem_res 1}${alignr}${top_mem mem 1}%${font}
    #${voffset 1}${font StyleBats:size=10}${color1}h${voffset -1}${font DroidSans:size=8.65}${color3}${offset 5}${top_mem #name 2}${goto 120}${font DroidSans:size=8.3}${top_mem mem_res 2}${alignr}${top_mem mem 2}%${font}
    #${voffset 1}${font StyleBats:size=10}${color1}h${voffset -1}${font DroidSans:size=8.65}${color3}${offset 5}${top_mem #name 3}${goto 120}${font DroidSans:size=8.3}${top_mem mem_res 3}${alignr}${top_mem mem 3}%${font}
    # ${voffset 1}${font StyleBats:size=10}${color1}h${voffset -1}${font DroidSans:size=8.65}${color3}${offset 5}${top_mem name 4}${goto 120}${font DroidSans:size=8.3}${top_mem mem_res 4}${alignr}${top_mem mem 4}%${font}
    # ${voffset 1}${font StyleBats:size=10}${color1}h${voffset -1}${font DroidSans:size=8.65}${color3}${offset 5}${top_mem name 5}${goto 120}${font DroidSans:size=8.3}${top_mem mem_res 5}${alignr}${top_mem mem 5}%${font}
    # ${voffset 1}${font StyleBats:size=10}${color1}h${voffset -1}${font DroidSans:size=8.65}${color3}${offset 5}${top_mem name 6}${goto 120}${font DroidSans:size=8.3}${top_mem mem_res 6}${alignr}${top_mem mem 6}%${font}
    ##################################
    ##           NETWORK            ##
    ##################################
    #${voffset 12}${font DroidSans:bold:size=8}${color4}NETWORK${offset 8}${color8}${voffset -2}${hr 5}${font}
    #${voffset 4}${font PizzaDudeBullets:size=9.5}${color6}T${font DroidSans:size=8.65}${color3}${offset 5}Download${goto 120}${font DroidSans:size=8.3}${totaldown eth0}${alignr}${font DroidSans:size=8.3}${downspeed eth0}${font}
    #${voffset 0}${font PizzaDudeBullets:size=9.5}${color6}N${font DroidSans:size=8.65}${color3}${offset 5}Upload${goto 120}${font DroidSans:size=8.3}${totalup eth0}${alignr}${font DroidSans:size=8.3}${upspeed eth0}${font}
    #${voffset 4}${font PizzaDudeBullets:size=9.5}${color6}a${font DroidSans:size=8.65}${color3}${offset 5}Private${offset 3}IP${goto 123}${font DroidSansFallback:size=8.5}LAN${alignr}${font DroidSans:size=8.3}${addr eth0}${font}
    #${voffset 0}${font PizzaDudeBullets:size=9.5}${color6}a${font DroidSans:size=8.65}${color3}${offset 5}Public${offset 7}IP${goto 121}${font DroidSansFallback:size=8.5}WAN${alignr}${font DroidSans:size=8.3}${execi 1800 wget -q -O - checkip.dyndns.org | sed -e 's/[^[:digit:]\|.]//g'}${font}
    ##################################
    ##             TIME             ##
    ##################################
    ${voffset 15}${font DroidSans:bold:size=8}${color4}TIME${offset 8}${color8}${voffset -2}${hr 5}${font}
    ${voffset -12}${font RadioSpace:size=72}${color3}${if_match ${time %l}<=9}${alignc 7}${time %H:%M}${else}${if_match ${time %l}>=10}${alignc -1}${time %l:%M}${endif}${endif}${font}
    # ${voffset 0}${font DroidSansFallback:bold:size=6.85}${color4}${alignc 2}Sunrise${offset 1}# ${execi 1800 conkyForecast -d SR}${color3}${offset 2}|${offset 2}${color4}Sunset${offset 1}${execi 1800 conkyForecast -d SS}${font}
    #${voffset 160}${font DroidSans:bold:size=8}${color4}TIME${offset 8}${color8}${voffset -2}${hr 5}${font}
    # ${voffset -4}${font RadioSpace:size=32}${color3}${if_match ${time %l}<=9}${alignc 7}${time %l:%M%p}${else}${if_match ${time %l}>=10}${alignc -1}${time %l:%M%p}${endif}${endif}${font}
    ##################################
    ##      CALENDAR (5-Line)       ##
    ##################################
    #${voffset 4}${font DroidSans:bold:size=8}${color4}DATE${offset 8}${color8}${voffset -2}${hr 2}${font}
    #${voffset 18}${font DroidSansMono:size=7.55}${color3}${alignc 60}${time %A}${font}
    #${voffset -4}${font DroidSansFallback:bold:size=18}${if_match ${time %e}<=9}${color5}${alignc 65}${time %e}${font}${else}${if_match ${time %e}>=10}${color5}${alignc 60}${time %e}${endif}${endif}${font}
    #${voffset 0}${font DroidSansMono:size=7.55}${color3}${alignc 60}${time %B}${font}
    #${voffset 0}${font DroidSansMono:size=7.6}${color3}${alignc 60}${time %Y}${font}
    #${voffset -83}${font CutOutsFor3DFX:size=67}${color8}${alignc 99}2${font}
    ####
    ## Uncomment for Conky 1.8.0 (use mono fonts only)
    # ${voffset -68}${font DroidSansMono:size=7.55}${color3}${execpi 60 VinDSL_Cal_9=`date +%-d`; cal -h | sed -e 's/\r//g' -e 's/^/ /g' -e '1d' -e s/^/"\$\{offset 100"\}/ -e 's/\<'"$VinDSL_Cal_9"'\>/${color4}&${color3}/'}
    ####
    ## Uncomment for Conky 1.8.1 (use mono fonts only)
    #${voffset -84}${offset 95}${font DroidSansMono:size=9.55}${color3}${execpi 60 VinDSL_Cal_9=`date +%-d`; cal -h | sed -e 's/\r//g' -e 's/^/ /g' -e '1d' -e 's/\<'"$VinDSL_Cal_9"'\>/${color4}&${color3}/'}
    
    ##################################
    ##      WEATHER (Metric)        ##
    ##################################
    ${voffset -12}${font DroidSans:bold:size=8}${color4}WEATHER${offset 8}${color8}${voffset -2}${hr 5}${font}
    ${color1}BUENOS AIRES, ARGENTINA. 
    ${texeci 500 bash /home/bernardo/AccuW_2/BsAs/acc_int_images}\
    ${texeci 500 bash /home/bernardo/AccuW_2/London/acc_int_images}\
    ${image /home/bernardo/AccuW_2/BsAs/cc.png -p 5,50 -s 110x66}
    ${execpi 600 sed -n '1p' /home/bernardo/AccuW_2/BsAs/messages}
                   ${font Zekton:bold:size=12}${execpi 600 sed -n '29p' /home/bernardo/AccuW_2/BsAs/curr_cond}°     ${execpi 600 sed -n '30p' /home/bernardo/AccuW_2/BsAs/curr_cond}°${font}
    
                    ${color1}WIND: ${color}${execpi 600 sed -n '31p' /home/bernardo/AccuW_2/BsAs/curr_cond} ${execpi 600 sed -n '32p' /home/bernardo/AccuW_2/BsAs/curr_cond}
                     ${color1}HUM: ${color}${execpi 600 sed -n '33p' /home/bernardo/AccuW_2/BsAs/curr_cond}
                      ${color1}DP: ${color}${execpi 600 sed -n '37p' /home/bernardo/AccuW_2/BsAs/curr_cond}°
                      ${color1}PR: ${color}${execpi 600 sed -n '34p' /home/bernardo/AccuW_2/BsAs/curr_cond}
                     ${color1}VIS: ${color}${execpi 600 sed -n '38p' /home/bernardo/AccuW_2/BsAs/curr_cond}
    ${color1}UVI: ${color}${execpi 600 sed -n '36p' /home/bernardo/AccuW_2/BsAs/curr_cond}\
    ${goto 134}${color1}CLOUD: ${color}${execpi 600 sed -n '35p' /home/bernardo/AccuW_2/BsAs/curr_cond}
    #${color1}Sunrise:  ${color}${execpi 600 sed -n '39p' /home/bernardo/AccuW_2/BsAs/curr_cond}\
    #${goto 160}  ${color1}Sunset: ${color}${execpi 600 sed -n '40p' /home/bernardo/AccuW_2/BsAs/curr_cond}
    #${color1}Moonrise: ${color}${execpi 600 sed -n '41p' /home/bernardo/AccuW_2/BsAs/curr_cond}\
    #${goto 160} ${color1}Moonset: ${color}${execpi 600 sed -n '42p' /home/bernardo/AccuW_2/BsAs/curr_cond}
    ${hr 1}
     ${color1}TODAY${color} P: ${execpi 600 sed -n '28p' /home/bernardo/AccuW_2/BsAs/first_days}${goto 180}${color1}TONIGHT${color} P: ${color}${execpi 600 sed -n '33p' /home/bernardo/AccuW_2/BsAs/first_days}\
    ${image /home/bernardo/AccuW_2/BsAs/tod.png -p 0,190 -s 110x66}\
    ${image /home/bernardo/AccuW_2/BsAs/ton.png -p 145,190 -s 110x66}
    
                  ${execpi 600 sed -n '26p' /home/bernardo/AccuW_2/BsAs/first_days}°\
    ${goto 272}${execpi 600 sed -n '31p' /home/bernardo/AccuW_2/BsAs/first_days}°
    
                  ${execpi 600 sed -n '27p' /home/bernardo/AccuW_2/BsAs/first_days}°\
    ${goto 272}${execpi 600 sed -n '32p' /home/bernardo/AccuW_2/BsAs/first_days}°         
    
    ${color8}${voffset -2}${hr 5}
    ${color1}MIAMI, FLORIDA, UNITED STATES.
    ${image /home/bernardo/AccuW_2/Miami/cc.png -p 10,320 -s 110x66}
    ${execpi 600 sed -n '1p' /home/bernardo/AccuW_2/Miami/messages}
                   ${font Zekton:bold:size=12}${execpi 600 sed -n '29p' /home/bernardo/AccuW_2/Miami/curr_cond}°     ${execpi 600 sed -n '30p' /home/bernardo/AccuW_2/Miami/curr_cond}°${font}
    
                    ${color1}WIND: ${color}${execpi 600 sed -n '31p' /home/bernardo/AccuW_2/Miami/curr_cond} ${execpi 600 sed -n '32p' /home/bernardo/AccuW_2/Miami/curr_cond}
                     ${color1}HUM: ${color}${execpi 600 sed -n '33p' /home/bernardo/AccuW_2/Miami/curr_cond}
                      ${color1}DP: ${color}${execpi 600 sed -n '37p' /home/bernardo/AccuW_2/Miami/curr_cond}°
                      ${color1}PR: ${color}${execpi 600 sed -n '34p' /home/bernardo/AccuW_2/Miami/curr_cond}
                     ${color1}VIS: ${color}${execpi 600 sed -n '38p' /home/bernardo/AccuW_2/Miami/curr_cond}
    ${color1}UVI: ${color}${execpi 600 sed -n '36p' /home/bernardo/AccuW_2/Miami/curr_cond}\
    ${goto 134}${color1}CLOUD: ${color}${execpi 600 sed -n '35p' /home/bernardo/AccuW_2/Miami/curr_cond}
    #${color1}Sunrise:  ${color}${execpi 600 sed -n '39p' /home/bernardo/AccuW_2/Miami/curr_cond}\
    #${goto 160}  ${color1}Sunset: ${color}${execpi 600 sed -n '40p' /home/bernardo/AccuW_2/Miami/curr_cond}
    #${color1}Moonrise: ${color}${execpi 600 sed -n '41p' /home/bernardo/AccuW_2/Miami/curr_cond}\
    #${goto 160} ${color1}Moonset: ${color}${execpi 600 sed -n '42p' /home/bernardo/AccuW_2/Miami/curr_cond}
    ${hr 1}
     ${color1}TODAY${color} P: ${execpi 600 sed -n '28p' /home/bernardo/AccuW_2/Miami/first_days}${goto 180}${color1}TONIGHT${color} P: ${color}${execpi 600 sed -n '33p' /home/bernardo/AccuW_2/Miami/first_days}\
    ${image /home/bernardo/AccuW_2/Miami/tod.png -p 0,458 -s 110x66}\
    ${image /home/bernardo/AccuW_2/Miami/ton.png -p 145,458 -s 110x66}
    
                  ${execpi 600 sed -n '26p' /home/bernardo/AccuW_2/Miami/first_days}°\
    ${goto 272}${execpi 600 sed -n '31p' /home/bernardo/AccuW_2/Miami/first_days}°
    
                  ${execpi 600 sed -n '27p' /home/bernardo/AccuW_2/Miami/first_days}°\
    ${goto 272}${execpi 600 sed -n '32p' /home/bernardo/AccuW_2/Miami/first_days}°
    
    ${hr 1}
    ##################################
    ##   RHYTHMBOX (Experimental)   ##
    ##################################
    #${if_running rhythmbox}
    #${voffset -8}${font DroidSans:bold:size=7.75}${color4}RHYTHMBOX${offset 8}${color8}${voffset -2}${hr 2}${font}
    #${voffset 8}${font DroidSans:size=8.25}${color3}${if_match "${execpi 2 expr length "`/usr/bin/rhythmbox-client --print-#playing-format %tt | head -n 1`"}" >= "48"}${alignr 15}${scroll 38 4* ${execi 2 rhythmbox-client --print-playing-format # %tt --no-start}}${font}${else}${alignc}${execi 2 rhythmbox-client --print-playing-format %tt --no-start}${font}  ${endif} # ${endif}
    ##################################
    ##    BANSHEE (Experimental)    ##
    ##################################
    # ${if_running banshee}
    # ${voffset -10}${font DroidSans:bold:size=7.75}${color4}BANSHEE${offset 8}${color8}${voffset -2}${hr 2}${font}
    # ${voffset 4}${font DroidSans:size=8.25}${color3}${if_match "${execpi 2 expr length "`/usr/bin/banshee --query-title --# no-present | cut -f1- -d " "`"}" >= "48"}${alignr 15}${scroll 38 4* ${execi 2 banshee --query-title --no-present | cut # -f2- -d " "}}${font}${else}${alignc}${execi 2 banshee --query-title --no-present | cut -f2- -d " "}${font}${endif}  ${endif}
    Besides that, I have downloaded:

    draw_bg.lua
    bargraph_small.lua
    vindsl-rangaloo-google-weather-2.0.zip
    conky-start-delayed.sh

    I did NOT add conky to my startup apps. I forgot... Will look into it right now.

    And here's conky-start-delayed.sh

    Code:
    #!/bin/bash
    sleep 60
    display=:0.0 conky
    ...that is at: ~/.config/autostart

    That's all I can think of, right now. Let me know if you need anything else.
    Thanks for the help.
    Last edited by Inodoro Pereyra; May 19th, 2013 at 07:42 PM.

  10. #21950
    Join Date
    Jan 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    open terminal window and try to run conky with this script
    Code:
    ~/.config/autostart/conky-start-delayed.sh
    is it working or not?

    UPS!
    Failure.
    Just looked to ~/.config/autostart

    It won't start SH script per se.
    You need a .desktop file there.
    Save conky-start-delayed.sh in ~/.local/bin and make desktop file in autostart directory:
    Code:
    touch ~/.config/autostart/conky-delayed.desktop
    then edit it to be like that (it needs full path to executable here):
    Code:
    [Desktop Entry]
    Type=Application
    Exec=/home/your_home_directory/.local/bin/conky-start-delayed.sh
    Hidden=false
    X-GNOME-Autostart-enabled=true
    Name=Conky-delayed
    Comment=Delayed autostart of Conky
    Last edited by dk75; May 19th, 2013 at 08:36 PM.
    Linux Debian Sid (Minted) x86_64/3.12.10, Conky 2.0_pre, Xorg 7.7/1.15.0, KDE 4.11.5, Lenovo T61, Intel X3100, HITACHI HTS722010K9SA00 100GB, WDC_WD5000BEVT 500GB
    Linux user No.: 483055 | My Conky Pitstop corner | One4All project

Page 2195 of 2348 FirstFirst ... 1195169520952145218521932194219521962197220522452295 ... 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
  •