Results 1 to 10 of 77
I feel like changing my .conkyrc file to make it look pretty, it's kinda bland and I need new ideas so share your .conkyrc with us, please.
My .conkyrc
Code:
...
- 07-31-2009 #1
Post your .conkyrc and screenshots
I feel like changing my .conkyrc file to make it look pretty, it's kinda bland and I need new ideas so share your .conkyrc with us, please.

My .conkyrc
Code:background yes use_xft yes xftfont HandelGotD:size=8 xftalpha 0.1 update_interval 0.5 total_run_times 0 own_window yes own_window_type normal own_window_transparent no own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager double_buffer yes minimum_size 200 5 maximum_width 200 draw_shades no draw_outline no draw_borders no draw_graph_borders no default_color white default_shade_color red default_outline_color green alignment top_right gap_x 18 gap_y 48 no_buffers yes uppercase no cpu_avg_samples 2 net_avg_samples 1 override_utf8_locale no use_spacer yes TEXT $sysname $kernel $alignr $machine Intel Core Duo $alignr${freq_g cpu0}Ghz IP $alignr ${addr ath0} $alignr ${cpugraph cpu0 16,200 ffffff ffffff} CPU:1 ${cpu cpu1}% ${cpubar cpu1} CPU:2 ${cpu cpu2}% ${cpubar cpu2} MEM $alignc $mem / $memmax $alignr $memperc% $membar /home $alignc ${fs_used /home} / ${fs_size /home} $alignr ${fs_free _perc /home}% ${fs_bar /home} #/samsung $alignc ${fs_used /media/Samsung} / ${fs_size /media/Sams ung} #$alignr ${fs_free_perc /media/Samsung}% #${fs_bar /media/Samsung} Disk i/o ${diskiograph 16,200} Processes $alignr $running_processes Running $alignr $processes Sleeping Top Processes CPU $alignr CPU% MEM% ${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 2}${top mem 3} MEM $alignr CPU% MEM% ${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}I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 07-31-2009 #2
I am not on my Laptop right now TBob. So I will throw this out there instead. I will post my .conkyrc files tomorrow.

conkycolours1.jpgLinux Registered User # 475019
Lead,Follow, or get the heck out of the way
AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
Open CourseWare for Linux Geeks
- 07-31-2009 #3
Interesting roky, is this just a test for conky colors?
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 07-31-2009 #4
Those are the color codes for .conkyrc file. Like where yours says
you can substitute ffffff ffffff with another code off the chart to change the color. Whatever color the text is , next to the code, is the color that will display. I would not use # that is in front of the code number though.${cpugraph cpu0 16,200 ffffff ffffff}Linux Registered User # 475019
Lead,Follow, or get the heck out of the way
AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
Open CourseWare for Linux Geeks
- 07-31-2009 #5
That's what I thought it was.......thanks for that, it has a lot of colors.
Come on people, I know ya'll got some funky looking conky's out there, lets have 'em.
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 07-31-2009 #6
My conky.rc is minimal but colorful. I just want the facts on my Laptop. http://wfimage.info/images/u5xj2sttg6gry5en7zjm.jpg

Code:# set to yes if you want Conky to be forked in the background background yes cpu_avg_samples 2 net_avg_samples 2 out_to_console no # X font when Xft is disabled, you can pick one with program xfontsel #font 7x12 #font 6x10 #font 7x13 font 8x12 #font 7x12 #font *mintsmild.se* #font -*-*-*-*-*-*-34-*-*-*-*-*-*-* #font -artwiz-snap-normal-r-normal-*-*-100-*-*-p-*-iso8859-1 # Use Xft? use_xft no # Xft font when Xft is enabled xftfont Kristen ITC-7 own_window_transparent yes own_window_colour hotpink # Text alpha when using Xft xftalpha 0.8 #on_bottom no # mail spool mail_spool $MAIL # Update interval in seconds update_interval 1 # 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 5 5 maximum_width 200 # 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 10 # border width border_width 2 # Default colors and also border colors default_color white default_shade_color white default_outline_color white # 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 gap_x 10 gap_y 10 # Add spaces to keep things from moving about? This only affects certain objects. use_spacer yes # Subtract file system buffers from used memory? no_buffers yes # set to yes if you want all text to be in uppercase uppercase no # boinc (seti) dir # seti_dir /opt/seti # Possible variables to be used: # # Variable Arguments Description # acpiacadapter ACPI ac adapter state. # acpifan ACPI fan state # acpitemp ACPI temperature. # adt746xcpu CPU temperature from therm_adt746x # adt746xfan Fan speed from therm_adt746x # battery (num) Remaining capasity in ACPI or APM # battery. ACPI battery number can be # given as argument (default is BAT0). # buffers Amount of memory buffered # cached Amount of memory cached # color (color) Change drawing color to color # cpu CPU usage in percents # cpubar (height) Bar that shows CPU usage, height is # bar's height in pixels # downspeed net Download speed in kilobytes # downspeedf net Download speed in kilobytes with one # decimal # exec shell command Executes a shell command and displays # the output in torsmo. warning: this # takes a lot more resources than other # variables. I'd recommend coding wanted # behaviour in C and posting a patch :-). # execi interval, shell Same as exec but with specific interval. # command Interval can't be less than # update_interval in configuration. # fs_bar (height), (fs) Bar that shows how much space is used on # a file system. height is the height in # pixels. fs is any file on that file # system. # fs_free (fs) Free space on a file system available # for users. # fs_free_perc (fs) Free percentage of space on a file # system available for users. # fs_size (fs) File system size # fs_used (fs) File system used space # hr (height) Horizontal line, height is the height in # pixels # i2c (dev), type, n I2C sensor from sysfs (Linux 2.6). dev # may be omitted if you have only one I2C # device. type is either in (or vol) # meaning voltage, fan meaning fan or temp # meaning temperature. n is number of the # sensor. See /sys/bus/i2c/devices/ on # your local computer. # kernel Kernel version # loadavg (1), (2), (3) System load average, 1 is for past 1 # minute, 2 for past 5 minutes and 3 for # past 15 minutes. # machine Machine, i686 for example # mails Mail count in mail spool. You can use # program like fetchmail to get mails from # some server using your favourite # protocol. See also new_mails. # mem Amount of memory in use # membar (height) Bar that shows amount of memory in use # memmax Total amount of memory # memperc Percentage of memory in use # new_mails Unread mail count in mail spool. # nodename Hostname # outlinecolor (color) Change outline color # pre_exec shell command Executes a shell command one time before # torsmo displays anything and puts output # as text. # processes Total processes (sleeping and running) # running_processes Running processes (not sleeping), # requires Linux 2.6 # shadecolor (color) Change shading color # stippled_hr (space), Stippled (dashed) horizontal line # (height) # swapbar (height) Bar that shows amount of swap in use # swap Amount of swap in use # swapmax Total amount of swap # swapperc Percentage of swap in use # sysname System name, Linux for example # time (format) Local time, see man strftime to get more # information about format # totaldown net Total download, overflows at 4 GB on # Linux with 32-bit arch and there doesn't # seem to be a way to know how many times # it has already done that before torsmo # has started. # totalup net Total upload, this one too, may overflow # updates Number of updates (for debugging) # upspeed net Upload speed in kilobytes # upspeedf net Upload speed in kilobytes with one # decimal # uptime Uptime # uptime_short Uptime in a shorter format # # seti_prog Seti@home current progress # seti_progbar (height) Seti@home current progress bar # seti_credit Seti@hoome total user credit ## antiX additives examples. Add below Text## ##${color cccccc}battery: ${color cccccc}$acpiacadapter, ${battery_percent BAT1}% ##${color white}battery:${color white} ${battery} ##Witeless example## #${color cccccc}Wireless: #${color cccccc}essid: ${wireless_essid wlan0} #${color cccccc}IP:${color cccccc} ${addr wlan0} #${color cccccc}speed: ${color cccccc} ${wireless_bitrate wlan0} #${color cccccc}link strength: ${color cccccc} ${wireless_link_bar 7,50 wlan0} # stuff after 'TEXT' will be formatted on screen TEXT ${color green}$sysname $kernel ${color green}Uptime: $uptime ${color green}${time %a %d %b %k:%M} ${color red} Temperature: ${color red} ${acpitemp} ${color red}Battery: ${color red}$acpiacadapter, ${battery_bar BAT0} ${color green}cpu: ${color green}${cpu}% ${color green}ram : ${color green}$mem${color green}/${color green}$memmax ${color green}- ${color green}$memperc% ${color green}swap: ${color green}$swap${color green}/${color green}$swapmax ${color green}- ${color green}$swapperc% ${color green}processes: ${color green}$processes ${color green}running: ${color green}$running_processes ${color red}Link Strength: ${color red} ${wireless_link_bar 7,50 wlan0} ${color dark orange}Spaced out:Tattoed Linux Biker ${color green}Root:${color green} ${fs_free /} ${color green}= ${fs_free_perc /}%Linux Registered User # 475019
Lead,Follow, or get the heck out of the way
AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
Open CourseWare for Linux Geeks
- 07-31-2009 #7
What is Conky and why would I want it?
If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.
- 07-31-2009 #8
Conky is meant only for Freemasons. If you are not one of us you'll be damned, your dreams will turn into nightmares and your dog will bite you.

Code:$nodename - $kernel on $machine Q6600 $stippled_hr ${color lightgrey}Up:$color $uptime ${color lightgrey}- Load:$color $loadavg ${color #ddaa00}$freq_g GHz ${color #cc2222} $cpu% $cpubar CPU 0 ${hwmon 0 temp 1} ${cpu cpu1}% ${cpubar cpu1} CPU 1 ${hwmon 1 temp 1} ${cpu cpu2}% ${cpubar cpu2} CPU 2 ${hwmon 2 temp 1} ${cpu cpu3}% ${cpubar cpu3} CPU 3 ${hwmon 3 temp 1} ${cpu cpu4}% ${cpubar cpu4} ${color red}${cpugraph 0000ff 00ff00} ${color lightgrey}RAM Usage:$color $mem/$memmax - $memperc% ${membar} ${color lightgrey}Swap Usage:$color $swap/$swapmax - $swapperc% ${swapbar} ${color lightgrey}Processes:$color $processes ${color grey}Running:$color $running_proces ses $color$stippled_hr ${color lightgrey}Networking: Down:${color #8844ee} ${downspeed eth0} ${color lightgrey} ${offset 80}Up:${color #22ccff } ${upspeed eth0} ${color #0000ff}${downspeedgraph eth0 32,150 ff0000 0000ff} ${color #22ccff}${upspeedgraph eth0 32,150 0000ff ff0000} ${color lightgrey}File systems: / $color${fs_used /}/${fs_size /} ${fs_bar /} ${color}Name PID CPU% MEM% ${color #ddaa00} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1} ${color lightgrey} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2} ${color lightgrey} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3} ${color lightgrey} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4} ${color lightgrey} ${top name 5} ${top pid 5} ${top cpu 5} ${top mem 5} ${color lightgrey} ${top name 6} ${top pid 6} ${top cpu 6} ${top mem 6} ${color lightgrey} ${top name 7} ${top pid 7} ${top cpu 7} ${top mem 7} ${color}Mem usage ${color #ddaa00} ${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1} ${color lightgrey} ${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2} ${color lightgrey} ${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3} $stippled_hr ${color #ddaa00}Port(s)${alignr}#Connections $color Inbound: ${tcp_portmon 1 32767 count} Outbound: ${tcp_portmon 32768 61000 count}${ alignr}ALL: ${tcp_portmon 1 65535 count} ${color #ddaa00}Inbound Connection ${alignr} Local Service/Port$color ${tcp_portmon 1 32767 rhost 0} ${alignr} ${tcp_portmon 1 32767 lservice 0} ${tcp_portmon 1 32767 rhost 1} ${alignr} ${tcp_portmon 1 32767 lservice 1} ${tcp_portmon 1 32767 rhost 2} ${alignr} ${tcp_portmon 1 32767 lservice 2} ${tcp_portmon 1 32767 rhost 3} ${alignr} ${tcp_portmon 1 32767 lservice 3} ${tcp_portmon 1 32767 rhost 4} ${alignr} ${tcp_portmon 1 32767 lservice 4} ${tcp_portmon 1 32767 rhost 5} ${alignr} ${tcp_portmon 1 32767 lservice 5} ${tcp_portmon 1 32767 rhost 6} ${alignr} ${tcp_portmon 1 32767 lservice 6} ${tcp_portmon 1 32767 rhost 7} ${alignr} ${tcp_portmon 1 32767 lservice 7} ${tcp_portmon 1 32767 rhost 8} ${alignr} ${tcp_portmon 1 32767 lservice 8} ${color #ddaa00}Outbound Connection ${alignr} Remote Service/Port$color ${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} ${tcp_portmon 32768 61000 rhost 6} ${alignr} ${tcp_portmon 32768 61000 rservice 6} ${tcp_portmon 32768 61000 rhost 7} ${alignr} ${tcp_portmon 32768 61000 rservice 7} ${tcp_portmon 32768 61000 rhost 8} ${alignr} ${tcp_portmon 32768 61000 rservice 8}
- 07-31-2009 #9If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.
- 07-31-2009 #10If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.





