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
7e098f4f
Commit
7e098f4f
authored
Nov 26, 2016
by
Dylan Araps
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Config: Rewrite docs
parent
d75a5ec4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
41 additions
and
14 deletions
+41
-14
config
config/config
+41
-14
No files found.
config/config
View file @
7e098f4f
...
@@ -476,16 +476,22 @@ disk_display="off"
...
@@ -476,16 +476,22 @@ disk_display="off"
# Image Source
# Image Source
# --image wallpaper, /path/to/img, /path/to/dir/, off
#
# Default: 'wallpaper'
# Values: 'wallpaper', '/path/to/img', '/path/to/dir/', 'off'
# Flag: --image
image_source
=
"wallpaper"
image_source
=
"wallpaper"
# Thumbnail directory
# Thumbnail directory
#
# Default: '~/.cache/thumbnails/neofetch'
# Values: 'dir'
thumbnail_dir
=
"
${
XDG_CACHE_HOME
:-${
HOME
}
/.cache
}
/thumbnails/neofetch"
thumbnail_dir
=
"
${
XDG_CACHE_HOME
:-${
HOME
}
/.cache
}
/thumbnails/neofetch"
#
W
3m-img path
#
w
3m-img path
# Only works with the w3m backend.
# Only works with the w3m backend.
#
#
# NOTE: Only change this if "neofetch -v" says that it
couldn't find w3m-img
.
# 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
# Neofetch has a function that automatically finds w3m-img for you. It looks
# in the following directories:
# in the following directories:
# /usr/lib/w3m/w3mimgdisplay
# /usr/lib/w3m/w3mimgdisplay
...
@@ -499,35 +505,56 @@ thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch"
...
@@ -499,35 +505,56 @@ thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch"
w3m_img_path
=
"/usr/lib/w3m/w3mimgdisplay"
w3m_img_path
=
"/usr/lib/w3m/w3mimgdisplay"
# Crop mode
# Crop mode
# --crop_mode normal, fit, fill
#
# Default: 'normal'
# Values: 'normal', 'fit', 'fill'
# Flag: --crop_mode
#
# See this wiki page to learn about the fit and fill options.
# https://github.com/dylanaraps/neofetch/wiki/What-is-Waifu-Crop%3F
crop_mode
=
"normal"
crop_mode
=
"normal"
# Crop offset
# Crop offset
# Only affects normal mode.
# Note: Only affects 'normal' crop mode.
# --crop_offset northwest, north, northeast, west, center
#
# east, southwest, south, southeast
# Default: 'center'
# Values: 'northwest', 'north', 'northeast', 'west', 'center'
# 'east', 'southwest', 'south', 'southeast'
# Flag: --crop_offset
crop_offset
=
"center"
crop_offset
=
"center"
# Image size
# Image size
# The image is half the terminal width by default.
# The image is half the terminal width by default.
# --size auto, 00px, 00%, none
#
# Default: 'auto'
# Values: 'auto', '00px', '00%', 'none'
# Flags: --image_size
# --size
image_size
=
"auto"
image_size
=
"auto"
# Right gap between image and text
# Ggap between image and text
# --gap num
#
# Default: '3'
# Values: 'num', '-num'
# Flag: --gap
gap
=
3
gap
=
3
# Image offsets
# Image offsets
# Only works with the w3m backend.
# Only works with the w3m backend.
# --xoffset px
#
# --yoffset px
# Default: '0'
# Values: 'px'
# Flags: --xoffset
# --yoffset
yoffset
=
0
yoffset
=
0
xoffset
=
0
xoffset
=
0
# Image background color
# Image background color
# Only works with the w3m backend.
# Only works with the w3m backend.
# Unset by default.
#
# --bg_color 'color', blue
# Default: ''
# Values: 'color', 'blue'
# Flag: --bg_color
background_color
=
background_color
=
...
...
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