1
<?xml version="1.0" encoding="UTF-8"?>
3
<requires lib="gtk+" version="2.16"/>
4
<!-- interface-naming-policy project-wide -->
5
<object class="GtkAboutDialog" id="aboutdialog">
6
<property name="can_focus">False</property>
7
<property name="border_width">5</property>
8
<property name="type_hint">dialog</property>
9
<property name="program_name">System Load Indicator</property>
10
<property name="version">@PACKAGE_VERSION@</property>
11
<property name="copyright">© 2011 Michael Hofmann</property>
12
<property name="comments" translatable="yes">A system load monitor capable of displaying graphs for CPU, ram, and swap space use, plus network traffic.</property>
13
<property name="authors">Michael Hofmann <mh21@mh21.de>
14
Martin Baulig <martin@home-of-linux.org>
15
Todd Kulesza <fflewddur@dropline.net>
16
Benoît Dejean <TazForEver@dlfp.org>
17
Davyd Madeley <davyd@madeley.id.au></property>
18
<property name="translator_credits" translatable="yes">translator-credits</property>
19
<property name="logo_icon_name">utilities-system-monitor</property>
20
<signal name="response" handler="gtk_widget_hide" swapped="no"/>
21
<child internal-child="vbox">
22
<object class="GtkVBox" id="dialog-vbox3">
23
<property name="visible">True</property>
24
<property name="can_focus">False</property>
25
<property name="spacing">2</property>
26
<child internal-child="action_area">
27
<object class="GtkHButtonBox" id="dialog-action_area3">
28
<property name="visible">True</property>
29
<property name="can_focus">False</property>
30
<property name="layout_style">end</property>
33
<property name="expand">False</property>
34
<property name="fill">True</property>
35
<property name="pack_type">end</property>
36
<property name="position">0</property>
45
<object class="GtkMenu" id="menu">
46
<property name="can_focus">False</property>
48
<object class="GtkMenuItem" id="sysmon">
49
<property name="visible">True</property>
50
<property name="can_focus">False</property>
51
<property name="use_action_appearance">False</property>
52
<property name="label" translatable="yes">_Open System Monitor</property>
53
<property name="use_underline">True</property>
54
<signal name="activate" handler="main_on_sysmon_activate" swapped="no"/>
58
<object class="GtkSeparatorMenuItem" id="separatormenuitem1">
59
<property name="visible">True</property>
60
<property name="can_focus">False</property>
61
<property name="use_action_appearance">False</property>
65
<object class="GtkMenuItem" id="preferences">
66
<property name="visible">True</property>
67
<property name="can_focus">False</property>
68
<property name="use_action_appearance">False</property>
69
<property name="label" translatable="yes">_Preferences</property>
70
<property name="use_underline">True</property>
71
<signal name="activate" handler="main_on_preferences_activate" swapped="no"/>
75
<object class="GtkMenuItem" id="about">
76
<property name="visible">True</property>
77
<property name="can_focus">False</property>
78
<property name="use_action_appearance">False</property>
79
<property name="label" translatable="yes">_About</property>
80
<property name="use_underline">True</property>
81
<signal name="activate" handler="main_on_about_activate" swapped="no"/>
85
<object class="GtkMenuItem" id="quit">
86
<property name="visible">True</property>
87
<property name="can_focus">False</property>
88
<property name="use_action_appearance">False</property>
89
<property name="label" translatable="yes">_Quit</property>
90
<property name="use_underline">True</property>
91
<signal name="activate" handler="main_on_quit_activate" swapped="no"/>
95
<object class="GtkDialog" id="preferencesdialog">
96
<property name="can_focus">False</property>
97
<property name="border_width">5</property>
98
<property name="type_hint">dialog</property>
99
<signal name="delete-event" handler="gtk_widget_hide_on_delete" swapped="no"/>
100
<signal name="response" handler="gtk_widget_hide" swapped="no"/>
101
<child internal-child="vbox">
102
<object class="GtkVBox" id="dialog-vbox2">
103
<property name="visible">True</property>
104
<property name="can_focus">False</property>
105
<property name="spacing">6</property>
107
<object class="GtkAlignment" id="alignment1">
108
<property name="visible">True</property>
109
<property name="can_focus">False</property>
110
<property name="top_padding">6</property>
111
<property name="bottom_padding">6</property>
112
<property name="left_padding">6</property>
113
<property name="right_padding">6</property>
115
<object class="GtkVBox" id="vbox2">
116
<property name="visible">True</property>
117
<property name="can_focus">False</property>
118
<property name="spacing">18</property>
120
<object class="GtkVBox" id="vbox4">
121
<property name="visible">True</property>
122
<property name="can_focus">False</property>
123
<property name="spacing">6</property>
125
<object class="GtkLabel" id="label12">
126
<property name="visible">True</property>
127
<property name="can_focus">False</property>
128
<property name="xalign">0</property>
129
<property name="label" translatable="yes">Monitored Resources</property>
131
<attribute name="weight" value="bold"/>
135
<property name="expand">True</property>
136
<property name="fill">True</property>
137
<property name="position">0</property>
141
<object class="GtkAlignment" id="alignment2">
142
<property name="visible">True</property>
143
<property name="can_focus">False</property>
144
<property name="left_padding">12</property>
146
<object class="GtkHBox" id="hbox1">
147
<property name="visible">True</property>
148
<property name="can_focus">False</property>
149
<property name="spacing">6</property>
151
<object class="GtkCheckButton" id="view_cpuload">
152
<property name="label" translatable="yes">_Processor</property>
153
<property name="visible">True</property>
154
<property name="can_focus">True</property>
155
<property name="receives_default">False</property>
156
<property name="use_action_appearance">False</property>
157
<property name="use_underline">True</property>
158
<property name="draw_indicator">True</property>
159
<signal name="toggled" handler="main_on_checkbutton_toggled" swapped="no"/>
162
<property name="expand">True</property>
163
<property name="fill">True</property>
164
<property name="position">0</property>
168
<object class="GtkCheckButton" id="view_memload">
169
<property name="label" translatable="yes">_Memory</property>
170
<property name="visible">True</property>
171
<property name="can_focus">True</property>
172
<property name="receives_default">False</property>
173
<property name="use_action_appearance">False</property>
174
<property name="use_underline">True</property>
175
<property name="draw_indicator">True</property>
176
<signal name="toggled" handler="main_on_checkbutton_toggled" swapped="no"/>
179
<property name="expand">True</property>
180
<property name="fill">True</property>
181
<property name="position">1</property>
185
<object class="GtkCheckButton" id="view_netload">
186
<property name="label" translatable="yes">_Network</property>
187
<property name="visible">True</property>
188
<property name="can_focus">True</property>
189
<property name="receives_default">False</property>
190
<property name="use_action_appearance">False</property>
191
<property name="use_underline">True</property>
192
<property name="draw_indicator">True</property>
193
<signal name="toggled" handler="main_on_checkbutton_toggled" swapped="no"/>
196
<property name="expand">True</property>
197
<property name="fill">True</property>
198
<property name="position">2</property>
202
<object class="GtkCheckButton" id="view_swapload">
203
<property name="label" translatable="yes">S_wap Space</property>
204
<property name="visible">True</property>
205
<property name="can_focus">True</property>
206
<property name="receives_default">False</property>
207
<property name="use_action_appearance">False</property>
208
<property name="use_underline">True</property>
209
<property name="draw_indicator">True</property>
210
<signal name="toggled" handler="main_on_checkbutton_toggled" swapped="no"/>
213
<property name="expand">True</property>
214
<property name="fill">True</property>
215
<property name="position">3</property>
219
<object class="GtkCheckButton" id="view_loadavg">
220
<property name="label" translatable="yes">_Load</property>
221
<property name="visible">True</property>
222
<property name="can_focus">True</property>
223
<property name="receives_default">False</property>
224
<property name="use_action_appearance">False</property>
225
<property name="use_underline">True</property>
226
<property name="draw_indicator">True</property>
227
<signal name="toggled" handler="main_on_checkbutton_toggled" swapped="no"/>
230
<property name="expand">True</property>
231
<property name="fill">True</property>
232
<property name="position">4</property>
236
<object class="GtkCheckButton" id="view_diskload">
237
<property name="label" translatable="yes">_Harddisk</property>
238
<property name="visible">True</property>
239
<property name="can_focus">True</property>
240
<property name="receives_default">False</property>
241
<property name="use_action_appearance">False</property>
242
<property name="use_underline">True</property>
243
<property name="draw_indicator">True</property>
244
<signal name="toggled" handler="main_on_checkbutton_toggled" swapped="no"/>
247
<property name="expand">True</property>
248
<property name="fill">True</property>
249
<property name="position">5</property>
256
<property name="expand">True</property>
257
<property name="fill">True</property>
258
<property name="position">1</property>
263
<property name="expand">True</property>
264
<property name="fill">True</property>
265
<property name="position">0</property>
269
<object class="GtkVBox" id="vbox1">
270
<property name="visible">True</property>
271
<property name="can_focus">False</property>
272
<property name="spacing">6</property>
274
<object class="GtkLabel" id="label11">
275
<property name="visible">True</property>
276
<property name="can_focus">False</property>
277
<property name="xalign">0</property>
278
<property name="label" translatable="yes">Options</property>
280
<attribute name="weight" value="bold"/>
284
<property name="expand">True</property>
285
<property name="fill">True</property>
286
<property name="position">0</property>
290
<object class="GtkAlignment" id="alignment3">
291
<property name="visible">True</property>
292
<property name="can_focus">False</property>
293
<property name="left_padding">12</property>
295
<object class="GtkTable" id="table1">
296
<property name="visible">True</property>
297
<property name="can_focus">False</property>
298
<property name="n_rows">3</property>
299
<property name="n_columns">3</property>
300
<property name="column_spacing">6</property>
301
<property name="row_spacing">6</property>
303
<object class="GtkLabel" id="label7">
304
<property name="visible">True</property>
305
<property name="can_focus">False</property>
306
<property name="xalign">0</property>
307
<property name="label" translatable="yes">System m_onitor width: </property>
308
<property name="use_underline">True</property>
311
<property name="top_attach">1</property>
312
<property name="bottom_attach">2</property>
313
<property name="x_options">GTK_FILL</property>
317
<object class="GtkLabel" id="label8">
318
<property name="visible">True</property>
319
<property name="can_focus">False</property>
320
<property name="xalign">1.1175870895385742e-08</property>
321
<property name="label" translatable="yes">Sys_tem monitor update interval: </property>
322
<property name="use_underline">True</property>
325
<property name="top_attach">2</property>
326
<property name="bottom_attach">3</property>
327
<property name="x_options">GTK_FILL</property>
331
<object class="GtkSpinButton" id="size">
332
<property name="visible">True</property>
333
<property name="can_focus">True</property>
334
<property name="invisible_char">•</property>
335
<property name="invisible_char_set">True</property>
336
<property name="primary_icon_activatable">False</property>
337
<property name="secondary_icon_activatable">False</property>
338
<property name="primary_icon_sensitive">True</property>
339
<property name="secondary_icon_sensitive">True</property>
340
<property name="adjustment">sizeadjustment</property>
343
<property name="left_attach">1</property>
344
<property name="right_attach">2</property>
345
<property name="top_attach">1</property>
346
<property name="bottom_attach">2</property>
347
<property name="x_options">GTK_FILL</property>
351
<object class="GtkLabel" id="label9">
352
<property name="visible">True</property>
353
<property name="can_focus">False</property>
354
<property name="xalign">0</property>
355
<property name="label" translatable="yes">pixels</property>
358
<property name="left_attach">2</property>
359
<property name="right_attach">3</property>
360
<property name="top_attach">1</property>
361
<property name="bottom_attach">2</property>
365
<object class="GtkSpinButton" id="speed">
366
<property name="visible">True</property>
367
<property name="can_focus">True</property>
368
<property name="invisible_char">•</property>
369
<property name="invisible_char_set">True</property>
370
<property name="primary_icon_activatable">False</property>
371
<property name="secondary_icon_activatable">False</property>
372
<property name="primary_icon_sensitive">True</property>
373
<property name="secondary_icon_sensitive">True</property>
374
<property name="adjustment">speedadjustment</property>
377
<property name="left_attach">1</property>
378
<property name="right_attach">2</property>
379
<property name="top_attach">2</property>
380
<property name="bottom_attach">3</property>
381
<property name="x_options">GTK_FILL</property>
385
<object class="GtkLabel" id="label10">
386
<property name="visible">True</property>
387
<property name="can_focus">False</property>
388
<property name="xalign">0</property>
389
<property name="label" translatable="yes">milliseconds</property>
392
<property name="left_attach">2</property>
393
<property name="right_attach">3</property>
394
<property name="top_attach">2</property>
395
<property name="bottom_attach">3</property>
399
<object class="GtkCheckButton" id="autostart">
400
<property name="visible">True</property>
401
<property name="can_focus">True</property>
402
<property name="receives_default">False</property>
403
<property name="use_action_appearance">False</property>
404
<property name="draw_indicator">True</property>
407
<property name="left_attach">1</property>
408
<property name="right_attach">2</property>
409
<property name="x_options">GTK_FILL</property>
413
<object class="GtkLabel" id="label35">
414
<property name="visible">True</property>
415
<property name="can_focus">False</property>
416
<property name="xalign">0</property>
417
<property name="label" translatable="yes">_Autostart: </property>
418
<property name="use_underline">True</property>
419
<property name="mnemonic_widget">autostart</property>
429
<property name="expand">True</property>
430
<property name="fill">True</property>
431
<property name="position">1</property>
436
<property name="expand">True</property>
437
<property name="fill">True</property>
438
<property name="position">1</property>
442
<object class="GtkVBox" id="vbox3">
443
<property name="visible">True</property>
444
<property name="can_focus">False</property>
445
<property name="spacing">6</property>
447
<object class="GtkLabel" id="label13">
448
<property name="visible">True</property>
449
<property name="can_focus">False</property>
450
<property name="xalign">0</property>
451
<property name="label" translatable="yes">Colors</property>
453
<attribute name="weight" value="bold"/>
457
<property name="expand">True</property>
458
<property name="fill">True</property>
459
<property name="position">0</property>
463
<object class="GtkAlignment" id="alignment4">
464
<property name="visible">True</property>
465
<property name="can_focus">False</property>
466
<property name="left_padding">12</property>
468
<object class="GtkNotebook" id="notebook1">
469
<property name="visible">True</property>
470
<property name="can_focus">True</property>
472
<object class="GtkAlignment" id="alignment5">
473
<property name="visible">True</property>
474
<property name="can_focus">False</property>
475
<property name="top_padding">12</property>
476
<property name="bottom_padding">12</property>
477
<property name="left_padding">12</property>
478
<property name="right_padding">12</property>
480
<object class="GtkTable" id="table2">
481
<property name="visible">True</property>
482
<property name="can_focus">False</property>
483
<property name="n_rows">2</property>
484
<property name="n_columns">5</property>
485
<property name="column_spacing">12</property>
486
<property name="row_spacing">6</property>
488
<object class="GtkColorButton" id="cpuload_color4">
489
<property name="visible">True</property>
490
<property name="can_focus">True</property>
491
<property name="receives_default">True</property>
492
<property name="use_action_appearance">False</property>
493
<property name="use_alpha">True</property>
494
<property name="color">#000000000000</property>
497
<property name="left_attach">4</property>
498
<property name="right_attach">5</property>
499
<property name="x_options">GTK_EXPAND</property>
500
<property name="y_options">GTK_EXPAND</property>
504
<object class="GtkColorButton" id="cpuload_color3">
505
<property name="visible">True</property>
506
<property name="can_focus">True</property>
507
<property name="receives_default">True</property>
508
<property name="use_action_appearance">False</property>
509
<property name="color">#000000000000</property>
512
<property name="left_attach">3</property>
513
<property name="right_attach">4</property>
514
<property name="x_options">GTK_EXPAND</property>
515
<property name="y_options">GTK_EXPAND</property>
519
<object class="GtkColorButton" id="cpuload_color2">
520
<property name="visible">True</property>
521
<property name="can_focus">True</property>
522
<property name="receives_default">True</property>
523
<property name="use_action_appearance">False</property>
524
<property name="color">#000000000000</property>
527
<property name="left_attach">2</property>
528
<property name="right_attach">3</property>
529
<property name="x_options">GTK_EXPAND</property>
530
<property name="y_options">GTK_EXPAND</property>
534
<object class="GtkColorButton" id="cpuload_color1">
535
<property name="visible">True</property>
536
<property name="can_focus">True</property>
537
<property name="receives_default">True</property>
538
<property name="use_action_appearance">False</property>
539
<property name="color">#000000000000</property>
542
<property name="left_attach">1</property>
543
<property name="right_attach">2</property>
544
<property name="x_options">GTK_EXPAND</property>
545
<property name="y_options">GTK_EXPAND</property>
549
<object class="GtkColorButton" id="cpuload_color0">
550
<property name="visible">True</property>
551
<property name="can_focus">True</property>
552
<property name="receives_default">True</property>
553
<property name="use_action_appearance">False</property>
554
<property name="color">#000000000000</property>
557
<property name="x_options">GTK_EXPAND</property>
558
<property name="y_options">GTK_EXPAND</property>
562
<object class="GtkLabel" id="label14">
563
<property name="visible">True</property>
564
<property name="can_focus">False</property>
565
<property name="label" translatable="yes">_User</property>
566
<property name="use_underline">True</property>
567
<property name="mnemonic_widget">cpuload_color0</property>
570
<property name="top_attach">1</property>
571
<property name="bottom_attach">2</property>
575
<object class="GtkLabel" id="label15">
576
<property name="visible">True</property>
577
<property name="can_focus">False</property>
578
<property name="label" translatable="yes">S_ystem</property>
579
<property name="use_underline">True</property>
580
<property name="mnemonic_widget">cpuload_color1</property>
583
<property name="left_attach">1</property>
584
<property name="right_attach">2</property>
585
<property name="top_attach">1</property>
586
<property name="bottom_attach">2</property>
590
<object class="GtkLabel" id="label16">
591
<property name="visible">True</property>
592
<property name="can_focus">False</property>
593
<property name="label" translatable="yes">N_ice</property>
594
<property name="use_underline">True</property>
595
<property name="mnemonic_widget">cpuload_color2</property>
598
<property name="left_attach">2</property>
599
<property name="right_attach">3</property>
600
<property name="top_attach">1</property>
601
<property name="bottom_attach">2</property>
605
<object class="GtkLabel" id="label17">
606
<property name="visible">True</property>
607
<property name="can_focus">False</property>
608
<property name="label" translatable="yes">I_OWait</property>
609
<property name="use_underline">True</property>
610
<property name="mnemonic_widget">cpuload_color3</property>
613
<property name="left_attach">3</property>
614
<property name="right_attach">4</property>
615
<property name="top_attach">1</property>
616
<property name="bottom_attach">2</property>
620
<object class="GtkLabel" id="label18">
621
<property name="visible">True</property>
622
<property name="can_focus">False</property>
623
<property name="label" translatable="yes">I_dle</property>
624
<property name="use_underline">True</property>
625
<property name="mnemonic_widget">cpuload_color4</property>
628
<property name="left_attach">4</property>
629
<property name="right_attach">5</property>
630
<property name="top_attach">1</property>
631
<property name="bottom_attach">2</property>
639
<object class="GtkLabel" id="label1">
640
<property name="visible">True</property>
641
<property name="can_focus">False</property>
642
<property name="label" translatable="yes">Processor</property>
645
<property name="tab_fill">False</property>
649
<object class="GtkAlignment" id="alignment6">
650
<property name="visible">True</property>
651
<property name="can_focus">False</property>
652
<property name="top_padding">12</property>
653
<property name="bottom_padding">12</property>
654
<property name="left_padding">12</property>
655
<property name="right_padding">12</property>
657
<object class="GtkTable" id="table3">
658
<property name="visible">True</property>
659
<property name="can_focus">False</property>
660
<property name="n_rows">2</property>
661
<property name="n_columns">5</property>
662
<property name="column_spacing">12</property>
663
<property name="row_spacing">6</property>
665
<object class="GtkColorButton" id="memload_color0">
666
<property name="visible">True</property>
667
<property name="can_focus">True</property>
668
<property name="receives_default">True</property>
669
<property name="use_action_appearance">False</property>
670
<property name="color">#000000000000</property>
673
<property name="x_options">GTK_EXPAND</property>
674
<property name="y_options">GTK_EXPAND</property>
678
<object class="GtkColorButton" id="memload_color1">
679
<property name="visible">True</property>
680
<property name="can_focus">True</property>
681
<property name="receives_default">True</property>
682
<property name="use_action_appearance">False</property>
683
<property name="color">#000000000000</property>
686
<property name="left_attach">1</property>
687
<property name="right_attach">2</property>
688
<property name="x_options">GTK_EXPAND</property>
689
<property name="y_options">GTK_EXPAND</property>
693
<object class="GtkColorButton" id="memload_color2">
694
<property name="visible">True</property>
695
<property name="can_focus">True</property>
696
<property name="receives_default">True</property>
697
<property name="use_action_appearance">False</property>
698
<property name="color">#000000000000</property>
701
<property name="left_attach">2</property>
702
<property name="right_attach">3</property>
703
<property name="x_options">GTK_EXPAND</property>
704
<property name="y_options">GTK_EXPAND</property>
708
<object class="GtkColorButton" id="memload_color3">
709
<property name="visible">True</property>
710
<property name="can_focus">True</property>
711
<property name="receives_default">True</property>
712
<property name="use_action_appearance">False</property>
713
<property name="color">#000000000000</property>
716
<property name="left_attach">3</property>
717
<property name="right_attach">4</property>
718
<property name="x_options">GTK_EXPAND</property>
719
<property name="y_options">GTK_EXPAND</property>
723
<object class="GtkColorButton" id="memload_color4">
724
<property name="visible">True</property>
725
<property name="can_focus">True</property>
726
<property name="receives_default">True</property>
727
<property name="use_action_appearance">False</property>
728
<property name="use_alpha">True</property>
729
<property name="color">#000000000000</property>
732
<property name="left_attach">4</property>
733
<property name="right_attach">5</property>
734
<property name="x_options">GTK_EXPAND</property>
735
<property name="y_options">GTK_EXPAND</property>
739
<object class="GtkLabel" id="label19">
740
<property name="visible">True</property>
741
<property name="can_focus">False</property>
742
<property name="label" translatable="yes">_User</property>
743
<property name="use_underline">True</property>
744
<property name="mnemonic_widget">memload_color0</property>
747
<property name="top_attach">1</property>
748
<property name="bottom_attach">2</property>
752
<object class="GtkLabel" id="label20">
753
<property name="visible">True</property>
754
<property name="can_focus">False</property>
755
<property name="label" translatable="yes">Sh_ared</property>
756
<property name="use_underline">True</property>
757
<property name="mnemonic_widget">memload_color1</property>
760
<property name="left_attach">1</property>
761
<property name="right_attach">2</property>
762
<property name="top_attach">1</property>
763
<property name="bottom_attach">2</property>
767
<object class="GtkLabel" id="label21">
768
<property name="visible">True</property>
769
<property name="can_focus">False</property>
770
<property name="label" translatable="yes">_Buffers</property>
771
<property name="use_underline">True</property>
772
<property name="mnemonic_widget">memload_color2</property>
775
<property name="left_attach">2</property>
776
<property name="right_attach">3</property>
777
<property name="top_attach">1</property>
778
<property name="bottom_attach">2</property>
782
<object class="GtkLabel" id="label22">
783
<property name="visible">True</property>
784
<property name="can_focus">False</property>
785
<property name="label" translatable="yes">Cach_ed</property>
786
<property name="use_underline">True</property>
787
<property name="mnemonic_widget">memload_color3</property>
790
<property name="left_attach">3</property>
791
<property name="right_attach">4</property>
792
<property name="top_attach">1</property>
793
<property name="bottom_attach">2</property>
797
<object class="GtkLabel" id="label23">
798
<property name="visible">True</property>
799
<property name="can_focus">False</property>
800
<property name="label" translatable="yes">F_ree</property>
801
<property name="use_underline">True</property>
802
<property name="mnemonic_widget">memload_color4</property>
805
<property name="left_attach">4</property>
806
<property name="right_attach">5</property>
807
<property name="top_attach">1</property>
808
<property name="bottom_attach">2</property>
815
<property name="position">1</property>
819
<object class="GtkLabel" id="label2">
820
<property name="visible">True</property>
821
<property name="can_focus">False</property>
822
<property name="label" translatable="yes">Memory</property>
825
<property name="position">1</property>
826
<property name="tab_fill">False</property>
830
<object class="GtkAlignment" id="alignment7">
831
<property name="visible">True</property>
832
<property name="can_focus">False</property>
833
<property name="top_padding">12</property>
834
<property name="bottom_padding">12</property>
835
<property name="left_padding">12</property>
836
<property name="right_padding">12</property>
838
<object class="GtkTable" id="table4">
839
<property name="visible">True</property>
840
<property name="can_focus">False</property>
841
<property name="n_rows">2</property>
842
<property name="n_columns">4</property>
843
<property name="column_spacing">12</property>
844
<property name="row_spacing">6</property>
846
<object class="GtkColorButton" id="netload_color0">
847
<property name="visible">True</property>
848
<property name="can_focus">True</property>
849
<property name="receives_default">True</property>
850
<property name="use_action_appearance">False</property>
851
<property name="color">#000000000000</property>
854
<property name="x_options">GTK_EXPAND</property>
855
<property name="y_options">GTK_EXPAND</property>
859
<object class="GtkColorButton" id="netload_color1">
860
<property name="visible">True</property>
861
<property name="can_focus">True</property>
862
<property name="receives_default">True</property>
863
<property name="use_action_appearance">False</property>
864
<property name="color">#000000000000</property>
867
<property name="left_attach">1</property>
868
<property name="right_attach">2</property>
869
<property name="x_options">GTK_EXPAND</property>
870
<property name="y_options">GTK_EXPAND</property>
874
<object class="GtkColorButton" id="netload_color2">
875
<property name="visible">True</property>
876
<property name="can_focus">True</property>
877
<property name="receives_default">True</property>
878
<property name="use_action_appearance">False</property>
879
<property name="color">#000000000000</property>
882
<property name="left_attach">2</property>
883
<property name="right_attach">3</property>
884
<property name="x_options">GTK_EXPAND</property>
885
<property name="y_options">GTK_EXPAND</property>
889
<object class="GtkColorButton" id="netload_color3">
890
<property name="visible">True</property>
891
<property name="can_focus">True</property>
892
<property name="receives_default">True</property>
893
<property name="use_action_appearance">False</property>
894
<property name="use_alpha">True</property>
895
<property name="color">#000000000000</property>
898
<property name="left_attach">3</property>
899
<property name="right_attach">4</property>
900
<property name="x_options">GTK_EXPAND</property>
901
<property name="y_options">GTK_EXPAND</property>
905
<object class="GtkLabel" id="label24">
906
<property name="visible">True</property>
907
<property name="can_focus">False</property>
908
<property name="label" translatable="yes">_In</property>
909
<property name="use_underline">True</property>
910
<property name="mnemonic_widget">netload_color0</property>
913
<property name="top_attach">1</property>
914
<property name="bottom_attach">2</property>
918
<object class="GtkLabel" id="label25">
919
<property name="visible">True</property>
920
<property name="can_focus">False</property>
921
<property name="label" translatable="yes">_Out</property>
922
<property name="use_underline">True</property>
923
<property name="mnemonic_widget">netload_color1</property>
926
<property name="left_attach">1</property>
927
<property name="right_attach">2</property>
928
<property name="top_attach">1</property>
929
<property name="bottom_attach">2</property>
933
<object class="GtkLabel" id="label26">
934
<property name="visible">True</property>
935
<property name="can_focus">False</property>
936
<property name="label" translatable="yes">_Local</property>
937
<property name="use_underline">True</property>
938
<property name="mnemonic_widget">netload_color2</property>
941
<property name="left_attach">2</property>
942
<property name="right_attach">3</property>
943
<property name="top_attach">1</property>
944
<property name="bottom_attach">2</property>
948
<object class="GtkLabel" id="label27">
949
<property name="visible">True</property>
950
<property name="can_focus">False</property>
951
<property name="label" translatable="yes">_Background</property>
952
<property name="use_underline">True</property>
953
<property name="mnemonic_widget">netload_color3</property>
956
<property name="left_attach">3</property>
957
<property name="right_attach">4</property>
958
<property name="top_attach">1</property>
959
<property name="bottom_attach">2</property>
966
<property name="position">2</property>
970
<object class="GtkLabel" id="label3">
971
<property name="visible">True</property>
972
<property name="can_focus">False</property>
973
<property name="label" translatable="yes">Network</property>
976
<property name="position">2</property>
977
<property name="tab_fill">False</property>
981
<object class="GtkAlignment" id="alignment8">
982
<property name="visible">True</property>
983
<property name="can_focus">False</property>
984
<property name="top_padding">12</property>
985
<property name="bottom_padding">12</property>
986
<property name="left_padding">12</property>
987
<property name="right_padding">12</property>
989
<object class="GtkTable" id="table5">
990
<property name="visible">True</property>
991
<property name="can_focus">False</property>
992
<property name="n_rows">2</property>
993
<property name="n_columns">2</property>
994
<property name="column_spacing">12</property>
995
<property name="row_spacing">6</property>
997
<object class="GtkColorButton" id="swapload_color0">
998
<property name="visible">True</property>
999
<property name="can_focus">True</property>
1000
<property name="receives_default">True</property>
1001
<property name="use_action_appearance">False</property>
1002
<property name="color">#000000000000</property>
1005
<property name="x_options">GTK_EXPAND</property>
1006
<property name="y_options">GTK_EXPAND</property>
1010
<object class="GtkColorButton" id="swapload_color1">
1011
<property name="visible">True</property>
1012
<property name="can_focus">True</property>
1013
<property name="receives_default">True</property>
1014
<property name="use_action_appearance">False</property>
1015
<property name="use_alpha">True</property>
1016
<property name="color">#000000000000</property>
1019
<property name="left_attach">1</property>
1020
<property name="right_attach">2</property>
1021
<property name="x_options">GTK_EXPAND</property>
1022
<property name="y_options">GTK_EXPAND</property>
1026
<object class="GtkLabel" id="label28">
1027
<property name="visible">True</property>
1028
<property name="can_focus">False</property>
1029
<property name="label" translatable="yes">_Used</property>
1030
<property name="use_underline">True</property>
1031
<property name="mnemonic_widget">swapload_color0</property>
1034
<property name="top_attach">1</property>
1035
<property name="bottom_attach">2</property>
1039
<object class="GtkLabel" id="label29">
1040
<property name="visible">True</property>
1041
<property name="can_focus">False</property>
1042
<property name="label" translatable="yes">_Free</property>
1043
<property name="use_underline">True</property>
1044
<property name="mnemonic_widget">swapload_color1</property>
1047
<property name="left_attach">1</property>
1048
<property name="right_attach">2</property>
1049
<property name="top_attach">1</property>
1050
<property name="bottom_attach">2</property>
1057
<property name="position">3</property>
1061
<object class="GtkLabel" id="label4">
1062
<property name="visible">True</property>
1063
<property name="can_focus">False</property>
1064
<property name="label" translatable="yes">Swap Space</property>
1067
<property name="position">3</property>
1068
<property name="tab_fill">False</property>
1072
<object class="GtkAlignment" id="alignment9">
1073
<property name="visible">True</property>
1074
<property name="can_focus">False</property>
1075
<property name="top_padding">12</property>
1076
<property name="bottom_padding">12</property>
1077
<property name="left_padding">12</property>
1078
<property name="right_padding">12</property>
1080
<object class="GtkTable" id="table6">
1081
<property name="visible">True</property>
1082
<property name="can_focus">False</property>
1083
<property name="n_rows">2</property>
1084
<property name="n_columns">2</property>
1085
<property name="column_spacing">12</property>
1086
<property name="row_spacing">6</property>
1088
<object class="GtkColorButton" id="loadavg_color0">
1089
<property name="visible">True</property>
1090
<property name="can_focus">True</property>
1091
<property name="receives_default">True</property>
1092
<property name="use_action_appearance">False</property>
1093
<property name="color">#000000000000</property>
1096
<property name="x_options">GTK_EXPAND</property>
1097
<property name="y_options">GTK_EXPAND</property>
1101
<object class="GtkColorButton" id="loadavg_color1">
1102
<property name="visible">True</property>
1103
<property name="can_focus">True</property>
1104
<property name="receives_default">True</property>
1105
<property name="use_action_appearance">False</property>
1106
<property name="use_alpha">True</property>
1107
<property name="color">#000000000000</property>
1110
<property name="left_attach">1</property>
1111
<property name="right_attach">2</property>
1112
<property name="x_options">GTK_EXPAND</property>
1113
<property name="y_options">GTK_EXPAND</property>
1117
<object class="GtkLabel" id="label30">
1118
<property name="visible">True</property>
1119
<property name="can_focus">False</property>
1120
<property name="label" translatable="yes">_Average</property>
1121
<property name="use_underline">True</property>
1122
<property name="mnemonic_widget">loadavg_color0</property>
1125
<property name="top_attach">1</property>
1126
<property name="bottom_attach">2</property>
1130
<object class="GtkLabel" id="label31">
1131
<property name="visible">True</property>
1132
<property name="can_focus">False</property>
1133
<property name="label" translatable="yes">_Background</property>
1134
<property name="use_underline">True</property>
1135
<property name="mnemonic_widget">loadavg_color1</property>
1138
<property name="left_attach">1</property>
1139
<property name="right_attach">2</property>
1140
<property name="top_attach">1</property>
1141
<property name="bottom_attach">2</property>
1148
<property name="position">4</property>
1152
<object class="GtkLabel" id="label5">
1153
<property name="visible">True</property>
1154
<property name="can_focus">False</property>
1155
<property name="label" translatable="yes">Load</property>
1158
<property name="position">4</property>
1159
<property name="tab_fill">False</property>
1163
<object class="GtkAlignment" id="alignment10">
1164
<property name="visible">True</property>
1165
<property name="can_focus">False</property>
1166
<property name="top_padding">12</property>
1167
<property name="bottom_padding">12</property>
1168
<property name="left_padding">12</property>
1169
<property name="right_padding">12</property>
1171
<object class="GtkTable" id="table7">
1172
<property name="visible">True</property>
1173
<property name="can_focus">False</property>
1174
<property name="n_rows">2</property>
1175
<property name="n_columns">3</property>
1176
<property name="column_spacing">12</property>
1177
<property name="row_spacing">6</property>
1179
<object class="GtkColorButton" id="diskload_color0">
1180
<property name="visible">True</property>
1181
<property name="can_focus">True</property>
1182
<property name="receives_default">True</property>
1183
<property name="use_action_appearance">False</property>
1184
<property name="color">#000000000000</property>
1187
<property name="x_options">GTK_EXPAND</property>
1188
<property name="y_options">GTK_EXPAND</property>
1192
<object class="GtkColorButton" id="diskload_color1">
1193
<property name="visible">True</property>
1194
<property name="can_focus">True</property>
1195
<property name="receives_default">True</property>
1196
<property name="use_action_appearance">False</property>
1197
<property name="color">#000000000000</property>
1200
<property name="left_attach">1</property>
1201
<property name="right_attach">2</property>
1202
<property name="x_options">GTK_EXPAND</property>
1203
<property name="y_options">GTK_EXPAND</property>
1207
<object class="GtkColorButton" id="diskload_color2">
1208
<property name="visible">True</property>
1209
<property name="can_focus">True</property>
1210
<property name="receives_default">True</property>
1211
<property name="use_action_appearance">False</property>
1212
<property name="use_alpha">True</property>
1213
<property name="color">#000000000000</property>
1216
<property name="left_attach">2</property>
1217
<property name="right_attach">3</property>
1218
<property name="x_options">GTK_EXPAND</property>
1219
<property name="y_options">GTK_EXPAND</property>
1223
<object class="GtkLabel" id="label32">
1224
<property name="visible">True</property>
1225
<property name="can_focus">False</property>
1226
<property name="label" translatable="yes">_Read</property>
1227
<property name="use_underline">True</property>
1228
<property name="mnemonic_widget">diskload_color0</property>
1231
<property name="top_attach">1</property>
1232
<property name="bottom_attach">2</property>
1236
<object class="GtkLabel" id="label33">
1237
<property name="visible">True</property>
1238
<property name="can_focus">False</property>
1239
<property name="label" translatable="yes">_Write</property>
1240
<property name="use_underline">True</property>
1241
<property name="mnemonic_widget">diskload_color1</property>
1244
<property name="left_attach">1</property>
1245
<property name="right_attach">2</property>
1246
<property name="top_attach">1</property>
1247
<property name="bottom_attach">2</property>
1251
<object class="GtkLabel" id="label34">
1252
<property name="visible">True</property>
1253
<property name="can_focus">False</property>
1254
<property name="label" translatable="yes">_Background</property>
1255
<property name="use_underline">True</property>
1256
<property name="mnemonic_widget">diskload_color2</property>
1259
<property name="left_attach">2</property>
1260
<property name="right_attach">3</property>
1261
<property name="top_attach">1</property>
1262
<property name="bottom_attach">2</property>
1269
<property name="position">5</property>
1273
<object class="GtkLabel" id="label6">
1274
<property name="visible">True</property>
1275
<property name="can_focus">False</property>
1276
<property name="label" translatable="yes">Harddisk</property>
1279
<property name="position">5</property>
1280
<property name="tab_fill">False</property>
1287
<property name="expand">True</property>
1288
<property name="fill">True</property>
1289
<property name="position">1</property>
1294
<property name="expand">True</property>
1295
<property name="fill">True</property>
1296
<property name="position">2</property>
1303
<property name="expand">True</property>
1304
<property name="fill">True</property>
1305
<property name="position">0</property>
1308
<child internal-child="action_area">
1309
<object class="GtkHButtonBox" id="dialog-action_area2">
1310
<property name="visible">True</property>
1311
<property name="can_focus">False</property>
1312
<property name="layout_style">end</property>
1314
<object class="GtkButton" id="close">
1315
<property name="label">gtk-close</property>
1316
<property name="visible">True</property>
1317
<property name="can_focus">True</property>
1318
<property name="receives_default">True</property>
1319
<property name="use_action_appearance">False</property>
1320
<property name="use_stock">True</property>
1323
<property name="expand">False</property>
1324
<property name="fill">False</property>
1325
<property name="position">0</property>
1330
<property name="expand">False</property>
1331
<property name="fill">True</property>
1332
<property name="pack_type">end</property>
1333
<property name="position">1</property>
1339
<action-widget response="0">close</action-widget>
1342
<object class="GtkAdjustment" id="sizeadjustment">
1343
<property name="lower">10</property>
1344
<property name="upper">1000</property>
1345
<property name="step_increment">5</property>
1346
<property name="page_increment">50</property>
1348
<object class="GtkAdjustment" id="speedadjustment">
1349
<property name="lower">50</property>
1350
<property name="upper">10000</property>
1351
<property name="step_increment">50</property>
1352
<property name="page_increment">500</property>