-
Notifications
You must be signed in to change notification settings - Fork 8
/
install.readme
22 lines (17 loc) · 921 Bytes
/
install.readme
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
LiveWB - Live Weather Background, is a bash script which fetches images from EUMETSAT or other providers, and combines them using ImageMagick, in a nice arangement which is very easy to view as a desktop background.
Installation:
- Copy all files to $HOME/bin/LWB/ directory
- Grant LiveWB execute permition
- Run LiveWB
May be needed:
- Edit LiveWb.config to set your country
(if the discovered country is different from the one needed)
- Check if the coresponding LWB/config/xx.config file exists for your country
(if not you have to create it; use template.config)
----------------------------------------------------------------------
If you want to make LiveWB to start when you logon,
add the following three lines to the end of /home/<username>/.profile
if [ "$HOME/bin/LWB/LiveWB" ] ; then
$HOME/bin/LWB/LiveWB &
fi
-----------------------------------------------------------------------