diff options
author | tv <tv@nomic.retiolum> | 2013-10-31 00:58:32 +0100 |
---|---|---|
committer | tv <tv@nomic.retiolum> | 2013-10-31 00:58:32 +0100 |
commit | dbc86d58919b21c8d5b54bbd2016956d4df88214 (patch) | |
tree | 405d893edf07dfac163edab9b9964c5688d0335f /util/bin/make-realwallpaper | |
parent | 8762c770cca474f5d3733e575638742fe7debd30 (diff) | |
parent | 6431a154a5ee5e6c1e9e3d170079142e9f32f33c (diff) |
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'util/bin/make-realwallpaper')
-rwxr-xr-x | util/bin/make-realwallpaper | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/util/bin/make-realwallpaper b/util/bin/make-realwallpaper index 8c6f9063..97b4c0b7 100755 --- a/util/bin/make-realwallpaper +++ b/util/bin/make-realwallpaper @@ -83,18 +83,18 @@ main() { done # create xplanet output - needs_rebuild xplanet.config \ - && cat >xplanet.config <<EOF + cat >xplanet.config <<EOF [earth] "Earth" map=daymap-final.png night_map=nightmap-final.png cloud_map=clouds-final.png +cloud_threshold=10 +shade=15 EOF # create xplanet output satellite version - needs_rebuild xplanet-sat.config \ - && cat >xplanet-sat.config <<EOF + cat >xplanet-sat.config <<EOF [earth] "Earth" map=daymap-final.png |