Page 1832 of 2348 FirstFirst ... 8321332173217821822183018311832183318341842188219322332 ... LastLast
Results 18,311 to 18,320 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #18311
    Join Date
    Jun 2010
    Beans
    699

    Re: Post your .conkyrc files w/ screenshots

    mrpeachy thank you for explanation. I used first method , but in the future i will try other two methods to lover system resources consumption.

    http://ubuntuforums.org/showpost.php...ostcount=18302

    Shouldn’t such detailed answers have link in the start of the thread?

    Tomorrow there will be ten more pages of posts in this topic and ten new .conkyrc users wanting info on how to show temperature monitoring! Thanks again!

  2. #18312
    Join Date
    Oct 2009
    Location
    Under a rock
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by EgoGratis View Post
    mrpeachy thank you for explanation. I used first method , but in the future i will try other two methods to lover system resources consumption.

    http://ubuntuforums.org/showpost.php...ostcount=18302

    Shouldn’t such detailed answers have link in the start of the thread?

    Tomorrow there will be ten more pages of posts in this topic and ten new .conkyrc users wanting info on how to show temperature monitoring! Thanks again!
    your welcome EgoGratis
    yes, that is a problem with this thread, that things get easily lost
    but i can post a link back to that post when i see anyone else who needs the info
    I wanted to get everything together in the same post

  3. #18313
    Join Date
    Apr 2007
    Beans
    195

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by djyoung4 View Post
    Nice to see you posting again 42dorian. I dont know what happened but the community suffers when people just disappear. I saw a Sector11 post a couple pages back too, but it got deleted. If there is not enough time in the day that is understandable but the community is not moving forward without our top dogs around.
    Don't get your hopes up kiddo. I'm getting other projects of my own going. Conky is not one of my priorities right now, and it won't be for the foreseeable future. The Data Dump is essentially the last one, and there for anyone to do whatever robbing of code they choose to do. Same with the hex colour cheat sheet. I'm monitoring the two Howto threads in my signature, but beyond that I'm little more than a ghost.

    I am happy to focus on the two projects in my signature, but Conky in general is off my radar. I'm still looking for volunteers to help me test out the multi-desktop configuration and report back results of the code. I abandoned that project too soon before, and it's not nearly complete enough. I didn't even get around to the LUA component of it.
    Last edited by 42dorian; July 5th, 2011 at 11:19 PM.

  4. #18314
    Join Date
    Mar 2010
    Location
    Lunar Base VII- Sector IX
    Beans
    1,746
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Post your .conkyrc files w/ screenshots

    Bandit~
    Dude, I'm coming to you next time I need conky help! lol
    5.5 GB's Free Ubuntu-One Cloud Storage~
    Click Here
    _______________________________________________

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

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Rasa1111 View Post
    Bandit~
    Dude, I'm coming to you next time I need conky help! lol
    LOL Oh no.. what did I do? hehe..
    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. #18316
    Join Date
    Nov 2009
    Location
    Chicago
    Beans
    121

    Question Re: Post your .conkyrc files w/ screenshots

    Hi all,
    I just added kaivalagi's Rhythmbox Conky script, but am not seeing any album art. I'm using Mint (Debian) XFCE, and conkyRhythmbox is using a template.
    I've tried putting this line,
    Code:
    ${image [--datatype=CA] -n -p 8,8 -s 80x80}
    in the template and in the main script, but both are no-go. I've also heard it suggested that this shouldn't be the last line in the script, so I've tried putting it towards the beginning of the script, but still nothing.
    Here is my conkyrc.Rhythmbox:
    Code:
    conky configuration
    
    # set to yes if you want Conky to be forked in the background
    background yes
    
    # Use Xft?
    use_xft yes
    xftfont Sawasdee:bold:size=8
    text_buffer_size 2048
    xftalpha 1.0
    
    # Print everything to console?
    out_to_console no
    
    # mail spool
    #mail_spool $MAIL
    
    # Update interval in seconds
    update_interval 1
    
    # This is the number of times Conky will update before quitting.
    # Set to zero to run forever.
    total_run_times 0
    
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    own_window_type desktop
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    own_window_transparent yes
    own_window_argb_visual yes
    
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    
    # Draw shades?
    draw_shades no
    
    # Draw outlines?
    draw_outline no
    
    # Draw borders around text?
    draw_borders no
    
    # Stippled borders?
    stippled_borders no
    
    # border margins
    border_inner_margin 1
    
    # border width
    border_width 0
    
    # Default colors and also border colors
    default_color 000000
    color1 aaaaaa
    color2 7a7a7a
    color3 965336
    color4 6571a8
    color5 8480c2
    color6 b980c2
    color7 ad6a9f
    color8 866aad
    default_shade_color d4d4d4
    default_outline_color 05110d
    
    # Minimum size of text area
    minimum_size 256
    maximum_width 256
    
    # Text alignment, other possible values are commented
    #alignment top_left
    #alignment top_right
    #alignment bottom_left
    alignment bottom_right
    
    # Gap between borders of screen and text
    # same thing as passing -x at command line
    gap_x 8
    gap_y 8
    
    # Subtract file system buffers from used memory?
    no_buffers yes
    
    # set to yes if you want all text to be in uppercase
    uppercase no
    
    # number of cpu samples to average
    # set to 1 to disable averaging
    cpu_avg_samples 1
    
    # number of net samples to average
    # set to 1 to disable averaging
    net_avg_samples 1
    
    # Force UTF8? note that UTF8 support required XFT
    override_utf8_locale yes
    
    # Add spaces to keep things from moving about?  This only affects certain objects.
    use_spacer yes
    
    # load .lua background script
    lua_load ~/Scripts/draw_bg.lua
    lua_draw_hook_pre draw_bg
    
    # stuff after 'TEXT' will be formatted on screen
    
    TEXT
    ${voffset -4}${color1}${font Sawasdee:bold:size=14}rhythmbox ${hr 2}${font}
    ${if_running rhythmbox}${execp conkyRhythmbox --template=~/Scripts/conkyRhythmbox.template}${endif}
    and here is the template:
    Code:
    ${color2}[--nounknownoutput --datatype=TN] - ${color1}[--nounknownoutput --datatype=TI]${color2}${alignr}[--datatype=PT]/[--datatype=LE]
    ${voffset -5}${color3}${execibar 1 conkyRhythmbox --datatype=PP}
    ${color1}[--nounknownoutput --datatype=AR]${alignr}[--nounknownoutput --datatype=AL]${color2} ([--nounknownoutput --datatype=YR])
    ${color1}status: ${color2}[--datatype=ST]${alignr}${color1}volume: ${color2}[--datatype=VO]
    ${image [--datatype=CA] -n -p 8,8 -s 80x80}
    Anyone see any errors?

    Also, 1 other question; I'm currently running 6 conkys. Is this much more resource hungry than if I combined them all into 1 conky that covered the whole screen? (I like each section having its own .lua background.)
    Attached Images Attached Images
    HP Compaq Evo N610c, P4M 2.8gHz, 768mb, ATI Radeon m7500
    Mint XFCE, Mint Isadora Fluxbox, #! Statler/CompizWM, Mint Katya, Windows XP

  7. #18317
    Join Date
    May 2011
    Location
    Sulphur Springs Tx.
    Beans
    0
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Post your .conkyrc files w/ screenshots

    I am having problems with the window disappearing when I click on desk top. Does anyone see anything wrong with my set up? Please help I am new member.


    Code:
    alignment top_right
    background no
    border_width 1
    cpu_avg_samples 2
    default_color white
    default_outline_color white
    default_shade_color white
    draw_borders no
    draw_graph_borders no
    draw_outline no
    draw_shades no
    use_xft yes
    xftfont DejaVu Sans Mono:size=10
    gap_x 5
    gap_y 60
    minimum_size 5 5
    net_avg_samples 2
    no_buffers yes
    out_to_console no
    out_to_stderr no
    extra_newline no
    own_window yes
    own_window_class Conky
    own_window_type desktop
    stippled_borders 0
    update_interval 1.0
    uppercase no
    use_spacer none
    show_graph_scale yes
    show_graph_range yes
    double_buffer yes
    own_window_transparent yes
    
    TEXT
    ${color red}$nodename: ${color blue} $sysname: ${color green}$kernel
    ${color hot pink}- - - - - - - - - - - - - - - - - - -
    ${color red}Uptime: $uptime 
    ${color green}Frequency (in MHz):${color yellow} $freq
    ${color green}Frequency (in GHz):${color gold} $freq_g
    ${color red}RAM Usage:$mem/$memmax - $memperc% ${membar 4}
    ${color blue}Swap Usage:${color purple} $swap/$swapmax - $swapperc% ${swapbar 4}
    ${color blue}CPU Usage0:${color purple}$cpu% ${cpubar 4}
    #${color blue}CPU Usage1:$color$cpu% ${cpubar 4}
    ${color green}cpu0: ${color purple} ${cpu cpu0}%
    ${color green}cpu1: ${color purple} ${cpu cpu1}%
    ${color red}CPU Usage Graph:
    ${color #888888}${cpugraph 55 ff0000 ff00ff}
    ${color red}Processes:${color sky blue}$processes  ${color red}Running:${color sky blue} $running_processes
    ${color green}File systems:
     / ${fs_used /}/${fs_size /} ${fs_bar 6 /}
    ${color electric blue}- - - - - - - - - - - - - - - - - - - - - - - - - -
    #${font Dungeon:style=Bold:pixelsize=12}${color #88aadd}MPD: ${alignc}$mpd_artist - $mpd_title
    #${color #88aadd}$mpd_bar
    #${color #88aadd}${alignc}$mpd_status
    ${color green}Networking:
    Up:${color blue}${upspeed wlan0}             ${color green}Down:${color blue} ${downspeed wlan0}
    ${color hot pink}${upspeedgraph wlan0 55,150 ff0000 0000ff} $alignr${color blue}${downspeedgraph wlan0 55,150 0000ff ff0000}
    ${color maroon}IP Add: ${addr wlan0}
    ${color #888888}TOTAL: ${color #CCCCCC}${totaldown wlan0}	        ${color #888888}TOTAL: ${color #CCCCCC}${totalup wlan0}
    ${color blue}Name               PID         CPU%         MEM%
    ${color oqua blue} ${top name 1} ${top pid 1}     ${top cpu 1}       ${top mem 1}
    ${color oqua blue} ${top name 2} ${top pid 2}     ${top cpu 2}       ${top mem 2}
    ${color oqua blue} ${top name 3} ${top pid 3}     ${top cpu 3}       ${top mem 3}
    ${color oqua blue} ${top name 4} ${top pid 4}     ${top cpu 4}       ${top mem 4}

  8. #18318
    Join Date
    Feb 2009
    Location
    Netherlands
    Beans
    784

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by dv8tion View Post
    I am having problems with the window disappearing when I click on desk top. Does anyone see anything wrong with my set up? Please help I am new member.
    Change:
    own_window_type desktop

    to:
    own_window_type normal

    or try override, dock or panel.

  9. #18319
    Join Date
    Feb 2008
    Beans
    145
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by phredbull View Post
    Hi all,
    I just added kaivalagi's Rhythmbox Conky script, but am not seeing any album art. I'm using Mint (Debian) XFCE, and conkyRhythmbox is using a template.
    I've tried putting this line,
    Code:
    ${image [--datatype=CA] -n -p 8,8 -s 80x80}
    in the template and in the main script, but both are no-go. I've also heard it suggested that this shouldn't be the last line in the script, so I've tried putting it towards the beginning of the script, but still nothing.
    Here is my conkyrc.Rhythmbox:
    Code:
    conky configuration
    
    # set to yes if you want Conky to be forked in the background
    background yes
    
    # Use Xft?
    use_xft yes
    xftfont Sawasdee:bold:size=8
    text_buffer_size 2048
    xftalpha 1.0
    
    # Print everything to console?
    out_to_console no
    
    # mail spool
    #mail_spool $MAIL
    
    # Update interval in seconds
    update_interval 1
    
    # This is the number of times Conky will update before quitting.
    # Set to zero to run forever.
    total_run_times 0
    
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    own_window_type desktop
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    own_window_transparent yes
    own_window_argb_visual yes
    
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    
    # Draw shades?
    draw_shades no
    
    # Draw outlines?
    draw_outline no
    
    # Draw borders around text?
    draw_borders no
    
    # Stippled borders?
    stippled_borders no
    
    # border margins
    border_inner_margin 1
    
    # border width
    border_width 0
    
    # Default colors and also border colors
    default_color 000000
    color1 aaaaaa
    color2 7a7a7a
    color3 965336
    color4 6571a8
    color5 8480c2
    color6 b980c2
    color7 ad6a9f
    color8 866aad
    default_shade_color d4d4d4
    default_outline_color 05110d
    
    # Minimum size of text area
    minimum_size 256
    maximum_width 256
    
    # Text alignment, other possible values are commented
    #alignment top_left
    #alignment top_right
    #alignment bottom_left
    alignment bottom_right
    
    # Gap between borders of screen and text
    # same thing as passing -x at command line
    gap_x 8
    gap_y 8
    
    # Subtract file system buffers from used memory?
    no_buffers yes
    
    # set to yes if you want all text to be in uppercase
    uppercase no
    
    # number of cpu samples to average
    # set to 1 to disable averaging
    cpu_avg_samples 1
    
    # number of net samples to average
    # set to 1 to disable averaging
    net_avg_samples 1
    
    # Force UTF8? note that UTF8 support required XFT
    override_utf8_locale yes
    
    # Add spaces to keep things from moving about?  This only affects certain objects.
    use_spacer yes
    
    # load .lua background script
    lua_load ~/Scripts/draw_bg.lua
    lua_draw_hook_pre draw_bg
    
    # stuff after 'TEXT' will be formatted on screen
    
    TEXT
    ${voffset -4}${color1}${font Sawasdee:bold:size=14}rhythmbox ${hr 2}${font}
    ${if_running rhythmbox}${execp conkyRhythmbox --template=~/Scripts/conkyRhythmbox.template}${endif}
    and here is the template:
    Code:
    ${color2}[--nounknownoutput --datatype=TN] - ${color1}[--nounknownoutput --datatype=TI]${color2}${alignr}[--datatype=PT]/[--datatype=LE]
    ${voffset -5}${color3}${execibar 1 conkyRhythmbox --datatype=PP}
    ${color1}[--nounknownoutput --datatype=AR]${alignr}[--nounknownoutput --datatype=AL]${color2} ([--nounknownoutput --datatype=YR])
    ${color1}status: ${color2}[--datatype=ST]${alignr}${color1}volume: ${color2}[--datatype=VO]
    ${image [--datatype=CA] -n -p 8,8 -s 80x80}
    Anyone see any errors?

    Also, 1 other question; I'm currently running 6 conkys. Is this much more resource hungry than if I combined them all into 1 conky that covered the whole screen? (I like each section having its own .lua background.)
    What version of conkyRhythmbox are you running? Just type
    Code:
    conkyRhythmbox --version
    at the command line.

    There have been edits done that I'm not sure if its been updated yet.

  10. #18320
    Join Date
    Nov 2009
    Location
    Chicago
    Beans
    121

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by neon612 View Post
    what version of conkyrhythmbox are you running? Just type
    Code:
    conkyrhythmbox --version
    at the command line.

    There have been edits done that i'm not sure if its been updated yet.
    2.17
    HP Compaq Evo N610c, P4M 2.8gHz, 768mb, ATI Radeon m7500
    Mint XFCE, Mint Isadora Fluxbox, #! Statler/CompizWM, Mint Katya, Windows XP

Page 1832 of 2348 FirstFirst ... 8321332173217821822183018311832183318341842188219322332 ... 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
  •