This website requires JavaScript.
Explore
Help
Register
Sign In
EvolutionOS
/
neofetch
Archived
Watch
1
Star
0
Fork
You've already forked neofetch
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Battery remove 'None' value
Browse Source
...
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
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
2
neofetch
Unescape
Escape
View File
@ -1574,8 +1574,6 @@ getbattery () {
fi
battery="${batteries[0]}%"
fi
else
battery="None"
fi
;;
Reference in New Issue
Repository
EvolutionOS/neofetch
Title
Body
Create Issue