mirror of
https://github.com/FelixKratz/SketchyBar
synced 2024-11-23 20:03:10 +00:00
4 lines
151 B
Bash
4 lines
151 B
Bash
|
#!/usr/bin/env bash
|
||
|
MAX_DOWN=110
|
||
|
sketchybar -m push network_down 0 $(ifstat -i "en0" -b 0.1 1 | tail -n1 | awk "{ print \$1 / (1000.0 * $MAX_DOWN) }")
|