mirror of
https://github.com/nikdoof/oblogout.git
synced 2025-12-22 23:09:25 +00:00
Dist changes, prepping for 0.1
This commit is contained in:
1
.bzrignore
Normal file
1
.bzrignore
Normal file
@@ -0,0 +1 @@
|
||||
dist
|
||||
3
MANIFEST
3
MANIFEST
@@ -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
24
README
@@ -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.
|
||||
|
||||
|
||||
|
||||
BIN
dist/appname-0.1.tar.gz
vendored
BIN
dist/appname-0.1.tar.gz
vendored
Binary file not shown.
BIN
dist/openboxlogout-0.1.tar.gz
vendored
BIN
dist/openboxlogout-0.1.tar.gz
vendored
Binary file not shown.
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user