summaryrefslogtreecommitdiff
path: root/src/org.mate.system-monitor.gschema.xml.in
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-11-21 11:52:04 +0100
committerraveit65 <[email protected]>2020-11-23 11:02:15 +0100
commit8f7c0deb42d1219d21d9c6324c730b2665a0cc3e (patch)
tree2a353779803f0a32d8085b079f7026efd479d8e7 /src/org.mate.system-monitor.gschema.xml.in
parent144afb19d06320612768e506197cd8a22d17f563 (diff)
downloadmate-system-monitor-8f7c0deb42d1219d21d9c6324c730b2665a0cc3e.tar.bz2
mate-system-monitor-8f7c0deb42d1219d21d9c6324c730b2665a0cc3e.tar.xz
Show subvol mount option on GNU/Linux
Diffstat (limited to 'src/org.mate.system-monitor.gschema.xml.in')
-rw-r--r--src/org.mate.system-monitor.gschema.xml.in22
1 files changed, 15 insertions, 7 deletions
diff --git a/src/org.mate.system-monitor.gschema.xml.in b/src/org.mate.system-monitor.gschema.xml.in
index 3e976f4..0bac3e8 100644
--- a/src/org.mate.system-monitor.gschema.xml.in
+++ b/src/org.mate.system-monitor.gschema.xml.in
@@ -477,33 +477,41 @@
</key>
<key name="col-3-width" type="i">
<default>80</default>
- <summary>Width of disk view 'Total' column</summary>
+ <summary>Width of disk view 'SubVol' column</summary>
</key>
<key name="col-3-visible" type="b">
<default>true</default>
- <summary>Show disk view 'Total' column on startup</summary>
+ <summary>Show disk view 'SubVol' column on startup</summary>
</key>
<key name="col-4-width" type="i">
<default>80</default>
- <summary>Width of disk view 'Free' column</summary>
+ <summary>Width of disk view 'Total' column</summary>
</key>
<key name="col-4-visible" type="b">
<default>true</default>
- <summary>Show disk view 'Free' column on startup</summary>
+ <summary>Show disk view 'Total' column on startup</summary>
</key>
<key name="col-5-width" type="i">
<default>80</default>
- <summary>Width of disk view 'Available' column</summary>
+ <summary>Width of disk view 'Free' column</summary>
</key>
<key name="col-5-visible" type="b">
<default>true</default>
- <summary>Show disk view 'Available' column on startup</summary>
+ <summary>Show disk view 'Free' column on startup</summary>
</key>
<key name="col-6-width" type="i">
+ <default>80</default>
+ <summary>Width of disk view 'Available' column</summary>
+ </key>
+ <key name="col-6-visible" type="b">
+ <default>true</default>
+ <summary>Show disk view 'Available' column on startup</summary>
+ </key>
+ <key name="col-7-width" type="i">
<default>300</default>
<summary>Width of disk view 'Used' column</summary>
</key>
- <key name="col-6-visible" type="b">
+ <key name="col-7-visible" type="b">
<default>true</default>
<summary>Show disk view 'Used' column on startup</summary>
</key>