Misc changes
This commit is contained in:
parent
6cd2881962
commit
439f4bd974
4
fetch
4
fetch
|
@ -1216,7 +1216,7 @@ getbattery () {
|
|||
|
||||
# If shorthand is on, print each value on the same line
|
||||
if [ "$battery_shorthand" == "on" ]; then
|
||||
battery=${batteries[@]}
|
||||
battery=${batteries[*]}
|
||||
battery=${battery// /%, }
|
||||
battery="${battery}%"
|
||||
|
||||
|
@ -1328,7 +1328,7 @@ getcols () {
|
|||
|
||||
# }}}
|
||||
|
||||
# Windows Specific Functions {{{
|
||||
# Windows Visual Style {{{
|
||||
|
||||
getvisualstyle () {
|
||||
case "$os" in
|
||||
|
|
Reference in New Issue