For updates about the lack of updates:
click
click
click
.
Stayed at uni until 12:24 again because I couldn't bear going
home alone, again. Couldn't concentrate on anything. Might have
to take another leave.
Today I wore my Your Rights At Work tshirt today (from the 2007
campaign). Got a few comments from the volunteers, including "Oh.. I
guess I can't interest you in one of these?" from the guy handing out
Liberal how-to-vote cards.
Spent most of the afternoon refreshing the AEC site, then went to Adam
Bandt's after party - at the appropriately named Victory Hotel. Bandt
and Richard de Natale (the Greens senator also elected) are freakishly
similar - same height, hairline, identical voices, even the same glasses!
-----==========-----
On "The sex party would love a hung parliament":
<dleigh> I guess the Sex Party was hoping for a bigger election.
<vchau > Well there was plenty of swinging going on.
-----==========-----
Epic hammond organ porn - clear plexiglass case and chrome keys:
http://www.1stdibs.com/furniture_item_detail.php?id=423316
http://www.1stdibs.com/furniture_item_zoom.php?id=423316&view=3
A small CPU load widget for the Awesome wm, based on IceBrain's Active
RAM Widget (http://awesome.naquadah.org/wiki/Active_RAM). Unlike some
other load widgets, This one doesn't spawn any new processes or
require any widget libraries (just the ones that come with awesome).
Add to rc.lua, near the top but after the library imports:
function cpuload()
for line in io.lines('/proc/loadavg') do
return string.sub(line, 0, 4)
end
end
cpuinfo = widget({ type = "textbox", align = "right" })
awful.hooks.timer.register(5, function() cpuinfo.text = cpuload() end)
Look for the "mywibox[s].widgets" definition and add the new "cpuinfo"
one. I suggest putting it after the textclock:
mywibox[s].widgets = {
...
mytextclock,
cpuinfo,
...
}
I hate living by myself. I hate it sooo much.
4 months ago I loved it. :(
That is all.
Generated Fri, 10 Sep 2010 04:41:15 +1000
Copyright © 2002-2010 Dylan Leigh.
[HTML 4.01 Transitional]