Merge branch 'master' of github.com:dylanaraps/neofetch

This commit is contained in:
Dylan Araps 2017-01-08 23:05:25 +11:00
commit 84003f4b4e
1 changed files with 2 additions and 4 deletions

View File

@ -103,10 +103,8 @@ Neofetch now has an irc channel at `#neofetch` on Freenode. If you have any ques
- Rewrote function from scratch. - Rewrote function from scratch.
- The function is `40` lines smaller than before and works on all \[1\] versions of `df` we tested on \[2\]. - The function is `40` lines smaller than before and works on all \[1\] versions of `df` we tested on \[2\].
- We only show the `root (/)` partition now. - Added the option/flag `disk_show` which allows you to specify which disks, mount points or directories to show the disk info of. (One per line)
- Showing a total of all disks only worked on GNU `df` and we had to hardcode different commands for Distros and Operating Systems that used a different `df`. - Added the option/flag `disk_subtitle` which allows you to specify how we label each disk. (Mount point or Disk name)
- We're using the same `df` flags across all Operating Systems now.
- No more ugly case statements or per distro hardcoding of `df` flags.
- Removed all percentage calculation since `df` already provides us with the percentage. - Removed all percentage calculation since `df` already provides us with the percentage.
- Warn the user if `df` isn't installed. - Warn the user if `df` isn't installed.
- Fixed broken output if `df` wasn't installed but the function was enabled. - Fixed broken output if `df` wasn't installed but the function was enabled.