dot/.local/share/gnome-shell/extensions/cpupower@mko-sl.de/schemas/org.gnome.shell.extensions....

40 lines
1.7 KiB
XML

<schemalist gettext-domain="gnome-shell-extension-cpupower">
<schema id="org.gnome.shell.extensions.cpupower" path="/org/gnome/shell/extensions/cpupower/">
<key name="profiles" type="a(iibss)">
<default>[(0,10,false,"Energy Saver", ""), (0,30,false,"Quiet", ""), (20,80,true,"Multimedia", ""), (50,100,true,"High Performance", "")]</default>
<summary>Serialized Profiles</summary>
<description>Your CPUpower profiles</description>
</key>
<key name="show-freq-in-taskbar" type="b">
<default>false</default>
<summary>Show current cpu frequency in taskbar</summary>
<description>Show current cpu frequency in the top bar</description>
</key>
<key name="taskbar-freq-unit-ghz" type="b">
<default>true</default>
<summary>Frequency in taskbar is shown in GHz or MHz</summary>
<description>Control which unit is used for the frequency</description>
</key>
<key name="show-icon-in-taskbar" type="b">
<default>true</default>
<summary>Show cpu chip icon in taskbar</summary>
<description>Show cpu chip icon in the top bar</description>
</key>
<key name="show-arrow-in-taskbar" type="b">
<default>true</default>
<summary>Show down arrow in taskbar</summary>
<description>Show down arrow in the top bar</description>
</key>
<key name="default-ac-profile" type="s">
<default>""</default>
<summary>Default AC profile ID</summary>
<description>The profile to switch to when plugged in</description>
</key>
<key name="default-battery-profile" type="s">
<default>""</default>
<summary>Default battery profile ID</summary>
<description>The profile to switch to when unplugged</description>
</key>
</schema>
</schemalist>