cmprmsd / sway-netusage

An i3status companion that shows the network traffic.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

waybar-netusage is an waybar companion that shows the network traffic.

How to add it to the waybar config:

"custom/netusage": {
    "exec": "$HOME/.config/sway/waybar_custom_modules/sway_netusage --interface wlan0"
    //"on-click": "update-system",
},

You may specify the interface if autodetection does not work for you:

"custom/netusage": {
  "exec": "$HOME/.config/sway/waybar_custom_modules/sway_netusage --interface wlan0"
},

style.css

#custom-netusage {
    background-color: #4d4d4d;
    /*color: #000000;*/
}

Sample output:

19.1 MiB/s↓   21.2 MiB/s↑

About

An i3status companion that shows the network traffic.

License:The Unlicense


Languages

Language:Go 100.0%