<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://deltanine.net/mw/index.php?action=history&amp;feed=atom&amp;title=Conky</id>
	<title>Conky - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://deltanine.net/mw/index.php?action=history&amp;feed=atom&amp;title=Conky"/>
	<link rel="alternate" type="text/html" href="https://deltanine.net/mw/index.php?title=Conky&amp;action=history"/>
	<updated>2026-09-12T05:23:26Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.1</generator>
	<entry>
		<id>https://deltanine.net/mw/index.php?title=Conky&amp;diff=311&amp;oldid=prev</id>
		<title>Chris: 1 revision</title>
		<link rel="alternate" type="text/html" href="https://deltanine.net/mw/index.php?title=Conky&amp;diff=311&amp;oldid=prev"/>
		<updated>2013-07-25T08:08:05Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 08:08, 25 July 2013&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Chris</name></author>
		
	</entry>
	<entry>
		<id>https://deltanine.net/mw/index.php?title=Conky&amp;diff=310&amp;oldid=prev</id>
		<title>Chris at 11:40, 25 May 2009</title>
		<link rel="alternate" type="text/html" href="https://deltanine.net/mw/index.php?title=Conky&amp;diff=310&amp;oldid=prev"/>
		<updated>2009-05-25T11:40:03Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Install software==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt-get install conky,hddtemp,lm-sensors&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==Install the Fonts==&lt;br /&gt;
Install fonts into ~/.fonts - I got some from here: http://www.quicktweaks.com/2008/09/27/gmail-weather-beauty-right-on-your-ubuntu-desktop/&lt;br /&gt;
==Scripts==&lt;br /&gt;
My scripts are in ~/scripts/conky (or should be)&lt;br /&gt;
==Weather==&lt;br /&gt;
For Weather read here: http://ubuntuforums.org/showthread.php?t=869328&lt;br /&gt;
==Documenation==&lt;br /&gt;
Conky is documented here: http://conky.sourceforge.net/docs.html&lt;br /&gt;
==My .conkyrc script==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# conky configuration&lt;br /&gt;
# edited by Mark Buck (Kaivalagi) &amp;lt;m_buck@hotmail.com&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# set to yes if you want Conky to be forked in the background&lt;br /&gt;
background no&lt;br /&gt;
&lt;br /&gt;
# X font when Xft is disabled, you can pick one with program xfontsel&lt;br /&gt;
#font 5x7&lt;br /&gt;
#font 6x10&lt;br /&gt;
#font 7x13&lt;br /&gt;
#font 8x13&lt;br /&gt;
#font 9x15&lt;br /&gt;
#font *mintsmild.se*&lt;br /&gt;
#font -*-*-*-*-*-*-34-*-*-*-*-*-*-*&lt;br /&gt;
&lt;br /&gt;
# Use Xft?&lt;br /&gt;
use_xft yes&lt;br /&gt;
&lt;br /&gt;
# Xft font when Xft is enabled&lt;br /&gt;
xftfont Bitstream Vera Sans Mono:size=9&lt;br /&gt;
&lt;br /&gt;
# Text alpha when using Xft&lt;br /&gt;
xftalpha 0.8&lt;br /&gt;
&lt;br /&gt;
# Update interval in seconds&lt;br /&gt;
update_interval 1.0&lt;br /&gt;
&lt;br /&gt;
# This is the number of times Conky will update before quitting.&lt;br /&gt;
# Set to zero to run forever.&lt;br /&gt;
total_run_times 0&lt;br /&gt;
&lt;br /&gt;
# Create own window instead of using desktop (required in nautilus)&lt;br /&gt;
own_window no&lt;br /&gt;
&lt;br /&gt;
# Use double buffering (reduces flicker, may not work for everyone)&lt;br /&gt;
double_buffer yes&lt;br /&gt;
&lt;br /&gt;
# Minimum size of text area&lt;br /&gt;
minimum_size 300 0&lt;br /&gt;
maximum_width 300&lt;br /&gt;
&lt;br /&gt;
# Draw shades?&lt;br /&gt;
draw_shades yes&lt;br /&gt;
&lt;br /&gt;
# Draw outlines?&lt;br /&gt;
draw_outline no&lt;br /&gt;
&lt;br /&gt;
# Draw borders around text&lt;br /&gt;
draw_borders no&lt;br /&gt;
draw_graph_borders yes&lt;br /&gt;
&lt;br /&gt;
# Stippled borders?&lt;br /&gt;
stippled_borders 8&lt;br /&gt;
&lt;br /&gt;
# border margins&lt;br /&gt;
border_margin 4&lt;br /&gt;
&lt;br /&gt;
# border width&lt;br /&gt;
border_width 1&lt;br /&gt;
&lt;br /&gt;
# Default colors and also border colors&lt;br /&gt;
default_color white&lt;br /&gt;
default_shade_color black&lt;br /&gt;
default_outline_color white&lt;br /&gt;
&lt;br /&gt;
# own window options&lt;br /&gt;
own_window		yes&lt;br /&gt;
own_window_transparent	yes&lt;br /&gt;
own_window_type		override&lt;br /&gt;
own_window_hints	undecorated,below,sticky,skip_taskbar,skip_pager&lt;br /&gt;
&lt;br /&gt;
# Text alignment, other possible values are commented&lt;br /&gt;
#alignment top_left&lt;br /&gt;
alignment top_right&lt;br /&gt;
#alignment bottom_left&lt;br /&gt;
#alignment bottom_right&lt;br /&gt;
&lt;br /&gt;
# Gap between borders of screen and text&lt;br /&gt;
# same thing as passing -x at command line&lt;br /&gt;
gap_x 10&lt;br /&gt;
gap_y 35&lt;br /&gt;
&lt;br /&gt;
# Subtract file system buffers from used memory?&lt;br /&gt;
no_buffers yes&lt;br /&gt;
&lt;br /&gt;
# set to yes if you want all text to be in uppercase&lt;br /&gt;
uppercase no&lt;br /&gt;
&lt;br /&gt;
# number of cpu samples to average&lt;br /&gt;
# set to 1 to disable averaging&lt;br /&gt;
cpu_avg_samples 2&lt;br /&gt;
&lt;br /&gt;
# number of net samples to average&lt;br /&gt;
# set to 1 to disable averaging&lt;br /&gt;
net_avg_samples 2&lt;br /&gt;
&lt;br /&gt;
# Force UTF8? note that UTF8 support required XFT&lt;br /&gt;
override_utf8_locale yes&lt;br /&gt;
&lt;br /&gt;
# Add spaces to keep things from moving about?  This only affects certain objects.&lt;br /&gt;
use_spacer right&lt;br /&gt;
&lt;br /&gt;
# colours&lt;br /&gt;
color1 white&lt;br /&gt;
# light blue&lt;br /&gt;
color2 6892C6&lt;br /&gt;
# orange&lt;br /&gt;
#E77320&lt;br /&gt;
color3 FC8820&lt;br /&gt;
# green&lt;br /&gt;
color4 78BF39&lt;br /&gt;
# red&lt;br /&gt;
color5 CC0000&lt;br /&gt;
&lt;br /&gt;
text_buffer_size 2048&lt;br /&gt;
&lt;br /&gt;
# variable is given either in format $variable or in ${variable}. Latter&lt;br /&gt;
# allows characters right after the variable and must be used in network&lt;br /&gt;
# stuff because of an argument&lt;br /&gt;
&lt;br /&gt;
# stuff after 'TEXT' will be formatted on screen&lt;br /&gt;
&lt;br /&gt;
TEXT&lt;br /&gt;
${color1}&lt;br /&gt;
${font Radio Space:size=33}${time %H:%M}&lt;br /&gt;
${font Radio Space:size=22}${time %a %e %b} &lt;br /&gt;
${execpi 1800 conkyForecast --location=NZXX0022 --template=/usr/share/conkyforecast/example/conkyForecast.template}&lt;br /&gt;
${color C2E078}${font StyleBats:size=18}P${font}Up: ${uptime_short} $sysname $kernel &lt;br /&gt;
${font weather:size=28}x ${font}CPU:$acpitemp C HDD:${execi 1 ~/conkyscripts/hddmonit.sh} C &lt;br /&gt;
${color C2E078}${font PizzaDude Bullets:size=16}J${font}   $mem $membar&lt;br /&gt;
${color C2E078}${font StyleBats:size=16}A${font}  CPU0: ${cpu cpu0}% ${cpubar cpu0}&lt;br /&gt;
${font StyleBats:size=16}A${font}  CPU1: ${cpu cpu1}% ${cpubar cpu1}&lt;br /&gt;
	NAME $alignr PID    CPU&lt;br /&gt;
	${top name 1} $alignr ${top pid 1} ${top cpu 1}&lt;br /&gt;
	${top name 2} $alignr ${top pid 2} ${top cpu 2}&lt;br /&gt;
	${top name 3} $alignr ${top pid 3} ${top cpu 3}&lt;br /&gt;
${color F8DF58}${font StyleBats:size=16}8${font}  Wifi: ${wireless_bitrate wlan0} ${wireless_link_bar wlan0}&lt;br /&gt;
${font PizzaDude Bullets:size=16}v${font}  ${upspeed wlan0} Kb/s ${font PizzaDude Bullets:size=16}M${font} ${totalup wlan0}&lt;br /&gt;
${font PizzaDude Bullets:size=16}r${font}  ${downspeed wlan0} Kb/s ${font PizzaDude Bullets:size=16}S${font} ${totaldown wlan0}&lt;br /&gt;
&lt;br /&gt;
${color ffffff}${font StyleBats:size=16}8${font}  Battery: ${battery_percent BAT1}% ${battery_bar BAT1}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Delay start==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
http://ubuntuforums.org/showthread.php?t=357807&lt;br /&gt;
&lt;br /&gt;
Do this:&lt;br /&gt;
&lt;br /&gt;
Go to your home folder, and create a new document. Call it something like ‘.conky_start.sh’ It should contain the following&lt;br /&gt;
&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
sleep 6 &amp;amp;&amp;amp; conky;&lt;br /&gt;
&lt;br /&gt;
The # after ’sleep’ tells the computer how long to wait until starting conky. This way you can wait until after the desktop is drawn, and then put conky on top of it&lt;br /&gt;
&lt;br /&gt;
Then do a chmod on it and add execute privileges&lt;br /&gt;
&lt;br /&gt;
sudo chmod +x .conky_start.sh&lt;br /&gt;
&lt;br /&gt;
Finally, go to system -&amp;gt; prefeneces -&amp;gt; sessions&lt;br /&gt;
pick the ’statup’ tab&lt;br /&gt;
remove the conky entry&lt;br /&gt;
click add&lt;br /&gt;
browse for your ‘.conky_startup.sh’ file&lt;br /&gt;
&lt;br /&gt;
and you should be good to go.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Chris</name></author>
		
	</entry>
</feed>