hyfetch/config/config.conf

772 lines
15 KiB
Text
Raw Normal View History

2016-02-27 18:34:26 -07:00
# Neofetch config file
# https://github.com/dylanaraps/neofetch
2016-01-29 08:14:29 -07:00
# See this wiki page for more info:
2016-02-27 18:34:26 -07:00
# https://github.com/dylanaraps/neofetch/wiki/Customizing-Info
print_info() {
2016-01-29 08:14:29 -07:00
info title
info underline
info "OS" distro
2017-08-15 18:46:19 -06:00
info "Host" model
2016-01-29 08:14:29 -07:00
info "Kernel" kernel
info "Uptime" uptime
info "Packages" packages
info "Shell" shell
info "Resolution" resolution
2016-03-31 18:25:41 -06:00
info "DE" de
info "WM" wm
info "WM Theme" wm_theme
2016-02-15 16:50:40 -07:00
info "Theme" theme
info "Icons" icons
2016-05-27 19:22:34 -06:00
info "Terminal" term
info "Terminal Font" term_font
2016-01-29 08:14:29 -07:00
info "CPU" cpu
info "GPU" gpu
info "Memory" memory
2017-10-17 06:13:36 -06:00
# info "GPU Driver" gpu_driver # Linux/macOS only
2016-06-13 04:46:13 -06:00
# info "CPU Usage" cpu_usage
2017-01-06 00:50:05 -07:00
# info "Disk" disk
# info "Battery" battery
# info "Font" font
# info "Song" song
# info "Local IP" local_ip
# info "Public IP" public_ip
# info "Users" users
# info "Install Date" install_date
2017-08-28 17:22:56 -06:00
# info "Locale" locale # This only works on glibc systems.
2016-01-29 08:14:29 -07:00
info line_break
2016-01-29 08:14:29 -07:00
info cols
info line_break
2016-01-29 08:14:29 -07:00
}
# Kernel
2016-11-25 16:20:54 -07:00
# Shorten the output of the kernel function.
#
2016-11-25 21:32:50 -07:00
# Default: 'on'
# Values: 'on', 'off'
# Flag: --kernel_shorthand
# Supports: Everything except *BSDs (except PacBSD and PC-BSD)
2016-11-25 16:20:54 -07:00
#
2016-11-25 16:36:35 -07:00
# Example:
2016-11-25 16:20:54 -07:00
# on: '4.8.9-1-ARCH'
2016-11-25 16:36:35 -07:00
# off: 'Linux 4.8.9-1-ARCH'
2016-01-29 08:14:29 -07:00
kernel_shorthand="on"
# Distro
# Shorten the output of the distro function
2016-11-25 16:20:54 -07:00
#
# Default: 'off'
# Values: 'on', 'off', 'tiny'
# Flag: --distro_shorthand
2016-11-25 21:32:50 -07:00
# Supports: Everything except Windows and Haiku
distro_shorthand="off"
2016-11-25 16:20:54 -07:00
# Show/Hide OS Architecture.
# Show 'x86_64', 'x86' and etc in 'Distro:' output.
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --os_arch
#
2016-11-25 16:36:35 -07:00
# Example:
2016-11-25 16:20:54 -07:00
# on: 'Arch Linux x86_64'
# off: 'Arch Linux'
os_arch="on"
2016-01-29 08:14:29 -07:00
# Uptime
2016-01-29 08:14:29 -07:00
# Shorten the output of the uptime function
2016-11-25 16:20:54 -07:00
#
2016-12-15 04:55:15 -07:00
# Default: 'on'
2016-11-25 16:20:54 -07:00
# Values: 'on', 'off', 'tiny'
# Flag: --uptime_shorthand
#
2016-11-25 16:36:35 -07:00
# Example:
2016-11-25 16:20:54 -07:00
# on: '2 days, 10 hours, 3 mins'
# off: '2 days, 10 hours, 3 minutes'
# tiny: '2d 10h 3m'
2016-12-15 04:55:15 -07:00
uptime_shorthand="on"
2016-01-29 08:14:29 -07:00
# Shell
2016-01-29 08:14:29 -07:00
# Show the path to $SHELL
2016-11-25 16:20:54 -07:00
#
# Default: 'off'
# Values: 'on', 'off'
# Flag: --shell_path
#
2016-11-25 16:36:35 -07:00
# Example:
2016-11-25 16:20:54 -07:00
# on: '/bin/bash'
# off: 'bash'
2016-10-17 15:32:06 -06:00
shell_path="off"
2016-01-29 08:14:29 -07:00
# Show $SHELL version
2016-11-25 16:20:54 -07:00
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --shell_version
#
2016-11-25 16:36:35 -07:00
# Example:
2016-11-25 16:20:54 -07:00
# on: 'bash 4.4.5'
# off: 'bash'
2016-10-17 15:32:06 -06:00
shell_version="on"
2016-01-29 08:14:29 -07:00
# CPU
2016-01-29 08:14:29 -07:00
# CPU speed type
2016-11-25 16:20:54 -07:00
#
# Default: 'bios_limit'
# Values: 'scaling_cur_freq', 'scaling_min_freq', 'scaling_max_freq', 'bios_limit'.
2016-11-25 16:20:54 -07:00
# Flag: --speed_type
# Supports: Linux with 'cpufreq'
# NOTE: Any file in '/sys/devices/system/cpu/cpu0/cpufreq' can be used as a value.
speed_type="bios_limit"
2016-01-29 08:14:29 -07:00
# CPU speed shorthand
#
# Default: 'off'
# Values: 'on', 'off'.
# Flag: --speed_shorthand.
2017-07-13 06:04:42 -06:00
# NOTE: This flag is not supported in systems with CPU speed less than 1 GHz
#
# Example:
# on: 'i7-6500U (4) @ 3.1GHz'
# off: 'i7-6500U (4) @ 3.100GHz'
speed_shorthand="off"
# Enable/Disable CPU brand in output.
2016-11-25 16:20:54 -07:00
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --cpu_brand
2016-11-25 16:20:54 -07:00
#
2016-11-25 16:36:35 -07:00
# Example:
# on: 'Intel i7-6500U'
# off: 'i7-6500U (4)'
cpu_brand="on"
2016-06-13 04:22:38 -06:00
2016-10-22 16:45:03 -06:00
# CPU Speed
# Hide/Show CPU speed.
2016-11-25 16:20:54 -07:00
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --cpu_speed
#
2016-11-25 16:36:35 -07:00
# Example:
2016-11-25 16:20:54 -07:00
# on: 'Intel i7-6500U (4) @ 3.1GHz'
# off: 'Intel i7-6500U (4)'
2016-10-22 16:45:03 -06:00
cpu_speed="on"
2016-03-15 01:55:35 -06:00
# CPU Cores
# Display CPU cores in output
2016-11-25 16:20:54 -07:00
#
# Default: 'logical'
# Values: 'logical', 'physical', 'off'
# Flag: --cpu_cores
# Support: 'physical' doesn't work on BSD.
#
2016-11-25 16:36:35 -07:00
# Example:
2016-11-25 16:20:54 -07:00
# logical: 'Intel i7-6500U (4) @ 3.1GHz' (All virtual cores)
# physical: 'Intel i7-6500U (2) @ 3.1GHz' (All physical cores)
# off: 'Intel i7-6500U @ 3.1GHz'
2016-10-20 23:40:58 -06:00
cpu_cores="logical"
2016-03-15 01:55:35 -06:00
2016-10-22 16:45:03 -06:00
# CPU Temperature
# Hide/Show CPU temperature.
# Note the temperature is added to the regular CPU function.
2016-11-25 16:20:54 -07:00
#
# Default: 'off'
# Values: 'C', 'F', 'off'
2016-11-25 16:20:54 -07:00
# Flag: --cpu_temp
2017-07-13 05:47:59 -06:00
# Supports: Linux, BSD
# NOTE: For FreeBSD and NetBSD-based systems, you'll need to enable
# coretemp kernel module. This only supports newer Intel processors.
#
# Example:
# C: 'Intel i7-6500U (4) @ 3.1GHz [27.2°C]'
2016-12-27 18:33:19 -07:00
# F: 'Intel i7-6500U (4) @ 3.1GHz [82.0°F]'
# off: 'Intel i7-6500U (4) @ 3.1GHz'
2016-10-22 16:47:01 -06:00
cpu_temp="off"
2016-10-22 16:45:03 -06:00
2016-01-29 08:14:29 -07:00
# GPU
# Enable/Disable GPU Brand
2016-11-25 16:36:35 -07:00
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --gpu_brand
#
# Example:
# on: 'AMD HD 7950'
# off: 'HD 7950'
gpu_brand="on"
2016-12-21 19:23:48 -07:00
# Which GPU to display
#
# Default: 'all'
# Values: 'all', 'dedicated', 'integrated'
# Flag: --gpu_type
# Supports: Linux
2016-12-21 19:23:48 -07:00
#
# Example:
# all:
# GPU1: AMD HD 7950
# GPU2: Intel Integrated Graphics
#
# dedicated:
# GPU1: AMD HD 7950
#
# integrated:
# GPU1: Intel Integrated Graphics
gpu_type="all"
2016-10-22 16:54:47 -06:00
2017-01-06 00:50:05 -07:00
2016-03-17 23:32:06 -06:00
# Resolution
2016-03-17 23:32:06 -06:00
# Display refresh rate next to each monitor
2016-11-25 16:36:35 -07:00
# Default: 'off'
# Values: 'on', 'off'
# Flag: --refresh_rate
# Supports: Doesn't work on Windows.
#
# Example:
# on: '1920x1080 @ 60Hz'
# off: '1920x1080'
2016-03-17 23:32:06 -06:00
refresh_rate="off"
2016-01-29 08:14:29 -07:00
2016-11-25 16:36:35 -07:00
# Gtk Theme / Icons / Font
2016-01-29 08:14:29 -07:00
2016-11-25 16:36:35 -07:00
# Shorten output of GTK Theme / Icons / Font
#
# Default: 'off'
# Values: 'on', 'off'
# Flag: --gtk_shorthand
#
# Example:
# on: 'Numix, Adwaita'
# off: 'Numix [GTK2], Adwaita [GTK3]'
2016-01-29 08:14:29 -07:00
gtk_shorthand="off"
2016-11-25 16:36:35 -07:00
# Enable/Disable gtk2 Theme / Icons / Font
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --gtk2
#
# Example:
# on: 'Numix [GTK2], Adwaita [GTK3]'
# off: 'Adwaita [GTK3]'
2016-01-29 08:14:29 -07:00
gtk2="on"
2016-11-25 16:36:35 -07:00
# Enable/Disable gtk3 Theme / Icons / Font
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --gtk3
#
# Example:
# on: 'Numix [GTK2], Adwaita [GTK3]'
# off: 'Numix [GTK2]'
2016-01-29 08:14:29 -07:00
gtk3="on"
# IP Address
# Website to ping for the public IP
2016-11-25 16:36:35 -07:00
#
# Default: 'http://ident.me'
# Values: 'url'
# Flag: --ip_host
public_ip_host="http://ident.me"
2017-01-06 00:50:05 -07:00
# Disk
# Which disks to display.
2017-01-06 01:01:48 -07:00
# The values can be any /dev/sdXX, mount point or directory.
2017-01-06 00:50:05 -07:00
# NOTE: By default we only show the disk info for '/'.
#
# Default: '/'
2017-01-06 01:01:48 -07:00
# Values: '/', '/dev/sdXX', '/path/to/drive'.
2017-01-06 00:50:05 -07:00
# Flag: --disk_show
#
# Example:
# disk_show=('/' '/dev/sdb1'):
# 'Disk (/): 74G / 118G (66%)'
# 'Disk (/mnt/Videos): 823G / 893G (93%)'
#
# disk_show=('/'):
# 'Disk (/): 74G / 118G (66%)'
#
disk_show=('/')
2017-01-07 20:23:55 -07:00
# Disk subtitle.
# What to append to the Disk subtitle.
#
# Default: 'mount'
# Values: 'mount', 'name', 'dir'
2017-01-07 20:23:55 -07:00
# Flag: --disk_subtitle
#
# Example:
# name: 'Disk (/dev/sda1): 74G / 118G (66%)'
# 'Disk (/dev/sdb2): 74G / 118G (66%)'
#
# mount: 'Disk (/): 74G / 118G (66%)'
# 'Disk (/mnt/Local Disk): 74G / 118G (66%)'
# 'Disk (/mnt/Videos): 74G / 118G (66%)'
#
# dir: 'Disk (/): 74G / 118G (66%)'
# 'Disk (Local Disk): 74G / 118G (66%)'
# 'Disk (Videos): 74G / 118G (66%)'
2017-01-07 20:23:55 -07:00
disk_subtitle="mount"
2017-01-06 00:50:05 -07:00
# Song
# Manually specify a music player.
#
# Default: 'auto'
# Values: 'auto', 'player-name'
# Flag: --music_player
#
# Available values for 'player-name':
#
# Google Play
# Spotify
# amarok
# audacious
# banshee
# bluemindo
# clementine
# cmus
# deadbeef
# deepin-music
# elisa
# exaile
# gnome-music
# guayadeque
# iTunes$
# juk
# lollypop
# mocp
# mopidy
# mpd
# pogo
# pragha
# qmmp
# quodlibet
# rhythmbox
# spotify
# tomahawk
# xmms2d
# yarock
music_player="auto"
2016-12-18 20:47:33 -07:00
# Print the Artist and Title on separate lines
2016-11-25 16:36:35 -07:00
#
# Default: 'off'
# Values: 'on', 'off'
# Flag: --song_shorthand
#
# Example:
# on: 'Artist: The Fratellis'
# 'Song: Chelsea Dagger'
#
# off: 'Song: The Fratellis - Chelsea Dagger'
song_shorthand="off"
# Install Date
2016-12-15 21:59:07 -07:00
# Whether to show the time in the output
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --install_time
2016-12-15 21:59:07 -07:00
#
# Example:
# on: 'Thu 14 Apr 2016 11:50 PM'
# off: 'Thu 14 Apr 2016'
install_time="on"
2016-12-15 21:59:07 -07:00
# Set time format in the output
#
# Default: '24h'
# Values: '12h', '24h'
# Flag: --install_time_format
#
# Example:
# 12h: 'Thu 14 Apr 2016 11:50 PM'
# 24h: 'Thu 14 Apr 2016 23:50'
2017-01-05 15:18:05 -07:00
install_time_format="12h"
2016-12-15 21:59:07 -07:00
# Text Colors
2016-01-29 08:14:29 -07:00
2016-02-22 22:52:25 -07:00
# Text Colors
2016-11-25 17:11:05 -07:00
#
# Default: 'distro'
# Values: 'distro', 'num' 'num' 'num' 'num' 'num' 'num'
# Flag: --colors
#
# Each number represents a different part of the text in
# this order: 'title', '@', 'underline', 'subtitle', 'colon', 'info'
#
# Example:
# colors=(distro) - Text is colored based on Distro colors.
# colors=(4 6 1 8 8 6) - Text is colored in the order above.
2016-02-22 22:52:25 -07:00
colors=(distro)
2016-01-29 08:14:29 -07:00
# Text Options
2016-01-29 08:14:29 -07:00
# Toggle bold text
2016-11-25 17:11:05 -07:00
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --bold
2016-01-29 08:14:29 -07:00
bold="on"
# Enable/Disable Underline
2016-11-25 17:11:05 -07:00
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --underline
2016-04-01 19:52:21 -06:00
underline_enabled="on"
2016-01-29 08:14:29 -07:00
# Underline character
2016-11-25 17:11:05 -07:00
#
# Default: '-'
# Values: 'string'
# Flag: --underline_char
2016-01-29 08:14:29 -07:00
underline_char="-"
# Color Blocks
# Color block range
# The range of colors to print.
2016-11-25 17:11:05 -07:00
#
# Default: '0', '7'
# Values: 'num'
# Flag: --block_range
#
# Example:
#
# Display colors 0-7 in the blocks. (8 colors)
2016-11-25 17:11:05 -07:00
# neofetch --block_range 0 7
#
# Display colors 0-15 in the blocks. (16 colors)
2016-11-25 17:11:05 -07:00
# neofetch --block_range 0 15
block_range=(0 7)
# Toggle color blocks
2016-11-25 17:11:05 -07:00
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --color_blocks
color_blocks="on"
# Color block width in spaces
2016-11-25 17:11:05 -07:00
#
# Default: '3'
# Values: 'num'
# Flag: --block_width
2016-10-15 17:48:37 -06:00
block_width=3
# Color block height in lines
2016-11-25 17:11:05 -07:00
#
# Default: '1'
# Values: 'num'
# Flag: --block_height
block_height=1
# Progress Bars
2016-03-02 16:12:21 -07:00
2016-11-25 17:11:05 -07:00
# Bar characters
#
# Default: '-', '='
# Values: 'string', 'string'
# Flag: --bar_char
#
# Example:
# neofetch --bar_char 'elapsed' 'total'
# neofetch --bar_char '-' '='
bar_char_elapsed="-"
bar_char_total="="
2016-04-24 02:30:57 -06:00
2016-11-25 17:11:05 -07:00
# Toggle Bar border
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --bar_border
bar_border="on"
2016-03-02 16:12:21 -07:00
# Progress bar length in spaces
# Number of chars long to make the progress bars.
2016-11-25 17:11:05 -07:00
#
# Default: '15'
# Values: 'num'
# Flag: --bar_length
bar_length=15
2016-03-02 16:12:21 -07:00
# Progress bar colors
2016-11-25 17:11:05 -07:00
# When set to distro, uses your distro's logo colors.
#
# Default: 'distro', 'distro'
# Values: 'distro', 'num'
# Flag: --bar_colors
#
# Example:
# neofetch --bar_colors 3 4
# neofetch --bar_colors distro 5
bar_color_elapsed="distro"
bar_color_total="distro"
2016-03-02 16:12:21 -07:00
2016-11-25 17:11:05 -07:00
# Info display
# Display a bar with the info.
2016-03-12 14:37:33 -07:00
#
2016-11-25 17:11:05 -07:00
# Default: 'off'
# Values: 'bar', 'infobar', 'barinfo', 'off'
# Flags: --cpu_display
# --memory_display
# --battery_display
# --disk_display
#
# Example:
# bar: '[---=======]'
# infobar: 'info [---=======]'
# barinfo: '[---=======] info'
# off: 'info'
cpu_display="off"
2016-03-12 14:37:33 -07:00
memory_display="off"
battery_display="off"
disk_display="off"
2017-01-14 04:12:22 -07:00
# Backend Settings
2016-01-29 08:14:29 -07:00
2017-04-25 15:39:10 -06:00
2017-01-14 03:49:32 -07:00
# Image backend.
#
# Default: 'ascii'
2017-12-15 21:51:07 -07:00
# Values: 'ascii', 'caca', 'catimg', 'jp2a', 'iterm2', 'off', 'termpix', 'pixterm', 'tycat', 'w3m'
2017-01-16 21:02:24 -07:00
# Flag: --backend
2017-01-14 03:49:32 -07:00
image_backend="ascii"
2016-01-29 08:14:29 -07:00
# Image Source
2016-11-25 17:23:41 -07:00
#
2017-01-14 03:49:32 -07:00
# Which image or ascii file to display.
2016-12-02 15:33:24 -07:00
#
2017-01-14 03:49:32 -07:00
# Default: 'auto'
# Values: 'auto', 'ascii', 'wallpaper', '/path/to/img', '/path/to/ascii', '/path/to/dir/'
2017-01-16 21:02:24 -07:00
# Flag: --source
2017-01-14 03:49:32 -07:00
#
# NOTE: 'auto' will pick the best image source for whatever image backend is used.
# In ascii mode, distro ascii art will be used and in an image mode, your
# wallpaper will be used.
image_source="auto"
2016-01-29 08:14:29 -07:00
2017-01-14 04:12:22 -07:00
# Ascii Options
# Ascii distro
# Which distro's ascii art to display.
#
# Default: 'auto'
# Values: 'auto', 'distro_name'
# Flag: --ascii_distro
#
# NOTE: Arch and Ubuntu have 'old' logo variants.
# Change this to 'arch_old' or 'ubuntu_old' to use the old logos.
# NOTE: Ubuntu has flavor variants.
# Change this to 'Lubuntu', 'Xubuntu', 'Ubuntu-GNOME' or 'Ubuntu-Budgie' to use the flavors.
# NOTE: Arch, Crux and Gentoo have a smaller logo variant.
# Change this to 'arch_small', 'crux_small' or 'gentoo_small' to use the small logos.
ascii_distro="auto"
# Ascii Colors
#
# Default: 'distro'
# Values: 'distro', 'num' 'num' 'num' 'num' 'num' 'num'
# Flag: --ascii_colors
#
# Example:
# ascii_colors=(distro) - Ascii is colored based on Distro colors.
# ascii_colors=(4 6 1 8 8 6) - Ascii is colored using these colors.
ascii_colors=(distro)
# Bold ascii logo
# Whether or not to bold the ascii logo.
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --ascii_bold
ascii_bold="on"
# Image Options
2017-04-25 15:39:10 -06:00
# Image loop
# Setting this to on will make neofetch redraw the image constantly until
# Ctrl+C is pressed. This fixes display issues in some terminal emulators.
#
# Default: 'off'
# Values: 'on', 'off'
# Flag: --loop
image_loop="off"
2016-01-29 08:14:29 -07:00
# Thumbnail directory
2016-11-25 17:23:41 -07:00
#
# Default: '~/.cache/thumbnails/neofetch'
# Values: 'dir'
thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch"
2016-01-29 08:14:29 -07:00
# Crop mode
2016-11-25 17:23:41 -07:00
#
# 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
2016-01-29 08:14:29 -07:00
crop_mode="normal"
# Crop offset
2016-11-25 17:23:41 -07:00
# Note: Only affects 'normal' crop mode.
#
# Default: 'center'
# Values: 'northwest', 'north', 'northeast', 'west', 'center'
# 'east', 'southwest', 'south', 'southeast'
# Flag: --crop_offset
2016-01-29 08:14:29 -07:00
crop_offset="center"
# Image size
# The image is half the terminal width by default.
2016-11-25 17:23:41 -07:00
#
# Default: 'auto'
# Values: 'auto', '00px', '00%', 'none'
# Flags: --image_size
# --size
image_size="auto"
2018-04-05 06:06:38 -06:00
# Gap between image and text
2016-11-25 17:23:41 -07:00
#
# Default: '3'
# Values: 'num', '-num'
# Flag: --gap
2016-11-22 21:54:28 -07:00
gap=3
2016-01-29 08:14:29 -07:00
# Image offsets
2016-10-21 08:18:04 -06:00
# Only works with the w3m backend.
2016-11-25 17:23:41 -07:00
#
# Default: '0'
# Values: 'px'
# Flags: --xoffset
# --yoffset
2016-01-29 08:14:29 -07:00
yoffset=0
xoffset=0
2016-10-21 08:18:04 -06:00
# Image background color
# Only works with the w3m backend.
2016-11-25 17:23:41 -07:00
#
# Default: ''
# Values: 'color', 'blue'
# Flag: --bg_color
2016-10-21 08:18:04 -06:00
background_color=
2016-01-29 08:14:29 -07:00
# Scrot Options
2016-01-29 08:14:29 -07:00
# Whether or not to always take a screenshot
# You can manually take a screenshot with "--scrot" or "-s"
2016-11-25 17:34:45 -07:00
#
# Default: 'off'
# Values: 'on', 'off'
# Flags: --scrot
# -s
2016-01-29 08:14:29 -07:00
scrot="off"
2016-12-04 21:14:44 -07:00
# Screenshot Program
# Neofetch will automatically use whatever screenshot tool
# is installed on your system.
2016-11-25 17:34:45 -07:00
#
2016-12-04 21:14:44 -07:00
# If 'neofetch -v' says that it couldn't find a screenshot
# tool or you're using a custom tool then you can change
# the option below to a custom command.
#
# Default: 'auto'
# Values: 'auto' 'cmd -flags'
2016-11-25 17:34:45 -07:00
# Flag: --scrot_cmd
2016-12-04 21:14:44 -07:00
scrot_cmd="auto"
2016-01-29 08:14:29 -07:00
2016-12-04 21:14:44 -07:00
# Screenshot Filename
2016-01-29 08:14:29 -07:00
# What to name the screenshots
2016-11-25 17:34:45 -07:00
#
# Default: 'neofetch-$(date +%F-%I-%M-%S-${RANDOM}).png'
# Values: 'string'
# Flag: --scrot_name
2016-10-02 03:31:25 -06:00
scrot_name="neofetch-$(date +%F-%I-%M-%S-${RANDOM}).png"
# Image upload host
# Where to upload the image.
2016-11-25 17:34:45 -07:00
#
2016-12-05 01:44:42 -07:00
# Default: 'teknik'
2016-11-25 17:34:45 -07:00
# Values: 'imgur', 'teknik'
# Flag: --image_host
2016-12-05 01:44:42 -07:00
#
# NOTE: If you'd like another image host to be added to Neofetch.
# Open an issue on github.
image_host="teknik"
2016-01-29 08:14:29 -07:00
# Misc Options
2017-08-03 11:15:55 -06:00
# Stdout mode
# Turn off all colors and disables image backend (ASCII/Image).
# Useful for piping into another command.
# Default: 'off'
# Values: 'on', 'off'
stdout="off"
# Config version.
#
# NOTE: Don't change this value, neofetch reads this to determine
# how to handle backwards compatibility.
2018-04-05 16:33:12 -06:00
config_version="3.4.0"