


GTK3 Themes by trastes 41 comments

GTK3 Themes by trastes 41 comments
Where did you get the green icons from? Looks like a green version of Faience?
Thanks
- Jun 30 2013

GTK2 Themes by NanaBuluku 17 comments

Conky by wolle1 48 comments
#!/bin/bash
date > ~/.sync.log
echo "Starting calendar sync . . ." >> ~/.sync.log
while [ true ]
do
# Wait 5 mins
date >> ~/.sync.log
sleep 5m
# Download latest Calendar
date >> ~/.sync.log
echo "Downloading calendar . . ." >> ~/.sync.log
cd /home/<user>/Downloads
rm index.html*
wget --http-user=gmail_account --http-password=gmail_password https://www.google.com/calendar/dav/gmail_account/events/ >> ~/.sync.log
mv index.html ~/Documents/Google.ics
done
- Apr 19 2011

Conky by wolle1 48 comments
python .screenlets/eventCal/eventCalScreenlet.py
or
python /usr/share/screenlets/eventCal/eventCalScreenlet.py
:) - Jan 13 2011

Conky by wolle1 48 comments
I'm a Google Calendar user relying on Thunderbird/Lighting - not keen on Evolution. But the other Google calendar screenlets are either very slow and don't work if I'm off-line.
But a simple shell script solved that using a loop, sleep and wget to download the Google Calendar ics export. Now I have the best of both worlds :) - Jan 13 2011

Nature by kingkompost 1 comment