Page 1640 of 2348 FirstFirst ... 6401140154015901630163816391640164116421650169017402140 ... LastLast
Results 16,391 to 16,400 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #16391
    Join Date
    Jan 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by 42dorian View Post
    ...Okay... I feel dirty in getting this done... I had to virtualize a Windows Vista session in order to get the system to use the swap space at all.
    Add this to /etc/fstab:
    Code:
    # /tmp in tmpfs
    tmpfs						/tmp		tmpfs	defaults,size=4096M,mode=4777	0	0
    it will mount /tmp in virtual 4GiB space that is using your system memory and then SWAP if RAM's not sufficient.
    If you have so much memory that you have no SWAP usage during work (2GB, 4GB?) then it will improve your system speed (or stop killing your SSD drive ).

    After that
    Code:
    dd if=/dev/zero bs=1M count 2K of=/tmp/swap.test
    will eat you 2GiB of RAM 8)

    As for your ringest.lua - it works for me.
    Attached Images Attached Images
    Last edited by dk75; March 3rd, 2011 at 09:23 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

  2. #16392
    Join Date
    Apr 2007
    Beans
    195

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by dk75 View Post
    Add this to /etc/fstab:
    Code:
    # /tmp in tmpfs
    tmpfs						/tmp		tmpfs	defaults,size=4096M,mode=4777	0	0
    it will mount /tmp in virtual 4GiB space that is using your system memory and then SWAP if RAM's not sufficient.
    If you have so much memory that you have no SWAP usage during work (2GB, 4GB?) then it will improve your system speed (or stop killing your SSD drive ).

    After that
    Code:
    dd if=/dev/zero bs=1M count 2K of=/tmp/swap.test
    will eat you 2GiB of RAM 8)

    As for your ringest.lua - it works for me.
    Okay. Interesting. What does this do for me, exactly? Last I checked, if memory is behaving itself, swap space isn't all that necessary. If Xubuntu is running efficiency, it shouldn't use Swap at all, it's just for those times when it's absolutely necessary. I have 1GB of RAM, and I don't have an SSD running right now, so what does this do for me? Is it just a way I can use to show off the colour scheme when I can't get it to show up?

    I know, weird font I use, makes it look like that 0.98 GB is 8.98 GB. But it's only 1.

  3. #16393
    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 djyoung4 View Post
    haha sorry proxess. I really like it
    I love those two!

    Did you notice Conky is padded with 2's also? LoL!

    Two is a very special number!

    2 + 2 = 4
    2 x 2 = 4
    Two is the most sensitive number.
    And, 2 is the only even prime number.

    Glad you liked it...
    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

  4. #16394
    Join Date
    Oct 2009
    Location
    Under a rock
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by djyoung4 View Post
    more artistic with it following lines like so. its just my preferred style of conky. (o and not to boost my ego by using one of my own conkys but im really proud of it)
    you need some curved text to better fit the leaves
    and i just happen to have a lua function that can do that
    http://crunchbanglinux.org/forums/post/55708/#p55708
    its the same one that puts the text around the circles in the mayan calendar script

  5. #16395
    Join Date
    Feb 2011
    Beans
    61
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    i'm having a bit of trouble inserting an image into my conky, wondering if anyone can help.

    i'll post the code and the screen shot so you can see whats happening(or not happening).

    Code:
    ##   .conkyrc configuration
    
    # Use Xft?
    use_xft yes
    xftfont Trebuchet MS:size=8
    xftalpha 0.8
    text_buffer_size 2048
    
    # 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_transparent yes
    own_window_type desktop
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    own_window_argb_visual yes
    own_window_argb_value 100
    
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    
    # Minimum size of text area
    minimum_size 180 
    
    # Draw shades?
    draw_shades no
    
    # Draw outlines?
    draw_outline no
    
    # Draw borders around text
    draw_borders no
    
    # Stippled borders?
    stippled_borders 0
    
    # border margins
    border_margin 5
    
    # border width
    border_width 1
    
    # Default colors and also border colors
    default_color black
    own_window_colour black
    
    # 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 35
    gap_y 50
    
    # 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 2
    
    # number of net samples to average
    # set to 1 to disable averaging
    net_avg_samples 2
    
    # 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 none
    
    # my colors
    color0 White
    color1 red
    color2 green
    color3 blue
    color4 orange
    color5 Tan1
    color6 Gray
    color7 yellow
    color8 brown
    color9 Black
    
    TEXT
    ${image ~/home/michael/Downloads/Ubuntu-icon.jpg -p250,0 -s 80x80}
    ${color9}${font :size=14} Ubuntu 10.10 
    ${color1}${font :size=8} SYSTEM ${hr 2}
    
    ${color9}${font :size=8}CPU: ${cpu cpu}% ${alignr}${cpubar 8,60 cpu}
    RAM: $memperc% ${alignr}${membar 8,60}
    Uptime: ${alignr}${uptime}
    
    ${color1}${font :size=8}DATE & TIME ${hr 2}
    
    ${color9}${font :size=8}${alignc 35}${font Trebuchet MS:size=26}${time %H:%M}${font}
    ${alignc}${time %a %d %b %Y}
    
    ${color1}${font :size=8}HD ${hr 2}
    
    ${color9}${font :size=8}Home:
    ${fs_free /home}/${fs_size /home} ${alignr}${fs_bar 8,60 /home}
    
    ${color1}${font :size=8}${hr 2}
    
    ${color9}${font :size=10} "The most overlooked 
    advantage of owning a computer 
    is that if they foul up there's 
    no law against whacking them 
    round a bit. "
                      - Eric Porterfield.


    Uploaded with ImageShack.us

  6. #16396
    Join Date
    Feb 2008
    Location
    I'm lost ... HELP!
    Beans
    1,014
    Distro
    Xubuntu

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by mick_86 View Post
    i'm having a bit of trouble inserting an image into my conky, wondering if anyone can help.

    i'll post the code and the screen shot so you can see whats happening(or not happening).
    First of all, I put a extra space in the red bit.

    If that doesn't fix it: How wide is your conky ?
    Code:
    ${image ~/home/michael/Downloads/Ubuntu-icon.jpg -p 250,0 -s 80x80}
    seems to be outside your conky "window".

  7. #16397
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by mick_86 View Post
    i'm having a bit of trouble inserting an image into my conky, wondering if anyone can help.

    i'll post the code and the screen shot so you can see whats happening(or not happening).

    [CODE]## .conkyrc configuration

    # Use Xft?
    use_xft yes
    xftfont Trebuchet MS:size=8
    xftalpha 0.8
    text_buffer_size 2048

    # 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_transparent yes
    own_window_type desktop
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    own_window_argb_visual yes
    own_window_argb_value 100

    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes

    # Minimum size of text area
    minimum_size 180

    # Draw shades?
    draw_shades no

    # Draw outlines?
    draw_outline no

    # Draw borders around text
    draw_borders no

    # Stippled borders?
    stippled_borders 0

    # border margins
    border_margin 5

    # border width
    border_width 1

    # Default colors and also border colors
    default_color black
    own_window_colour black

    # 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 35
    gap_y 50

    # 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 2

    # number of net samples to average
    # set to 1 to disable averaging
    net_avg_samples 2

    # 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 none

    # my colors
    color0 White
    color1 red
    color2 green
    color3 blue
    color4 orange
    color5 Tan1
    color6 Gray
    color7 yellow
    color8 brown
    color9 Black

    TEXT
    ${image ~/home/michael/Downloads/Ubuntu-icon.jpg -p250,0 -s 80x80}
    ${color9}${font :size=14} Ubuntu 10.10
    ${color1}${font :size=8} SYSTEM ${hr 2}

    ${color9}${font :size=8}CPU: ${cpu cpu}% ${alignr}${cpubar 8,60 cpu}
    RAM: $memperc% ${alignr}${membar 8,60}
    Uptime: ${alignr}${uptime}

    ${color1}${font :size=8}DATE & TIME ${hr 2}

    ${color9}${font :size=8}${alignc 35}${font Trebuchet MS:size=26}${time %H:%M}${font}
    ${alignc}${time %a %d %b %Y}

    ${color1}${font :size=8}HD ${hr 2}

    ${color9}${font :size=8}Home:
    ${fs_free /home}/${fs_size /home} ${alignr}${fs_bar 8,60 /home}

    ${color1}${font :size=8}${hr 2}

    ${color9}${font :size=10} "The most overlooked
    advantage of owning a computer
    is that if they foul up there's
    no law against whacking them
    round a bit. "
    - Eric Porterfield.
    The x position of your image (250) is beyond the minimum_size value of 180
    Last edited by ddnev45; March 4th, 2011 at 03:37 PM.
    The mark of an honest man ... is that he means what he says and knows what he means.
    A.R.

  8. #16398
    Join Date
    Feb 2011
    Beans
    61
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by miegiel View Post
    First of all, I put a extra space in the red bit.

    If that doesn't fix it: How wide is your conky ?
    Code:
    ${image ~/home/michael/Downloads/Ubuntu-icon.jpg -p 250,0 -s 80x80}
    seems to be outside your conky "window".
    i put in the new line and it didn't work, not sure how wide it is, i'll give you a screen shot so you have a rough idea.



    Uploaded with ImageShack.us

  9. #16399
    Join Date
    Feb 2011
    Beans
    61
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    The x position of your image (250) is beyond the minimum_size value of 180
    should i change the x position of my image or change the minimum_size value?

  10. #16400
    wojox is offline I Ubuntu, Therefore, I Am
    Join Date
    Apr 2009
    Beans
    8,628

    Re: Post your .conkyrc files w/ screenshots

    I posted back on your other thread.

    Code:
    ${image ~/home/michael/Downloads/Ubuntu-icon.jpg}
    Try that and then you can mess with aligning it.

Page 1640 of 2348 FirstFirst ... 6401140154015901630163816391640164116421650169017402140 ... 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
  •