diff options
author | lassulus <lassulus@googlemail.com> | 2013-10-30 18:13:54 +0100 |
---|---|---|
committer | lassulus <lassulus@googlemail.com> | 2013-10-30 18:13:54 +0100 |
commit | 45ff766f6041493968ddd7a37265fb6baae71dab (patch) | |
tree | 0611b1fbdd6a0324999c647e1c0e9f884ad4e23a | |
parent | b53410695a3cba576d7c36292c9e10d9045912bc (diff) |
make-realwallpaper less ocean
-rwxr-xr-x | util/bin/make-realwallpaper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/bin/make-realwallpaper b/util/bin/make-realwallpaper index f6bf9c2f..22e93b96 100755 --- a/util/bin/make-realwallpaper +++ b/util/bin/make-realwallpaper @@ -36,5 +36,5 @@ night_map=Nightmap.png cloud_map=Clouds.jpg EOF -xplanet --num_times 1 --geometry 1366x1200 --output xplanet-output.jpg --projection merc -config xplanet-config -convert xplanet-output.jpg -crop 1366x768+0+160 realwallpaper.png +xplanet --num_times 1 --geometry 1466x1200 --output xplanet-output.jpg --projection merc -config xplanet-config +convert xplanet-output.jpg -crop 1366x768+100+160 realwallpaper.png |