Browse Source

meteosat wallpaper: only show northern hemisphere

Fabian Peter Hammerle 4 years ago
parent
commit
c2d69be521
2 changed files with 2 additions and 2 deletions
  1. 1 1
      README.md
  2. 1 1
      config

+ 1 - 1
README.md

@@ -5,6 +5,6 @@ https://vivien.github.io/i3blocks/
 ## Installation
 
 ```sh
-sudo apt-get install i3blocks acpi feh curl
+sudo apt-get install i3blocks acpi curl imagemagick feh
 git clone git@git.hammerle.me:fphammerle/config-i3blocks.git $HOME/.config/i3blocks
 ```

+ 1 - 1
config

@@ -3,7 +3,7 @@ separator_block_width=32
 markup=none
 
 [background]
-command=curl https://eumetview.eumetsat.int/static-images/latestImages/EUMETSAT_MSG_RGBNatColourEnhncd_FullResolution.jpg | feh --bg-max - || (echo background; exit 33)
+command=curl https://eumetview.eumetsat.int/static-images/latestImages/EUMETSAT_MSG_RGBNatColourEnhncd_FullResolution.jpg | convert -crop 100%x50%+0+0 - - | feh --bg-max - || (echo background; exit 33)
 interval=1800
 
 [timewarrior]