X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=xsetbg.py;h=93791a4ef38830d5e0e4dacc1be9b0c49cc057b6;hb=eeb09e886cad6befca5aeab03772517e74541525;hp=3b3b02f045c109a13c69141bcffb625ece9cff14;hpb=661f084ccb18819bc9bf0060226f4009a83797cf;p=xsetbg.git diff --git a/xsetbg.py b/xsetbg.py index 3b3b02f..93791a4 100755 --- a/xsetbg.py +++ b/xsetbg.py @@ -1,16 +1,18 @@ #! /usr/local/bin/python -O -"""Select a random image from $HOME/lib/xsetbg/images subdirectories +"""Set a random background image (XWin) + +Select a random image from $HOME/lib/xsetbg/images subdirectories and set it as the desktop wallpaper (display it in the root window). -Author: Oleg BroytMann -Copyright (C) 2000-2006 PhiloSoft Design """ __version__ = "$Revision$"[11:-2] +__revision__ = "$Id$"[5:-2] +__date__ = "$Date$"[7:-2] + __author__ = "Oleg BroytMann " __copyright__ = "Copyright (C) 2000-2006 PhiloSoft Design" -__date__ = "$Date$"[7:-2] -__revision__ = "$Id$"[5:-2] +__license__ = "GNU GPL" import sys, os