Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
neofetch
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
neofetch
Commits
d543f7f9
Commit
d543f7f9
authored
Mar 13, 2016
by
Dylan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update manpage and changelog
parent
8b68675e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
48 additions
and
3 deletions
+48
-3
1.5.md
1.5.md
+9
-0
neofetch
neofetch
+2
-2
neofetch.1
neofetch.1
+37
-1
No files found.
1.5.md
View file @
d543f7f9
...
@@ -3,6 +3,15 @@
...
@@ -3,6 +3,15 @@
-
Changed default gap size to
`2`
.
-
Changed default gap size to
`2`
.
-
Fixed bug where
`i3`
would show up as both a DE and a WM.
-
Fixed bug where
`i3`
would show up as both a DE and a WM.
### Progress Bars

-
Added progress bar support to CPU, Memory, Disk, Battery. Thanks
**[@iandrewt](https://github.com/iandrewt)**
-
Added
`cpu_display`
,
`memory_display`
,
`disk_display`
and
`battery_display`
which allow you to customize<br
\>
where or if the progress bar will appear.
-
Takes these values:
`info`
,
`bar`
,
`infobar`
,
`barinfo`
### OS
### OS
-
Added support for
`SteamOS`
.
-
Added support for
`SteamOS`
.
...
...
neofetch
View file @
d543f7f9
...
@@ -2489,8 +2489,8 @@ usage () { cat << EOF
...
@@ -2489,8 +2489,8 @@ usage () { cat << EOF
Progress Bars:
Progress Bars:
--progress_char char Character to use when drawing progress bars.
--progress_char char Character to use when drawing progress bars.
--progress_length num Length in spaces to make the progress bars.
--progress_length num Length in spaces to make the progress bars.
--progress_colors num num Colors to make the progress bar.
Set in this order:
--progress_colors num num Colors to make the progress bar.
elapsed, total
Set in this order:
elapsed, total
--cpu_display mode1 mode2 Which shorthand to use and how CPU usage should be printed
--cpu_display mode1 mode2 Which shorthand to use and how CPU usage should be printed
mode1 takes: name, speed, tiny, on, off
mode1 takes: name, speed, tiny, on, off
mode2 takes: info, bar, infobar, barinfo
mode2 takes: info, bar, infobar, barinfo
...
...
neofetch.1
View file @
d543f7f9
...
@@ -112,6 +112,41 @@ Width of color blocks
...
@@ -112,6 +112,41 @@ Width of color blocks
.B \--block_range 'start' 'end'
.B \--block_range 'start' 'end'
Range of colors to print as blocks
Range of colors to print as blocks
.SH PROGRESS BARS
.TP
.B \--progress_char 'char'
Character to use when drawing progress bars.
.TP
.B \--progress_length 'num'
Length in spaces to make the progress bars.
.TP
.B \--progress_colors 'num' 'num'
Colors to make the progress bar.
.br
Set in this order: elapsed, total
.TP
.B \--cpu_display 'mode1' 'mode2'
Which shorthand to use and how CPU usage should be printed
.br
mode1 takes: name, speed, tiny, on, off
.br
mode2 takes: info, bar, infobar, barinfo
.TP
.B \--memory_display 'mode'
Which way should the memory progress bar be added
.br
Takes: bar, infobar, barinfo
.TP
.B \--battery_display 'mode'
Which way should the battery progress bar be added
.br
Takes: bar, infobar, barinfo
.TP
.B \--disk_display mode
Which way should the disk progress bar be added
.br
Takes: bar, infobar, barinfo
.SH IMAGE
.SH IMAGE
.TP
.TP
.B \--image 'type'
.B \--image 'type'
...
@@ -133,7 +168,8 @@ Where to display the image: (Left/Right)
...
@@ -133,7 +168,8 @@ Where to display the image: (Left/Right)
.TP
.TP
.B \--crop_mode 'mode'
.B \--crop_mode 'mode'
Which crop mode to use
Which crop mode to use
.br Takes the values: normal, fit, fill
.br
Takes the values: normal, fit, fill
.TP
.TP
.B \--crop_offset 'value'
.B \--crop_offset 'value'
Change the crop offset for normal mode.
Change the crop offset for normal mode.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment