Page 1063 of 2348 FirstFirst ... 63563963101310531061106210631064106510731113116315632063 ... LastLast
Results 10,621 to 10,630 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #10621
    Join Date
    Nov 2009
    Beans
    0

    Re: Post your .conkyrc files w/ screenshots

    Hi,
    there is my first conky.
    My_first_conky.jpg
    HTML Code:
    # conky configuration
    # edited by mmmy
    
    # set to yes if you want Conky to be forked in the background
    background no
    
    # 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
    
    # Xft font when Xft is enabled
    #xftfont Bitstream Vera Sans Mono:size=9
    xftfont Bitstream sans-serif:size=8
    
    # Text alpha when using Xft
    xftalpha 0.8
    
    # Update interval in seconds
    update_interval 2.0
    
    # 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 no
    
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    
    # Minimum size of text area
    minimum_size 300 0
    maximum_width 300
    
    # Draw shades?
    draw_shades yes
    
    # Draw outlines?
    draw_outline no
    
    # Draw borders around text
    draw_borders no
    draw_graph_borders yes
    
    # Stippled borders?
    stippled_borders 8
    
    # border margins
    border_margin 4
    
    # border width
    border_width 1
    
    # Default colors and also border colors
    default_color white
    default_shade_color black
    default_outline_color white
    
    # own window options
    own_window        yes
    own_window_transparent    yes
    own_window_type        override
    own_window_hints    undecorated,below,sticky,skip_taskbar,skip_pager
    
    # 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 10
    gap_y 35
    
    # 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 right
    
    # colours
    color1 white
    # light blue
    color2 6892C6
    # orange
    #E77320
    color3 FC8820
    # green
    color4 78BF39
    # red
    color5 CC0000
    
    text_buffer_size 2048
    
    # 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
    #   SYSTEM
    SYSTEM ${hr 2}
    ${font sans-serif:bold:size=8}${color orange}@${color #B8FF00}$nodename:
    ${color }${execi 99999 cat /proc/cpuinfo | grep "model name" -m1 | cut -d":" -f2 | cut -d" " -f2- | sed 's#Processor ##'}$font$color
    ${font sans-serif:size=8}$Kernel$color  $kernel ${alignr}Ubuntu 9.10$color $machine
    ${color white}Nvidia GeForce 8500 
    
    #   CPU AND OTHER
    ${color #B8FF00}CPU, MEMORY, TEMPERATURE AND FAN ${hr 2}
    ${color white}Core1:$alignr ${cpu cpu1}%@${freq_g cpu1}GHz ${cpubar cpu1 7,76} Temp: ${color red}${hwmon 0 temp 1}${color white} C
    Core2:$alignr ${cpu cpu2}%@${freq_g cpu2}GHz ${cpubar cpu2 7,76} Temp: ${color red}${hwmon 1 temp 1}${color white} C
    Overall Usage:$alignr $cpu% $alignr${cpubar 8,182}
    ${color #ffccaa}${font sans-serif:size=8}RAM     :  $mem / $memmax ($memperc%) ${alignr}${membar 5,120 000000 ff6600 } 
    ${color #ffccaa}SWAP   :  $swap / $swapmax ($swapperc%) ${alignr}${swapbar 5,120 000000 cc0033}
    ${color white}Fan coolers: ${alignr}Fan1:  ${hwmon 1 fan 1} RPM      ${color white}Fan2:  ${hwmon 1 fan 2} RPM
    ${color white}Motherboard Temp: ${color red}${hwmon 1 temp 3}${color white} C ${alignr}${color white}Graph.card Temp: ${execi 10 nvidia-settings -q gpucoretemp |grep ')'|cut -c45-46}${color red}${color white} C
    ${color1}Hard disc Temp:      ${color red} ${hddtemp /dev/sda}${color white} C 
    
    #   LAN
    ${color #B8FF00}ETHERNET (${addr eth0}) ${hr 2}$color
    ${font sans-serif:size=8}Down: ${downspeed eth0} kb/s${alignr}Up: ${upspeed eth0} kb/s
    ${downspeedgraph eth0 7,98}${alignr}${upspeedgraph eth0 7,98}
    ${totaldown eth0}${alignr}${totalup eth0}
    
    #   HDD
    ${color #B8FF00}DISK USAGE:${hr 2}
    ${color #ffccaa}${if_existing /root}Ubnuntu 9.10_ext4:$alignr${fs_used /root} / ${fs_size /root}$endif
    ${color white}${if_existing /media/sda2}Podaci_ntfs:$alignr${fs_used /media/sda2} / ${fs_size /media/sda2}$endif
    ${if_existing /media/sda4}Backup_ntfs:$alignr${fs_used /media/sda4} / ${fs_size /media/sda4}$endif
    ${if_existing /media/sda7}Backup_razno_ntfs:$alignr${fs_used /media/sda7} / ${fs_size /media/sda7}$endif
    
    #   TOP 5 PROCESSES
    ${color #B8FF00}TOP 5 PROCESSES ${hr 2}$color
    ${color #ffccaa}NAME             ${alignr}  PID      CPU      MEM
    ${color white}1. ${top name 1}${alignr}${top pid 1}   ${top cpu 1}   ${top mem 1}$color
    2. ${top name 2}${alignr}${top pid 2}   ${top cpu 2}   ${top mem 2}
    3. ${top name 3}${alignr}${top pid 3}   ${top cpu 3}   ${top mem 3}
    4. ${top name 4}${alignr}${top pid 4}   ${top cpu 4}   ${top mem 4}
    5. ${top name 5}${alignr}${top pid 5}   ${top cpu 5}   ${top mem 5}
    
    #   CALENDAR
    ${color #B8FF00}DATE ${hr 2}
    ${alignc 45}${font Trebuchet MS:size=16}${time %a %d %b %Y}    -    ${time %H:%M}${font}
    ${color white}${font DejaVu Sans Mono:size=12}${execpi 60 DJS=`date +%_d`; cal | sed '1d' | sed '/./!d' | sed 's/$/                     /' | fold -w 21 | sed -n '/^.\{21\}/p' | sed 's/^/${alignc} /' | sed /" $DJS "/s/" $DJS "/" "'${color f6ff07}'"$DJS"'${color white}'" "/}${color white}${font}
    
    #  WEATHER
    ${color #B8FF00}WEATHER ${hr 2}${color white}$
    ${execpi 1800 conkyForecast --location=HRXX0006 --template=/usr/share/conkyforecast/example/conkyForecast.template}

  2. #10622
    Join Date
    Jul 2008
    Location
    Connecticut, U.S.
    Beans
    106
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Cammy View Post
    Nope! My Lua bindings: is BLANK!!
    Ahhh Here it is: http://https://launchpad.net/~norset.../ppa/+packages
    Registered Ubuntu User #29430

  3. #10623
    Join Date
    Nov 2007
    Location
    USA-ish
    Beans
    206
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by dmillerct View Post
    Thanks! I just found it on my own too, so now I have RINGS!!

    Now is the tedious part - to get them how I want them

    Thanks!
    Desktop: Quantal on Core2 Duo E8500/Asus P5Q
    Laptop: Precise on S76 Pangolin

  4. #10624
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by dmillerct View Post
    WARNING!!! I found out that if you are using Ubuntu 9.04 i386 the conky-all at that link - isn't and you'll have the same problem. At least that's what Degan (Deegan) found out. The AMD64 version works even on #! 9.04.01 (I know, I'm using it.)

    Have a nice day.
    Bruce

  5. #10625
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Cammy View Post
    Thanks! I just found it on my own too, so now I have RINGS!!

    Now is the tedious part - to get them how I want them

    Thanks!
    I have "ring" - wife gave it to me on our wedding day!
    {ducking and runnin' for the back door!}

  6. #10626
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by mmmy View Post
    Hi,
    there is my first conky.
    I hate you! {joking}

    How could someone do such a nice conky as their first one!!!

    But, you'll catch the bug and "fix it up"!

    Have a nice day.
    Bruce

  7. #10627
    Join Date
    Sep 2006
    Location
    France.
    Beans
    Hidden!
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: Post your .conkyrc files w/ screenshots

    One post and quotes removed. Thanks all
    | My old and mostly abandoned blog |
    Linux user #413984 ; Ubuntu user #178
    J'aime les fraises.
    Nighty night me lovelies!

    | Reinstalling Ubuntu ? Please check this bug first ! |
    | Using a ppa ? Please install ppa-purge from universe, you may need it should you want to revert packages back |
    | No support requests / username changes by PM, thanks. |
    [SIGPIC][/SIGPIC]

  8. #10628
    Join Date
    Feb 2009
    Location
    UK
    Beans
    129
    Distro
    Ubuntu

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Bruce M. View Post
    WARNING!!! I found out that if you are using Ubuntu 9.04 i386 the conky-all at that link - isn't and you'll have the same problem. At least that's what Degan (Deegan) found out. The AMD64 version works even on #! 9.04.01 (I know, I'm using it.)

    Have a nice day.
    Bruce
    Erm...I'm not sure about that...That's the site I got my original 1.7.2-all from, or maybe it's been updated since then and not quite correctly. Anyway, I can verify that if you add that PPA to your repositories list and search for conky in Synaptic, you'll clearly see the 1.7.2-all version, and it's what I used to make this:
    Screenshot 221109 clean.png

    Quote Originally Posted by bapoumba View Post
    One post and quotes removed. Thanks all
    Oooh, I hate it when I see something like this. Makes me *desperate* to know what happened! I can't help it...I'm a gossip
    Last edited by londonali1010; November 23rd, 2009 at 11:32 PM.
    - Samsung R519 Silver - Dual-Boot Windows 7/Ubuntu 9.10 -
    - The Official Conky Blog - Follow conkynews on Twitter -
    - My Launchpad PPA -
    - My blog: My Little Desktop -

  9. #10629
    Join Date
    May 2008
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by bapoumba View Post
    One post and quotes removed. Thanks all
    Excellent, fast work! This is one of the best maintained forums I've seen. You guys are all over it when reports are made!
    Quote Originally Posted by londonali1010 View Post
    Oooh, I hate it when I see something like this. Makes me *desperate* to know what happened! I can't help it...I'm a gossip
    A new user posted a conkyrc and a link that Safebrowsing reported as a malware site. It was pretty sneaky, one screenshot and a link to "more screenshots."

    and back on topic: Nice screenshot! I'd like a link to the wallpaper, if you wouldn't mind.

  10. #10630
    Join Date
    Feb 2009
    Location
    UK
    Beans
    129
    Distro
    Ubuntu

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by mobilediesel View Post
    Excellent, fast work! This is one of the best maintained forums I've seen. You guys are all over it when reports are made!
    +1

    Quote Originally Posted by mobilediesel View Post
    A new user posted a conkyrc and a link that Safebrowsing reported as a malware site. It was pretty sneaky, one screenshot and a link to "more screenshots."
    Aw, man, I miss all the drama

    Quote Originally Posted by mobilediesel View Post
    and back on topic: Nice screenshot! I'd like a link to the wallpaper, if you wouldn't mind.
    Here's the wall: http://noiacatalana.deviantart.com/a...aper-103400225
    - Samsung R519 Silver - Dual-Boot Windows 7/Ubuntu 9.10 -
    - The Official Conky Blog - Follow conkynews on Twitter -
    - My Launchpad PPA -
    - My blog: My Little Desktop -

Page 1063 of 2348 FirstFirst ... 63563963101310531061106210631064106510731113116315632063 ... 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
  •