OSDN Git Service

[update] : disable free disk space notice
authorwatasuke102 <watasuke102@gmail.com>
Wed, 16 Jun 2021 02:43:22 +0000 (11:43 +0900)
committerwatasuke102 <watasuke102@gmail.com>
Wed, 16 Jun 2021 02:43:52 +0000 (11:43 +0900)
channels/plasma/airootfs.any/usr/share/config.kcfg/freespacenotifier.kcfg [new file with mode: 0644]

diff --git a/channels/plasma/airootfs.any/usr/share/config.kcfg/freespacenotifier.kcfg b/channels/plasma/airootfs.any/usr/share/config.kcfg/freespacenotifier.kcfg
new file mode 100644 (file)
index 0000000..963d7d1
--- /dev/null
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
+      http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
+  <kcfgfile name="freespacenotifierrc"/>
+  <group name="General">
+    <entry name="minimumSpace" type="Int">
+           <label>Minimum free space before user starts being notified.</label>
+           <default>200</default>
+           <min>1</min>
+           <max>100000</max>
+    </entry>
+    <entry name="enableNotification" type="Bool">
+           <label>Is the free space notification enabled.</label>
+           <default>0</default>
+    </entry>
+  </group>
+</kcfg>