diff options
author | lassulus <lassulus@googlemail.com> | 2013-10-31 00:52:48 +0100 |
---|---|---|
committer | lassulus <lassulus@googlemail.com> | 2013-10-31 00:52:48 +0100 |
commit | 6431a154a5ee5e6c1e9e3d170079142e9f32f33c (patch) | |
tree | 3050a6372792fc54402fffda03fe7c2c32989e58 /util | |
parent | 84144f9c9fe3eee6217b9484ef9a8cd3cf34b6b6 (diff) |
make-realwallpaper darker night
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 |