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
67b5a1d7
Commit
67b5a1d7
authored
Nov 08, 2016
by
Dylan Araps
Committed by
GitHub
Nov 08, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update config
parent
12e2a8b0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
config
config/config
+12
-1
No files found.
config/config
View file @
67b5a1d7
...
@@ -298,7 +298,18 @@ thumbnail_dir="$HOME/.cache/thumbnails/neofetch"
...
@@ -298,7 +298,18 @@ thumbnail_dir="$HOME/.cache/thumbnails/neofetch"
# W3m-img path
# W3m-img path
# Only works with the w3m backend.
# Only works with the w3m backend.
# Some systems have this in another location
#
# NOTE: Only change this if "neofetch -v" says that it couldn't find w3m-img.
# Neofetch has a function that automatically finds w3m-img for you. It looks
# in the following directories:
# /usr/lib/w3m/w3mimgdisplay
# /usr/libexec/w3m/w3mimgdisplay
# /usr/lib64/w3m/w3mimgdisplay
# /usr/libexec64/w3m/w3mimgdisplay
# If w3m-img is installed elsewhere on your system, open an issue on the repo
# and I'll add it to the function inside the script. If w3m-img is installed
# in a non-standard way (in your home folder, etc) then change the variable
# below to the custom location. Otherwise, don't touch this.
w3m_img_path
=
"/usr/lib/w3m/w3mimgdisplay"
w3m_img_path
=
"/usr/lib/w3m/w3mimgdisplay"
# Crop mode
# Crop 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