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
f62994a4
Commit
f62994a4
authored
Mar 30, 2016
by
Dylan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove 'image_backend' as we now detect it automatically
parent
d7bf5da4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
15 deletions
+0
-15
config
config/config
+0
-5
neofetch
neofetch
+0
-7
neofetch.1
neofetch.1
+0
-3
No files found.
config/config
View file @
f62994a4
...
@@ -289,11 +289,6 @@ image="wall"
...
@@ -289,11 +289,6 @@ image="wall"
# Thumbnail directory
# Thumbnail directory
thumbnail_dir
=
"
$HOME
/.cache/thumbnails/neofetch"
thumbnail_dir
=
"
$HOME
/.cache/thumbnails/neofetch"
# Image Backend
# Which program to draw images with
# --image_backend w3m, iterm2
image_backend
=
"w3m"
# W3m-img path
# W3m-img path
# Some systems have this in another location
# Some systems have this in another location
w3m_img_path
=
"/usr/lib/w3m/w3mimgdisplay"
w3m_img_path
=
"/usr/lib/w3m/w3mimgdisplay"
...
...
neofetch
View file @
f62994a4
...
@@ -311,11 +311,6 @@ image="wall"
...
@@ -311,11 +311,6 @@ image="wall"
# Thumbnail directory
# Thumbnail directory
thumbnail_dir
=
"
$HOME
/.cache/thumbnails/neofetch"
thumbnail_dir
=
"
$HOME
/.cache/thumbnails/neofetch"
# Image Backend
# Which program to draw images with
# --image_backend w3m, iterm2
image_backend
=
"w3m"
# W3m-img path
# W3m-img path
# Some systems have this in another location
# Some systems have this in another location
w3m_img_path
=
"/usr/lib/w3m/w3mimgdisplay"
w3m_img_path
=
"/usr/lib/w3m/w3mimgdisplay"
...
@@ -2536,7 +2531,6 @@ usage () { cat << EOF
...
@@ -2536,7 +2531,6 @@ usage () { cat << EOF
Possible values: wall, ascii,
Possible values: wall, ascii,
/path/to/img, /path/to/dir/, off
/path/to/img, /path/to/dir/, off
--size 20px | --size 20% Size to make the image, takes pixels or a percentage.
--size 20px | --size 20% Size to make the image, takes pixels or a percentage.
--image_backend w3m/iterm2 Which program to use to draw images.
--image_position left/right Where to display the image: (Left/Right)
--image_position left/right Where to display the image: (Left/Right)
--crop_mode mode Which crop mode to use
--crop_mode mode Which crop mode to use
Takes the values: normal, fit, fill
Takes the values: normal, fit, fill
...
@@ -2671,7 +2665,6 @@ while [ "$1" ]; do
...
@@ -2671,7 +2665,6 @@ while [ "$1" ]; do
;;
;;
--size) image_size="
$2
" ;;
--size) image_size="
$2
" ;;
--image_backend) image_backend="
$2
" ;;
--image_position) image_position="
$2
" ;;
--image_position) image_position="
$2
" ;;
--crop_mode) crop_mode="
$2
" ;;
--crop_mode) crop_mode="
$2
" ;;
--crop_offset) crop_offset="
$2
" ;;
--crop_offset) crop_offset="
$2
" ;;
...
...
neofetch.1
View file @
f62994a4
...
@@ -167,9 +167,6 @@ Possible values: wall, ascii, /path/to/img, /path/to/dir/, off
...
@@ -167,9 +167,6 @@ Possible values: wall, ascii, /path/to/img, /path/to/dir/, off
.B \--size 'size'
.B \--size 'size'
Size to make the image, takes pixels or a percentage.
Size to make the image, takes pixels or a percentage.
.TP
.TP
.B \--image_backend 'w3m/iterm2'
Which program to use to draw images.
.TP
.B \--image_position 'left/right'
.B \--image_position 'left/right'
Where to display the image: (Left/Right)
Where to display the image: (Left/Right)
.TP
.TP
...
...
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