[gsettings-desktop-schemas] schemas: Add setting to show battery percentage



commit 1c2af37e2a248274787ed11dc90a77549a92fe07
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Nov 13 14:51:41 2015 +0100

    schemas: Add setting to show battery percentage
    
    https://bugzilla.gnome.org/show_bug.cgi?id=758063

 schemas/org.gnome.desktop.interface.gschema.xml.in |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/schemas/org.gnome.desktop.interface.gschema.xml.in 
b/schemas/org.gnome.desktop.interface.gschema.xml.in
index cf310a9..ed08f62 100644
--- a/schemas/org.gnome.desktop.interface.gschema.xml.in
+++ b/schemas/org.gnome.desktop.interface.gschema.xml.in
@@ -220,5 +220,12 @@
         If true, display date in the clock, in addition to time.
       </description>
     </key>
+    <key name="show-battery-percentage" type="b">
+      <default>false</default>
+      <summary>Show battery percentage</summary>
+      <description>
+        If true, display battery percentage in the status menu, in addition to the icon.
+      </description>
+    </key>
   </schema>
 </schemalist>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]