Dist changes, prepping for 0.1

This commit is contained in:
Andrew Williams
2009-01-17 22:39:16 +00:00
parent db18f95682
commit 8472b2d6fc
6 changed files with 31 additions and 3 deletions

1
.bzrignore Normal file
View File

@@ -0,0 +1 @@
dist

View File

@@ -1,6 +1,6 @@
LICENSE
README
runner
oblogout
setup.py
openboxlogout/__init__.py
openboxlogout/openboxlogout.py
@@ -17,6 +17,7 @@ openboxlogout/themes/oxygen/hibernate.png
openboxlogout/themes/oxygen/lock.png
openboxlogout/themes/oxygen/logout.png
openboxlogout/themes/oxygen/restart.png
openboxlogout/themes/oxygen/safesuspend.png
openboxlogout/themes/oxygen/shutdown.png
openboxlogout/themes/oxygen/suspend.png
openboxlogout/themes/oxygen/switch.png

24
README
View File

@@ -0,0 +1,24 @@
Crunchbang Openbox Logout
- GTK/Cairo based logout box styled for Crunchbang
Andrew Williams <andy@tensixtyone.com>
Originally based on code by:
adcomp <david.madbox@gmail.com>
iggykoopa <etrombly@yahoo.com>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

Binary file not shown.

Binary file not shown.

View File

@@ -4,8 +4,10 @@
# - GTK/Cairo based logout box styled for Crunchbang
#
# Andrew Williams <andy@tensixtyone.com>
# adcomp <david.madbox@gmail.com>
# iggykoopa <etrombly@yahoo.com>
#
# Originally based on code by:
# adcomp <david.madbox@gmail.com>
# iggykoopa <etrombly@yahoo.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by