dotfiles/config/polybar/scripts/battery/life.sh
2023-02-06 17:56:36 -05:00

4 lines
61 B
Bash
Executable File

#! /bin/sh
echo $(acpi -b | grep -P "\\d+:\\d+:\\d+\\s" -o)