Skip to content

Commit 0841253

Browse files
committed
add addition time intervals, add screenshot
1 parent f508767 commit 0841253

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This extension is derived from my [Bing Wallpaper](https://github.com/neffo/bing
99

1010
## Features
1111

12-
* Fetches a random Google Earth wallpaper and sets as both lock screen and desktop wallpaper
12+
* Fetches a random Google Earth wallpaper and sets as desktop wallpaper, lock screen and (finally!) the lock screen password prompt
1313
* User selectable refresh intervals (default is once per day)
1414
* Optional: keep images or clean up after (later is default)
1515
* View location on Google Maps, Bing Maps, Gnome Maps, OpenStreetMaps
@@ -34,12 +34,12 @@ or install directly to your GNOME extensions directory (if you want to hack on i
3434

3535
`git clone https://github.com/neffo/earth-view-wallpaper-gnome-extension.git $HOME/.local/share/gnome-shell/extensions/[email protected]`
3636

37-
Or, here is a suitable [zip file](https://neffo.github.io/[email protected]) I prepared earlier.
38-
3937
## Screenshots
4038

4139
![Menu][/screenshot/menu.png]
4240

4341
![Settings](/screenshot/settings.png)
4442

4543
![About Page](/screenshot/map.png)
44+
45+
![Lockscreen](/screenshot/lockscreen-dialog.jpg)

prefs.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ const _ = Gettext.gettext;
1818

1919
let settings;
2020

21-
const intervals = [ 600, 1800, 3600, 4800, 86400 ];
22-
const interval_names = [ _("10 m"), _("30 m"), _("60 m"), _("90 m"), _("daily")];
21+
const intervals = [ 300, 600, 1800, 3600, 4800, 86400 ];
22+
const interval_names = [ _("5 m"), _("10 m"), _("30 m"), _("60 m"), _("90 m"), _("daily")];
2323

2424
const providerNames = ['Google Earth', 'Google Maps', 'Bing Maps', 'OpenStreetMap' , 'GNOME Maps'];
2525

screenshot/lockscreen-dialog.jpg

941 KB
Loading

0 commit comments

Comments
 (0)