diff options
Diffstat (limited to 'util')
-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 6f0b1423..06a6c794 100755 --- a/util/bin/make-realwallpaper +++ b/util/bin/make-realwallpaper @@ -60,18 +60,18 @@ main() { nightmap.jpg # 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 |