Metadata-Version: 1.0
Name: EasyI3Status
Version: 0.0.6
Summary: Easy status bar for i3 window manager.
Home-page: https://bitbucket.org/aecepoglu/easyi3status
Author: Ahmet Emre Cepoglu
Author-email: aecepoglu@fastmail.fm
License: UNKNOWN
Description: ### Installation
        
            git clone https://bitbucket.org/aecepoglu/easyi3status.git
            pip install -r requirements.txt
        
        ### Configuration:
        
            mkdir ~/.easyi3status
            touch ~/.easyi3status/__init__.py
        
        Then copy your modules into **~/.easyi3status** folder
        
            #place this in your i3 config
            bar {
            	status_command python -u /path/to/easyi3status/mystatus.py
            }
        
        And you're ready to go
        
Platform: UNKNOWN
