Commit 35154941 authored by Dylan's avatar Dylan

Forgot to rename the config file

parent 8f79a132
#!/usr/bin/env bash
# vim:fdm=marker
#
# Fetch config file
# https://github.com/dylanaraps/fetch
# Neofetch config file
# https://github.com/dylanaraps/neofetch
# Speed up script by not using unicode
export LC_ALL=C
......@@ -14,7 +14,7 @@ export LANGUAGE=C
# 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 () {
info title
info underline
......@@ -225,7 +225,7 @@ prompt_height=1
image="wall"
# Thumbnail directory
thumbnail_dir="$HOME/.cache/thumbnails/fetch"
thumbnail_dir="$HOME/.cache/thumbnails/neofetch"
# Image Backend
# Which program to draw images with
......@@ -312,7 +312,7 @@ scrot_dir="$HOME/Pictures"
# Scrot filename
# What to name the screenshots
# --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
# --config path/to/config
config_file="$HOME/.config/fetch/config"
config_file="$HOME/.config/neofetch/config"
# }}}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment