Page 613 of 2348 FirstFirst ... 11351356360361161261361461562366371311131613 ... LastLast
Results 6,121 to 6,130 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #6121
    Join Date
    Dec 2008
    Beans
    88

    Re: Post you're .conkyrc files w/ screenshots

    Code:
    own_window no
    own_window_type normal
    own_window_transparent yes
    own_window_hints undecorate,sticky,skip_taskbar,skip_pager
    double_buffer yes
    use_xft yes
    update_interval 0.5
    draw_shades no
    draw_borders no
    xftfont UnDotum:pixelsize=13
    minimum_size 1280 0
    border_margin 1
    default_color #FFFFFF
    alignment tr  #bm
    gap_x 17
    gap_y 10
    Where would I place it. Im quite confused.

    First time configing Conky By myself.

  2. #6122
    Join Date
    Mar 2008
    Beans
    5

    Re: Post you're .conkyrc files w/ screenshots

    Quote Originally Posted by orc_dragoon View Post

    Where would I place it. Im quite confused.

    First time configing Conky By myself.


    For one thing, it is incomplete you have to have text to display. You would install conky first
    Code:
    sudo apt-get install conky
    then make a file in your home dir
    Code:
    ~/.conkyrc
    and add the config to that plain text document you just made, then save it and run conky in terminal to start it up, if you like your config you can add it to your sessions so it starts up every time you boot ubuntu.

    To add it to sessions go to
    Code:
    System > Preferences > Sessions
    Then add a new item and fill all the fields out as
    Code:
    conky
    you can always copy the sample conkyrc file to your home dir after installing conky, and it has lines commented out explaining what does what.
    Code:
    cp /etc/conky/conky.conf ~/.conkyrc
    Also check out this website: http://linuxowns.wordpress.com/2008/...m-conky-setup/
    Last edited by tech13; March 15th, 2009 at 05:10 AM.

  3. #6123
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post you're .conkyrc files w/ screenshots

    Quote Originally Posted by orc_dragoon View Post
    Code:
    own_window no
    own_window_type normal
    own_window_transparent yes
    own_window_hints undecorate,sticky,skip_taskbar,skip_pager
    double_buffer yes
    use_xft yes
    update_interval 0.5
    draw_shades no
    draw_borders no
    xftfont UnDotum:pixelsize=13
    minimum_size 1280 0
    border_margin 1
    default_color #FFFFFF
    alignment tr  #bm
    gap_x 17
    gap_y 10
    Where would I place it. Im quite confused.

    First time configing Conky By myself.
    Replace alignment tr #bm in your configuration with alignment bm
    The mark of an honest man ... is that he means what he says and knows what he means.
    A.R.

  4. #6124
    Join Date
    Mar 2009
    Location
    Southern California
    Beans
    2
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: Post your .conkyrc files w/ screenshots

    This is one that was made by some one else that I modified for my needs. I have been using it for quit some time now.

    background yes
    font Snap.se:size=8
    xftfont Snap.se:size=8
    use_xft yes
    xftalpha 0.1
    update_interval 1.0
    total_run_times 0
    own_window yes
    own_window_type override
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    draw_shades yes
    draw_outline no
    draw_borders no
    draw_graph_borders no
    minimum_size 206 5
    maximum_width 206
    default_color ffffff
    default_shade_color 000000
    default_outline_color 000000
    alignment top_right
    gap_x 6
    gap_y 8
    no_buffers yes
    cpu_avg_samples 2
    override_utf8_locale no
    uppercase no # set to yes if you want all text to be in uppercase
    use_spacer no

    TEXT
    Hostname: $alignr$nodename
    Kernel: $alignr$kernel
    Uptime: $alignr$uptime
    Processes: ${alignr}$processes ($running_processes running)
    Load: ${alignr}$loadavg

    CPU ${alignc} ${freq}MHz / ${acpitemp}C ${alignr}(${cpu cpu1}%)
    ${cpubar 4 cpu1}
    ${cpugraph cccccc ffffff}

    RAM ${alignr}$mem / $memmax ($memperc%)
    ${membar 4}

    SWAP ${alignr}$swap / $swapmax ($swapperc%)
    ${swapbar 4}

    Highest CPU $alignr CPU% MEM%
    ${hr 1}
    ${top name 1}$alignr${top cpu 1}${top mem 1}
    ${top name 2}$alignr${top cpu 2}${top mem 2}
    ${top name 3}$alignr${top cpu 3}${top mem 3}

    Highest MEM $alignr CPU% MEM%
    ${hr 1}
    ${top_mem name 1}$alignr${top_mem cpu 1}${top_mem mem 1}
    ${top_mem name 2}$alignr${top_mem cpu 2}${top_mem mem 2}
    ${top_mem name 3}$alignr${top_mem cpu 3}${top_mem mem 3}

    ${font Aerial:style=Boldixelsize=12}FILESYSTEM ${font Snap.se:size=8}${hr 1}

    Home: ${alignr}${fs_free /home} / ${fs_size /home}
    ${fs_bar 4 /home}

    ${font Aerial:style=Boldixelsize=12}NETWORK ${font Snap.se:size=8}${hr 1}

    Down ${downspeed eth0} k/s ${alignr}Up ${upspeed eth0} k/s
    ${downspeedgraph eth0 25,107 cccccc ffffff} ${alignr}${upspeedgraph eth0 25,107 cccccc ffffff}
    Total ${totaldown eth0} ${alignr}Total ${totalup eth0}
    Attached Images Attached Images

  5. #6125
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post you're .conkyrc files w/ screenshots

    Quote Originally Posted by tech13 View Post
    To add it to sessions go to
    Code:
    System > Preferences > Sessions

    I don't understand, I don't have:
    Code:
    System > Preferences > Sessions
    And why should someone add it to sessions, what's the purpose?

    Have a nice day
    Bruce

  6. #6126
    Join Date
    Feb 2007
    Location
    Detroit, Michigan
    Beans
    692

    Re: Post you're .conkyrc files w/ screenshots

    Quote Originally Posted by Bruce M. View Post
    I don't understand, I don't have:
    Code:
    System > Preferences > Sessions
    And why should someone add it to sessions, what's the purpose?

    Have a nice day
    Bruce
    I switched to Windows because of all the disappointment Linux brought me.

  7. #6127
    Join Date
    Jun 2007
    Beans
    379

    Re: Post you're .conkyrc files w/ screenshots

    Oh you Xubuntu users.... =p

  8. #6128
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post you're .conkyrc files w/ screenshots

    Quote Originally Posted by detroit/zero View Post
    But I was serious.

  9. #6129
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post you're .conkyrc files w/ screenshots

    Quote Originally Posted by Ng Oon-Ee View Post
    Oh you Xubuntu users.... =p
    And what's wrong with Xfce?
    Imagine a system without Nautilus and Evolution, and I don't need the sleep command -

    Code:
    #!/bin/sh
    # written by: as yet unknown
    
    # click to start, click to stop
    
    if pidof conky | grep [0-9] > /dev/null
    then
     exec killall conky
    else
    #sleep 3  # sleep not required for xfce on startup - 30 or more for others
    conky -c ~/Conky/conkymain &
    #sleep 3
    conky -c ~/Conky/conkytext &
    #sleep 3
    conky -c ~/Conky/conkyemail &
    #sleep 3
    conky -c ~/Conky/conkyforecast &
    #sleep 3 &&
    conky -c ~/Conky/todo &
     exit
    fi
    Have a nice day.
    Bruce
    Last edited by Bruce M.; March 15th, 2009 at 12:41 PM.

  10. #6130
    Join Date
    Jun 2007
    Beans
    379

    Re: Post you're .conkyrc files w/ screenshots

    You tempt me, really you do. I'm trying out arch right now, may put xfce or one of the *boxes on that. Gnome-do is a real draw, though.

    And to those who are a bit lost, Mr. Bruce M. is just showing off the fact that XFCE handles alternative WMs a whole lot better than Gnome does. Or KDE, come to think of it.

Page 613 of 2348 FirstFirst ... 11351356360361161261361461562366371311131613 ... 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
  •