-
Notifications
You must be signed in to change notification settings - Fork 5
/
bl-exitrc
175 lines (161 loc) · 4.54 KB
/
bl-exitrc
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
# CONFIGURATION
# --------------
# NOTE: This file is only parsed by the legacy version of bl-exit,
# installed by the bunsen-exit-python package.
#
# Full instructions for configuring bl-exitrc can be found in:
#
# "/usr/share/bunsen/docs/helpfile-bl-exit.txt"
#
# They can also be accessed from the main menu:
#
# Menu -> Help & Resources -> Bunsen Help Files
#
#
### BUTTONS ############################################################
[cancel]
show = always
onerror = novisual
[logout]
show = always
onerror = novisual
[suspend]
show = always
onerror = novisual
[sleep]
show = always
onerror = novisual
[hibernate]
show = never
onerror = novisual
[hybridsleep]
show = never
onerror = novisual
[reboot]
show = always
onerror = novisual
[poweroff]
show = always
onerror = novisual
[style]
dir = styles
rcfile = helium.rc
### THEME to be used ###################################################
# When the [theme] section is not present or commented out
# or the [theme] section is present and the 'theme' entry is set to
# 'classic', use the 'classic' GTK ButtonBox layout.
[theme]
# set the theme
theme = helium
### THEME settings #####################################################
[helium]
name=Helium Beam Theme
author=BunsenLabs
#Overall height of the dialog.
dialogHeight=66
#Delay for the fade in counter
sleepDelay=0.003
#OverallOpacity of the dialog (0-100)
overallOpacity=90
#Space between Buttons
buttonSpacing=10
# path to icon files
iconpath=/usr/share/images/bunsen/exit/light
#Button textures (i.e. the images on them)
buttonImageCancel=cancel-sm.png
buttonImagePoweroff=poweroff-sm.png
buttonImageReboot=reboot-sm.png
buttonImageSuspend=sleep-sm.png
buttonImageLogout=logout-sm.png
buttonImageHybridSleep=hibernate-sm.png
buttonImageHibernate=hibernate-sm.png
# windowWidthAdjustment - scale factor for window width ( 0 = default, 800px; 1 = full screen width)
windowWidthAdjustment=0.4
[bunsen-small]
name = Default small Bunsen theme
author = BunsenLabs
#Overall height of the dialog.
dialogHeight=130
#Delay for the fade in counter
sleepDelay=0.001
#OverallOpacity of the dialog (0-100)
overallOpacity=80
#Space between Buttons
buttonSpacing=0
# path to icon files
iconpath=/usr/share/images/bunsen/exit/dark
#Button textures (i.e. the images on them)
buttonImageCancel=cancel.png
buttonImagePowerOff=poweroff.png
buttonImageReboot=reboot.png
buttonImageSuspend=sleep.png
buttonImageLogout=logout.png
buttonImageHybridSleep=hibernate.png
buttonImageHibernate=hibernate.png
# windowWidthAdjustment - scale factor for window width ( 0 = default, 800px; 1 = full screen width)
windowWidthAdjustment=0.5
[dark]
name=Dark Theme
author=MerlinElMago
#Overall height of the dialog.
dialogHeight=150
#Delay for the fade in counter
sleepDelay=0.003
#OverallOpacity of the dialog (0-100)
overallOpacity=100
#Space between Buttons
buttonSpacing=5
# path to icon files
iconpath=/usr/share/images/bunsen/exit/dark
#Button textures (i.e. the images on them)
buttonImageCancel=cancel.png
buttonImagePoweroff=poweroff.png
buttonImageReboot=reboot.png
buttonImageSuspend=sleep.png
buttonImageLogout=logout.png
buttonImageHybridSleep=hibernate.png
buttonImageHibernate=hibernate.png
# windowWidthAdjustment - scale factor for window width ( 0 = default, 800px; 1 = full screen width)
windowWidthAdjustment=1
[light]
name=Light Theme
author=BunsenLabs
#Overall height of the dialog.
dialogHeight=150
#Delay for the fade in counter
sleepDelay=0.003
#OverallOpacity of the dialog (0-100)
overallOpacity=100
#Space between Buttons
buttonSpacing=5
# path to icon files
iconpath=/usr/share/images/bunsen/exit/light
#Button textures (i.e. the images on them)
buttonImageCancel=cancel.png
buttonImagePoweroff=poweroff.png
buttonImageReboot=reboot.png
buttonImageSuspend=sleep.png
buttonImageLogout=logout.png
buttonImageHybridSleep=hibernate.png
buttonImageHibernate=hibernate.png
# windowWidthAdjustment - scale factor for window width ( 0 = default, 800px; 1 = full screen width)
windowWidthAdjustment=1
[minimal]
name = Minimal working theme
author = BunsenLabs
#Delay for the fade in counter
sleepDelay=0.003
#OverallOpacity of the dialog (0-100)
overallOpacity=75
# path to icon files
iconpath=/usr/share/images/bunsen/exit/light
#Button textures (i.e. the images on them)
buttonImageCancel=cancel.png
buttonImagePowerOff=poweroff.png
buttonImageReboot=reboot.png
buttonImageSuspend=sleep.png
buttonImageLogout=logout.png
buttonImageHybridSleep=hibernate.png
buttonImageHibernate=hibernate.png
# windowWidthAdjustment - scale factor for window width ( 0 = default, 800px; 1 = full screen width)
windowWidthAdjustment=1