Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 793 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 793 Bytes

weatheri3blocks

Minimalistic weather block for i3blocks written in python.

This is a small python script to parse some basic weather information from wttr.in and output the data in pretty colors with fontawesome icons.

image

Requirements, configuration and installation

To use this script you only need python3 and fontawesome. Download w.py and colortrans.py and add a block

[weather]
markup=pango
separator=true
command=python3 ~/code/python/weatheri3blocks/w.py kiev
interval=900

in your ~/.config/i3blocks/config.

Btw, the colortrans.py module is completely stolen from MicahElliott.