<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="org-gnome-shell-extensions-kylecorry31-do-not-disturb">
  <schema path="/org/gnome/shell/extensions/kylecorry31-do-not-disturb/" id="org.gnome.shell.extensions.kylecorry31-do-not-disturb">
    <key type="b" name="show-icon">
        <default>true</default>
        <summary>Show an indicator icon when do not disturb is enabled.</summary>
        <description></description>
    </key>
    <key type="b" name="mute-sounds">
        <default>false</default>
        <summary>Mutes all sound when do not disturb is enabled.</summary>
        <description></description>
    </key>
    <key type="b" name="show-dot">
        <default>false</default>
        <summary>Shows a dot next to the date when notifications arrive during do not disturb mode.</summary>
        <description></description>
    </key>
    <key type="b" name="show-count">
        <default>true</default>
        <summary>Displays the number of notifications during do not disturb mode.</summary>
        <description></description>
    </key>
    <key type="b" name="do-not-disturb">
        <default>false</default>
        <summary>Activate the do not disturb mode.</summary>
        <description></description>
    </key>
  </schema>
</schemalist>