1
0
Fork 0
mirror of https://github.com/Horhik/dotfiles.git synced 2024-07-04 20:23:35 +00:00
Dotfiles/.config/polybar/themes/spacefull-dracula/polybar-scripts/network-traffic/README.md

26 lines
412 B
Markdown
Raw Normal View History

2020-07-27 04:59:00 +00:00
# Script: network-traffic
A script that displays the current network traffic.
It allows you to count traffic from more then one interface.
## Dependencies
* `bc`
## Configuration
Change the values in `INTERVAL` and `INTERFACES`. You can also choose between bit and byte output.
## Module
```ini
[module/network-traffic]
type = custom/script
exec = ~/polybar-scripts/network-traffic.sh
tail = true
```