Newer
Older
<?xml version="1.0"?>
<!-- interface-requires xfce4 4.6 -->
<!-- interface-naming-policy toplevel-contextual -->
<object class="GtkAdjustment" id="adjustment1">
<property name="value">14</property>
<property name="lower">14</property>
<property name="upper">360</property>
<property name="step_increment">1</property>
<property name="page_increment">10</property>
<property name="page_size">10</property>
</object>
<object class="GtkAdjustment" id="adjustment2">
<property name="value">17</property>
<property name="upper">60</property>
<property name="step_increment">1</property>
</object>
<object class="GtkAdjustment" id="adjustment3">
<property name="value">15</property>
<property name="upper">60</property>
<property name="step_increment">1</property>
<property name="page_size">10</property>
</object>
<object class="GtkAdjustment" id="adjustment4">
<property name="value">10</property>
<property name="lower">9</property>
<property name="upper">120</property>
<property name="step_increment">1</property>
</object>
<object class="GtkAdjustment" id="adjustment5">
<property name="value">15</property>
<property name="lower">14</property>
<property name="upper">360</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="value">5</property>
<property name="upper">60</property>
<property name="step_increment">1</property>
</object>
<object class="GtkAdjustment" id="adjustment7">
<property name="value">5</property>
<property name="upper">60</property>
<property name="step_increment">1</property>
</object>
<object class="GtkAdjustment" id="adjustment8">
<property name="value">10</property>
<property name="lower">9</property>
<property name="upper">120</property>
<property name="step_increment">1</property>
</object>
<object class="GtkAdjustment" id="adjustment9">
<property name="lower">5</property>
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
<property name="upper">20</property>
<property name="step_increment">1</property>
</object>
<object class="GtkListStore" id="model1">
<columns>
<!-- column-name gchararray -->
<column type="gchararray"/>
</columns>
<data>
<row>
<col id="0" translatable="yes">Nothing</col>
</row>
</data>
</object>
<object class="GtkListStore" id="model3">
<columns>
<!-- column-name gchararray -->
<column type="gchararray"/>
</columns>
<data>
<row>
<col id="0" translatable="yes">Nothing</col>
</row>
</data>
</object>
<object class="GtkListStore" id="model4">
<columns>
<!-- column-name gchararray -->
<column type="gchararray"/>
</columns>
<data>
<row>
<col id="0" translatable="yes">Nothing</col>
</row>
</data>
</object>
<object class="GtkListStore" id="model5">
<columns>
<!-- column-name gchararray -->
<column type="gchararray"/>
</columns>
<data>
<row>
<col id="0" translatable="yes">Nothing</col>
</row>
</data>
</object>
<object class="GtkListStore" id="model6">
<columns>
<!-- column-name gchararray -->
<column type="gchararray"/>
</columns>
<data>
<row>
<col id="0" translatable="yes">Nothing</col>
</row>
</data>
</object>
<object class="GtkListStore" id="model7">
<columns>
<!-- column-name gchararray -->
<column type="gchararray"/>
</columns>
<data>
<row>
<col id="0" translatable="yes">Nothing</col>
</row>
</data>
</object>
<object class="XfceTitledDialog" id="xfpm-settings-dialog">
<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="has_separator">False</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>
<child>
<object class="GtkVBox" id="allbox">
<property name="visible">True</property>
<property name="border_width">6</property>
<object class="GtkHBox" id="hbox">
<property name="visible">True</property>
<property name="spacing">6</property>
<object class="GtkViewport" id="viewport1">
<property name="visible">True</property>
<child>
<object class="GtkTreeView" id="treeview">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="headers_visible">False</property>
<property name="enable_search">False</property>
<signal name="cursor_changed" handler="_cursor_changed_cb"/>
</object>
</child>
<packing>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkNotebook" id="main-notebook">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="show_tabs">False</property>
<property name="show_border">False</property>
<object class="GtkViewport" id="general">
<property name="visible">True</property>
<child>
<object class="GtkFrame" id="frame">
<property name="visible">True</property>
<property name="border_width">12</property>
Ali Abdallah
committed
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
<object class="GtkAlignment" id="alignment">
<property name="visible">True</property>
Ali Abdallah
committed
<property name="left_padding">12</property>
<property name="right_padding">6</property>
<object class="GtkVBox" id="vbox17">
<property name="visible">True</property>
<property name="orientation">vertical</property>
<object class="GtkTable" id="table3">
<property name="visible">True</property>
Ali Abdallah
committed
<property name="n_rows">4</property>
Ali Abdallah
committed
<property name="n_columns">2</property>
<property name="column_spacing">12</property>
<object class="GtkComboBox" id="power-combox">
<property name="visible">True</property>
<property name="model">model1</property>
<signal name="changed" handler="button_power_changed_cb"/>
Ali Abdallah
committed
<child>
<object class="GtkCellRendererText" id="renderer1"/>
<attributes>
<attribute name="text">0</attribute>
</attributes>
Ali Abdallah
committed
</child>
Ali Abdallah
committed
<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_padding">3</property>
</packing>
</child>
<child>
<object class="GtkComboBox" id="sleep-combox">
<property name="visible">True</property>
<property name="model">model4</property>
<signal name="changed" handler="button_sleep_changed_cb"/>
Ali Abdallah
committed
<child>
<object class="GtkCellRendererText" id="renderer4"/>
<attributes>
<attribute name="text">0</attribute>
</attributes>
Ali Abdallah
committed
</child>
Ali Abdallah
committed
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
<property name="y_padding">3</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="sleep-label">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">When sleep button is pressed:</property>
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
<property name="x_options">GTK_FILL</property>
</packing>
</child>
Ali Abdallah
committed
<child>
<object class="GtkComboBox" id="hibernate-combox">
<property name="model">model3</property>
<signal name="changed" handler="button_hibernate_changed_cb"/>
<object class="GtkCellRendererText" id="renderer3"/>
<attributes>
<attribute name="text">0</attribute>
</attributes>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="y_padding">3</property>
Ali Abdallah
committed
</child>
<child>
<object class="GtkLabel" id="hibernate-label">
<property name="xalign">0</property>
<property name="label" translatable="yes">When hibernate button is pressed:</property>
<packing>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="x_options">GTK_FILL</property>
Ali Abdallah
committed
</child>
Ali Abdallah
committed
<child>
<object class="GtkLabel" id="power-label">
Ali Abdallah
committed
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">When power button is pressed:</property>
Ali Abdallah
committed
<packing>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">GTK_FILL</property>
Ali Abdallah
committed
</packing>
</child>
<child>
<object class="GtkComboBox" id="tray-combox">
Ali Abdallah
committed
<property name="visible">True</property>
<signal name="changed" handler="set_show_tray_icon_cb"/>
Ali Abdallah
committed
<child>
<object class="GtkCellRendererText" id="renderer2"/>
<attributes>
<attribute name="text">0</attribute>
</attributes>
Ali Abdallah
committed
</child>
Ali Abdallah
committed
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="y_padding">3</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label24">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">System tray icon: </property>
</object>
<packing>
<property name="x_options">GTK_FILL</property>
Ali Abdallah
committed
</packing>
</child>
Ali Abdallah
committed
<property name="expand">False</property>
<property name="padding">3</property>
Ali Abdallah
committed
<property name="position">0</property>
</packing>
</child>
<object class="GtkCheckButton" id="enable-dpms">
<property name="label" translatable="yes">Monitor power management control</property>
Ali Abdallah
committed
<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"/>
</object>
Ali Abdallah
committed
<packing>
<property name="expand">False</property>
<property name="padding">3</property>
Ali Abdallah
committed
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkCheckButton" id="notification">
<property name="label" translatable="yes">Show notifications to notify about the battery state</property>
Ali Abdallah
committed
<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"/>
</object>
Ali Abdallah
committed
<packing>
<property name="expand">False</property>
<property name="padding">3</property>
Ali Abdallah
committed
<property name="position">2</property>
</packing>
<child type="label">
<object class="GtkLabel" id="label26">
Ali Abdallah
committed
<property name="visible">True</property>
<property name="label" translatable="yes"><b>General Options</b></property>
<property name="use_markup">True</property>
Ali Abdallah
committed
</child>
</child>
<placeholder/>
</child>
<child>
<object class="GtkNotebook" id="on-ac-notebook">
<property name="visible">True</property>
<property name="can_focus">True</property>
<object class="GtkVBox" id="vbox18">
<property name="visible">True</property>
<property name="border_width">12</property>
<property name="orientation">vertical</property>
<property name="spacing">6</property>
<object class="GtkFrame" id="on-ac-actions-frame">
<property name="visible">True</property>
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
<object class="GtkAlignment" id="alignment9">
<property name="visible">True</property>
<property name="top_padding">6</property>
<property name="left_padding">12</property>
<property name="right_padding">6</property>
<object class="GtkVBox" id="vbox19">
Ali Abdallah
committed
<property name="visible">True</property>
<property name="orientation">vertical</property>
<property name="spacing">6</property>
Ali Abdallah
committed
<child>
<object class="GtkHBox" id="hbox17">
Ali Abdallah
committed
<property name="visible">True</property>
<property name="spacing">12</property>
<object class="GtkLabel" id="on-ac-lid-label">
<property name="visible">True</property>
<property name="label" translatable="yes">When laptop lid is closed:</property>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkComboBox" id="on-ac-lid">
<property name="model">model5</property>
<signal name="changed" handler="on_ac_lid_changed_cb"/>
<child>
<object class="GtkCellRendererText" id="renderer5"/>
<attributes>
<attribute name="text">0</attribute>
</attributes>
</child>
</object>
<packing>
<property name="position">1</property>
</packing>
</child>
Ali Abdallah
committed
<packing>
Ali Abdallah
committed
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkVBox" id="vbox1">
<property name="visible">True</property>
<property name="orientation">vertical</property>
<property name="spacing">4</property>
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
<child>
<object class="GtkLabel" id="label9">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Put the computer to sleep when inactive for:</property>
</object>
<packing>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkHScale" id="inactivity-on-ac">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="adjustment">adjustment1</property>
<property name="digits">0</property>
<property name="value_pos">bottom</property>
<signal name="value_changed" handler="inactivity_on_ac_value_changed_cb"/>
<signal name="format_value" handler="format_inactivity_value_cb"/>
</object>
<packing>
<property name="position">1</property>
</packing>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
</child>
<child type="label">
<object class="GtkLabel" id="sleep">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Actions</b></property>
<property name="use_markup">True</property>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
<child type="tab">
<object class="GtkLabel" id="Actions-on-ac">
<property name="visible">True</property>
<property name="label" translatable="yes">Actions</property>
<property name="tab_fill">False</property>
</packing>
</child>
<child>
<object class="GtkVBox" id="vbox6">
<property name="border_width">12</property>
<property name="orientation">vertical</property>
<property name="spacing">12</property>
<object class="GtkFrame" id="dpms-on-ac-frame">
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
<object class="GtkAlignment" id="alignment10">
<property name="visible">True</property>
<property name="top_padding">6</property>
<property name="left_padding">12</property>
<property name="right_padding">6</property>
<object class="GtkVBox" id="vbox20">
<property name="visible">True</property>
<property name="orientation">vertical</property>
<property name="spacing">6</property>
<object class="GtkVBox" id="vbox21">
<property name="visible">True</property>
<property name="orientation">vertical</property>
<property name="spacing">4</property>
<object class="GtkLabel" id="label28">
<property name="xalign">0</property>
<property name="label" translatable="yes">Put display to sleep when computer is inactive for:</property>
<packing>
<property name="position">0</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="adjustment">adjustment2</property>
<property name="show_fill_level">True</property>
<property name="digits">0</property>
<property name="value_pos">bottom</property>
<signal name="value_changed" handler="sleep_on_ac_value_changed_cb"/>
<signal name="format_value" handler="format_dpms_value_cb"/>
</object>
<packing>
<property name="position">1</property>
</packing>
</child>
<packing>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkVBox" id="vbox22">
<property name="visible">True</property>
<property name="orientation">vertical</property>
<property name="spacing">4</property>
<object class="GtkLabel" id="label29">
<property name="xalign">0</property>
<property name="label" translatable="yes">Switch off display when computer is inactive for:</property>
<packing>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkHScale" id="off-dpms-on-ac">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="adjustment">adjustment3</property>
<property name="show_fill_level">True</property>
<property name="digits">0</property>
<property name="value_pos">bottom</property>
<signal name="value_changed" handler="off_on_ac_value_changed_cb"/>
<signal name="format_value" handler="format_dpms_value_cb"/>
</object>
<packing>
<property name="position">1</property>
</packing>
</child>
<property name="position">1</property>
</packing>
</child>
<child type="label">
<object class="GtkLabel" id="label30">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Monitor</b></property>
<property name="use_markup">True</property>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkFrame" id="on-ac-brg-frame">
<property name="visible">True</property>
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
<child>
<object class="GtkAlignment" id="alignment11">
<property name="top_padding">6</property>
<property name="left_padding">12</property>
<property name="right_padding">6</property>
<object class="GtkVBox" id="vbox23">
<property name="visible">True</property>
<property name="orientation">vertical</property>
<property name="spacing">4</property>
<object class="GtkLabel" id="label31">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Reduce screen brightness when computer is inactive for:</property>
<packing>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkHScale" id="brg-on-ac">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="adjustment">adjustment4</property>
<property name="digits">0</property>
<property name="value_pos">bottom</property>
<signal name="value_changed" handler="brightness_on_ac_value_changed_cb"/>
<signal name="format_value" handler="format_brightness_value_cb"/>
</object>
<property name="position">1</property>
</packing>
</child>
<child type="label">
<object class="GtkLabel" id="label32">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Brightness</b></property>
<property name="use_markup">True</property>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
</child>
<packing>
<property name="position">1</property>
</packing>
</child>
<child type="tab">
<object class="GtkLabel" id="monitor-on-ac">
<property name="visible">True</property>
<property name="label" translatable="yes">Monitor</property>
<property name="position">1</property>
<property name="tab_fill">False</property>
</packing>
</child>
<child>
<placeholder/>
</child>
<packing>
<property name="position">1</property>
</packing>
</child>
<placeholder/>
</child>
<child>
<object class="GtkNotebook" id="on-battery-notebook">
<property name="visible">True</property>
<property name="can_focus">True</property>
<object class="GtkVBox" id="vbox25">
<property name="visible">True</property>
<property name="border_width">12</property>
<property name="orientation">vertical</property>
<property name="spacing">6</property>
<object class="GtkFrame" id="frame9">
<property name="visible">True</property>
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
<object class="GtkAlignment" id="alignment12">
<property name="visible">True</property>
<property name="top_padding">6</property>
<property name="left_padding">12</property>
<property name="right_padding">6</property>
<object class="GtkVBox" id="vbox26">
<property name="visible">True</property>
<property name="orientation">vertical</property>
<property name="spacing">6</property>
<object class="GtkTable" id="table4">
<property name="visible">True</property>
<property name="n_rows">2</property>
<property name="n_columns">2</property>
<property name="column_spacing">12</property>
<property name="row_spacing">6</property>
<object class="GtkComboBox" id="on-battery-lid">
<property name="visible">True</property>
<property name="model">model6</property>
<signal name="changed" handler="on_battery_lid_changed_cb"/>
<object class="GtkCellRendererText" id="renderer6"/>
<attributes>
<attribute name="text">0</attribute>
</attributes>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
Ali Abdallah
committed
<child>
<object class="GtkLabel" id="label34">
Ali Abdallah
committed
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="ypad">4</property>
<property name="label" translatable="yes">When battery power is critical:</property>
Ali Abdallah
committed
<packing>
<property name="x_options">GTK_FILL</property>
Ali Abdallah
committed
</packing>
</child>
<child>
<object class="GtkLabel" id="on-battery-lid-label">
Ali Abdallah
committed
<property name="visible">True</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="battery-critical-combox">
<property name="visible">True</property>
<property name="model">model7</property>
<signal name="changed" handler="battery_critical_changed_cb"/>
<object class="GtkCellRendererText" id="renderer7"/>
<attributes>
<attribute name="text">0</attribute>
</attributes>
Ali Abdallah
committed
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
Ali Abdallah
committed
</packing>
</child>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkCheckButton" id="power-save">
<property name="label" translatable="yes">Prefer power savings over performance</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="power_save_toggled_cb"/>
</object>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
Ali Abdallah
committed
</child>
<object class="GtkVBox" id="vbox4">
<property name="visible">True</property>
<property name="orientation">vertical</property>
<property name="spacing">4</property>
<object class="GtkLabel" id="label6">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Put the computer to sleep when inactive for:</property>
<packing>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkHScale" id="inactivity-on-battery">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="adjustment">adjustment5</property>
<property name="digits">0</property>
<property name="value_pos">bottom</property>
<signal name="value_changed" handler="inactivity_on_battery_value_changed_cb"/>
<signal name="format_value" handler="format_inactivity_value_cb"/>
<packing>
<property name="position">1</property>
</packing>
</child>
<packing>
<property name="position">2</property>
</packing>
<child type="label">
<object class="GtkLabel" id="label35">
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
<property name="label" translatable="yes"><b>Actions</b></property>
<property name="use_markup">True</property>
</object>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
</object>
</child>
<child type="tab">
<object class="GtkLabel" id="actions-on-battery">
<property name="visible">True</property>
<property name="label" translatable="yes">Actions</property>
</object>
<packing>
<property name="tab_fill">False</property>
</packing>
</child>
<child>
<object class="GtkVBox" id="vbox7">
<property name="visible">True</property>
<property name="border_width">12</property>
<property name="orientation">vertical</property>
<property name="spacing">12</property>
<child>
<object class="GtkFrame" id="dpms-on-battery-frame">
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
<child>
<object class="GtkAlignment" id="alignment13">
<property name="visible">True</property>
<property name="top_padding">6</property>
<property name="left_padding">12</property>
<property name="right_padding">6</property>
<child>
<object class="GtkVBox" id="vbox27">
<property name="visible">True</property>
<property name="orientation">vertical</property>
<property name="spacing">6</property>
<object class="GtkVBox" id="vbox28">
<property name="visible">True</property>
<property name="orientation">vertical</property>
<property name="spacing">4</property>
<object class="GtkLabel" id="label36">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Put display to sleep when computer is inactive for:</property>
<packing>
<property name="position">0</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="adjustment">adjustment6</property>
<property name="show_fill_level">True</property>
<property name="digits">0</property>
<property name="value_pos">bottom</property>
<signal name="value_changed" handler="sleep_on_battery_value_changed_cb"/>
<signal name="format_value" handler="format_dpms_value_cb"/>
<property name="position">1</property>
</packing>
</child>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkVBox" id="vbox29">
<property name="visible">True</property>
<property name="orientation">vertical</property>
<property name="spacing">4</property>
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
<child>
<object class="GtkLabel" id="label37">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Switch off display when computer is inactive for:</property>
</object>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkHScale" id="off-dpms-on-battery">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="adjustment">adjustment7</property>
<property name="show_fill_level">True</property>
<property name="digits">0</property>
<property name="value_pos">bottom</property>
<signal name="value_changed" handler="off_on_battery_value_changed_cb"/>
<signal name="format_value" handler="format_dpms_value_cb"/>
</object>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
</child>
<child type="label">
<object class="GtkLabel" id="label38">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Monitor</b></property>
<property name="use_markup">True</property>
</object>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkFrame" id="on-battery-brg-frame">
<property name="visible">True</property>
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
<child>
<object class="GtkAlignment" id="alignment14">
<property name="visible">True</property>
<property name="top_padding">6</property>
<property name="left_padding">12</property>
<property name="right_padding">6</property>
<child>
<object class="GtkVBox" id="vbox30">
<property name="visible">True</property>
<property name="orientation">vertical</property>
<property name="spacing">4</property>
<child>
<object class="GtkLabel" id="label39">
<property name="visible">True</property>
<property name="xalign">0</property>