Skip to content

haideralipunjabi/polybar-speedtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

polybar-speedtest

speedtest.net module for Polybar

screenshot

Dependencies

Usage

Make sure the polybar-speedtest is executable

chmod +x polybar-speedtest

Use it in your polybar config as

[module/speedtest]  
type = custom/script  
exec-if = hash speedtest
exec = "/path/to/polybar-speedtest"  
interval = 90

By default, the module will show Download Speed in bits/sec. Add --upload flag in exec to show upload speed, and --bytes to use bytes/sec. You can also modify the interval parameter (in seconds) to change the refresh delay.

Note: The module might not be visible from the start as it takes sometime to do the speedtest

Also See

KDEConnect Module for Polybar
qBittorrent Module for Polybar

About

speedtest.net module for Polybar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages