Page 140 of 2348 FirstFirst ... 40901301381391401411421501902406401140 ... LastLast
Results 1,391 to 1,400 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #1391
    Join Date
    Aug 2005
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    @BruceM first your swap line had a error. it's been edited. Please re-try it using the line below.
    Code:
    ${color orange}DISK: ${color cyan}Swap: ${color white}$swapperc% ${color cyan}(${color white}$swap ${color cyan}of ${color orange}${swapmax}${color cyan})${color orange} ${swapbar}$color
    Next looking at your screen-shot it seems sdb1, and sdb5 are reading the same partition/drive.

    Please post the output of the command below, as it should allow you to see your partition set-up .
    Code:
     sudo fdisk -l
    Example out put.
    Code:
       Device Boot      Start         End      Blocks   Id  System
    /dev/sda1   *           1        4665    37471581   83  Linux
    /dev/sda2            4666        4870     1646662+   5  Extended
    /dev/sda5            4666        4870     1646631   82  Linux swap / Solaris
    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.’

  2. #1392
    Join Date
    Aug 2007
    Location
    Torrington, Wyoming
    Beans
    372
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Bruce M. View Post
    Hi folks,

    First my conkymain file:
    Code:
    background yes
    own_window yes
    own_window_type override
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    use_spacer yes
    use_xft yes
    xftfont HandelGotD:size=8
    xftalpha 0.5
    update_interval 1.0
    draw_shades no
    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 3
    border_margin 9
    border_width 10
    default_color white
    own_window_colour brown
    own_window_transparent yes
    #alignment top_left
    alignment top_right
    #alignment bottom_left
    #alignment bottom_right
    gap_x 10
    gap_y 25
    # Subtract file system buffers from used memory?
    no_buffers yes
    
    
    #  FOR MY INFO
    # For international dates & times ${tztime} see: /usr/share/zoneinfo
    # Leave 3 blank lines below TEXT to clear panels
    # add this line below TEXT to test things, remove when finished.
    
    #${color cyan}Setup: Weather$color
    #${color cyan}Fix me: CPU Temp: ${color white}${acpitemp}C $color
    #${color red}Test Cmds Above ${hr 3} $color
    
    TEXT
    
    ${alignc}${color cyan}~~== ${color orange}GMT ${color white}${tztime GMT %H:%M:%S} ${color cyan}==~~$color
    ${alignc}${Color orange}~~== ${color cyan}Canada ${color orange}==~~$color
    ${color orange}Sis${alignr}${color cyan}Winnipeg${color cyan}: ${color white}${tztime Canada/Central %H:%M:%S}$color
    ${color orange}JBM & CDM & LilSis${alignr}${alignr}${color cyan}London${color cyan}: ${color white}${tztime Canada/Eastern %H:%M:%S}$color
    
    ${alignc}${Color orange}~~== ${color cyan}Buenos Aires ${color orange}==~~$color
    
    ${color white}${alignc}${time %A, %d %b. %y} ${color cyan}: ${color white}${time %H:%M:%S}
    ${color orange}${alignc}$sysname $kernel ($machine)
    ${color orange}${alignc}UpTime for ${color white}${exec whoami} @ $nodename${color orange} $uptime $color
    ${color cyan}${hr 1}$color
    ${color orange}CPU: ${color white}${cpu}% ${color orange}${cpubar cpu0} $color
    ${color cyan}Freq: ${color white}$freq ${color cyan}MHz ${color cyan}     Running: ${color white}$running_processes ${color cyan}of ${color white}$processes${color cyan}processes $color
    ${color cyan}Load Avg (${color yellow}Min${color cyan}):$alignr${color yellow}1: ${color white}${loadavg 1}      ${color yellow}5: ${color white}${loadavg 2}     ${color yellow}15: ${color white}${loadavg 3} ${color orange}$color
    
    ${color orange}MEM: ${color cyan}RAM: ${color white}$memperc% ${color cyan}(${color white}${mem} ${color cyan}of ${color orange}${memmax}${color cyan}) ${color orange}$membar $color
    ${color orange}DISK: ${color cyan}Swap: ${color white}$swapperc% ${color cyan}(${color white}${swap} ${color cyan}of ${color orange}${swapmax}${color cyan})${color orange} ${swapbar}$color
    
    ${color orange}HD Info ${hr 1} $color
    ${color cyan}Ubuntu (sda5):${alignr}${color white}${fs_free_perc /media/sda5}% ${color cyan}(${color white}${fs_used /media/sda5} ${color cyan}of ${color orange}${fs_size /media/sda5}${color cyan}) $color
    ${color cyan}W2K (sda1):${alignr}${color white}${fs_free_perc /media/sda1}% ${color cyan}(${color white}${fs_used /media/sda1} ${color cyan}of ${color orange}${fs_size /media/sda1}${color cyan}) $color
    ${color orange}${hr 1} $color
    ${color cyan}BruLoo (sdb1):${alignr}${color white}${fs_free_perc /media/sdb1}% ${color cyan}(${color white}${fs_used /media/sdb1} ${color cyan}of ${color orange}${fs_size /media/sdb1}${color cyan}) $color
    ${color orange}${hr 1} $color
    ${color orange}IP ${color cyan}(${color white}${addr eth0}${color cyan}) ${color orange}${hr 1} $color
    ${color cyan}Down: ${color white}${downspeed eth0}k/s ${alignr}${color cyan}Up: ${color white}${upspeed eth0}k/s $color
    ${color cyan}Total: ${color white}${totaldown eth0} ${alignr}${color cyan}Total: ${color white}${totalup eth0} $color
    ${color cyan}Inbound: ${color white}$background yes
    own_window yes
    own_window_type override
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    use_spacer yes
    use_xft yes
    xftfont HandelGotD:size=8
    xftalpha 0.5
    update_interval 1.0
    draw_shades no
    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 3
    border_margin 9
    border_width 10
    default_color white
    own_window_colour brown
    own_window_transparent yes
    #alignment top_left
    alignment top_right
    #alignment bottom_left
    #alignment bottom_right
    gap_x 10
    gap_y 25
    # Subtract file system buffers from used memory?
    no_buffers yes
    
    
    #  FOR MY INFO
    # For international dates & times ${tztime} see: /usr/share/zoneinfo
    # Leave 1 blank line below TEXT to clear panel
    # add this line below TEXT to test things, remove when finished.
    
    #${color cyan}NOT working: CPU Temp: ${color white}${acpitemp}C $color
    #Find out HowTo: HD Temps
    #${color red}Test Cmds Above ${hr 3} $color
    
    TEXT
    
    ${alignc}${color cyan}~~== ${color orange}GMT ${color white}${tztime GMT %H:%M:%S} ${color cyan}==~~$color
    ${alignc}${Color orange}~~== ${color cyan}Canada ${color orange}==~~$color
    ${color orange}Sis${alignr}${color cyan}Winnipeg${color cyan}: ${color white}${tztime Canada/Central %H:%M:%S}$color
    ${color orange}JBM & CDM & LilSis${alignr}${alignr}${color cyan}London${color cyan}: ${color white}${tztime Canada/Eastern %H:%M:%S}$color
    
    ${alignc}${Color orange}~~== ${color cyan}Buenos Aires ${color orange}==~~$color
    h
    ${color white}${alignc}${time %A, %d %b. %y} ${color cyan}: ${color white}${time %H:%M:%S}
    ${color orange}${alignc}$sysname $kernel ($machine)
    ${color orange}${alignc}UpTime for ${color white}${exec whoami} @ $nodename${color orange} $uptime $color
    ${color cyan}${hr 1}$color
    ${color orange}CPU: ${color white}${cpu}% ${color orange}${cpubar cpu0} $color
    ${color cyan}Freq: ${color white}$freq ${color cyan}MHz ${color cyan}     Running: ${color white}$running_processes ${color cyan}of ${color white}$processes${color cyan}processes $color
    ${color cyan}Load Avg (${color yellow}Min${color cyan}):$alignr${color yellow}1: ${color white}${loadavg 1}      ${color yellow}5: ${color white}${loadavg 2}     ${color yellow}15: ${color white}${loadavg 3} ${color orange}$color
    
    ${color orange}MEM: ${color cyan}RAM: ${color white}$memperc% ${color cyan}(${color white}${mem} ${color cyan}of ${color orange}${memmax}${color cyan}) ${color orange}$membar $color
    ${color orange}DISK: ${color cyan}Swap: ${color white}$swapperc% ${color cyan}(${color white}${swap} ${color cyan}of ${color orange}${swapmax}${color cyan})${color orange} ${swapbar}$color
    
    ${color orange}HD Info ${hr 1} $color
    ${color cyan}Ubuntu (sda5):${alignr}${color white}${fs_free_perc /media/sda5}% ${color cyan}(${color white}${fs_used /media/sda5} ${color cyan}of ${color orange}${fs_size /media/sda5}${color cyan}) $color
    ${color cyan}W2K (sda1):${alignr}${color white}${fs_free_perc /media/sda1}% ${color cyan}(${color white}${fs_used /media/sda1} ${color cyan}of ${color orange}${fs_size /media/sda1}${color cyan}) $color
    ${color orange}${hr 1} $color
    ${color cyan}BruLoo (sdb1):${alignr}${color white}${fs_free_perc /media/sdb1}% ${color cyan}(${color white}${fs_used /media/sdb1} ${color cyan}of ${color orange}${fs_size /media/sdb1}${color cyan}) $color
    ${color orange}${hr 1} $color
    ${color orange}IP ${color cyan}(${color white}${addr eth0}${color cyan}) ${color orange}${hr 1} $color
    ${color cyan}Down: ${color white}${downspeed eth0}k/s ${alignr}${color cyan}Up: ${color white}${upspeed eth0}k/s $color
    ${color cyan}Total: ${color white}${totaldown eth0} ${alignr}${color cyan}Total: ${color white}${totalup eth0} $color
    ${color cyan}Inbound: ${color white}${tcp_portmon 1 32767 count}          ${color cyan}Outbound: ${color white}${tcp_portmon 32768 61000 count}${alignr}${color cyan}Total: ${color white}${tcp_portmon 1 65535 count} $color
    ${color orange}Connections ${color white}${tcp_portmon 32768 61000 count} ${alignr} ${color orange}Service/Port $color${color white}
    ${tcp_portmon 32768 61000 rhost 0} ${alignr} ${tcp_portmon 32768 61000 rservice 0}
    ${tcp_portmon 32768 61000 rhost 1} ${alignr} ${tcp_portmon 32768 61000 rservice 1}
    ${tcp_portmon 32768 61000 rhost 2} ${alignr} ${tcp_portmon 32768 61000 rservice 2}
    ${tcp_portmon 32768 61000 rhost 3} ${alignr} ${tcp_portmon 32768 61000 rservice 3}
    ${tcp_portmon 32768 61000 rhost 4} ${alignr} ${tcp_portmon 32768 61000 rservice 4}
    ${tcp_portmon 32768 61000 rhost 5} ${alignr} ${tcp_portmon 32768 61000 rservice 5}$color{tcp_portmon 1 32767 count}          ${color cyan}Outbound: ${color white}${tcp_portmon 32768 61000 count}${alignr}${color cyan}Total: ${color white}${tcp_portmon 1 65535 count} $color
    ${color orange}Connections ${color white}${tcp_portmon 32768 61000 count} ${alignr} ${color orange}Service/Port $color${color white}
    ${tcp_portmon 32768 61000 rhost 0} ${alignr} ${tcp_portmon 32768 61000 rservice 0}
    ${tcp_portmon 32768 61000 rhost 1} ${alignr} ${tcp_portmon 32768 61000 rservice 1}
    ${tcp_portmon 32768 61000 rhost 2} ${alignr} ${tcp_portmon 32768 61000 rservice 2}
    ${tcp_portmon 32768 61000 rhost 3} ${alignr} ${tcp_portmon 32768 61000 rservice 3}
    ${tcp_portmon 32768 61000 rhost 4} ${alignr} ${tcp_portmon 32768 61000 rservice 4}
    ${tcp_portmon 32768 61000 rhost 5} ${alignr} ${tcp_portmon 32768 61000 rservice 5}$color
    First drive - 80 Gig
    Ubuntu - sda5 - 62.5 Gig
    W2K - sda1
    sda6 - I thought was my swap partition, but it isn't configured (I think it's a W2K thing, don't know.)

    Second drive - 40 Gig
    BruLoo - sdb1

    Questions:
    1. Conky is reporting BruLoo (sdb1) as if it was the Ubuntu partition (sda5) but sdb1 is a seperate 40 Gig HD. Can anyone help fix this "oopps"?
    2. What is sda6?
    3. How do I find my "swap" partition? I remember creating it at 1Gig, and it is being reported above correctly, I think.

    And last but not least, an off topic question:

    4. Why is my computer constantly downloading "something" at 11-13 k/s even when I'm not doing anything online?

    Bruce
    I found Your BruLoo problem the directory is /media/Bruloo not /media/sdb1 just replace that in all places any you will be fine
    すべてと、そして、すべてへのリナックスは自由を鳴らせました。
    Linux to all, and to all, let freedom ring.

  3. #1393
    Join Date
    Aug 2007
    Location
    Torrington, Wyoming
    Beans
    372
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Post your .conkyrc files w/ screenshots

    I had that same kind of problem it was really weird the first time but it is really pretty simple.
    すべてと、そして、すべてへのリナックスは自由を鳴らせました。
    Linux to all, and to all, let freedom ring.

  4. #1394
    Join Date
    Aug 2007
    Location
    Torrington, Wyoming
    Beans
    372
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Post your .conkyrc files w/ screenshots

    @Bruce: About #4 could you post a screen shot of system monitor so I could look at it?
    すべてと、そして、すべてへのリナックスは自由を鳴らせました。
    Linux to all, and to all, let freedom ring.

  5. #1395
    Join Date
    May 2007
    Beans
    190

    Re: Post your .conkyrc files w/ screenshots

    I need help with my calendar. I want to display the current month, and the next month. I've sort of got it right, but as you can see, it's not lining up.



    here's my config

    Code:
    background              no
    own_window		yes
    own_window_transparent	yes
    own_window_type		override
    use_xft                 yes
    xftfont                 terminus:size=10
    double_buffer           yes
    update_interval         2
    alignment               top_right
    gap_x                   40
    gap_y                   20
    no_buffers              yes
    minimum_size            265x400
    pad_percents            3
    
    TEXT
    ${color #ffcb48}${font :size=80}${time %H:%M}${font :size=10}
    ${execi 60 cal -3 | cut -c23-64}
    
      
    ${color #ffcb48}CPU USAGE$color
    $color $cpu%
    ${color #78af78}${alignr}${cpubar 10,280}
    ${color #78af78}${alignr}${cpugraph 25,280 78af78 a3a3a3}
     
    ${color #ffcb48}RAM UTILISATION$color
    $color     $memperc%			$mem of $memmax
    ${color #78af78}${alignr}${membar 15,280}${color}
      
    ${color #ffcb48}PROCESSES BY MEMORY USAGE$color
    ${color #98c2c7}     MEM%     CPU%     PID           NAME
    ${color #e5e5e5}      ${top_mem mem 1}      ${top_mem cpu 1}     ${top_mem pid 1}     ${top_mem name 1}
    ${color #e5e5e5}      ${top_mem mem 2}      ${top_mem cpu 2}     ${top_mem pid 2}     ${top_mem name 2}
    ${color #e5e5e5}      ${top_mem mem 3}      ${top_mem cpu 3}     ${top_mem pid 3}     ${top_mem name 3}
    ${color #e5e5e5}      ${top_mem mem 4}      ${top_mem cpu 4}     ${top_mem pid 4}     ${top_mem name 4}
    ${color #e5e5e5}      ${top_mem mem 5}      ${top_mem cpu 5}     ${top_mem pid 5}     ${top_mem name 5}
    ${color #e5e5e5}      ${top_mem mem 6}      ${top_mem cpu 6}     ${top_mem pid 6}     ${top_mem name 6}
    ${color #e5e5e5}      ${top_mem mem 7}      ${top_mem cpu 7}     ${top_mem pid 7}     ${top_mem name 7}
    ${color #e5e5e5}      ${top_mem mem 8}      ${top_mem cpu 8}     ${top_mem pid 8}     ${top_mem name 8}
    ${color #e5e5e5}      ${top_mem mem 9}      ${top_mem cpu 9}     ${top_mem pid 9}     ${top_mem name 9}
    
    ${color #ffcb48}File systems:
    / $color${fs_used /}/${fs_size /} ${fs_bar /}
    
    ${color #ffcb48}NETWORK TRAFFIC$color
    ${color #98c2c7}DOWN: ${color #ffffff}${downspeed wlan0} k/s${alignr}${color #98c2c7}UP: ${color #ffffff}${upspeed wlan0} k/s
    ${color #98c2c7}${downspeedgraph wlan0 25,130 78af78 a3a3a3}${alignr}${color #98c2c7}${upspeedgraph wlan0 25,130 78af78 a3a3a3}
    ${color #98c2c7}TOTAL: ${color #ffffff}${totaldown wlan0}${alignr}${color #98c2c7}TOTAL: ${color #ffffff}${totalup wlan0}

  6. #1396
    Join Date
    Jan 2007
    Location
    ~/SC/USA
    Beans
    1,969
    Distro
    Ubuntu

    Re: Post your .conkyrc files w/ screenshots

    It's your "use_xft" . Change that to no and play around with that.

    Now you'll have to adjust your font as well, looks good though.

    This is the original, which should explain it a bit more for you.

    Code:
    # 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 no
    
    # Xft font when Xft is enabled
    #xftfont Bitstream Vera Sans Mono:size=8
    xftfont Terminus:size=12
    
    # Text alpha when using Xft
    xftalpha 0.8
    Good luck.

    P.S. There's no variable "font :size=10", only font type if you enable Xft I guess that overrides your desktop font? (still play'n around with it myself)
    Last edited by cdtech; January 9th, 2008 at 12:48 PM.

  7. #1397
    Join Date
    Jan 2007
    Location
    ~/SC/USA
    Beans
    1,969
    Distro
    Ubuntu

    Re: Post your .conkyrc files w/ screenshots

    Update:

    I found this to work --

    Code:
    # Use Xft?
    use_xft yes
    
    # Xft font when Xft is enabled
    xftfont Bitstream Vera Sans Mono:size=8
    
    # Text alpha when using Xft
    xftalpha 0.8
    
    #
    # and this is your time you had on your first line
    #
    
    ${font Arial-size=8}${time %H:%M}${font}
    This will adjust your font for you.

  8. #1398
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Hi JMK.

    Near as I can figure you have me on a "script" somewhere.
    "Bruce M. sent a message, go check it out!"

    Not complaining at all though, you always come up with the solution. Which is extremely good for me.

    Quote Originally Posted by John.Michael.Kane View Post
    @BruceM first your swap line had a error. it's been edited. Please re-try it using the line below.
    Got it, thanks
    Strange, I never saw that because it seemed to be working.
    But it makes sense. Changed: ${swap} to $swap

    Quote Originally Posted by John.Michael.Kane View Post
    Next looking at your screen-shot it seems sdb1, and sdb5 are reading the same partition/drive.
    Yes, bummer huh? Don't know why. Here's the results:
    Code:
    Disk /dev/sda: 80.0 GB, 80026361856 bytes
    255 heads, 63 sectors/track, 9729 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/sda1   *           1        1305    10482381    7  HPFS/NTFS
    /dev/sda2            1306        9728    67657747+   f  W95 Ext'd (LBA)
    /dev/sda5            1306        9591    66557263+  83  Linux
    /dev/sda6            9592        9728     1100421   82  Linux swap / Solaris
    
    Disk /dev/sdb: 40.0 GB, 40020664320 bytes
    255 heads, 63 sectors/track, 4865 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    I was right, sda6 = Swap, sda5 = Ubuntu, sda1 = W2K
       Device Boot      Start         End      Blocks   Id  System
    /dev/sdb1               1        4865    39078081   83  Linux
    bruloo@The-Team:~$
    80Gig HD
    sda1 - primary boot partition for W2k - 10GB
    sda2 - f W95 Ext'd (LBA) <-- ?? (Is this the "Semi-Secret" partition created by W2K - "Don't Touch" - 6 GB ??? WoW
    sda5 - Ubuntu - 62.5 GB
    sda6 - Ubuntu Swap - 1 GB

    40Gig HD
    sdb1 - my "personal files" disk

    So why doesn't this line work?

    Code:
    ${color cyan}BruLoo (sdb1):${alignr}${color white}${fs_free_perc /media/sdb1}% ${color cyan}(${color white}${fs_used /media/sdb1} ${color cyan}of ${color orange}${fs_size /media/sdb1}${color cyan}) $color
    To create that line I copied and pasted the line for W2K, changed W2K to BruLoo and sda1 to sdb1 - it should work. ??

    Bruce

  9. #1399
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Lostincyberspace View Post
    I found Your BruLoo problem the directory is /media/Bruloo not /media/sdb1 just replace that in all places any you will be fine
    No no no no!!!

    Impossible!
    That's just to darned easy, it can't be right!

    Well I'll be: worked like a charm.
    Now to edit it to look good ( and correct)

    Thanks Lostincyberspace

    BRuce
    Attached Images Attached Images

  10. #1400
    Join Date
    Aug 2005
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Bruce M. View Post
    No no no no!!!

    Impossible!
    That's just to darned easy, it can't be right!

    Well I'll be: worked like a charm.
    Now to edit it to look good ( and correct)

    Thanks Lostincyberspace

    BRuce
    Seems sda1, and sda5 are still reading from the same partition you set up. Or is that how you want it?

    Try the below line. it should read your main Ubuntu partition.
    Code:
    ${fs_used /} of ${fs_size /} ${fs_bar /}
    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 140 of 2348 FirstFirst ... 40901301381391401411421501902406401140 ... 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
  •