mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-06-03 14:04:20 -05:00
Merge pull request #2 from iandrewt/battery_status_mac
fixed with @dylanaraps suggestions from #1
This commit is contained in:
commit
faefa6c0fe
3
neofetch
3
neofetch
|
|
@ -1622,9 +1622,8 @@ getbattery () {
|
|||
"Mac OS X")
|
||||
battery="$(pmset -g batt | grep -o '[0-9]*%')"
|
||||
power_status="$(pmset -g batt | awk 'NR==2 {print $3}')"
|
||||
if [ "$power_status" == "charging;" ]; then
|
||||
[ "$power_status" == "charging;" ] && \
|
||||
battery="${battery} Charging"
|
||||
fi
|
||||
;;
|
||||
|
||||
"Windows")
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user