Forgot to rename the config file

This commit is contained in:
Dylan 2016-02-28 12:34:26 +11:00
parent 8f79a13206
commit 35154941ae
1 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# vim:fdm=marker # vim:fdm=marker
# #
# Fetch config file # Neofetch config file
# https://github.com/dylanaraps/fetch # https://github.com/dylanaraps/neofetch
# 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
# 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/neofetch/wiki/Customizing-Info
printinfo () { printinfo () {
info title info title
info underline info underline
@ -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/neofetch"
# Image Backend # Image Backend
# Which program to draw images with # Which program to draw images with
@ -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="neofetch-%Y-%m-%d-%H:%M.png"
# }}} # }}}
@ -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/neofetch/config"
# }}} # }}}