sTiKyt / polybar-onlinestatus

polybar module that checks if you are online

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

polybar-onlinestatus

PyPI version

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.

About

polybar module that checks if you are online

License:GNU General Public License v3.0


Languages

Language:Python 100.0%