neofetch/config/config.conf

726 lines
14 KiB
Plaintext
Raw Normal View History

2016-02-28 01:34:26 +00:00
# Neofetch config file
# https://github.com/dylanaraps/neofetch
2016-01-29 15:14:29 +00:00
# See this wiki page for more info:
2016-02-28 01:34:26 +00:00
# https://github.com/dylanaraps/neofetch/wiki/Customizing-Info
print_info() {
2016-01-29 15:14:29 +00:00
info title
info underline
info "OS" distro
info "Model" model
2016-01-29 15:14:29 +00:00
info "Kernel" kernel
info "Uptime" uptime
info "Packages" packages
info "Shell" shell
info "Resolution" resolution
2016-04-01 01:25:41 +01:00
info "DE" de
info "WM" wm
info "WM Theme" wm_theme
2016-02-15 23:50:40 +00:00
info "Theme" theme
info "Icons" icons
2016-05-28 02:22:34 +01:00
info "Terminal" term
info "Terminal Font" term_font
2016-01-29 15:14:29 +00:00
info "CPU" cpu
info "GPU" gpu
info "Memory" memory
2016-06-13 11:46:13 +01:00
# info "CPU Usage" cpu_usage
2017-01-06 07:50:05 +00: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
# info "Locale" locale # This only works on glibc systems.
2016-01-29 15:14:29 +00:00
info line_break
2016-01-29 15:14:29 +00:00
info cols
info line_break
2016-01-29 15:14:29 +00:00
}
# Kernel
2016-11-25 23:20:54 +00:00
# Shorten the output of the kernel function.
#
2016-11-26 04:32:50 +00:00
# Default: 'on'
# Values: 'on', 'off'
# Flag: --kernel_shorthand
# Supports: Everything except *BSDs (except PacBSD and PC-BSD)
2016-11-25 23:20:54 +00:00
#
2016-11-25 23:36:35 +00:00
# Example:
2016-11-25 23:20:54 +00:00
# on: '4.8.9-1-ARCH'
2016-11-25 23:36:35 +00:00
# off: 'Linux 4.8.9-1-ARCH'
2016-01-29 15:14:29 +00:00
kernel_shorthand="on"
# Distro
# Shorten the output of the distro function
2016-11-25 23:20:54 +00:00
#
# Default: 'off'
# Values: 'on', 'off', 'tiny'
# Flag: --distro_shorthand
2016-11-26 04:32:50 +00:00
# Supports: Everything except Windows and Haiku
distro_shorthand="off"
2016-11-25 23:20:54 +00: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 23:36:35 +00:00
# Example:
2016-11-25 23:20:54 +00:00
# on: 'Arch Linux x86_64'
# off: 'Arch Linux'
os_arch="on"
2016-01-29 15:14:29 +00:00
# Uptime
2016-01-29 15:14:29 +00:00
# Shorten the output of the uptime function
2016-11-25 23:20:54 +00:00
#
2016-12-15 11:55:15 +00:00
# Default: 'on'
2016-11-25 23:20:54 +00:00
# Values: 'on', 'off', 'tiny'
# Flag: --uptime_shorthand
#
2016-11-25 23:36:35 +00:00
# Example:
2016-11-25 23:20:54 +00:00
# on: '2 days, 10 hours, 3 mins'
# off: '2 days, 10 hours, 3 minutes'
# tiny: '2d 10h 3m'
2016-12-15 11:55:15 +00:00
uptime_shorthand="on"
2016-01-29 15:14:29 +00:00
# Shell
2016-01-29 15:14:29 +00:00
# Show the path to $SHELL
2016-11-25 23:20:54 +00:00
#
# Default: 'off'
# Values: 'on', 'off'
# Flag: --shell_path
#
2016-11-25 23:36:35 +00:00
# Example:
2016-11-25 23:20:54 +00:00
# on: '/bin/bash'
# off: 'bash'
2016-10-17 22:32:06 +01:00
shell_path="off"
2016-01-29 15:14:29 +00:00
# Show $SHELL version
2016-11-25 23:20:54 +00:00
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --shell_version
#
2016-11-25 23:36:35 +00:00
# Example:
2016-11-25 23:20:54 +00:00
# on: 'bash 4.4.5'
# off: 'bash'
2016-10-17 22:32:06 +01:00
shell_version="on"
2016-01-29 15:14:29 +00:00
# CPU
2016-01-29 15:14:29 +00:00
# CPU speed type
2016-11-25 23:20:54 +00:00
#
# Default: 'bios_limit'
# Values: 'scaling_cur_freq', 'scaling_min_freq', 'scaling_max_freq', 'bios_limit'.
2016-11-25 23:20:54 +00: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 15:14:29 +00:00
# CPU speed shorthand
#
# Default: 'off'
# Values: 'on', 'off'.
# Flag: --speed_shorthand.
2017-07-13 13:04:42 +01: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 23:20:54 +00:00
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --cpu_brand
2016-11-25 23:20:54 +00:00
#
2016-11-25 23:36:35 +00:00
# Example:
# on: 'Intel i7-6500U'
# off: 'i7-6500U (4)'
cpu_brand="on"
2016-06-13 11:22:38 +01:00
2016-10-22 23:45:03 +01:00
# CPU Speed
# Hide/Show CPU speed.
2016-11-25 23:20:54 +00:00
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --cpu_speed
#
2016-11-25 23:36:35 +00:00
# Example:
2016-11-25 23:20:54 +00:00
# on: 'Intel i7-6500U (4) @ 3.1GHz'
# off: 'Intel i7-6500U (4)'
2016-10-22 23:45:03 +01:00
cpu_speed="on"
2016-03-15 07:55:35 +00:00
# CPU Cores
# Display CPU cores in output
2016-11-25 23:20:54 +00:00
#
# Default: 'logical'
# Values: 'logical', 'physical', 'off'
# Flag: --cpu_cores
# Support: 'physical' doesn't work on BSD.
#
2016-11-25 23:36:35 +00:00
# Example:
2016-11-25 23:20:54 +00: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-21 06:40:58 +01:00
cpu_cores="logical"
2016-03-15 07:55:35 +00:00
2016-10-22 23:45:03 +01:00
# CPU Temperature
# Hide/Show CPU temperature.
# Note the temperature is added to the regular CPU function.
2016-11-25 23:20:54 +00:00
#
# Default: 'off'
# Values: 'C', 'F', 'off'
2016-11-25 23:20:54 +00:00
# Flag: --cpu_temp
2017-07-13 12:47:59 +01: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-28 01:33:19 +00:00
# F: 'Intel i7-6500U (4) @ 3.1GHz [82.0°F]'
# off: 'Intel i7-6500U (4) @ 3.1GHz'
2016-10-22 23:47:01 +01:00
cpu_temp="off"
2016-10-22 23:45:03 +01:00
2016-01-29 15:14:29 +00:00
# GPU
# Enable/Disable GPU Brand
2016-11-25 23:36:35 +00:00
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --gpu_brand
#
# Example:
# on: 'AMD HD 7950'
# off: 'HD 7950'
gpu_brand="on"
2016-12-22 02:23:48 +00:00
# Which GPU to display
#
# Default: 'all'
# Values: 'all', 'dedicated', 'integrated'
# Flag: --gpu_type
# Supports: Linux
2016-12-22 02:23:48 +00: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 23:54:47 +01:00
2017-01-06 07:50:05 +00:00
2016-03-18 05:32:06 +00:00
# Resolution
2016-03-18 05:32:06 +00:00
# Display refresh rate next to each monitor
2016-11-25 23:36:35 +00:00
# Default: 'off'
# Values: 'on', 'off'
# Flag: --refresh_rate
# Supports: Doesn't work on Windows.
#
# Example:
# on: '1920x1080 @ 60Hz'
# off: '1920x1080'
2016-03-18 05:32:06 +00:00
refresh_rate="off"
2016-01-29 15:14:29 +00:00
2016-11-25 23:36:35 +00:00
# Gtk Theme / Icons / Font
2016-01-29 15:14:29 +00:00
2016-11-25 23:36:35 +00: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 15:14:29 +00:00
gtk_shorthand="off"
2016-11-25 23:36:35 +00: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 15:14:29 +00:00
gtk2="on"
2016-11-25 23:36:35 +00: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 15:14:29 +00:00
gtk3="on"
# IP Address
# Website to ping for the public IP
2016-11-25 23:36:35 +00:00
#
# Default: 'http://ident.me'
# Values: 'url'
# Flag: --ip_host
public_ip_host="http://ident.me"
2017-01-06 07:50:05 +00:00
# Disk
# Which disks to display.
2017-01-06 08:01:48 +00:00
# The values can be any /dev/sdXX, mount point or directory.
2017-01-06 07:50:05 +00:00
# NOTE: By default we only show the disk info for '/'.
#
# Default: '/'
2017-01-06 08:01:48 +00:00
# Values: '/', '/dev/sdXX', '/path/to/drive'.
2017-01-06 07:50:05 +00: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-08 03:23:55 +00:00
# Disk subtitle.
# What to append to the Disk subtitle.
#
# Default: 'mount'
# Values: 'mount', 'name', 'dir'
2017-01-08 03:23:55 +00: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-08 03:23:55 +00:00
disk_subtitle="mount"
2017-01-06 07:50:05 +00:00
# Song
2016-12-19 03:47:33 +00:00
# Print the Artist and Title on separate lines
2016-11-25 23:36:35 +00: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-16 04:59:07 +00:00
# Whether to show the time in the output
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --install_time
2016-12-16 04:59:07 +00:00
#
# Example:
# on: 'Thu 14 Apr 2016 11:50 PM'
# off: 'Thu 14 Apr 2016'
install_time="on"
2016-12-16 04:59:07 +00: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 22:18:05 +00:00
install_time_format="12h"
2016-12-16 04:59:07 +00:00
# Text Colors
2016-01-29 15:14:29 +00:00
2016-02-23 05:52:25 +00:00
# Text Colors
2016-11-26 00:11:05 +00: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-23 05:52:25 +00:00
colors=(distro)
2016-01-29 15:14:29 +00:00
# Text Options
2016-01-29 15:14:29 +00:00
# Toggle bold text
2016-11-26 00:11:05 +00:00
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --bold
2016-01-29 15:14:29 +00:00
bold="on"
# Enable/Disable Underline
2016-11-26 00:11:05 +00:00
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --underline
2016-04-02 02:52:21 +01:00
underline_enabled="on"
2016-01-29 15:14:29 +00:00
# Underline character
2016-11-26 00:11:05 +00:00
#
# Default: '-'
# Values: 'string'
# Flag: --underline_char
2016-01-29 15:14:29 +00:00
underline_char="-"
# Color Blocks
# Color block range
# The range of colors to print.
2016-11-26 00:11:05 +00:00
#
# Default: '0', '7'
# Values: 'num'
# Flag: --block_range
#
# Example:
#
# Display colors 0-7 in the blocks. (8 colors)
2016-11-26 00:11:05 +00:00
# neofetch --block_range 0 7
#
# Display colors 0-15 in the blocks. (16 colors)
2016-11-26 00:11:05 +00:00
# neofetch --block_range 0 15
block_range=(0 7)
# Toggle color blocks
2016-11-26 00:11:05 +00:00
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --color_blocks
color_blocks="on"
# Color block width in spaces
2016-11-26 00:11:05 +00:00
#
# Default: '3'
# Values: 'num'
# Flag: --block_width
2016-10-16 00:48:37 +01:00
block_width=3
# Color block height in lines
2016-11-26 00:11:05 +00:00
#
# Default: '1'
# Values: 'num'
# Flag: --block_height
block_height=1
# Progress Bars
2016-03-02 23:12:21 +00:00
2016-11-26 00:11:05 +00: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 09:30:57 +01:00
2016-11-26 00:11:05 +00:00
# Toggle Bar border
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --bar_border
bar_border="on"
2016-03-02 23:12:21 +00:00
# Progress bar length in spaces
# Number of chars long to make the progress bars.
2016-11-26 00:11:05 +00:00
#
# Default: '15'
# Values: 'num'
# Flag: --bar_length
bar_length=15
2016-03-02 23:12:21 +00:00
# Progress bar colors
2016-11-26 00:11:05 +00: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 23:12:21 +00:00
2016-11-26 00:11:05 +00:00
# Info display
# Display a bar with the info.
2016-03-12 21:37:33 +00:00
#
2016-11-26 00:11:05 +00: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 21:37:33 +00:00
memory_display="off"
battery_display="off"
disk_display="off"
2017-01-14 11:12:22 +00:00
# Backend Settings
2016-01-29 15:14:29 +00:00
2017-04-25 22:39:10 +01:00
2017-01-14 10:49:32 +00:00
# Image backend.
#
# Default: 'ascii'
2017-01-14 13:15:33 +00:00
# Values: 'ascii', 'caca', 'catimg', 'jp2a', 'iterm2', 'off', 'tycat', 'w3m'
2017-01-17 04:02:24 +00:00
# Flag: --backend
2017-01-14 10:49:32 +00:00
image_backend="ascii"
2016-01-29 15:14:29 +00:00
# Image Source
2016-11-26 00:23:41 +00:00
#
2017-01-14 10:49:32 +00:00
# Which image or ascii file to display.
2016-12-02 22:33:24 +00:00
#
2017-01-14 10:49:32 +00:00
# Default: 'auto'
# Values: 'auto', 'ascii', 'wallpaper', '/path/to/img', '/path/to/ascii', '/path/to/dir/'
2017-01-17 04:02:24 +00:00
# Flag: --source
2017-01-14 10:49:32 +00: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 15:14:29 +00:00
2017-01-14 11:12:22 +00: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 22:39:10 +01: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 15:14:29 +00:00
# Thumbnail directory
2016-11-26 00:23:41 +00:00
#
# Default: '~/.cache/thumbnails/neofetch'
# Values: 'dir'
thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch"
2016-01-29 15:14:29 +00:00
# Crop mode
2016-11-26 00:23:41 +00: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 15:14:29 +00:00
crop_mode="normal"
# Crop offset
2016-11-26 00:23:41 +00: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 15:14:29 +00:00
crop_offset="center"
# Image size
# The image is half the terminal width by default.
2016-11-26 00:23:41 +00:00
#
# Default: 'auto'
# Values: 'auto', '00px', '00%', 'none'
# Flags: --image_size
# --size
image_size="auto"
2016-11-26 00:23:41 +00:00
# Ggap between image and text
#
# Default: '3'
# Values: 'num', '-num'
# Flag: --gap
2016-11-23 04:54:28 +00:00
gap=3
2016-01-29 15:14:29 +00:00
# Image offsets
2016-10-21 15:18:04 +01:00
# Only works with the w3m backend.
2016-11-26 00:23:41 +00:00
#
# Default: '0'
# Values: 'px'
# Flags: --xoffset
# --yoffset
2016-01-29 15:14:29 +00:00
yoffset=0
xoffset=0
2016-10-21 15:18:04 +01:00
# Image background color
# Only works with the w3m backend.
2016-11-26 00:23:41 +00:00
#
# Default: ''
# Values: 'color', 'blue'
# Flag: --bg_color
2016-10-21 15:18:04 +01:00
background_color=
2016-01-29 15:14:29 +00:00
# Scrot Options
2016-01-29 15:14:29 +00:00
# Whether or not to always take a screenshot
# You can manually take a screenshot with "--scrot" or "-s"
2016-11-26 00:34:45 +00:00
#
# Default: 'off'
# Values: 'on', 'off'
# Flags: --scrot
# -s
2016-01-29 15:14:29 +00:00
scrot="off"
2016-12-05 04:14:44 +00:00
# Screenshot Program
# Neofetch will automatically use whatever screenshot tool
# is installed on your system.
2016-11-26 00:34:45 +00:00
#
2016-12-05 04:14:44 +00: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-26 00:34:45 +00:00
# Flag: --scrot_cmd
2016-12-05 04:14:44 +00:00
scrot_cmd="auto"
2016-01-29 15:14:29 +00:00
2016-12-05 04:14:44 +00:00
# Screenshot Filename
2016-01-29 15:14:29 +00:00
# What to name the screenshots
2016-11-26 00:34:45 +00:00
#
# Default: 'neofetch-$(date +%F-%I-%M-%S-${RANDOM}).png'
# Values: 'string'
# Flag: --scrot_name
2016-10-02 10:31:25 +01:00
scrot_name="neofetch-$(date +%F-%I-%M-%S-${RANDOM}).png"
# Image upload host
# Where to upload the image.
2016-11-26 00:34:45 +00:00
#
2016-12-05 08:44:42 +00:00
# Default: 'teknik'
2016-11-26 00:34:45 +00:00
# Values: 'imgur', 'teknik'
# Flag: --image_host
2016-12-05 08:44:42 +00: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 15:14:29 +00:00
# Misc Options
# Config version.
#
# NOTE: Don't change this value, neofetch reads this to determine
# how to handle backwards compatibility.
2017-06-21 02:06:13 +01:00
config_version="3.2.1-git"