1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Generated with glade 3.38.2 -->
3<interface>
4  <requires lib="gtk+" version="3.24"/>
5  <object class="GtkImage" id="image1">
6    <property name="visible">True</property>
7    <property name="can-focus">False</property>
8    <property name="icon-name">window-close</property>
9  </object>
10  <object class="GtkImage" id="image2">
11    <property name="visible">True</property>
12    <property name="can-focus">False</property>
13    <property name="icon-name">help-browser</property>
14  </object>
15  <object class="GtkDialog" id="preferences_dialog">
16    <property name="can-focus">False</property>
17    <property name="border-width">5</property>
18    <property name="title" translatable="yes">System Monitor Preferences</property>
19    <property name="default-width">400</property>
20    <property name="default-height">420</property>
21    <property name="destroy-with-parent">True</property>
22    <property name="type-hint">dialog</property>
23    <child internal-child="vbox">
24      <object class="GtkBox" id="dialog_layout">
25        <property name="can-focus">False</property>
26        <property name="margin-top">5</property>
27        <property name="margin-bottom">5</property>
28        <property name="orientation">vertical</property>
29        <property name="spacing">2</property>
30        <child internal-child="action_area">
31          <object class="GtkButtonBox" id="dialog_action_area">
32            <property name="can-focus">False</property>
33            <child>
34              <object class="GtkButton" id="help_button">
35                <property name="label">Help</property>
36                <property name="use-action-appearance">False</property>
37                <property name="visible">True</property>
38                <property name="can-focus">True</property>
39                <property name="receives-default">True</property>
40                <property name="image">image2</property>
41              </object>
42              <packing>
43                <property name="expand">False</property>
44                <property name="fill">True</property>
45                <property name="position">0</property>
46              </packing>
47            </child>
48            <child>
49              <object class="GtkButton" id="close_button">
50                <property name="label">Close</property>
51                <property name="use-action-appearance">False</property>
52                <property name="visible">True</property>
53                <property name="can-focus">True</property>
54                <property name="receives-default">True</property>
55                <property name="image">image1</property>
56              </object>
57              <packing>
58                <property name="expand">False</property>
59                <property name="fill">True</property>
60                <property name="position">1</property>
61              </packing>
62            </child>
63          </object>
64          <packing>
65            <property name="expand">False</property>
66            <property name="fill">True</property>
67            <property name="pack-type">end</property>
68            <property name="position">0</property>
69          </packing>
70        </child>
71        <child>
72          <!-- n-columns=1 n-rows=1 -->
73          <object class="GtkGrid" id="content_grid">
74            <property name="visible">True</property>
75            <property name="can-focus">False</property>
76            <property name="orientation">vertical</property>
77            <property name="column-spacing">2</property>
78            <child>
79              <object class="GtkNotebook" id="notebook">
80                <property name="visible">True</property>
81                <property name="can-focus">True</property>
82                <property name="hexpand">True</property>
83                <property name="vexpand">True</property>
84                <property name="border-width">5</property>
85                <child>
86                  <!-- n-columns=1 n-rows=2 -->
87                  <object class="GtkGrid" id="processes_tab_content">
88                    <property name="visible">True</property>
89                    <property name="can-focus">False</property>
90                    <property name="hexpand">True</property>
91                    <property name="vexpand">True</property>
92                    <property name="border-width">12</property>
93                    <property name="orientation">vertical</property>
94                    <property name="row-spacing">18</property>
95                    <child>
96                      <!-- n-columns=1 n-rows=2 -->
97                      <object class="GtkGrid" id="processes_behavior">
98                        <property name="visible">True</property>
99                        <property name="can-focus">False</property>
100                        <property name="row-spacing">6</property>
101                        <child>
102                          <object class="GtkLabel" id="processes_behavior_label">
103                            <property name="visible">True</property>
104                            <property name="can-focus">False</property>
105                            <property name="halign">start</property>
106                            <property name="label" translatable="yes">Behavior</property>
107                            <property name="single-line-mode">True</property>
108                            <attributes>
109                              <attribute name="weight" value="bold"/>
110                            </attributes>
111                          </object>
112                          <packing>
113                            <property name="left-attach">0</property>
114                            <property name="top-attach">0</property>
115                          </packing>
116                        </child>
117                        <child>
118                          <!-- n-columns=1 n-rows=4 -->
119                          <object class="GtkGrid" id="processes_behavior_section">
120                            <property name="visible">True</property>
121                            <property name="can-focus">False</property>
122                            <property name="margin-start">12</property>
123                            <property name="row-spacing">6</property>
124                            <child>
125                              <!-- n-columns=2 n-rows=1 -->
126                              <object class="GtkGrid" id="update_interval_grid">
127                                <property name="visible">True</property>
128                                <property name="can-focus">False</property>
129                                <property name="hexpand">True</property>
130                                <property name="column-spacing">12</property>
131                                <child>
132                                  <object class="GtkLabel" id="processes_interval_label">
133                                    <property name="visible">True</property>
134                                    <property name="can-focus">False</property>
135                                    <property name="label" translatable="yes">_Update interval in seconds:</property>
136                                    <property name="use-underline">True</property>
137                                    <property name="mnemonic-widget">processes_interval_spinner</property>
138                                  </object>
139                                  <packing>
140                                    <property name="left-attach">0</property>
141                                    <property name="top-attach">0</property>
142                                  </packing>
143                                </child>
144                                <child>
145                                  <object class="GtkSpinButton" id="processes_interval_spinner">
146                                    <property name="visible">True</property>
147                                    <property name="can-focus">True</property>
148                                    <property name="invisible-char">•</property>
149                                    <property name="climb-rate">1</property>
150                                    <property name="digits">2</property>
151                                  </object>
152                                  <packing>
153                                    <property name="left-attach">1</property>
154                                    <property name="top-attach">0</property>
155                                  </packing>
156                                </child>
157                              </object>
158                              <packing>
159                                <property name="left-attach">0</property>
160                                <property name="top-attach">0</property>
161                              </packing>
162                            </child>
163                            <child>
164                              <object class="GtkCheckButton" id="smooth_button">
165                                <property name="label" translatable="yes">Enable _smooth refresh</property>
166                                <property name="use-action-appearance">False</property>
167                                <property name="visible">True</property>
168                                <property name="can-focus">True</property>
169                                <property name="receives-default">False</property>
170                                <property name="use-underline">True</property>
171                                <property name="draw-indicator">True</property>
172                              </object>
173                              <packing>
174                                <property name="left-attach">0</property>
175                                <property name="top-attach">1</property>
176                              </packing>
177                            </child>
178                            <child>
179                              <object class="GtkCheckButton" id="check_button">
180                                <property name="label" translatable="yes">Alert before ending or _killing processes</property>
181                                <property name="use-action-appearance">False</property>
182                                <property name="visible">True</property>
183                                <property name="can-focus">True</property>
184                                <property name="receives-default">False</property>
185                                <property name="use-underline">True</property>
186                                <property name="draw-indicator">True</property>
187                              </object>
188                              <packing>
189                                <property name="left-attach">0</property>
190                                <property name="top-attach">2</property>
191                              </packing>
192                            </child>
193                            <child>
194                              <object class="GtkCheckButton" id="solaris_button">
195                                <property name="label" translatable="yes">_Divide CPU usage by CPU count</property>
196                                <property name="use-action-appearance">False</property>
197                                <property name="visible">True</property>
198                                <property name="can-focus">True</property>
199                                <property name="receives-default">False</property>
200                                <property name="use-underline">True</property>
201                                <property name="draw-indicator">True</property>
202                              </object>
203                              <packing>
204                                <property name="left-attach">0</property>
205                                <property name="top-attach">3</property>
206                              </packing>
207                            </child>
208                          </object>
209                          <packing>
210                            <property name="left-attach">0</property>
211                            <property name="top-attach">1</property>
212                          </packing>
213                        </child>
214                      </object>
215                      <packing>
216                        <property name="left-attach">0</property>
217                        <property name="top-attach">0</property>
218                      </packing>
219                    </child>
220                    <child>
221                      <!-- n-columns=1 n-rows=2 -->
222                      <object class="GtkGrid" id="processes_fields">
223                        <property name="visible">True</property>
224                        <property name="can-focus">False</property>
225                        <property name="hexpand">True</property>
226                        <property name="vexpand">True</property>
227                        <property name="row-spacing">6</property>
228                        <child>
229                          <object class="GtkLabel" id="processes_fields_label">
230                            <property name="visible">True</property>
231                            <property name="can-focus">False</property>
232                            <property name="label" translatable="yes">Information Fields</property>
233                            <property name="justify">fill</property>
234                            <property name="ellipsize">end</property>
235                            <property name="single-line-mode">True</property>
236                            <property name="xalign">0</property>
237                            <attributes>
238                              <attribute name="weight" value="bold"/>
239                            </attributes>
240                          </object>
241                          <packing>
242                            <property name="left-attach">0</property>
243                            <property name="top-attach">0</property>
244                          </packing>
245                        </child>
246                        <child>
247                          <!-- n-columns=1 n-rows=2 -->
248                          <object class="GtkGrid" id="processes_fields_grid">
249                            <property name="visible">True</property>
250                            <property name="can-focus">False</property>
251                            <property name="hexpand">True</property>
252                            <property name="vexpand">True</property>
253                            <property name="orientation">vertical</property>
254                            <child>
255                              <object class="GtkLabel" id="processes_fields_table_label">
256                                <property name="visible">True</property>
257                                <property name="can-focus">False</property>
258                                <property name="label" translatable="yes">Process i_nformation shown in list:</property>
259                                <property name="use-underline">True</property>
260                                <property name="mnemonic-widget">proctree_columns</property>
261                                <property name="xalign">0</property>
262                              </object>
263                              <packing>
264                                <property name="left-attach">0</property>
265                                <property name="top-attach">0</property>
266                              </packing>
267                            </child>
268                            <child>
269                              <object class="GtkScrolledWindow" id="processes_scrolled">
270                                <property name="visible">True</property>
271                                <property name="can-focus">True</property>
272                                <property name="hexpand">True</property>
273                                <property name="vexpand">True</property>
274                                <property name="shadow-type">in</property>
275                                <child>
276                                  <object class="GtkTreeView" id="proctree_columns">
277                                    <property name="visible">True</property>
278                                    <property name="can-focus">True</property>
279                                    <property name="headers-visible">False</property>
280                                    <property name="enable-search">False</property>
281                                    <child internal-child="selection">
282                                      <object class="GtkTreeSelection" id="processes-columns-selection"/>
283                                    </child>
284                                  </object>
285                                </child>
286                              </object>
287                              <packing>
288                                <property name="left-attach">0</property>
289                                <property name="top-attach">1</property>
290                              </packing>
291                            </child>
292                          </object>
293                          <packing>
294                            <property name="left-attach">0</property>
295                            <property name="top-attach">1</property>
296                          </packing>
297                        </child>
298                      </object>
299                      <packing>
300                        <property name="left-attach">0</property>
301                        <property name="top-attach">1</property>
302                      </packing>
303                    </child>
304                  </object>
305                </child>
306                <child type="tab">
307                  <object class="GtkLabel" id="processes_tab_label">
308                    <property name="visible">True</property>
309                    <property name="can-focus">False</property>
310                    <property name="label" translatable="yes">Processes</property>
311                  </object>
312                  <packing>
313                    <property name="tab-fill">False</property>
314                  </packing>
315                </child>
316                <child>
317                  <!-- n-columns=1 n-rows=1 -->
318                  <object class="GtkGrid" id="resources_tab_content">
319                    <property name="visible">True</property>
320                    <property name="can-focus">False</property>
321                    <property name="hexpand">True</property>
322                    <property name="vexpand">True</property>
323                    <property name="border-width">12</property>
324                    <property name="orientation">vertical</property>
325                    <property name="row-spacing">18</property>
326                    <child>
327                      <!-- n-columns=1 n-rows=2 -->
328                      <object class="GtkGrid" id="resources_graphs">
329                        <property name="visible">True</property>
330                        <property name="can-focus">False</property>
331                        <property name="hexpand">True</property>
332                        <property name="row-spacing">6</property>
333                        <child>
334                          <object class="GtkLabel" id="resources_graphs_label">
335                            <property name="visible">True</property>
336                            <property name="can-focus">False</property>
337                            <property name="hexpand">True</property>
338                            <property name="label" translatable="yes">Graphs</property>
339                            <property name="justify">fill</property>
340                            <property name="ellipsize">end</property>
341                            <property name="single-line-mode">True</property>
342                            <property name="xalign">0</property>
343                            <attributes>
344                              <attribute name="weight" value="bold"/>
345                            </attributes>
346                          </object>
347                          <packing>
348                            <property name="left-attach">0</property>
349                            <property name="top-attach">0</property>
350                          </packing>
351                        </child>
352                        <child>
353                          <!-- n-columns=1 n-rows=2 -->
354                          <object class="GtkGrid" id="resources_graphs_section">
355                            <property name="visible">True</property>
356                            <property name="can-focus">False</property>
357                            <property name="margin-start">12</property>
358                            <property name="hexpand">True</property>
359                            <property name="vexpand">True</property>
360                            <property name="row-spacing">6</property>
361                            <child>
362                              <!-- n-columns=2 n-rows=1 -->
363                              <object class="GtkGrid" id="resources_update_interval">
364                                <property name="visible">True</property>
365                                <property name="can-focus">False</property>
366                                <property name="hexpand">True</property>
367                                <property name="column-spacing">12</property>
368                                <child>
369                                  <object class="GtkLabel" id="resources_interval_label">
370                                    <property name="visible">True</property>
371                                    <property name="can-focus">False</property>
372                                    <property name="label" translatable="yes">_Update interval in seconds:</property>
373                                    <property name="use-underline">True</property>
374                                    <property name="mnemonic-widget">resources_interval_spinner</property>
375                                  </object>
376                                  <packing>
377                                    <property name="left-attach">0</property>
378                                    <property name="top-attach">0</property>
379                                  </packing>
380                                </child>
381                                <child>
382                                  <object class="GtkSpinButton" id="resources_interval_spinner">
383                                    <property name="visible">True</property>
384                                    <property name="can-focus">True</property>
385                                    <property name="invisible-char">•</property>
386                                    <property name="climb-rate">1</property>
387                                    <property name="digits">2</property>
388                                  </object>
389                                  <packing>
390                                    <property name="left-attach">1</property>
391                                    <property name="top-attach">0</property>
392                                  </packing>
393                                </child>
394                              </object>
395                              <packing>
396                                <property name="left-attach">0</property>
397                                <property name="top-attach">0</property>
398                              </packing>
399                            </child>
400                            <child>
401                              <object class="GtkCheckButton" id="bits_button">
402                                <property name="label" translatable="yes">_Show network speed in bits</property>
403                                <property name="use-action-appearance">False</property>
404                                <property name="visible">True</property>
405                                <property name="can-focus">True</property>
406                                <property name="receives-default">False</property>
407                                <property name="hexpand">True</property>
408                                <property name="use-underline">True</property>
409                                <property name="draw-indicator">True</property>
410                              </object>
411                              <packing>
412                                <property name="left-attach">0</property>
413                                <property name="top-attach">1</property>
414                              </packing>
415                            </child>
416                          </object>
417                          <packing>
418                            <property name="left-attach">0</property>
419                            <property name="top-attach">1</property>
420                          </packing>
421                        </child>
422                      </object>
423                      <packing>
424                        <property name="left-attach">0</property>
425                        <property name="top-attach">0</property>
426                      </packing>
427                    </child>
428                  </object>
429                  <packing>
430                    <property name="position">1</property>
431                  </packing>
432                </child>
433                <child type="tab">
434                  <object class="GtkLabel" id="resources_tab_label">
435                    <property name="visible">True</property>
436                    <property name="can-focus">False</property>
437                    <property name="label" translatable="yes">Resources</property>
438                  </object>
439                  <packing>
440                    <property name="position">1</property>
441                    <property name="tab-fill">False</property>
442                  </packing>
443                </child>
444                <child>
445                  <!-- n-columns=1 n-rows=2 -->
446                  <object class="GtkGrid" id="devices_tab_content">
447                    <property name="visible">True</property>
448                    <property name="can-focus">False</property>
449                    <property name="hexpand">True</property>
450                    <property name="vexpand">True</property>
451                    <property name="border-width">12</property>
452                    <property name="orientation">vertical</property>
453                    <property name="row-spacing">18</property>
454                    <child>
455                      <!-- n-columns=1 n-rows=2 -->
456                      <object class="GtkGrid" id="devices_behavior">
457                        <property name="visible">True</property>
458                        <property name="can-focus">False</property>
459                        <property name="row-spacing">6</property>
460                        <child>
461                          <object class="GtkLabel" id="devices_behavior_label">
462                            <property name="visible">True</property>
463                            <property name="can-focus">False</property>
464                            <property name="hexpand">True</property>
465                            <property name="label" translatable="yes">Behavior</property>
466                            <property name="justify">fill</property>
467                            <property name="ellipsize">end</property>
468                            <property name="single-line-mode">True</property>
469                            <property name="xalign">0</property>
470                            <attributes>
471                              <attribute name="weight" value="bold"/>
472                            </attributes>
473                          </object>
474                          <packing>
475                            <property name="left-attach">0</property>
476                            <property name="top-attach">0</property>
477                          </packing>
478                        </child>
479                        <child>
480                          <!-- n-columns=1 n-rows=2 -->
481                          <object class="GtkGrid" id="devices_behavior_section">
482                            <property name="visible">True</property>
483                            <property name="can-focus">False</property>
484                            <property name="margin-start">12</property>
485                            <property name="hexpand">True</property>
486                            <property name="row-spacing">6</property>
487                            <child>
488                              <!-- n-columns=2 n-rows=1 -->
489                              <object class="GtkGrid" id="devices_interval_grid">
490                                <property name="visible">True</property>
491                                <property name="can-focus">False</property>
492                                <property name="hexpand">True</property>
493                                <property name="column-spacing">12</property>
494                                <child>
495                                  <object class="GtkLabel" id="devices_interval_label">
496                                    <property name="visible">True</property>
497                                    <property name="can-focus">False</property>
498                                    <property name="label" translatable="yes">_Update interval in seconds:</property>
499                                    <property name="use-underline">True</property>
500                                    <property name="mnemonic-widget">devices_interval_spinner</property>
501                                  </object>
502                                  <packing>
503                                    <property name="left-attach">0</property>
504                                    <property name="top-attach">0</property>
505                                  </packing>
506                                </child>
507                                <child>
508                                  <object class="GtkSpinButton" id="devices_interval_spinner">
509                                    <property name="visible">True</property>
510                                    <property name="can-focus">True</property>
511                                    <property name="invisible-char">•</property>
512                                    <property name="climb-rate">1</property>
513                                    <property name="digits">2</property>
514                                  </object>
515                                  <packing>
516                                    <property name="left-attach">1</property>
517                                    <property name="top-attach">0</property>
518                                  </packing>
519                                </child>
520                              </object>
521                              <packing>
522                                <property name="left-attach">0</property>
523                                <property name="top-attach">0</property>
524                              </packing>
525                            </child>
526                            <child>
527                              <object class="GtkCheckButton" id="all_devices_check">
528                                <property name="label" translatable="yes">Show _all file systems</property>
529                                <property name="use-action-appearance">False</property>
530                                <property name="visible">True</property>
531                                <property name="can-focus">True</property>
532                                <property name="receives-default">False</property>
533                                <property name="hexpand">True</property>
534                                <property name="use-underline">True</property>
535                                <property name="draw-indicator">True</property>
536                              </object>
537                              <packing>
538                                <property name="left-attach">0</property>
539                                <property name="top-attach">1</property>
540                              </packing>
541                            </child>
542                          </object>
543                          <packing>
544                            <property name="left-attach">0</property>
545                            <property name="top-attach">1</property>
546                          </packing>
547                        </child>
548                      </object>
549                      <packing>
550                        <property name="left-attach">0</property>
551                        <property name="top-attach">0</property>
552                      </packing>
553                    </child>
554                    <child>
555                      <!-- n-columns=1 n-rows=2 -->
556                      <object class="GtkGrid" id="devices_fields">
557                        <property name="visible">True</property>
558                        <property name="can-focus">False</property>
559                        <property name="hexpand">True</property>
560                        <property name="vexpand">True</property>
561                        <property name="row-spacing">6</property>
562                        <child>
563                          <object class="GtkLabel" id="devices_fields_label">
564                            <property name="visible">True</property>
565                            <property name="can-focus">False</property>
566                            <property name="hexpand">True</property>
567                            <property name="label" translatable="yes">Information Fields</property>
568                            <property name="justify">fill</property>
569                            <property name="ellipsize">end</property>
570                            <property name="single-line-mode">True</property>
571                            <property name="xalign">0</property>
572                            <attributes>
573                              <attribute name="weight" value="bold"/>
574                            </attributes>
575                          </object>
576                          <packing>
577                            <property name="left-attach">0</property>
578                            <property name="top-attach">0</property>
579                          </packing>
580                        </child>
581                        <child>
582                          <!-- n-columns=1 n-rows=2 -->
583                          <object class="GtkGrid" id="devices_fields_grid">
584                            <property name="visible">True</property>
585                            <property name="can-focus">False</property>
586                            <property name="hexpand">True</property>
587                            <property name="vexpand">True</property>
588                            <property name="orientation">vertical</property>
589                            <property name="row-spacing">6</property>
590                            <child>
591                              <object class="GtkLabel" id="devices_fields_table_label">
592                                <property name="visible">True</property>
593                                <property name="can-focus">False</property>
594                                <property name="label" translatable="yes">File system i_nformation shown in list:</property>
595                                <property name="use-underline">True</property>
596                                <property name="mnemonic-widget">disktreenew_columns</property>
597                                <property name="xalign">0</property>
598                              </object>
599                              <packing>
600                                <property name="left-attach">0</property>
601                                <property name="top-attach">0</property>
602                              </packing>
603                            </child>
604                            <child>
605                              <object class="GtkScrolledWindow" id="devices_scrolled">
606                                <property name="visible">True</property>
607                                <property name="can-focus">True</property>
608                                <property name="hexpand">True</property>
609                                <property name="vexpand">True</property>
610                                <property name="shadow-type">in</property>
611                                <child>
612                                  <object class="GtkTreeView" id="disktreenew_columns">
613                                    <property name="visible">True</property>
614                                    <property name="can-focus">True</property>
615                                    <property name="headers-visible">False</property>
616                                    <property name="enable-search">False</property>
617                                    <child internal-child="selection">
618                                      <object class="GtkTreeSelection" id="devices-treeview-selection"/>
619                                    </child>
620                                  </object>
621                                </child>
622                              </object>
623                              <packing>
624                                <property name="left-attach">0</property>
625                                <property name="top-attach">1</property>
626                              </packing>
627                            </child>
628                          </object>
629                          <packing>
630                            <property name="left-attach">0</property>
631                            <property name="top-attach">1</property>
632                          </packing>
633                        </child>
634                      </object>
635                      <packing>
636                        <property name="left-attach">0</property>
637                        <property name="top-attach">1</property>
638                      </packing>
639                    </child>
640                  </object>
641                  <packing>
642                    <property name="position">2</property>
643                  </packing>
644                </child>
645                <child type="tab">
646                  <object class="GtkLabel" id="file_systems_tab_label">
647                    <property name="visible">True</property>
648                    <property name="can-focus">False</property>
649                    <property name="label" translatable="yes">File Systems</property>
650                  </object>
651                  <packing>
652                    <property name="position">2</property>
653                    <property name="tab-fill">False</property>
654                  </packing>
655                </child>
656              </object>
657              <packing>
658                <property name="left-attach">0</property>
659                <property name="top-attach">0</property>
660              </packing>
661            </child>
662          </object>
663          <packing>
664            <property name="expand">True</property>
665            <property name="fill">True</property>
666            <property name="position">1</property>
667          </packing>
668        </child>
669      </object>
670    </child>
671    <action-widgets>
672      <action-widget response="-11">help_button</action-widget>
673      <action-widget response="-7">close_button</action-widget>
674    </action-widgets>
675  </object>
676</interface>
677