Metadata-Version: 2.1
Name: polybar_onlinestatus
Version: 0.2a2.dev10
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
        label = %{T4} %output% %{T-}
        format-underline = #07BDEE
        ```
        
        ```font-3 = Hack Nerd Font:style=Bold:size=12```
        
        You can use any font you want, but make sure icon is big enough. I recommend Nerd Hack but it's up to you.
        
        For more options use ```polybar-onlinestatus --help``` in your terminal and assign options in ```exec = polybar-onlinestatus``` line.
        
        Icon used by default is ``, if you are unable to see it - install nerd font from nerdfonts.com, replace it with your own or use --boolean-mode.
Platform: UNKNOWN
Requires-Python: >=3.6.*
Description-Content-Type: text/markdown
