mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-24 12:32:32 +00:00
Misc changes
This commit is contained in:
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
Block a user