Skip to content

Commit ca20063

Browse files
queenkjuulqueenkjuul
authored andcommitted
Add weather widget settings keys to org.cinnamon.screensaver.gschema.xml
1 parent 4ff8433 commit ca20063

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

schemas/org.cinnamon.desktop.screensaver.gschema.xml.in

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,20 @@
114114
<summary>Display album art on the lock screen</summary>
115115
<description>Set this to true to show album art on the lock screen, if available.</description>
116116
</key>
117+
<key name="show-weather" type="b">
118+
<default>false</default>
119+
<summary>Display local weather on the lock screen</summary>
120+
<description>Set this to true to show local weather on the lock screen.</description>
121+
</key>
122+
<key name="weather-location" type="s">
123+
<default>""</default>
124+
<summary>Optional, override automatic location in the format LAT,LON</summary>
125+
<description>If automatic location is incorrect, specify a precise location in the format LAT,LON where LAT and LON are decimal numbers, for example: 41.85,-87.65</description>
126+
</key>
127+
<key name="weather-units" type="s">
128+
<default>"metric"</default>
129+
<summary>Must be either metric or imperial.</summary>
130+
</key>
117131
<key name="allow-keyboard-shortcuts" type="b">
118132
<default>true</default>
119133
<summary>Control whether keyboard shortcuts are allowed on the lock screen</summary>
@@ -133,7 +147,7 @@
133147
</key>
134148
<key name="floating-widgets" type="b">
135149
<default>true</default>
136-
<summary>Control whether the clock and albumart widgets will randomly change position over time.</summary>
150+
<summary>Control whether the clock, albumart, and weather widgets will randomly change position over time.</summary>
137151
</key>
138152
<key name="layout-group" type="i">
139153
<default>-1</default>

0 commit comments

Comments
 (0)