Newer
Older
<?xml version="1.0" encoding="UTF-8"?>
Ali Abdallah
committed
<!-- interface-requires libxfce4ui 4.5 -->
<requires lib="gtk+" version="2.16"/>
<!-- interface-naming-policy toplevel-contextual -->
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
<object class="GtkAdjustment" id="adjustment1">
<property name="lower">14</property>
<property name="upper">360</property>
<property name="value">14</property>
<property name="step_increment">1</property>
<property name="page_increment">10</property>
<property name="page_size">10</property>
</object>
<object class="GtkAdjustment" id="adjustment10">
<property name="lower">1</property>
<property name="upper">100</property>
<property name="value">80</property>
<property name="step_increment">1</property>
</object>
<object class="GtkAdjustment" id="adjustment11">
<property name="lower">1</property>
<property name="upper">100</property>
<property name="value">20</property>
<property name="step_increment">1</property>
</object>
<object class="GtkAdjustment" id="adjustment2">
<property name="upper">60</property>
<property name="value">17</property>
<property name="step_increment">1</property>
</object>
<object class="GtkAdjustment" id="adjustment3">
<property name="upper">60</property>
<property name="value">15</property>
<property name="step_increment">1</property>
<property name="page_size">10</property>
</object>
<object class="GtkAdjustment" id="adjustment4">
<property name="lower">9</property>
<property name="upper">120</property>
<property name="value">10</property>
<property name="step_increment">1</property>
</object>
<object class="GtkAdjustment" id="adjustment5">
<property name="lower">14</property>
<property name="upper">360</property>
<property name="value">15</property>
<property name="step_increment">1</property>
<property name="page_increment">10</property>
<property name="page_size">10</property>
</object>
<object class="GtkAdjustment" id="adjustment6">
<property name="upper">60</property>
<property name="value">5</property>
<property name="step_increment">1</property>
</object>
<object class="GtkAdjustment" id="adjustment7">
<property name="upper">60</property>
<property name="value">5</property>
<property name="step_increment">1</property>
</object>
<object class="GtkAdjustment" id="adjustment8">
<property name="lower">9</property>
<property name="upper">120</property>
<property name="value">10</property>
<property name="step_increment">1</property>
</object>
<object class="GtkAdjustment" id="adjustment9">
<property name="lower">1</property>
<property name="upper">20</property>
<property name="value">5</property>
<property name="step_increment">1</property>
</object>
<object class="GtkAdjustment" id="blank-on-ac-adjustment">
<property name="upper">60</property>
<property name="value">10</property>
<property name="step_increment">1</property>
</object>
<object class="GtkAdjustment" id="blank-on-battery-adjustment">
<property name="upper">60</property>
<property name="value">10</property>
<property name="step_increment">1</property>
</object>
<object class="XfceTitledDialog" id="xfpm-settings-dialog">
<property name="can_focus">False</property>
<property name="title" translatable="yes">Xfce Power Manager</property>
<property name="window_position">center-on-parent</property>
<property name="icon_name">xfpm-ac-adapter</property>
<property name="type_hint">dialog</property>
<property name="subtitle" translatable="yes">Power manager settings</property>
<child internal-child="vbox">
<object class="GtkVBox" id="dialog-vbox">
<property name="visible">True</property>
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
<property name="can_focus">False</property>
<child internal-child="action_area">
<object class="GtkHButtonBox" id="dialog-action_area">
<property name="visible">True</property>
<property name="can_focus">False</property>
<child>
<object class="GtkButton" id="help-button">
<property name="label">gtk-help</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_stock">True</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkButton" id="close-button">
<property name="label">gtk-close</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_stock">True</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="pack_type">end</property>
<property name="position">0</property>
</packing>
</child>
Simon Steinbeiss
committed
<object class="GtkVBox" id="plug-child">
<property name="visible">True</property>
<property name="can_focus">False</property>
Simon Steinbeiss
committed
<object class="GtkNotebook" id="main-notebook">
<property name="visible">True</property>
<property name="can_focus">True</property>
Simon Steinbeiss
committed
<object class="GtkVBox" id="vbox1">
<property name="visible">True</property>
Simon Steinbeiss
committed
<property name="can_focus">False</property>
<property name="border_width">12</property>
Simon Steinbeiss
committed
<object class="GtkFrame" id="frame1">
<property name="visible">True</property>
Simon Steinbeiss
committed
<property name="can_focus">False</property>
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
Simon Steinbeiss
committed
<object class="GtkAlignment" id="alignment1">
<property name="visible">True</property>
Simon Steinbeiss
committed
<property name="can_focus">False</property>
<property name="border_width">6</property>
<property name="bottom_padding">18</property>
<property name="left_padding">12</property>
Simon Steinbeiss
committed
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
<object class="GtkVBox" id="vbox2">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="spacing">5</property>
<child>
<object class="GtkTable" id="table1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="n_rows">3</property>
<property name="n_columns">2</property>
<property name="column_spacing">6</property>
<property name="row_spacing">6</property>
<child>
<object class="GtkLabel" id="power-label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">When power button is pressed</property>
</object>
<packing>
<property name="x_options">GTK_FILL</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="sleep-label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">When sleep button is pressed</property>
</object>
<packing>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">GTK_FILL</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="hibernate-label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">When hibernate button is pressed</property>
</object>
<packing>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="x_options">GTK_FILL</property>
</packing>
</child>
<child>
<object class="GtkComboBox" id="power-combox">
<property name="visible">True</property>
<property name="can_focus">False</property>
<signal name="changed" handler="button_power_changed_cb" swapped="no"/>
<child>
<object class="GtkCellRendererText" id="renderer1"/>
<attributes>
<attribute name="text">0</attribute>
</attributes>
</child>
</object>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
</packing>
</child>
<child>
<object class="GtkComboBox" id="sleep-combox">
<property name="visible">True</property>
<property name="can_focus">False</property>
<signal name="changed" handler="button_sleep_changed_cb" swapped="no"/>
<child>
<object class="GtkCellRendererText" id="renderer4"/>
<attributes>
<attribute name="text">0</attribute>
</attributes>
</child>
</object>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
</child>
<child>
<object class="GtkComboBox" id="hibernate-combox">
<property name="visible">True</property>
<property name="can_focus">False</property>
<signal name="changed" handler="button_hibernate_changed_cb" swapped="no"/>
<child>
<object class="GtkCellRendererText" id="renderer3"/>
<attributes>
<attribute name="text">0</attribute>
</attributes>
</child>
</object>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
</packing>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkCheckButton" id="lock-screen">
<property name="label" translatable="yes">Lock screen when going for suspend/hibernate</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="lock_screen_toggled_cb" swapped="no"/>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
Simon Steinbeiss
committed
</packing>
</child>
</object>
</child>
</object>
</child>
Simon Steinbeiss
committed
<child type="label">
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
Simon Steinbeiss
committed
<property name="can_focus">False</property>
<property name="label" translatable="yes"><b>Buttons</b></property>
Simon Steinbeiss
committed
<property name="use_markup">True</property>
</object>
</child>
Simon Steinbeiss
committed
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
<child>
<object class="GtkFrame" id="frame-laptop-lid">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
<child>
<object class="GtkAlignment" id="alignment4">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="left_padding">12</property>
<child>
<object class="GtkTable" id="table5">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="n_rows">2</property>
<property name="n_columns">3</property>
<property name="column_spacing">18</property>
<property name="row_spacing">6</property>
<child>
<object class="GtkLabel" id="lid-on-battery-label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">On battery</property>
<property name="use_markup">True</property>
</object>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="lid-on-ac-label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Plugged in</property>
<property name="use_markup">True</property>
</object>
<packing>
<property name="left_attach">2</property>
<property name="right_attach">3</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="lid-action-label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">When laptop lid is closed</property>
</object>
<packing>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">GTK_FILL</property>
</packing>
</child>
<child>
<object class="GtkComboBox" id="lid-on-battery-combo">
<property name="visible">True</property>
<property name="can_focus">False</property>
<child>
<object class="GtkCellRendererText" id="renderer9"/>
<attributes>
<attribute name="text">0</attribute>
</attributes>
</child>
</object>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
</child>
<child>
<object class="GtkComboBox" id="lid-on-ac-combo">
<property name="visible">True</property>
<property name="can_focus">False</property>
<child>
<object class="GtkCellRendererText" id="renderer10"/>
<attributes>
<attribute name="text">0</attribute>
</attributes>
</child>
</object>
<packing>
<property name="left_attach">2</property>
<property name="right_attach">3</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
</child>
<child>
<placeholder/>
</child>
</object>
</child>
</object>
</child>
<child type="label">
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes"><b>Laptop Lid</b></property>
<property name="use_markup">True</property>
</object>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
Simon Steinbeiss
committed
<child>
<object class="GtkFrame" id="frame2">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
Simon Steinbeiss
committed
<object class="GtkAlignment" id="alignment2">
<property name="visible">True</property>
Simon Steinbeiss
committed
<property name="can_focus">False</property>
<property name="border_width">6</property>
<property name="bottom_padding">6</property>
<property name="left_padding">12</property>
Simon Steinbeiss
committed
<object class="GtkCheckButton" id="notification">
<property name="label" translatable="yes">Show notifications</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="notify_toggled_cb" swapped="no"/>
</object>
</child>
</object>
</child>
Simon Steinbeiss
committed
<child type="label">
<object class="GtkLabel" id="label5">
<property name="visible">True</property>
Simon Steinbeiss
committed
<property name="can_focus">False</property>
<property name="label" translatable="yes"><b>Appearance</b></property>
<property name="use_markup">True</property>
</child>
</object>
<packing>
<property name="expand">False</property>
Simon Steinbeiss
committed
<property name="fill">True</property>
</packing>
</child>
</object>
</child>
<child type="tab">
<object class="GtkLabel" id="general">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">General</property>
</object>
<packing>
<property name="tab_fill">False</property>
</packing>
</child>
<child>
Simon Steinbeiss
committed
<object class="GtkVBox" id="vbox3">
<property name="visible">True</property>
<property name="can_focus">False</property>
Simon Steinbeiss
committed
<property name="border_width">12</property>
<property name="spacing">6</property>
Simon Steinbeiss
committed
<object class="GtkAlignment" id="alignment5">
<property name="visible">True</property>
<property name="can_focus">False</property>
Simon Steinbeiss
committed
<property name="bottom_padding">18</property>
<child>
<object class="GtkVBox" id="vbox5">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="spacing">3</property>
<child>
Simon Steinbeiss
committed
</child>
</object>
</child>
</object>
<packing>
Simon Steinbeiss
committed
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
Simon Steinbeiss
committed
<object class="GtkFrame" id="frame5">
<property name="visible">True</property>
<property name="can_focus">False</property>
Simon Steinbeiss
committed
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
Simon Steinbeiss
committed
<object class="GtkAlignment" id="alignment6">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="bottom_padding">6</property>
<property name="left_padding">12</property>
<child>
<object class="GtkTable" id="table2">
<property name="visible">True</property>
<property name="can_focus">False</property>
Simon Steinbeiss
committed
<property name="n_columns">3</property>
<property name="column_spacing">18</property>
<property name="row_spacing">6</property>
Simon Steinbeiss
committed
<child>
Simon Steinbeiss
committed
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">On battery</property>
Simon Steinbeiss
committed
<property name="use_markup">True</property>
</object>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
</packing>
</child>
<child>
Simon Steinbeiss
committed
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Plugged in</property>
Simon Steinbeiss
committed
<property name="use_markup">True</property>
</object>
<packing>
<property name="left_attach">2</property>
<property name="right_attach">3</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label7">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Put system to sleep when inactive for</property>
</object>
<packing>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="x_options">GTK_FILL</property>
</packing>
</child>
<child>
<object class="GtkHScale" id="inactivity-on-battery">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="update_policy">discontinuous</property>
<property name="adjustment">adjustment5</property>
Simon Steinbeiss
committed
<property name="digits">0</property>
<property name="value_pos">bottom</property>
<signal name="format-value" handler="format_inactivity_value_cb" swapped="no"/>
<signal name="value-changed" handler="inactivity_on_battery_value_changed_cb" swapped="no"/>
Simon Steinbeiss
committed
</object>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
</packing>
</child>
<child>
<object class="GtkHScale" id="inactivity-on-ac">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="update_policy">discontinuous</property>
<property name="adjustment">adjustment1</property>
Simon Steinbeiss
committed
<property name="digits">0</property>
<property name="value_pos">bottom</property>
<signal name="format-value" handler="format_inactivity_value_cb" swapped="no"/>
<signal name="value-changed" handler="inactivity_on_ac_value_changed_cb" swapped="no"/>
Simon Steinbeiss
committed
</object>
<packing>
<property name="left_attach">2</property>
<property name="right_attach">3</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
</packing>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
<object class="GtkLabel" id="system-sleepmode-label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">System sleep mode</property>
</object>
<packing>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
</child>
<child>
<object class="GtkComboBox" id="system-sleep-mode-on-battery">
<property name="visible">True</property>
<property name="can_focus">False</property>
<signal name="changed" handler="on_sleep_mode_changed_cb" swapped="no"/>
<child>
<object class="GtkCellRendererText" id="renderer8"/>
<attributes>
<attribute name="text">0</attribute>
</attributes>
</child>
</object>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
</child>
<child>
<object class="GtkComboBox" id="system-sleep-mode-on-ac">
<property name="visible">True</property>
<property name="can_focus">False</property>
<child>
<object class="GtkCellRendererText" id="renderer2"/>
<attributes>
<attribute name="text">0</attribute>
</attributes>
</child>
</object>
<packing>
<property name="left_attach">2</property>
<property name="right_attach">3</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
</child>
Simon Steinbeiss
committed
</object>
</child>
</object>
</child>
<child type="label">
<object class="GtkLabel" id="label8">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes"><b>System power saving</b></property>
<property name="use_markup">True</property>
</object>
</child>
</object>
<packing>
Simon Steinbeiss
committed
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkFrame" id="frame-critical-power">
<property name="visible">True</property>
Simon Steinbeiss
committed
<property name="can_focus">False</property>
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
Simon Steinbeiss
committed
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
<object class="GtkAlignment" id="alignment3">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="border_width">6</property>
<property name="bottom_padding">6</property>
<property name="left_padding">12</property>
<child>
<object class="GtkVBox" id="vbox4">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="spacing">3</property>
<child>
<object class="GtkHBox" id="hbox2">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="spacing">6</property>
<child>
<object class="GtkLabel" id="critical-level-label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Critical battery power level</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkSpinButton" id="critical-spin">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="invisible_char">•</property>
<property name="width_chars">4</property>
Simon Steinbeiss
committed
<property name="primary_icon_activatable">False</property>
<property name="secondary_icon_activatable">False</property>
<property name="primary_icon_sensitive">True</property>
<property name="secondary_icon_sensitive">True</property>
<property name="adjustment">adjustment9</property>
Simon Steinbeiss
committed
<signal name="output" handler="critical_spin_output_cb" swapped="no"/>
<signal name="value-changed" handler="critical_level_value_changed_cb" swapped="no"/>
Simon Steinbeiss
committed
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkHBox" id="hbox3">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="spacing">6</property>
<child>
<object class="GtkLabel" id="battery-critical-label">
Simon Steinbeiss
committed
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">On critical battery power</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkComboBox" id="battery-critical-combox">
<property name="visible">True</property>
<property name="can_focus">False</property>
<signal name="changed" handler="battery_critical_changed_cb" swapped="no"/>
<child>
<object class="GtkCellRendererText" id="renderer7"/>
<attributes>
<attribute name="text">0</attribute>
</attributes>
</child>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
</object>
</child>
</object>
</child>
<child type="label">
<object class="GtkLabel" id="label9">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes"><b>Critical power</b></property>
<property name="use_markup">True</property>
</object>
</child>
</object>
Simon Steinbeiss
committed
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">2</property>
</packing>
</child>
</object>
<packing>
Simon Steinbeiss
committed
<property name="position">1</property>
</packing>
</child>
<child type="tab">
Simon Steinbeiss
committed
<object class="GtkLabel" id="system">
<property name="visible">True</property>
<property name="can_focus">False</property>
Simon Steinbeiss
committed
<property name="label" translatable="yes">System</property>
</object>
<packing>
<property name="position">1</property>
<property name="tab_fill">False</property>
</packing>
</child>
<child>
Simon Steinbeiss
committed
<object class="GtkVBox" id="vbox6">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="border_width">12</property>
Simon Steinbeiss
committed
<property name="spacing">18</property>
Simon Steinbeiss
committed
<object class="GtkVBox" id="vbox7">
<property name="visible">True</property>
<property name="can_focus">False</property>
Simon Steinbeiss
committed
<property name="spacing">6</property>
<child>
<object class="GtkCheckButton" id="enable-dpms">
<property name="label" translatable="yes">Handle display power management</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="dpms_toggled_cb" swapped="no"/>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
</object>
<packing>
Simon Steinbeiss
committed
<property name="expand">False</property>
<property name="fill">True</property>
<property name="padding">6</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkFrame" id="frame6">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
Simon Steinbeiss
committed
<child>
<object class="GtkAlignment" id="alignment7">
Simon Steinbeiss
committed
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="bottom_padding">6</property>
<property name="left_padding">12</property>
<child>
<object class="GtkTable" id="table3">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="n_rows">4</property>
<property name="n_columns">3</property>
<property name="column_spacing">12</property>
<property name="row_spacing">3</property>
Simon Steinbeiss
committed
<object class="GtkLabel" id="blank-display-label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Blank after</property>
</object>
<packing>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options">GTK_FILL</property>
</packing>
</child>
<child>
Simon Steinbeiss
committed
<object class="GtkLabel" id="sleep-display-label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Put to sleep after</property>
</object>
<packing>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options">GTK_FILL</property>
</packing>
</child>
<child>
Simon Steinbeiss
committed
<object class="GtkLabel" id="switch-off-display-label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Switch off after</property>
</object>
<packing>
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options">GTK_FILL</property>
</packing>
</child>
<child>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">On battery</property>
<property name="use_markup">True</property>
</object>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="y_options">GTK_FILL</property>
</packing>
</child>
<child>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Plugged in</property>
<property name="use_markup">True</property>
</object>
<packing>
<property name="left_attach">2</property>
<property name="right_attach">3</property>
<property name="y_options">GTK_FILL</property>
</packing>
</child>
Simon Steinbeiss
committed
<child>
<object class="GtkHScale" id="blank-on-battery">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="update_policy">discontinuous</property>
<property name="adjustment">blank-on-battery-adjustment</property>
<property name="digits">0</property>
<property name="value_pos">bottom</property>
<signal name="format-value" handler="format_dpms_value_cb" swapped="no"/>
Simon Steinbeiss
committed
</object>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="y_options">GTK_FILL</property>
</packing>
</child>
<child>
<object class="GtkHScale" id="blank-on-ac">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="update_policy">discontinuous</property>
<property name="adjustment">blank-on-ac-adjustment</property>
<property name="digits">0</property>
<property name="value_pos">bottom</property>
<signal name="format-value" handler="format_dpms_value_cb" swapped="no"/>
Simon Steinbeiss
committed
</object>
<packing>
<property name="left_attach">2</property>
<property name="right_attach">3</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="y_options">GTK_FILL</property>
</packing>
</child>
<child>
<object class="GtkHScale" id="sleep-dpms-on-battery">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="update_policy">discontinuous</property>
<property name="adjustment">adjustment6</property>
<property name="digits">0</property>
<property name="value_pos">bottom</property>
<signal name="format-value" handler="format_dpms_value_cb" swapped="no"/>
<signal name="value-changed" handler="sleep_on_battery_value_changed_cb" swapped="no"/>
</object>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
Simon Steinbeiss
committed
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="y_options">GTK_FILL</property>
</packing>
</child>
<child>
<object class="GtkHScale" id="sleep-dpms-on-ac">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="update_policy">discontinuous</property>
<property name="adjustment">adjustment2</property>