mirror of
https://github.com/FelixKratz/SketchyBar
synced 2024-11-23 11:53:02 +00:00
3 lines
151 B
Bash
Executable file
3 lines
151 B
Bash
Executable file
#!/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) }")
|