bingwallpaper 0.5.3 → 0.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/bin/bingwallpaper +3 -1
- data/lib/bingwallpaper/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MDY0Y2MwYTA0ZDlhNDNhMjg1NzA1MDA3Yzk5ZGY1NmFkZTFlYzM1NQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ODBiODFjMDI1NzkwNmI0NmQ4ODZiNjhkNzlkMDIyN2Y1ZmZhZmE1MQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
OGM2NGM5NmIwZTAzYTFlMjlhMWE5MzA4ZDY4ZDI2Y2NlOGYwODAxNzYzYmEy
|
|
10
|
+
YjJiOTAyOTcwNDNiMTUzYWEwMzQwMmVlYjY1YTg1Mzc2ZGYyMDdmNThiZWFi
|
|
11
|
+
MDk1ZGJiNGQ4MDIyNzFjOTJmMjcyYTcwMDBhOWRjYzk4MDgyN2E=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YTAwNWEwZmFmNmJkZjA2NzZhMzRkMjY4NzU0ODJmODcwNTVmYTQwYjczYmZl
|
|
14
|
+
NWQyNzE2MTRmZTMxYmQ5NzAxNjQzNDk3YmRhMDVkN2Q1OTI5OWJkZGRkNGYx
|
|
15
|
+
OGZmMTUxMWNmYmRmZDFhMmM4ZDk4NWY3OWU4NjU1ODRmZTUzMTI=
|
data/bin/bingwallpaper
CHANGED
|
@@ -33,10 +33,12 @@ begin
|
|
|
33
33
|
|
|
34
34
|
# download the image and set the wallpaper
|
|
35
35
|
bingImage.download_image image_data[0]
|
|
36
|
-
`feh --bg-fill #{image_path}`
|
|
37
36
|
else
|
|
38
37
|
logger.info "Today's wallpaper already downloaded. ;-)"
|
|
39
38
|
end
|
|
39
|
+
|
|
40
|
+
# set the wallpaper
|
|
41
|
+
`feh --bg-fill #{image_path}`
|
|
40
42
|
rescue Exception => exception
|
|
41
43
|
logger.info "Sorry, I couldn't set today's Bing Image of the Day Wallpaper. :'("
|
|
42
44
|
logger.error "The problems was: " + exception.message
|