]> git.phdru.name Git - xsetbg.git/commitdiff
More comments.
authorOleg Broytman <phd@phdru.name>
Sun, 26 Feb 2006 22:21:15 +0000 (22:21 +0000)
committerOleg Broytman <phd@phdru.name>
Sun, 26 Feb 2006 22:21:15 +0000 (22:21 +0000)
git-svn-id: file:///home/phd/archive/SVN/xsetbg/trunk@7 143022c7-580b-0410-bae3-87f2bf5d3141

print-filename.py
xsetbg.py

index 72769b1a591245789db184c88f1a1f3dedcdf7fe..a710a939203b373fa8cd6ef0d24d4f8ea8396cca 100755 (executable)
@@ -1,14 +1,19 @@
 #! /usr/local/bin/python -O
-"""This file is a part of XSetBg.
-Author: Oleg BroytMann <phd@phd.pp.ru>
-Copyright (C) 2004-2006 PhiloSoft Design
+"""Print background filename
+
+Print the filename of the current or previous background image.
+
+This file is a part of XSetBg.
+
 """
 
 __version__ = "$Revision$"[11:-2]
+__revision__ = "$Id$"[5:-2]
+__date__ = "$Date$"[7:-2]
+
 __author__ = "Oleg BroytMann <phd@phd.pp.ru>"
 __copyright__ = "Copyright (C) 2004-2006 PhiloSoft Design"
-__date__ = "$Date$"[7:-2]
-__revision__ = "$Id$"[5:-2]
+__license__ = "GNU GPL"
 
 
 import sys, os, shelve
index 3b3b02f045c109a13c69141bcffb625ece9cff14..93791a4ef38830d5e0e4dacc1be9b0c49cc057b6 100755 (executable)
--- 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 <phd@phd.pp.ru>
-Copyright (C) 2000-2006 PhiloSoft Design
 """
 
 __version__ = "$Revision$"[11:-2]
+__revision__ = "$Id$"[5:-2]
+__date__ = "$Date$"[7:-2]
+
 __author__ = "Oleg BroytMann <phd@phd.pp.ru>"
 __copyright__ = "Copyright (C) 2000-2006 PhiloSoft Design"
-__date__ = "$Date$"[7:-2]
-__revision__ = "$Id$"[5:-2]
+__license__ = "GNU GPL"
 
 
 import sys, os