Battery remove 'None' value

This commit is contained in:
Dylan 2016-03-27 12:22:01 +11:00
parent c27e70864d
commit 2656aa5563
1 changed files with 0 additions and 2 deletions

View File

@ -1574,8 +1574,6 @@ getbattery () {
fi
battery="${batteries[0]}%"
fi
else
battery="None"
fi
;;