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 10:56:43 +0100
commitc49976e95d7c38a143a8aa428f5e965da5e10997 (patch)
treecd9190c37a33ca1a5a76c9f949b75835a62f0afe /src/org.mate.system-monitor.gschema.xml.in
parentcd2d9c2d5bbca35d089ff4ca5171a9da95efb09f (diff)
downloadmate-system-monitor-c49976e95d7c38a143a8aa428f5e965da5e10997.tar.bz2
mate-system-monitor-c49976e95d7c38a143a8aa428f5e965da5e10997.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>