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
35154941
Commit
35154941
authored
Feb 28, 2016
by
Dylan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Forgot to rename the config file
parent
8f79a132
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
config
config/config
+6
-6
No files found.
config/config
View file @
35154941
#!/usr/bin/env bash
#!/usr/bin/env bash
# vim:fdm=marker
# vim:fdm=marker
#
#
#
F
etch config file
#
Neof
etch config file
# https://github.com/dylanaraps/fetch
# https://github.com/dylanaraps/
neo
fetch
# Speed up script by not using unicode
# Speed up script by not using unicode
export
LC_ALL
=
C
export
LC_ALL
=
C
...
@@ -14,7 +14,7 @@ export LANGUAGE=C
...
@@ -14,7 +14,7 @@ export LANGUAGE=C
# Info
# Info
# See this wiki page for more info:
# See this wiki page for more info:
# https://github.com/dylanaraps/fetch/wiki/Customizing-Info
# https://github.com/dylanaraps/
neo
fetch/wiki/Customizing-Info
printinfo
()
{
printinfo
()
{
info title
info title
info underline
info underline
...
@@ -225,7 +225,7 @@ prompt_height=1
...
@@ -225,7 +225,7 @@ prompt_height=1
image
=
"wall"
image
=
"wall"
# Thumbnail directory
# Thumbnail directory
thumbnail_dir
=
"
$HOME
/.cache/thumbnails/fetch"
thumbnail_dir
=
"
$HOME
/.cache/thumbnails/
neo
fetch"
# Image Backend
# Image Backend
# Which program to draw images with
# Which program to draw images with
...
@@ -312,7 +312,7 @@ scrot_dir="$HOME/Pictures"
...
@@ -312,7 +312,7 @@ scrot_dir="$HOME/Pictures"
# Scrot filename
# Scrot filename
# What to name the screenshots
# What to name the screenshots
# --scrot_name str
# --scrot_name str
scrot_name
=
"fetch-%Y-%m-%d-%H:%M.png"
scrot_name
=
"
neo
fetch-%Y-%m-%d-%H:%M.png"
# }}}
# }}}
...
@@ -326,7 +326,7 @@ config="on"
...
@@ -326,7 +326,7 @@ config="on"
# Path to custom config file location
# Path to custom config file location
# --config path/to/config
# --config path/to/config
config_file
=
"
$HOME
/.config/fetch/config"
config_file
=
"
$HOME
/.config/
neo
fetch/config"
# }}}
# }}}
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