Metadata-Version: 2.1
Name: polybar-onlinestatus
Version: 0.1a2.dev5
Summary: Polybar module to check if you are online
Home-page: https://github.com/sTiKyt/polybar-onlinestatus
Author: sTiKyt
License: UNKNOWN
Description: # polybar-onlinestatus
        polybar module that checks if you are online
        
        To install use `pip install polybar-onlinestatus`
        
        And use module below.
        
        ```
        [module/onlinestatus]
        type = custom/script
        exec = polybar-onlinestatus
        tail = true
        ```
        
        
        #TO-DO:
        - Add space after icon
        - Add while loop with delay due to "tail = true"
        
Platform: UNKNOWN
Requires-Python: >=3.6.*
Description-Content-Type: text/markdown
