Add config option for bg_color
This commit is contained in:
parent
13cb444d75
commit
411b7d3b8b
1 changed files with 9 additions and 1 deletions
|
@ -304,11 +304,12 @@ image="wall"
|
||||||
thumbnail_dir="$HOME/.cache/thumbnails/neofetch"
|
thumbnail_dir="$HOME/.cache/thumbnails/neofetch"
|
||||||
|
|
||||||
# W3m-img path
|
# W3m-img path
|
||||||
|
# Only works with the w3m backend.
|
||||||
# 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"
|
||||||
|
|
||||||
# Image position
|
# Image position
|
||||||
# Only works with the w3m backend
|
# Only works with the w3m backend.
|
||||||
# --image_position left/right
|
# --image_position left/right
|
||||||
image_position="left"
|
image_position="left"
|
||||||
|
|
||||||
|
@ -332,11 +333,18 @@ image_size="auto"
|
||||||
gap=2
|
gap=2
|
||||||
|
|
||||||
# Image offsets
|
# Image offsets
|
||||||
|
# Only works with the w3m backend.
|
||||||
# --xoffset px
|
# --xoffset px
|
||||||
# --yoffset px
|
# --yoffset px
|
||||||
yoffset=0
|
yoffset=0
|
||||||
xoffset=0
|
xoffset=0
|
||||||
|
|
||||||
|
# Image background color
|
||||||
|
# Only works with the w3m backend.
|
||||||
|
# Unset by default.
|
||||||
|
# --bg_color 'color', blue
|
||||||
|
background_color=
|
||||||
|
|
||||||
|
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue