Skip to content

sTiKyt/polybar-onlinestatus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages