diff options
author | Ricky Kresslein <ricky@kressle.in> | 2022-02-23 22:54:50 +0100 |
---|---|---|
committer | Ricky Kresslein <ricky@kressle.in> | 2022-02-23 22:54:50 +0100 |
commit | de4ea78d38007a2efda4cbd03d0207fa27decbf4 (patch) | |
tree | 77f642be49be3656276628b8fc885a5f5d169c86 /data | |
parent | 2a8e1c75863bc84c55eadcff1f3adb42d409d180 (diff) | |
download | Furtherance-de4ea78d38007a2efda4cbd03d0207fa27decbf4.tar.zst |
- Clearly states idle notify works in Gnome only
- Fixed bug idle preference only updated on start - Added dark theme switch
Diffstat (limited to 'data')
-rw-r--r-- | data/com.lakoliu.Furtherance.gschema.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/com.lakoliu.Furtherance.gschema.xml b/data/com.lakoliu.Furtherance.gschema.xml index 128e49a..ae8edc4 100644 --- a/data/com.lakoliu.Furtherance.gschema.xml +++ b/data/com.lakoliu.Furtherance.gschema.xml @@ -1,6 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <schemalist gettext-domain="furtherance"> <schema id="com.lakoliu.Furtherance" path="/com/lakoliu/Furtherance/"> + <key name="dark-mode" type="b"> + <default>true</default> + </key> <key name="notify-of-idle" type="b"> <default>true</default> </key> |