Misc changes

This commit is contained in:
Dylan 2016-02-02 14:11:20 +11:00
parent 6cd2881962
commit 439f4bd974
1 changed files with 2 additions and 2 deletions

4
fetch
View File

@ -1216,7 +1216,7 @@ getbattery () {
# If shorthand is on, print each value on the same line # If shorthand is on, print each value on the same line
if [ "$battery_shorthand" == "on" ]; then if [ "$battery_shorthand" == "on" ]; then
battery=${batteries[@]} battery=${batteries[*]}
battery=${battery// /%, } battery=${battery// /%, }
battery="${battery}%" battery="${battery}%"
@ -1328,7 +1328,7 @@ getcols () {
# }}} # }}}
# Windows Specific Functions {{{ # Windows Visual Style {{{
getvisualstyle () { getvisualstyle () {
case "$os" in case "$os" in