forked from Cloudef/oblogout-fork
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
80 lines (53 loc) · 2.21 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Crunchbang Openbox Logout
- GTK/Cairo based logout box styled for Crunchbang
oblogout by:
Andrew Williams <[email protected]>
Originally based on code by:
adcomp <[email protected]>
iggykoopa <[email protected]>
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.
######
INSTALLATION
- Run ./setup.py install
- Customise the config (/etc/oblogout.conf) as required
######
RUN
- Run via the 'oblogout' command
- CAIRO RENDERING IS ONLY ENABLED FOR COMPOSITED SCREENS!
Rendered effects are used for ones without.
######
CONFIGURATION OPTIONS
SETTINGS
- Backend = Choose backend to use with oblogout's shutdown/restart operations
- HAL
- ConsoleKit ( Uses UPower for suspend/hibernate )
- Monitor = Specify which monitor oblogout will appear in.
LOOKS
- Opacity = Opacity percentage of Cario rendered backgrounds
- Bgcolor = Colour name or hex code (#ffffff) of the background color
- Buttontheme = Icon theme for the buttons, must be in the themes folder of the
package, or in ~/.themes/<name>/oblogout/
- Buttons = List and order of buttons to show
BUTTONS
- cancel = Cancel logout/shutdown
- restart = Restart
- shutdown = Shutdown
- suspend = Suspend
- hibernate = Hibernate
- safesuspend = Suspend/Hibernate mix, writes Hibernate file then suspends
- lock = Lock session
- switch = Switch user
SHORTCUTS
- For each button type, define a key to use. Case insenstive.
COMMANDS
- Same as the buttons, define a command per button type