Topic: Conky as a screensaver
I <3 conky.
couldn't get a screenshot of my screensaver, but just imagine the coolest conky setup you can, but as a screensaver.
"conky-ss.desktop" in /usr/share/applications/screensavers/
[Desktop Entry]
Encoding=UTF-8
Name=Conky
Comment=Displays Information as a Screensaver with Conky
TryExec=conky-ss
Exec=conky-ss
StartupNotify=true
Terminal=true
Type=Application
Categories=GNOME;Screensaver
OnlyShowIn=GNOME;
X-Ubuntu-Gettext-Domain=gnome-screensaverthat will run this next file.
"conky-ss" in /usr/lib/xscreensaver
#!/bin/bash
killall conky
conky -q -c /home/[user]/.conkyrc-ssfor some reason mine only works when i kill other conky's. trying to work around that. i'll share when i figure something out.
it might have to do with them both drawing to the desktop instead of one (reg conky) being in a window..
then finally ".conkyrc-ss" in your ~/
background no
use_xft yes
xftfont AvantGardeLTMedium:size=10
xftalpha .1
update_interval 1.0
total_run_times 0
own_window no
double_buffer yes
minimum_size 0 0
draw_shades no
draw_outline no
draw_borders no
imlib_cache_size 0
short_units 1
display :0.0
mpd_port 6600
mpd_host localhost
default_color D7D3C5
color1 9f907d
default_color ffffff
color1 555555
draw_shades no
alignment top_middle
gap_x 0
gap_y 200
no_buffers yes
uppercase yes
cpu_avg_samples 2
override_utf8_locale no
TEXT
${font AvantGardeLTMedium:size=36}${alignc}${time %l:%M}
$font${alignc}$color${execi 30 python ~/bin/gmail.py}$color1 new messages
${alignc}$color${execi 30 python ~/bin/conkyGoogleReader.py}$color1 unread items
$alignc$color${execi 60 conkyForecast -l USIN0211 -d HT -i -u -x -e 3}F $color1${execi 60 conkyForecast -l USIN0211 -d CC}
${alignc}$color$mpd_title
${alignc}$color1$mpd_artistonce you stick all the files in the places (don't forget to sudo it, and "chmod +x" the conky-ss file) then you should see it under your "Screensaver and Power management"
just thought i'd get this idea out there and let people play with it =]
Last edited by aslamp (2009-08-15 01:02:38)
