Page 2247 of 2348 FirstFirst ... 1247174721472197223722452246224722482249225722972347 ... LastLast
Results 22,461 to 22,470 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #22461
    Join Date
    Apr 2013
    Location
    North Sweden
    Beans
    99
    Distro
    Ubuntu Gnome 13.10 Saucy Salamander

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Habitual View Post

    What is your skill level with conky?
    Ah, nice!

    My skill in conky is quite low. I quite not understand the codes really good, just very few ones.
    Been writing earlier in thread and learnd something though. Overall ubuntu skills is low too, had it for like 1 or 2 weeks now.
    Getting internet stats etc I got working, the only I didn't get to work in my previous script were the CPU temperature.

  2. #22462
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Andy_Browning View Post
    Well, on to new conky.

    There is mention of editing the screen resolution in the haunted.lua file, but nobody ever says specifically what to edit.
    Any Ideas?
    My screen resolution is 1024 X 768.
    Well, you posted the LUA script, how about the conky file?

    That 'haunted.lua' makes a rather busy clock on the screen but I end up with "unknown variable" and had to change the:

    Code:
        lua_load ~/scripts/haunted.lua
        lua_draw_hook_pre ring_stats
    to
    Code:
        lua_load /media/5/Conky/LUA/haunted.lua
        lua_draw_hook_pre clock_rings
    "ring_stats" does not exist in the LUA script other than in the instructions.
    Search the LUA script for "function conky" and it will tell you what to use:

    Code:
    function conky_clock_rings()
    in the conky file command "lua_draw_hook_pre" 'conky_' is not required but
    Code:
    lua_draw_hook_pre conky_clock_rings
    will work just as well (tip from mrpeachy)

  3. #22463
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Habitual View Post
    What is your skill level with conky?
    hahahaha well he did say
    all over the desktop!
    And you certainly covered that! Nice work!

  4. #22464

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Niemil View Post
    Ah, nice!

    My skill in conky is quite low. I quite not understand the codes really good, just very few ones.
    Been writing earlier in thread and learnd something though. Overall ubuntu skills is low too, had it for like 1 or 2 weeks now.
    Getting internet stats etc I got working, the only I didn't get to work in my previous script were the CPU temperature.
    I did all that learning from the conky super-thread here at ubuntuforums.org and the man page, and examples.
    Windows assumes the user is an idiot.
    Linux demands proof.

  5. #22465
    Join Date
    Feb 2012
    Beans
    54
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    I'm having some issues with my battery bar.

    Code:
    # Create own window instead of using desktop (required in nautilus)own_window yes
    own_window_hints undecorated,below,skip_taskbar
    background yes
    
    
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    
    
    # fiddle with window
    use_spacer yes
    use_xft yes
    
    
    # window size controls
    minimum_size 170 480	## width, height
    maximum_width 170	## width
    
    
    # Update interval in seconds
    update_interval 3.0
    
    
    # Minimum size of text area
    minimum_size 160
    
    
    # Draw shades?
    draw_shades yes
    
    
    # Text stuff
    draw_outline no # amplifies text if yes
    draw_borders no
    
    
    uppercase no # set to yes if you want all text to be in uppercase
    
    
    # Stippled borders?
    stippled_borders 8
    
    
    # border margins
    border_margin 4
    
    
    # border width
    border_width 1
    
    
    # Default colors and also border colors, grey90 == #e5e5e5
    default_color white
    default_shade_color black
    default_outline_color white
    
    
    own_window_colour brown
    own_window_transparent yes
    
    
    # Text alignment, other possible values are commented
    #alignment top_left
    alignment top_right
    #alignment bottom_left
    #alignment bottom_right
    
    
    # Gap between borders of screen and text
    gap_x 5
    gap_y 5
    
    
    # stuff after 'TEXT' will be formatted on screen
    
    
    override_utf8_locale yes
    xftfont Terminus:size=8
    xftalpha 0.8
    
    
    TEXT
    ${color #FF6666}              SYSTEM PROFILE
    ${color slate grey}Computer Name: ${color }$nodename
    ${color slate grey}Kernel: ${color }$kernel
    ${color slate grey}Distro: ${color } ${pre_exec lsb_release -d | cut -f 2 } 
    ${color slate grey}Uptime: ${color }$uptime
    ${color slate grey}Storage: ${color }${fs_free /home} ${color slate grey}of ${color }${fs_size /}
    ${fs_bar 9,160 /home}
    ${color slate grey}Battery: ${color }${battery}
    ${battery_bar 9,160}
    
    
    ${color #FF6666}            SYSTEM SUMMARY
    ${color slate grey}CPU Freq: ${color } $freq MHz at ${acpitemp}°C
    ${color slate grey}Core A: ${color }${cpu cpu1}% ${alignr}${cpubar cpu1 9,80}
    ${color slate grey}Core B: ${color }${cpu cpu2}% ${alignr}${cpubar cpu2 9,80}
    ${color slate grey}Load: ${color } ${loadavg 1} ${color #3366FF}1min ${alignr}${color }${loadavg 2} ${color #3366FF}5min
    ${alignr}${color #6699FF}0.50 = 25%; 1.00 = 50%; 1.50
    ${alignr}${color #6699FF}= 75%; 2.00 = 100% capacity
    ${color slate grey}Swap: ${color } ${alignr}$swap ${color slate grey}of ${color } $swapmax
    ${color slate grey}Memory:${color } ${alignr}$mem ${color slate grey}of ${color } $memmax
    $memperc% ${alignr}${membar 9,80}
    
    
    ${color #FF6666}           ACTIVE PROCESSES
    ${color slate grey}Processes: ${color }$processes ${alignr}${color slate grey}Running: ${color }$running_processes
    
    
    ${color #3366FF}Process Name: ${alignr}% CPU
    ${color #ddaa00}${top name 1} ${alignr}${top_mem cpu 1}
    ${color slate grey}${top name 2} ${alignr}${top cpu 2}
    ${color slate grey}${top name 3} ${alignr}${top cpu 3}
    ${color slate grey}${top name 4} ${alignr}${top cpu 4}
    ${color slate grey}${top name 5} ${alignr}${top cpu 5}
    
    
    ${color #FF6666}           NETWORK NUMBERS
    ${color #FF0000}${if_empty ${exec cat /proc/net/arp | grep eth0}}${if_empty ${exec cat /proc/net/arp | grep wlan0}}No network connection 
    ${else}${color slate grey}Internal IP: ${alignr}${color }${addr wlan0}
    ${color slate grey}External IP: ${color } ${alignr}${execi 1800 wget -O - http://ip.tupeux.com | tail}
    ${color slate grey}Router: ${alignr}${color }${wireless_essid wlan0}
    ${color slate grey}Signal: ${color }${wireless_link_qual_perc wlan0}% ${alignr}${color }${wireless_bitrate wlan0}
    ${color slate grey}Down: ${color }${downspeed wlan0} ${color slate grey}${alignr}Up: ${color }${upspeed wlan0}
    ${color slate grey}Total Down: ${alignr}${color }${totaldown wlan0}
    ${color slate grey}Total Up: ${alignr}${color }${totalup wlan0}
    ${color slate grey}Connections: ${color #3366FF}In: ${color }${tcp_portmon 1 32767 count} ${alignr}${color #3366FF}Out: ${color }${tcp_portmon 32768 61000 count}${endif}
    ${else}${color slate grey}LAN IP:  ${alignr}${color }${addr eth0}
    ${color slate grey}External IP: ${color } ${alignr}${execi 1800 curl ifconfig.me}
    ${color slate grey}Down: ${color }${downspeed eth0} ${alignr}${color slate grey}Up: ${color }${upspeed eth0}
    ${color slate grey}Total Down: ${alignr}${color }${totaldown eth0}
    ${color slate grey}Total Up: ${alignr}${color }${totalup eth0}
    ${color slate grey}Connections: ${color #3366FF}In: ${color }${tcp_portmon 1 32767 count} ${alignr}${color #3366FF}Out: ${color }${tcp_portmon 32768 61000 count}${endif}
    If I make the battery bar code like this:

    ${battery_bar 9,160} like the others, it doesn't work...

    Here's what it looks like:



    I'd like to:

    a) make the text below the load indicators (the 0.50 = 25%; 1.00 = 50%...) smaller.
    b) fix the battery bar so that it is green when fully charged, then turns more and more reddish as it depletes...earlier code (using ${if_match } type code) didn't work...
    c) some kind of limiting code so that I can get my connection monitor back without spilling over in characters.

    I work on a 1280x800 display as you see, so the browser/text app (GIMP is barely useable on this small of a display...) gets about 1000 pixels and there is enough on the margin to see conky...

    iMac G4 800MHz, Compaq E500, ThinkPad X200
    Likes: Ubuntu 9.10, 10.04LTS with 9.10 back-theme
    Classic Mac Networking v3.1 http://applefool.com/se30/
    "Linux assumes you know exactly what you are doing." -oboedad55, ubuntuforums.org

  6. #22466
    Join Date
    Aug 2013
    Beans
    5

    Re: Post your .conkyrc files w/ screenshots

    Sector11: Thank You, Thank You.
    Here is the .conkyrc
    Code:
    # Conky settings #
    background yes
    update_interval 1
    
    cpu_avg_samples 2
    net_avg_samples 2
    
    override_utf8_locale yes
    
    double_buffer yes
    no_buffers yes
    
    text_buffer_size 2048
    imlib_cache_size 4096
    
    temperature_unit fahrenheit
    
    # Window specifications #
    
    own_window no
    own_window_transparent yes
    own_window_type normal #override #normal
    own_window_hints undecorated,below,skip_taskbar,sticky,skip_pager
    own_window_argb_visual yes
    own_window_argb_value 255
    double_buffer yes
    
    
    border_inner_margin 0
    border_outer_margin 0
    
    ## This Resolution is set according to the sreen resolution of 1366x768 
    ## Adjust Accoring to yours
    
    minimum_size 1024 768
    maximum_width 1024
    
    alignment tr
    gap_x 10
    gap_y 55
    
    # Graphics settings #
    draw_shades yes
    draw_outline no
    draw_borders no
    draw_graph_borders yes
    
    # Text settings #
    use_xft yes
    xftfont caviar dreams:size=8
    xftalpha 0.5
    
    uppercase no
    
    temperature_unit celsius
    
    
    default_color FFFFFF
    
    # Lua Load  #
    lua_load ~/.lua/scripts/haunted.lua
    lua_draw_hook_pre clock_rings
    
    ## Adjust these fields according to the your screen size i have modded them for 1366X768
    
    TEXT
     ${offset 700}${color EAEAEA}${font GE Inspira:pixelsize=120}${time %I:%M}${color EAEAEA}${font GE Inspira:pixelsize=32}${time %P}${font}${voffset -84}${voffset 10}${color EAEAEA}${font GE Inspira:pixelsize=42}${time %d} ${voffset -15}${color EAEAEA}${font GE Inspira:pixelsize=22}${time  %B} ${time %Y}${font}${voffset 124}${font GE Inspira:pixelsize=58}${offset -600}${time %A}${font}
    ${offset 660}${voffset -103}
    ${voffset 10}${offset 270}${color 2c2c2c}${hr 4}
    ${image ~/.conky/rev-eng.png}
    ${font Santana:size=12}${offset 1010}${voffset 80}${color ffe595}WEATHER Sydney Australia ${font}${hr 2}$color${texeci 500 bash $HOME/Accuweather_Conky_Int_ConkyWeatherFont/acc_int_cwfont}
    ${font Santana:size=10}${offset 1010}${execpi 600 sed -n '1p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/messages}${font}${goto 200}${offset 1010}${color ffe595}TEMP: $color${alignr}${execpi 600 sed -n '29p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/curr_cond}°C (${execpi 600 sed -n '30p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/curr_cond}°C)
    ${font conkyweather:size=100}${offset 1010}${execi 600  sed -n '27p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/curr_cond}${font}
    ${voffset -130}${goto 200}${offset 1010}${color ffe595}WIND: $color${alignr}${execpi 600 sed -n '31p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/curr_cond} ${execpi 600 sed -n '32p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/curr_cond}
    ${goto 200}${offset 1010}${color ffe595}HUM: $color${alignr}${execpi 600 sed -n '33p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/curr_cond}
    ${goto 200}${offset 1010}${color ffe595}DEW POINT: $color${alignr}${execpi 600 sed -n '37p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/curr_cond}°C
    ${goto 200}${offset 1010}${color ffe595}PR: $color${alignr}${execpi 600 sed -n '34p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/curr_cond}
    ${goto 200}${offset 1010}${color ffe595}VISIB: $color${alignr}${execpi 600 sed -n '38p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/curr_cond}
    ${goto 200}${offset 1010}${color ffe595}CLOUD COVER: $color${alignr}${execpi 600 sed -n '35p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/curr_cond}
    ${goto 200}${offset 1010}${color ffe595}UV INDEX: $color${alignr}${execpi 600 sed -n '36p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/curr_cond} 
    ${goto 200}${offset 1010}${color ffe595}S/M RISE: $color${alignr}${execpi 600 sed -n '39p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/curr_cond}/${execpi 600 sed -n '41p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/curr_cond}
    ${goto 200}${offset 1010}${color ffe595}S/M SET: $color${alignr}${execpi 600 sed -n '40p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/curr_cond}/${execpi 600 sed -n '42p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/curr_cond}
    ${offset 1010}${hr 1}
    ${goto 50}${offset 1010}${font Santana:size=10}${color ffe595}TODAY$color$font${goto 230}${offset 1010}${font Santana:size=10}${color ffe595}TONIGHT$color$font
    ${goto 30}${offset 1010}${font conkyweather:size=65}${execi 600  sed -n '25p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}${font}${goto 210}${offset 1010}${voffset -75}${font conkyweather:size=65}${execi 600  sed -n '30p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}${font}
    ${voffset -70}${goto 145}${offset 1010}${execpi 600 sed -n '26p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}°C${goto 340}${offset 990}${execpi 600 sed -n '31p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}°C
    ${goto 140}${offset 1010}(${execpi 600 sed -n '27p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}°C)${goto 335}${offset 990}(${execpi 600 sed -n '32p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}°C)
    
    
    ${font Santana:size=8}${offset 1010}${execpi 600 sed -n '2p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/messages}${goto 195}${offset 1010}${execpi 600 sed -n '3p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/messages}$font
    ${offset 1010}Chance of Precip: ${execpi 600 sed -n '28p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}${goto 195}${offset 1010}Chance of Precip: $color${execpi 600 sed -n '33p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}
    ${offset 1010}${hr 1}
    ${font Santana:size=9}${goto 40}${offset 1010}${color ffe595}${execpi 600 sed -n '5p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}${goto 145}${offset 1010}${execpi 600 sed -n '10p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}${goto 270}${offset 1010}${execpi 600 sed -n '15p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}$color${font}
    ${goto 30}${offset 1010}${font conkyweather:size=50}${execi 600  sed -n '6p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}${font}${goto 140}${offset 1010}${voffset -50}${font conkyweather:size=50}${execi 600  sed -n '11p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}${font}${goto 260}${offset 1010}${voffset -50}${font conkyweather:size=50}${execi 600  sed -n '16p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}${font}
    ${voffset -40}${font Santana:size=8}${goto 100}${offset 1010}${execpi 600 sed -n '8p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}°C${goto 210}${offset 1010}${execpi 600 sed -n '13p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}°C${goto 330}${offset 1010}${execpi 600 sed -n '18p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}°C
    ${goto 100}${offset 1010}${execpi 600 sed -n '9p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}°C${goto 210}${offset 1010}${execpi 600 sed -n '14p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}°C${goto 330}${offset 1010}${execpi 600 sed -n '19p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}°C
    
    ${offset 1010}${execpi 600 sed -n '4p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/messages}${goto 135}${offset 1010}${execpi 600 sed -n '5p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/messages}${goto 255}${offset 1010}${execpi 600 sed -n '6p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/messages}
    
    ${font Santana:size=9}${goto 40}${offset 1010}${color ffe595}${execpi 600 sed -n '20p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}${goto 145}${offset 1010}${execpi 600 sed -n '1p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/last_days}${goto 270}${offset 1010}${execpi 600 sed -n '6p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/last_days}$color${font}
    ${goto 30}${offset 1010}${font conkyweather:size=50}${execi 600  sed -n '21p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}${font}${goto 140}${offset 1010}${voffset -50}${font conkyweather:size=50}${execi 600  sed -n '2p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/last_days}${font}${goto 260}${offset 1010}${voffset -50}${font conkyweather:size=50}${execi 600  sed -n '7p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/last_days}${font}
    ${voffset -40}${font Santana:size=8}${goto 100}${offset 1010}${execpi 600 sed -n '23p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}°C${goto 210}${offset 1010}${execpi 600 sed -n '4p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/last_days}°C${goto 330}${offset 1010}${execpi 600 sed -n '9p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/last_days}°C
    ${font Santana:size=8}${goto 100}${offset 1010}${execpi 600 sed -n '24p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}°C${goto 210}${offset 1010}${execpi 600 sed -n '5p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/last_days}°C${goto 330}${offset 1010}${execpi 600 sed -n '10p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/last_days}°C
    
    ${offset 1010}${execpi 600 sed -n '7p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/messages}${goto 135}${offset 1010}${execpi 600 sed -n '8p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/messages}${goto 255}${offset 1010}${execpi 600 sed -n '9p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/messages}
    
    ${font Santana:size=9}${goto 40}${offset 1010}${color ffe595}${execpi 600 sed -n '11p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/last_days}${goto 145}${offset 1010}${execpi 600 sed -n '16p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/last_days}${goto 270}${offset 1010}${execpi 600 sed -n '21p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/last_days}$color${font}
    ${goto 30}${offset 1010}${font conkyweather:size=50}${execi 600  sed -n '12p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/last_days}${font}${goto 140}${offset 1010}${voffset -50}${font conkyweather:size=50}${execi 600  sed -n '17p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/last_days}${font}${goto 260}${offset 1010}${voffset -50}${font conkyweather:size=50}${execi 600  sed -n '22p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/last_days}${font}
    ${voffset -40}${font Santana:size=8}${goto 100}${offset 1010}${execpi 600 sed -n '14p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/last_days}°C${goto 210}${offset 1010}${execpi 600 sed -n '19p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/last_days}°C${goto 330}${offset 1010}${execpi 600 sed -n '24p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/last_days}°C
    ${font Santana:size=8}${goto 100}${offset 1010}${execpi 600 sed -n '15p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/last_days}°C${goto 210}${offset 1010}${execpi 600 sed -n '20p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/last_days}°C${goto 330}${offset 1010}${execpi 600 sed -n '25p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/last_days}°C
    
    ${offset 1010}${execpi 600 sed -n '10p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/messages}${goto 135}${offset 1010}${execpi 600 sed -n '11p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/messages}${goto 255}${offset 1010}${execpi 600 sed -n '12p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/messages}
    
    ${offset 130}${voffset -466}${color EAEAEA}${font Santana:size=9:style=Bold}HDD: ${font Santana:size=9:style=Bold}${fs_used /} / ${fs_size /}
    ${offset 130}${voffset 10}${font Santana:size=9:style=Bold}HDD2: ${font Santana:size=9:style=Bold}${fs_used /media/BackUp} / ${fs_size /media/BackUp}$font
    ${offset 120}${voffset 12}${font Santana:size=9:style=Bold}Swap:${font Santana:size=9:style=Bold} ${swap} / ${swapfree}$font
    ${offset 570}${voffset -110}${font Santana:size=8:style=Bold}  Kernel: ${kernel}
    ${offset 570}${voffset 5}${font Santana:size=8:style=Bold}  Uptime: ${uptime}
    ${offset 825}${voffset -90}${font Santana:size=8:style=Bold}  ${exec whoami}@${nodename}
    ${offset 825}${voffset 5}${font Santana:size=8:style=Bold}  ${top name 5} ${top mem 5}
    
    
    
    
    
    
    
    ${offset 680}${voffset 50}${color ffffff}${font Santana:size=8:style=Bold}       IP Address: ${addr wlan0}
    ${offset 705}${voffset 5}${color ffffff}${font Santana:size=8:style=Bold} Down: ${downspeed wlan0} k/s ${offset 8}Up: ${upspeed wlan0} k/s
    ${offset 705}${voffset 5}${color ffffff}${font Santana:size=8:style=Bold} TCP Connections: ${tcp_portmon 1 65535 count}
    ${offset 680}${voffset 10}${color ffffff}${font Santana:size=8}Speed Graph:
    
    ${offset 680}${voffset -10}${font Santana:size=8style=Bold}${color #6C6C6C}${downspeedgraph wlan0 32,150 000000 ffffff} ${color #6C6C6C}${upspeedgraph wlan0 32,150 000000 ffffff}
    
    ${offset 310}${voffset -80}${color ffffff}${font Santana:size=8:style=Bold}${exec cat /proc/cpuinfo | grep 'model name' | sed -e 's/model name.*: //'| uniq}
    ${offset 310}${voffset 5}${color ffffff}${font Santana:size=8:style=Bold}CPU0: ${cpu cpu0}%  
    ${offset 310}${voffset 5}${color ffffff}${font Santana:size=8:style=Bold}CPU1: ${cpu cpu1}% 
    ${offset 310}${voffset 5}${color ffffff}${font Santana:size=8:style=Bold}Ram Used: $mem  Free: $memfree  Max: $memmax
    ${offset 310}${voffset 10}${color ffffff}${font Santana:size=8}CPU Load:
    ${offset 310}${voffset 5}${font Santana:size=8:style=Bold}${color #6C6C6C}${cpugraph cpu0 32,150 000000 ffffff} ${color #6C6C6C}${cpugraph cpu1 32,150 000000 ffffff}
    EDIT: Once we get it to fit the screen then maybe we can work on getting it to display the weather info properly.
    This is how it looks so far after adding those tweaks you mentioned to the LUA script.
    The first ones is with the maximum width set at 1024, the second one with the maximum width set at 1366, and the third one is with the maximum width set at 800. The LUA clock now stays in the same place. The Conky itself is what now needs to be fixed.

    http://imageshack.us/photo/my-images/809/xj0d.png/

    http://imageshack.us/photo/my-images/27/d4g.png/

    http://imageshack.us/photo/my-images/845/sok3.png/

    NOTE: It seems like the Conky is to large and needs to be downsized somehow, but anything I do in the .conkyrc to the minimum size and maximum width has no effect on the overall size of the Conky, it just moves it around on the screen.
    Last edited by Andy_Browning; November 22nd, 2013 at 02:36 AM.

  7. #22467
    Join Date
    May 2010
    Beans
    4

    Re: Post your .conkyrc files w/ screenshots

    So I have something that is causing a bit of confusion for me. I have an issue with my wired stats not really showing up with the up/downspeed graphs and other counters. The ip shows up and is correct. I have also tried using vnstat and it won't collect any stats for the eth0 connection either. The wireless section works correctly though...

    ${font Arial:bold:size=10}${color AntiqueWhite4}Network${color Ivory} ${hr 1}
    $font${color DimGray}${if_empty ${exec cat /proc/net/arp | grep wlan0}}No Wireless Connection
    ${else}Wireless IP: ${alignr}${addr wlan0}
    Router: ${alignr}${wireless_essid wlan0}
    Signal: ${wireless_link_qual_perc wlan0}% ${alignr}${wireless_bitrate wlan0}
    Down: ${downspeed wlan0} ${alignr}Up: ${upspeed wlan0}
    Total Down: ${alignr}${totaldown wlan0}
    Total Up: ${alignr}${totalup wlan0}
    Connections: ${color #3366FF}In: ${color }${tcp_portmon 1 32767 count} ${alignr}${color #3366FF}Out: ${color }${tcp_portmon 32768 61000 count}${endif}$font${color DimGray}
    ${if_empty ${exec cat /proc/net/arp | grep eth0}}No Wired Connection
    ${else}Wired IP: ${alignr}${addr eth0}
    Down: ${downspeed eth0} ${alignr}Up: ${upspeed eth0}
    Total Down: ${alignr}${totaldown eth0}
    Total Up: ${alignr}${totalup eth0}
    Connections: ${color #3366FF}In: ${color }${tcp_portmon 1 32767 count} ${alignr}${color #3366FF}Out: ${color }${tcp_portmon 32768 61000 count}${endif}

    Does anyone have any ideas?? My conky version is 1.9.0 and I am running on Mint 16...

    Thanks

  8. #22468
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Andy_Browning View Post
    Sector11: Thank You, Thank You.
    Here is the .conkyrc
    That conky is designed to be spread out all over the screen.
    You may be better off starting a new one.

  9. #22469
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by glennvan View Post
    Does anyone have any ideas?? My conky version is 1.9.0 and I am running on Mint 16...

    Thanks
    In a terminal:
    Code:
    sudo ifconfig
    you may not need the 'sudo' I do.
    and then in the same terminal:
    Code:
    vnstat
    Post the results.


    Code:
     22 Nov 13 | 14:01:39 ~
        $ sudo ifconfig
    [sudo] password for sector11: 
    eth0      Link encap:Ethernet  HWaddr 10:78:d2:20:d7:9a  
              inet addr:190.195.62.38  Bcast:255.255.255.255  Mask:255.255.255.0
              inet6 addr: fe80::1278:d2ff:fe20:d79a/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:30589 errors:0 dropped:0 overruns:0 frame:0
              TX packets:23014 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:13893400 (13.2 MiB)  TX bytes:2799740 (2.6 MiB)
    
    lo        Link encap:Local Loopback  
              inet addr:127.0.0.1  Mask:255.0.0.0
              inet6 addr: ::1/128 Scope:Host
              UP LOOPBACK RUNNING  MTU:65536  Metric:1
              RX packets:34315 errors:0 dropped:0 overruns:0 frame:0
              TX packets:34315 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0 
              RX bytes:1981564 (1.8 MiB)  TX bytes:1981564 (1.8 MiB)
    
     
     22 Nov 13 | 14:01:48 ~
        $ vnstat
    Database updated: Fri Nov 22 14:04:43 2013
    
       eth0 since 13/02/13
    
              rx:  244.44 GB      tx:  11.85 GB      total:  256.30 GB
    
       monthly
                         rx      |     tx      |    total    |   avg. rate
         ------------------------+-------------+-------------+---------------
            Oct 13      16.73 GB |   939.11 MB |    17.64 GB |   55.26 kbit/s
            Nov 13       9.35 GB |   568.11 MB |     9.91 GB |   44.56 kbit/s
         ------------------------+-------------+-------------+---------------
         estimated      13.00 GB |      789 MB |    13.77 GB |
    
       daily
                         rx      |     tx      |    total    |   avg. rate
         ------------------------+-------------+-------------+---------------
         yesterday     319.44 MB |    24.19 MB |   343.62 MB |   32.58 kbit/s
             today      16.29 MB |     3.22 MB |    19.52 MB |    3.15 kbit/s
         ------------------------+-------------+-------------+---------------
         estimated         27 MB |        5 MB |       32 MB |
     
     22 Nov 13 | 14:07:07 ~
        $

  10. #22470
    Join Date
    Aug 2013
    Beans
    5

    Re: Post your .conkyrc files w/ screenshots

    Yes, that's what I wanted, 1 Conky spread out over the whole screen. I just want it to display everything over the whole screen, instead of the 3/4 it's now displaying.

    Starting a new one???

    I'm not that good with Conky yet. I could change colors, move a few LUA rings around, but that's really been it. I was kind of hoping for an easy solution to fix the overall size of the Infinty Conky on my 1024 X 768 screen.

    I still like the way it displays the info, just not the LUA clock. Will delete the LUA clock and work on trying to donsize the Conky itself to fit my screen (maybe even move the day of the week to the left of the digital clock instead of being below the line under the digital clock)

    Thanks for the help.
    Being as I am extremely stubborn and not likely to give up too soon, I'm going to try to make this Conky work somehow. There has got to be a way to downsize it to fit my screen.
    Stubborn is not my middle name, but I do answer to it a lot.

Page 2247 of 2348 FirstFirst ... 1247174721472197223722452246224722482249225722972347 ... 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
  •