dotfiles/tmux/battery.sh
2020-04-07 14:29:50 -07:00

3 lines
97 B
Bash
Executable File

#!/bin/bash
ioreg -l | grep -i capacity | tr '\n' ' | ' | awk '{printf("%.2f%%", $10/$5 * 100)}'