From fd44a722be7de12188d4bf5520f66e0f4743a388 Mon Sep 17 00:00:00 2001 From: simon Date: Sun, 24 Jan 2021 14:21:42 +0700 Subject: [PATCH] added weather.py install notes for fontawesome --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d9a0834..8f56fce 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,8 @@ A bunch of simple bash scripts to be called via i3blocks. ## weather_applet Standalone script that pulls weather data from [openweathermap.org](https://openweathermap.org/) and prints out -current temparature and weather. Meant to be used from i3blocks. +current temperature and weather. Meant to be used from i3blocks. +Icons used to display the current weather condition are from [fontawesome.com](https://fontawesome.com/). ### Config: Get your free openweathermap API key from [here](https://home.openweathermap.org/api_keys). @@ -57,3 +58,7 @@ None standard Python dependencies: **python-requests** [requests](https://requests.readthedocs.io/en/master/) * On Arch: `sudo pacman -S python-requests` * Via Pip: `pip install requests` + +Fontawesome font pakage: +* On Arch: `sudo pacman -S ttf-font-awesome` +* On Ubuntu: `sudo apt install fonts-font-awesome`