Browse Source

added wallpaper/background: latest meteosat image

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

+ 1 - 1
README.md

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

+ 4 - 0
config

@@ -2,6 +2,10 @@ command=/usr/share/i3blocks/$BLOCK_NAME
 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)
+interval=1800
+
 [timewarrior]
 command=timew | grep -Po 'Tracking \K.*' || (echo timew inactive; exit 33)
 interval=60