Page 300 of 2348 FirstFirst ... 2002502902982993003013023103504008001300 ... LastLast
Results 2,991 to 3,000 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #2991
    Join Date
    Dec 2005
    Beans
    1,171
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by kaivalagi View Post
    I don't remember where I found it. I had a quick look on deviantart but couldn't it. Please find it attached instead...
    That is from interfacelift website I think. If you can figure out the day you downloaded it (if you got it shortly after it was released) it will be easier to find.
    http://interfacelift.com/

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

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by andrewabc View Post
    That is from interfacelift website I think. If you can figure out the day you downloaded it (if you got it shortly after it was released) it will be easier to find.
    http://interfacelift.com/
    Found it! I've updated my previous post and removed the big attachment

    Thanks

  3. #2993
    Join Date
    Oct 2007
    Location
    Belgium
    Beans
    73
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by jjgomera View Post
    how do you acces to db?
    with internet browser?

    you can get the code write in a terminal:

    curl www (install curl if you dont have it)

    If you need registration read manpage of curl.

    You have so the code of webpage, you only need parse info do you like (with grep, sed and so). You can do it directly in conky. example:

    ${exec curl www... |grep "Requested"}

    or better, write a script

    Naturally isnt easily or direct, you need do it for your specific example
    Wonderfull, thanks, it works very nice with curl. I have made a little PHP file on my site that extracts some usefull site statistics from the database, and with curl i can display this info in conky!

  4. #2994
    Join Date
    Nov 2004
    Beans
    87

    Re: Post your .conkyrc files w/ screenshots

    Hi all,

    I am trying to get conky to display my battery stats on my Apple Powerbook G4. After looking around my system it seems that this is the line I need to add somewhere:

    /proc/pmu/battery_0

    This is the full line in my .conkyrc:

    ${font arial black:size=8}BATTERY: $font${battery /proc/pmu/battery_0}

    However this is not working. Running conky from the terminal gives me these errors:

    Conky: can't open /sys/class/power_supply//proc/pmu/battery_0/uevent: No such file or directory
    Conky: can't open /proc/acpi/battery//proc/pmu/battery_0/state: No such file or directory

    Powerbooks don't use acpi, but this seems to come up in the errors.

    Any body have any ideas?

  5. #2995
    Join Date
    Dec 2007
    Location
    Shepperton, UK.
    Beans
    2,489
    Distro
    Ubuntu Development Release

    Re: Post your .conkyrc files w/ screenshots

    Regarding batteries, you should be able to browse to the battery folder with Nautilus.
    Intel E5700 G41 8Gb Xubuntu 13.10, Ubuntu 13.4, WinXP.
    Revo R3610 Win7 Pro, Ubuntu 13.04

    Absolute Beginners Compiz-fusion wiki Local Weather

  6. #2996
    Join Date
    Sep 2007
    Location
    KCMO
    Beans
    210
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Post your .conkyrc files w/ screenshots

    So... here's my new one. After seeing the "Velocity" wallpaper earlier in the thread, I decided to do a more "freeway" conky than my old one.

    First, .conkyrc:
    Code:
    # Conky sample configuration
    #
    # the list of variables has been removed from this file in favour
    # of keeping the documentation more maintainable.
    # Check http://conky.sf.net for an up-to-date-list.
    
    # set to yes if you want Conky to be forked in the background
    background yes
    
    # X font when Xft is disabled, you can pick one with program xfontsel
    #font 5x7
    #font 6x10
    #font 7x13
    #font 8x13
    #font 9x15
    #font *mintsmild.se*
    #font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
    
    
    # Use Xft?
    use_xft yes
    
    # Set conky on the bottom of all other applications
    own_window_hints below
    
    # Xft font when Xft is enabled
    xftfont Roadgeek 2005 Series D:style=Regular:size=9
    
    # Text alpha when using Xft
    xftalpha 1
    
    # Print everything to stdout?
    # out_to_console no
    
    # MPD host/port
    # mpd_host localhost
    # mpd_port 6600
    # mpd_password tinker_bell
    
    # 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_hints below
    own_window_type desktop
    
    # Use pseudo transparency with own_window?
    own_window_transparent yes
    
    # If own_window_transparent is set to no, you can set the background 
    colour here
    #own_window_colour hotpink
    
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    
    # Minimum size of text area
    #minimum_size 280 5
    
    # Draw shades?
    draw_shades yes
    
    # Draw outlines?
    draw_outline yes
    
    # Draw borders around text
    draw_borders no
    
    # Stippled borders?
    stippled_borders 8
    
    # border margins
    border_margin 10
    
    # border width
    border_width 10
    
    # Default colors and also border colors
    default_color white
    default_shade_color 006E55
    default_outline_color 006E55
    
    # Text alignment, other possible values are commented
    #alignment top_left
    alignment top_right
    #alignment bottom_left
    #alignment bottom_right
    #alignment none
    
    # Gap between borders of screen and text
    # same thing as passing -x at command line
    gap_x 5
    gap_y 29
    
    # 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 no
    
    
    # Add spaces to keep things from moving about?  This only affects 
    certain objects.
    use_spacer yes
    
    #   mldonkey_hostname     Hostname for mldonkey stuff, defaults to localhost
    #   mldonkey_port         Mldonkey port, 4001 default
    #   mldonkey_login        Mldonkey login, default none
    #   mldonkey_password     Mldonkey password, default none
    
    # boinc (seti) dir
    # seti_dir /opt/seti
    
    # Allow for the creation of at least this number of port monitors (if 0 or not set, default is 16) 
    min_port_monitors 16
    
    # Allow each port monitor to track at least this many connections (if 0 or not set, default is 256)
    min_port_monitor_connections 256
    
    # variable is given either in format $variable or in ${variable}. Latter
    # allows characters right after the variable and must be used in network
    # stuff because of an argument
    
    # stuff after 'TEXT' will be formatted on screen
    
    TEXT
    ${font Roadgeek Series EM:style=bold:size=9}${alignc}Sysinfo:$font
    Hostname: ${alignr}$nodename
    OS: ${alignr}${exec cat /etc/issue | grep Ubuntu | cut -c1-13} $machine
    Kernel: ${alignr}$sysname $kernel
    Uptime: ${alignr}$uptime
    ${hr}
    ${font Roadgeek Series EM:style=bold:size=9}${alignc}CPU:$font
    Intel Pentium 4 ${alignr}${freq} MHz
    Load Avg: ${alignr}$loadavg
    Usage: ${alignr}$cpu %
    ${cpugraph 25,150 e67100 fff200}
    ${hr}
    ${font Roadgeek Series EM:style=bold:size=9}${alignc}Proc:$font
    Processes: ${alignr}$processes
    Running: ${alignr}$running_processes
    ${hr}
    ${font Roadgeek Series EM:style=bold:size=9}${alignc}Memory:$font
    $memperc% ${alignr}$mem/$memmax
    ${membar 3,150}
    ${hr}
    ${font Roadgeek Series EM:style=bold:size=9}${alignc}Swap:$font
    $swapperc% ${alignr}$swap/$swapmax
    ${swapbar 3,150}
    ${hr}
    ${font Roadgeek Series EM:style=bold:size=9}${alignc}Disk Usage:$font
    ${font Roadgeek Series EM:size=8}${alignc}gardevoir HD 1$font
    ${alignc}${fs_used /}/${fs_size /}
    ${fs_bar 3,150 /}
    ${font Roadgeek Series EM:size=8}${alignc}gardevoir HD 2$font
    ${alignc}${fs_used /home}/${fs_size /home}
    ${fs_bar 3,150 /home}
    ${font Roadgeek Series EM:size=8}${alignc}gardevoir HD 3$font
    ${alignc}${fs_used /media/sda1}/${fs_size /media/sda1}
    ${fs_bar 3,150 /media/sda1}
    ${font Roadgeek Series EM:size=8}${alignc}deoxys HD 1$font
    ${alignc}${fs_used /home/taralyn/deoxys1}/${fs_size /home/taralyn/deoxys1}
    ${fs_bar 3,150 /home/taralyn/deoxys1}
    ${font Roadgeek Series EM:size=8}${alignc}deoxys HD 3$font
    ${alignc}${fs_used /home/taralyn/deoxys3}/${fs_size /home/taralyn/deoxys3}
    ${fs_bar 3,150 /home/taralyn/deoxys3}
    ${hr}
    ${font Roadgeek Series EM:style=bold:size=9}${alignc}Net:$font
    Down: ${alignr}${color red}${downspeed eth0} k/s$color
    ${downspeedgraph eth0 25,150 B5273C ff0000}
    Up:   ${alignr}${color green}${upspeed eth0} k/s$color
    ${upspeedgraph eth0 25,150 006E55 00ff00}
    ${alignc}Total Down: ${color #ff0000}${totaldown eth0}$color
    ${alignc}Total Up: ${color #00ff00}${totalup eth0}$color
    (If you're going to copy it verbatim, you need the Roadgeek fonts.)

    Image should be attached. There's a few other things I want to do to it, like add a "Now Playing" for XMMS, and to show the frequency my TV card's tuned to if ivtv-radio is going, but those can wait until I can figure out the how...
    Attached Images Attached Images
    Desktop: Custom - AMD Athlon X4 Quadcore 4.02GHz, 8GB DDR3, 750GB HDD, 500GB HDD, Win7 x64/Ubuntu 14.04 x64
    Laptop: Thinkpad T61 - Intel Core 2 Duo 2.00GHz, 4GB DDR2, 500GB HDD, Win7 x86/Ubuntu 14.04 x86

  7. #2997
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Jason-X View Post
    However this is not working. Running conky from the terminal gives me these errors:

    Conky: can't open /sys/class/power_supply//proc/pmu/battery_0/uevent: No such file or directory
    Conky: can't open /proc/acpi/battery//proc/pmu/battery_0/state: No such file or directory
    OK did you copy and paste those lines in here from your terminal?

    I see two double //'s where I think there should only be one /

    Code:
    Conky: can't open /sys/class/power_supply//proc/pmu/battery_0/uevent: No such file or directory
    Conky: can't open /proc/acpi/battery//proc/pmu/battery_0/state: No such file or directory
    Thoughts?
    Bruce

  8. #2998
    Join Date
    Apr 2008
    Location
    /na/usa/ca
    Beans
    153

    Re: Post your .conkyrc files w/ screenshots


    This one is meant to be next to a panel, and I made it to use with my current desktop. The "1d" and "22u" are an abbreviated form of "1 k/s down" and "22 k/s up" that I implemented to cut down on size.
    Code:
    # Horizontal Conky of Elmer Smith
    
    own_window yes
    own_window_type desktop
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    use_spacer none
    use_xft yes
    override_utf8_locale yes
    xftfont Existence:Bold:size=10
    update_interval 1.0
    draw_shades no
    draw_outline no
    draw_borders no
    stippled_borders 0
    border_margin 0
    border_width 0
    default_color FFFFFF
    own_window_transparent yes
    alignment bottom_right
    gap_x 3
    gap_y 3
    
    TEXT
    CPU: ${execi 5 sensors | grep temp2 | cut -c15-16}C  GPU: ${execi 5 nvidia-settings -q gpucoretemp | grep Attribute | cut -c42-43}C  ${downspeed wlan0}d  ${upspeed wlan0}u  ${execi 300 python ~/.scripts/gmail.py} emails  ${time %H:%M:%S}
    archlinux \\ amd+ati \\ subtle \\ website

  9. #2999
    Join Date
    Mar 2008
    Location
    Normal, IL
    Beans
    505
    Distro
    Ubuntu

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by cdtech View Post
    My first and only conky......

    Attachment 78590
    how did you do that beautiful conky with your terminal within it. i've been trying to find the variable to do that...
    -ASUS U46: Intel Core I5(Sandy Bridge) 8 gb Ram, Integrated Graphics card. Currently running Ubuntu 13.04(64bit)

  10. #3000
    Join Date
    Aug 2005
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by PatrickMoore View Post
    how did you do that beautiful conky with your terminal within it. i've been trying to find the variable to do that...
    If I am not mistaken that is not conky running the terminal.

    More likely the terminal effect shown was achieved using this guide HOWTO: Terminal as the desktop background.
    Advantages and Disadvantages of 64bit.(Plus install Guides)

    ‘In search of some small measure of peace, that we all seek, and few of us ever find.’

Page 300 of 2348 FirstFirst ... 2002502902982993003013023103504008001300 ... 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
  •