Page 1854 of 2348 FirstFirst ... 854135417541804184418521853185418551856186419041954 ... LastLast
Results 18,531 to 18,540 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #18531
    Join Date
    May 2011
    Beans
    62
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by LoREZ View Post
    Hi! Thanks for all the uploaded configurations; they've helped a lot. Mine's working fine, except for one issue: I can't seem to get my conky window to behave the way I'd like. I'm trying to get it to go flat all the way across the bottom of my right screen, but it won't go past the middle of the screen, and if I put in more content it trails off the screen to the right! I've messed with min/max window settings till I'm blue in the face. Help!

    conky.conf:
    Code:
    ##############################################
    #  Settings
    ##############################################
    background yes
    use_xft yes
    xftfont AR Techni:size=14
    xftalpha 1
    update_interval 1.0
    total_run_times 0
    own_window yes #"no" with emerald glow and transparency
    own_window_transparent yes
    own_window_type normal
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    minimum_size 1500
    maximum_width 1500
    draw_shades yes
    draw_outline no
    draw_borders no
    draw_graph_borders yes
    default_color ffffff
    default_shade_color black
    default_outline_color black
    alignment br
    gap_x 3
    gap_y 5
    no_buffers yes
    uppercase no
    cpu_avg_samples 2
    override_utf8_locale no
    temperature_unit fahrenheit
    format_human_readable
    imlib_cache_size 0
    default_bar_size 295 7
    ##############################################
    #  Output
    ##############################################
    TEXT
    ###################
    
    ${voffset 160}${font BorisBlackBloxx:size=18}${goto 10}NFO  ${time %I:%M%p %D}${goto 400}FILE${goto 800}NET$font
    ${goto 10}${hr 2}
    ${goto 10}CPUtemp: ${hwmon temp 1}°F ${goto 190}MBtemp: ${hwmon temp 2}°F${goto 400}/ ${fs_used /}/${fs_size /} ${goto 590}${fs_bar 7,200 /}${goto 800}Down: ${downspeedf eth0} k/s
    ${goto 10}CPU: ${cpu cpu0}% ${goto 190}${cpubar 7,200} ${goto 400}/home $color${fs_used /home/ike/}/${fs_size /home/ike/} ${goto 590}${fs_bar 7,200 /home/ike/}${goto 800}Up: ${upspeedf eth0} k/s
    ${goto 10}RAM: $mem/$memmax ${goto 190}${membar 7,200} ${goto 400}/swap $swap/$swapmax ${goto 590}${fs_bar 7,200 /mnt/8192Mb.swap}${goto 800}Bandwidth: ${execi 120 vnstat -i eth0 --oneline | cut --delimiter=";" --fields=11}
    Right now your maximum width is 1500, if your screen is big and significantly larger than 1500 across, that could be part of it, and you should increase that.

    Also, since things are normally aligned from left to right, it might be better to change alignment from bottom right to bottom left, and then use goto as suggested above to get the correct spacing across your screen.
    goto is the distance between the text and the left side of conky, not the left side of the screen, therefore setting a higher goto value when conky is set to br will just push it more off the screen, hence a reason to use alignment bl.
    I am what I am because of who we all are

  2. #18532
    Join Date
    Oct 2008
    Beans
    3,509

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by LoREZ View Post
    Thanks for your reply, stinkeye.
    I tried that before. It just runs off the screen, like so:
    What about your alignment.
    eg try
    Code:
    alignment bl

  3. #18533
    Join Date
    Feb 2009
    Beans
    48
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Post your .conkyrc files w/ screenshots

    Bah! Turns out it was a restart issue -- even though I restarted before. Ridiculous...

    Still not perfect, but the main issue is solved. Sheesh...

    And thanks again, stinkeye. Yeah, I tried alignment tweaking before, and it didn't work. It seemed that previously the windows size itself wouldn't change until now.
    Attached Images Attached Images
    Last edited by LoREZ; August 16th, 2011 at 08:04 PM.

  4. #18534
    Join Date
    Apr 2008
    Beans
    164
    Distro
    Lubuntu

    Smile Re: Post your .conkyrc files w/ screenshots

    Welcome gentleman’s! Pleasure to be here again


    Q1:
    I am trying to figure out what's going on with my CPU sensors. I have AMD 64bit, 1.8GHz, Dual Core.

    In the sensors I have cpu0, cpu1, cpu2.
    Bit of surprise... I have just one "double sore" so I don't know what's happening now. Which one is which ? All of the work and show different % of usage.



    Q2:
    On The picture below, you can see 4 double rings. I was wondering if I could split each ring into 3 equal parts and make them change colour. First 33% of the ring (= beginning) as green, next 33% orange (= middle) and last 33% - red (end of scale). Would it be possible ?

    Zorin

  5. #18535
    Join Date
    Jun 2005
    Location
    Buenavista, ADN, Phils
    Beans
    285

    Re: Post your .conkyrc files w/ screenshots

    Go go thread attachment.. PLEASE..
    Mac Mini: OSX 10.9 Mavericks, i7-3720QM 2.6Ghz, 16GB RAM, 1.25TB Fusion Array, Intel HD4000 iGPU
    Photo Blog on Youtube: www.youtube.com/user/ExodistPhotoBlog
    Linux User: 380654

  6. #18536
    Join Date
    Oct 2009
    Location
    Under a rock
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by birkopf View Post
    Welcome gentleman’s! Pleasure to be here again


    Q1:
    I am trying to figure out what's going on with my CPU sensors. I have AMD 64bit, 1.8GHz, Dual Core.

    In the sensors I have cpu0, cpu1, cpu2.
    Bit of surprise... I have just one "double sore" so I don't know what's happening now. Which one is which ? All of the work and show different % of usage.
    usualy cpu1 would be the first core
    cpu2 would be the second core
    and cpu0 is average cpu use (average of the 2 cores)

    EDIT- i see you mean temperatures not, usage


    type
    Code:
    sensors
    in a terminal and see what it puts out

    Q2:
    On The picture below, you can see 4 double rings. I was wondering if I could split each ring into 3 equal parts and make them change colour. First 33% of the ring (= beginning) as green, next 33% orange (= middle) and last 33% - red (end of scale). Would it be possible ?

    possible, yes (anything is possible with lua! )
    however, that would require a re-write of the lua script
    Last edited by mrpeachy; August 21st, 2011 at 01:47 AM.

  7. #18537
    Join Date
    Feb 2009
    Beans
    122

    Re: Post your .conkyrc files w/ screenshots

    Is anybody able to successfully use the conky weather icon variable?

    If so, where do I put the weather.com kit icon images?

    I use conkyForecast, just curious about the conky weather & weatherforecast varibles.

  8. #18538
    Join Date
    Nov 2010
    Beans
    271
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Question Re: Post your .conkyrc files w/ screenshots

    this is a variation of the conky script posted by dlm955 on this thread..

    Code:
     #==============================================================================
    #  ConkyHXR
    #
    #  Date    : 03/08/2011
    #  author  : xeNULL
    #  version : v0.1
    #  license : Distributed under the terms of GNU GPL version 2 or later
    # edited by dlm955, debd
    #==============================================================================
    
    background no
    update_interval 1
    
    cpu_avg_samples 2
    net_avg_samples 2
    temperature_unit celsius
    short_units yes
    
    double_buffer yes
    no_buffers yes
    text_buffer_size 512
    
    gap_x 25
    gap_y 40
    
    minimum_size 180 0
    maximum_width 180
    own_window yes
    own_window_type normal
    own_window_transparent yes
    #own_window_argb_visual yes
    #own_window_argb_value 0
    own_window_hints undecorated,sticky,skip_taskbar,skip_pager,below
    border_inner_margin 10
    border_outer_margin 5
    alignment top_left
    
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders no
    
    default_bar_size 150 15
    
    override_utf8_locale yes
    use_xft yes
    xftfont Inconsolata:size=11
    xftalpha 0.0
    uppercase no
    
    default_color FFFFFF
    color1 DDDDDD
    color2 AAAAAA
    color3 888888
    color4 FFFFFF
    
    temperature_unit fahrenheit
    
    lua_load ~/.conky/xeNULLhxr.lua
    lua_draw_hook_post main
    
    TEXT
    ${goto 65}${voffset 15}${font Radio Space:size=13}SYSTEM INFO${font}
    
    #${image ~/icons/kde-windows-icon.png -p 0,10 -s 48x48}
    ${goto 80}${voffset -10}${font Radio Space:size=14}${time %A}${font}
    ${voffset -5}${color F37B3A}${font OpenLogos:size=30}  u${font}${color}${font Radio Space:size=30}${time %I}${font Radio Space:size=20}${time :%M}${font Radio Space:size=10}${time %p}
    ${voffset 0}${offset 60}${font Radio Space:size=16}${color}CPU ${font Radio Space:size=10}${execi 10 sensors|grep "CPU Temperature"|cut -d ":" -f 2|cut -c 6-7} °C
    #${voffset -25}${offset 90}0${offset 10}${hwmon 1 temp 1}°f
    #${voffset 0}${offset 8}${offset 90}1${offset 8}${hwmon 1 temp 3}°f 
    ${voffset -10}${color4}${offset 45}${cpugraph 18,135 00e000 ff0000 -t}${color}
    ${voffset -10}${offset 55}${font Inconsolata:size=8,weight:normal}${color4}${top name 1}${alignr}${top cpu 1}%
    ${offset 55}${font Inconsolata:size=8,weight:normal}${color1}${top name 2}${alignr}${top cpu 2}%
    ${offset 55}${font Inconsolata:size=8,weight:normal}${color2}${top name 3}${alignr}${top cpu 3}%
    ${offset 55}${font Inconsolata:size=8,weight:normal}${color3}${top name 4}${alignr}${top cpu 4}%
    ${offset 55}${font Inconsolata:size=8,weight:normal}${color3}${top name 5}${alignr}${top cpu 5}%
    ${voffset 10}${offset 60}${font Radio Space:size=16}${color}MEM
    ${voffset -10}${color4}${offset 40}${memgraph 15,145  000000 ff0000 -t}${color}
    ${voffset -15}${offset 55}${font Inconsolata:size=8,weight:normal}${color4}${top_mem name 1}${alignr}${top_mem mem 1}%
    ${offset 55}${font Inconsolata:size=8,weight:normal}${color1}${top_mem name 2}${alignr}${top_mem mem 2}%
    ${offset 55}${font Inconsolata:size=8,weight:normal}${color2}${top_mem name 3}${alignr}${top_mem mem 3}%
    ${offset 55}${font Inconsolata:size=8,weight:normal}${color3}${top_mem name 4}${alignr}${top_mem mem 4}%
    ${offset 55}${font Inconsolata:size=8,weight:normal}${color3}${top_mem name 4}${alignr}${top_mem mem 5}%
    
    ${voffset 40}${offset 45}${diskiograph 20,140 00e000 ff0000 -t}
    ${voffset -50}${offset 60}${font Radio Space:size=16}${color}DISK ${hddtemp /dev/sde}°c 
    ${offset 45}${font Inconsolata:size=8${alignr}}${color}/ ${fs_used /} -  ${fs_size /}
    
    ${voffset 5}${offset 45}${font Radio Space:size=16}Network
    ${voffset 70}${offset}${font Radio Space:size=9}${color }ETHERNET:#${offset 45}WIRELESS
    ${goto 90}${color}${font Radio Space:size=8}${if_up eth1}${execi 900 wget -q -O - checkip.dyndns.org | sed -e 's/[^[:digit:]\|.]//g'}${else}Not Connected${color}${endif}#${offset 54}${addr wlan0}
    ${voffset -30}${color4}${upspeedgraph eth1 20,145 ff0000 00e000 -t}#${offset 40}${upspeedgraph wlan0 20,70 999999 ffffff}${color}
    ${color4}${downspeedgraph eth1 20,145 ff0000 00e000 -t}#${offset 40}${downspeedgraph wlan0 20,70 999999 ffffff}${color}
    
    ${voffset 15}${font Bitstream Vera Sans Mono:size=14}${execi 1800 conkyForecast --location=INXX0300 --datatype=CT}${font}
    ${font ConkyWeather:style=Bold:size=40}${execi 1800 conkyForecast --location=INXX0300 --datatype=WF}   ${font ConkyWindNESW:size=40}${execi 1800 conkyForecast --location=INXX0300 --datatype=BS}${font}
    ${execi 1800 conkyForecast --location=INXX0300 --datatype=HT --centeredwidth=4}               ${execi 1800 conkyForecast --location=INXX0300 --datatype=WD} @ ${execi 1800 conkyForecast --location=INXX0300 --datatype=WS --imperial}
    there are 2 problems with this script:

    1. hddtemp /dev/sda ain't working without root permissions.
    2. I added the weather information at the end of the script, but its partially displayed (see the attachment) I tried increasing the height of the conky window from the "minimum_size" variable but with no result, neither did incresing "text_buffer_size" (does it help anyway??) .

    what are the possible fixes?
    Attached Images Attached Images

  9. #18539
    Join Date
    Nov 2009
    Location
    Ohio
    Beans
    19
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by debd View Post
    this is a variation of the conky script posted by dlm955 on this thread..
    there are 2 problems with this script:

    1. hddtemp /dev/sda ain't working without root permissions.
    2. I added the weather information at the end of the script, but its partially displayed (see the attachment) I tried increasing the height of the conky window from the "minimum_size" variable but with no result, neither did incresing "text_buffer_size" (does it help anyway??) .

    what are the possible fixes?
    1: make sure that hddtemp is set to run as daemon at startup
    try sudo dpkg reconfigure-hddtemp { I'am not sure if the dash belongs between recon and hdd or between dpkg and recon}and make sure to select ok to all options, the daemon one gives you a warning about it but it needs to run in startup...

    2: not sure about the conky expanding problem but try killall conky in terminal and then restart it to see if that works....
    also there is alot of voffset in this conky you may have to use it to bring weather info up to be seen


    now a question for you, what did you edit in the lua to change the color of the ring from grey to blue?
    Last edited by DLM955; August 21st, 2011 at 09:56 PM.
    Do you have beans that can not be seen with the human eye?

    ------- Spike from Cowboy Bebop the movie

  10. #18540
    Join Date
    Nov 2010
    Beans
    271
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Wink Re: Post your .conkyrc files w/ screenshots

    thanks.. dpkg-reconfigure did work.

    and am not yet sure about the window problem. killal didn't work but after I restarted my computer it was ok.

    and about the lua script bit.. notice the variables "graph_fg_colour" and "hand_fg_colour" ?
    change the values of all their instances in the script with hex color code.

    you have to place the hex color code after "0x' for e.g. hex code FFFFFF becomes 0xFFFFFF.
    my choise,
    Code:
    graph_fg_colour=0x25B6CA
    hand_fg_colour=0x191919
    the final screen shot is attached.
    Attached Images Attached Images

Page 1854 of 2348 FirstFirst ... 854135417541804184418521853185418551856186419041954 ... 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
  •