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 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
|
||||||
|
|
Reference in New Issue