Only logged in members can reply and interact with the post.
Join SimilarWorlds for FREE ยป

I Like Linux

while true; do
clear
upower -i $(upower -e | grep 'BAT') | grep -E 'State|to\ full|percentage'
sleep 5
done

chmod +x it and have fun

 
Post Comment