2016-01-29 08:14:29 -07:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
#
|
2016-02-27 18:34:26 -07:00
|
|
|
# Neofetch config file
|
|
|
|
# https://github.com/dylanaraps/neofetch
|
2016-01-29 08:14:29 -07:00
|
|
|
|
|
|
|
# Speed up script by not using unicode
|
|
|
|
export LC_ALL=C
|
2016-03-18 16:37:29 -06:00
|
|
|
export LANG=C
|
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
|
2016-11-09 04:33:35 -07:00
|
|
|
print_info() {
|
2016-01-29 08:14:29 -07:00
|
|
|
info title
|
|
|
|
info underline
|
|
|
|
|
2016-08-13 21:26:30 -06:00
|
|
|
info "Model" model
|
2016-01-29 08:14:29 -07:00
|
|
|
info "OS" distro
|
|
|
|
info "Kernel" kernel
|
|
|
|
info "Uptime" uptime
|
|
|
|
info "Packages" packages
|
|
|
|
info "Shell" shell
|
2016-02-23 01:46:22 -07:00
|
|
|
info "Resolution" resolution
|
2016-03-31 18:25:41 -06:00
|
|
|
info "DE" de
|
|
|
|
info "WM" wm
|
2016-11-09 04:33:35 -07:00
|
|
|
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
|
2016-11-09 04:33:35 -07:00
|
|
|
info "Terminal Font" term_font
|
2016-01-29 08:14:29 -07:00
|
|
|
info "CPU" cpu
|
|
|
|
info "GPU" gpu
|
|
|
|
info "Memory" memory
|
|
|
|
|
2016-06-13 04:46:13 -06:00
|
|
|
# info "CPU Usage" cpu_usage
|
2016-01-29 08:14:29 -07:00
|
|
|
# info "Disk" disk
|
2016-02-01 07:56:33 -07:00
|
|
|
# info "Battery" battery
|
2016-05-17 23:27:34 -06:00
|
|
|
# info "Font" font
|
|
|
|
# info "Song" song
|
2016-11-09 04:33:35 -07:00
|
|
|
# info "Local IP" local_ip
|
|
|
|
# info "Public IP" public_ip
|
2016-02-24 22:11:53 -07:00
|
|
|
# info "Users" users
|
2016-01-30 16:47:22 -07:00
|
|
|
# info "Birthday" birthday
|
2016-01-29 08:14:29 -07:00
|
|
|
|
2016-11-09 04:40:31 -07:00
|
|
|
info line_break
|
2016-01-29 08:14:29 -07:00
|
|
|
info cols
|
2016-11-09 04:40:31 -07:00
|
|
|
info line_break
|
2016-01-29 08:14:29 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
# Kernel
|
|
|
|
|
2016-11-10 17:49:01 -07:00
|
|
|
|
|
|
|
# Shorten the output of the kernel function
|
2016-10-30 03:55:14 -06:00
|
|
|
# --kernel_shorthand on, off
|
2016-01-29 08:14:29 -07:00
|
|
|
kernel_shorthand="on"
|
|
|
|
|
|
|
|
|
|
|
|
# Distro
|
|
|
|
|
2016-11-10 17:49:01 -07:00
|
|
|
|
|
|
|
# Shorten the output of the distro function
|
2016-10-15 06:20:25 -06:00
|
|
|
# NOTE: This is only possible on Linux, macOS, and Solaris
|
2016-11-10 17:49:01 -07:00
|
|
|
# --distro_shorthand on, off, tiny
|
2016-08-28 10:11:01 -06:00
|
|
|
distro_shorthand="off"
|
|
|
|
|
2016-01-31 20:45:53 -07:00
|
|
|
# Show 'x86_64' and 'x86' in 'Distro:' output.
|
2016-10-22 16:54:47 -06:00
|
|
|
# --os_arch on, off
|
2016-01-31 20:45:53 -07:00
|
|
|
os_arch="on"
|
2016-01-31 14:40:10 -07:00
|
|
|
|
2016-01-29 08:14:29 -07:00
|
|
|
|
|
|
|
# Uptime
|
|
|
|
|
2016-11-10 17:49:01 -07:00
|
|
|
|
2016-01-29 08:14:29 -07:00
|
|
|
# Shorten the output of the uptime function
|
|
|
|
# --uptime_shorthand tiny, on, off
|
|
|
|
uptime_shorthand="off"
|
|
|
|
|
|
|
|
|
|
|
|
# Shell
|
|
|
|
|
2016-11-10 17:49:01 -07:00
|
|
|
|
2016-01-29 08:14:29 -07:00
|
|
|
# Show the path to $SHELL
|
2016-10-22 16:54:47 -06:00
|
|
|
# --shell_path on, off
|
2016-10-17 15:32:06 -06:00
|
|
|
shell_path="off"
|
2016-01-29 08:14:29 -07:00
|
|
|
|
2016-11-10 17:49:01 -07:00
|
|
|
# Show $SHELL version
|
2016-10-22 16:54:47 -06:00
|
|
|
# --shell_version on, off
|
2016-10-17 15:32:06 -06:00
|
|
|
shell_version="on"
|
2016-01-29 08:14:29 -07:00
|
|
|
|
|
|
|
|
|
|
|
# CPU
|
|
|
|
|
2016-11-10 17:49:01 -07:00
|
|
|
|
2016-01-29 08:14:29 -07:00
|
|
|
# CPU speed type
|
|
|
|
# Only works on Linux with cpufreq.
|
|
|
|
# --speed_type current, min, max, bios,
|
|
|
|
# scaling_current, scaling_min, scaling_max
|
|
|
|
speed_type="max"
|
|
|
|
|
2016-11-10 17:49:01 -07:00
|
|
|
# Shorten the output of the CPU function
|
2016-06-13 04:22:38 -06:00
|
|
|
# --cpu_shorthand name, speed, tiny, on, off
|
2016-03-10 14:27:00 -07:00
|
|
|
cpu_shorthand="off"
|
2016-06-13 04:22:38 -06:00
|
|
|
|
|
|
|
# CPU Usage display
|
|
|
|
# Set CPU usage display setting
|
|
|
|
# --cpu_display bar, infobar, barinfo, off
|
2016-03-12 14:59:37 -07:00
|
|
|
cpu_display="off"
|
2016-03-10 14:27:00 -07:00
|
|
|
|
2016-10-22 16:45:03 -06:00
|
|
|
# CPU Speed
|
|
|
|
# Hide/Show CPU speed.
|
|
|
|
# --cpu_speed on, off
|
|
|
|
cpu_speed="on"
|
|
|
|
|
2016-03-15 01:55:35 -06:00
|
|
|
# CPU Cores
|
|
|
|
# Display CPU cores in output
|
2016-10-20 23:38:02 -06:00
|
|
|
# Logical: All virtual cores
|
|
|
|
# Physical: All physical cores
|
2016-10-21 03:29:16 -06:00
|
|
|
# Note: 'physical' doesn't work on BSD.
|
2016-11-10 17:49:01 -07:00
|
|
|
# --cpu_cores logical, physical, off
|
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: Only works on Linux.
|
2016-11-10 17:49:01 -07:00
|
|
|
# --cpu_temp on, off
|
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
|
|
|
|
|
2016-11-10 17:49:01 -07:00
|
|
|
|
2016-10-02 01:26:50 -06:00
|
|
|
# Enable/Disable GPU Brand
|
2016-10-22 16:54:47 -06:00
|
|
|
# --gpu_brand on, off
|
2016-10-02 01:26:50 -06:00
|
|
|
gpu_brand="on"
|
|
|
|
|
2016-10-22 16:54:47 -06:00
|
|
|
|
2016-03-17 23:32:06 -06:00
|
|
|
# Resolution
|
|
|
|
|
2016-11-10 17:49:01 -07:00
|
|
|
|
2016-03-17 23:32:06 -06:00
|
|
|
# Display refresh rate next to each monitor
|
2016-03-25 18:34:35 -06:00
|
|
|
# Unsupported on Windows
|
2016-10-22 16:54:47 -06:00
|
|
|
# --refresh_rate on, off
|
2016-03-17 23:32:06 -06:00
|
|
|
refresh_rate="off"
|
|
|
|
|
2016-01-29 08:14:29 -07:00
|
|
|
|
|
|
|
# Gtk Theme / Icons
|
|
|
|
|
2016-11-10 17:49:01 -07:00
|
|
|
|
2016-01-29 08:14:29 -07:00
|
|
|
# Shorten output (Hide [GTK2] etc)
|
2016-10-22 16:54:47 -06:00
|
|
|
# --gtk_shorthand on, off
|
2016-01-29 08:14:29 -07:00
|
|
|
gtk_shorthand="off"
|
|
|
|
|
|
|
|
|
|
|
|
# Enable/Disable gtk2 theme/icons output
|
2016-10-22 16:54:47 -06:00
|
|
|
# --gtk2 on, off
|
2016-01-29 08:14:29 -07:00
|
|
|
gtk2="on"
|
|
|
|
|
|
|
|
# Enable/Disable gtk3 theme/icons output
|
2016-10-22 16:54:47 -06:00
|
|
|
# --gtk3 on, off
|
2016-01-29 08:14:29 -07:00
|
|
|
gtk3="on"
|
|
|
|
|
|
|
|
|
2016-02-08 23:26:44 -07:00
|
|
|
# IP Address
|
|
|
|
|
2016-11-10 17:49:01 -07:00
|
|
|
|
2016-02-08 23:26:44 -07:00
|
|
|
# Website to ping for the public IP
|
|
|
|
# --ip_host url
|
|
|
|
public_ip_host="http://ident.me"
|
|
|
|
|
|
|
|
|
2016-02-18 17:26:24 -07:00
|
|
|
# Song
|
|
|
|
|
2016-11-10 17:49:01 -07:00
|
|
|
|
2016-02-18 17:26:24 -07:00
|
|
|
# Print the Artist and Title on seperate lines
|
2016-10-22 16:54:47 -06:00
|
|
|
# --song_shorthand on, off
|
2016-02-18 17:26:24 -07:00
|
|
|
song_shorthand="off"
|
|
|
|
|
|
|
|
|
2016-01-30 04:41:58 -07:00
|
|
|
# Birthday
|
|
|
|
|
2016-11-10 17:49:01 -07:00
|
|
|
|
2016-01-30 04:41:58 -07:00
|
|
|
# Whether to show a long pretty output
|
|
|
|
# or a shortened one
|
2016-01-30 17:02:32 -07:00
|
|
|
# NOTE: Long pretty output doesn't work on OpenBSD or NetBSD.
|
2016-10-22 16:54:47 -06:00
|
|
|
# --birthday_shorthand on, off
|
2016-01-30 04:41:58 -07:00
|
|
|
birthday_shorthand="off"
|
|
|
|
|
|
|
|
# Whether to show the time in the output
|
2016-10-22 16:54:47 -06:00
|
|
|
# --birthday_time on, off
|
2016-01-30 04:41:58 -07:00
|
|
|
birthday_time="on"
|
|
|
|
|
2016-03-05 15:56:46 -07:00
|
|
|
# Date format to use when printing birthday
|
|
|
|
# --birthday_format "format"
|
|
|
|
birthday_format="+%a %d %b %Y %l:%M %p"
|
|
|
|
|
|
|
|
|
2016-11-10 17:49:01 -07:00
|
|
|
# Text Colors
|
2016-01-29 08:14:29 -07:00
|
|
|
|
|
|
|
|
2016-02-22 22:52:25 -07:00
|
|
|
# Text Colors
|
|
|
|
# Each number represents a different part of
|
|
|
|
# the text in this order:
|
|
|
|
# title, @, underline, subtitle, colon, info
|
|
|
|
# colors=(4 6 1 8 8 6)
|
2016-04-23 19:10:57 -06:00
|
|
|
# You can also specify:
|
|
|
|
# fg (foreground color)
|
2016-02-22 22:52:25 -07:00
|
|
|
colors=(distro)
|
2016-01-29 08:14:29 -07:00
|
|
|
|
|
|
|
|
2016-11-10 17:49:01 -07:00
|
|
|
# Text Options
|
2016-01-29 08:14:29 -07:00
|
|
|
|
|
|
|
|
|
|
|
# Toggle bold text
|
2016-10-22 16:54:47 -06:00
|
|
|
# --bold on, off
|
2016-01-29 08:14:29 -07:00
|
|
|
bold="on"
|
|
|
|
|
2016-02-05 16:25:12 -07:00
|
|
|
# Enable/Disable Underline
|
2016-10-22 16:54:47 -06:00
|
|
|
# --underline on, off
|
2016-04-01 19:52:21 -06:00
|
|
|
underline_enabled="on"
|
2016-02-05 16:25:12 -07:00
|
|
|
|
2016-01-29 08:14:29 -07:00
|
|
|
# Underline character
|
|
|
|
# --underline_char char
|
|
|
|
underline_char="-"
|
|
|
|
|
|
|
|
|
2016-11-10 17:49:01 -07:00
|
|
|
# Color Blocks
|
2016-05-27 17:53:35 -06:00
|
|
|
|
|
|
|
|
|
|
|
# Color block range
|
|
|
|
# --block_range start end
|
|
|
|
start=0
|
2016-10-21 08:35:28 -06:00
|
|
|
end=7
|
2016-05-27 17:53:35 -06:00
|
|
|
|
|
|
|
# Toggle color blocks
|
2016-10-22 16:54:47 -06:00
|
|
|
# --color_blocks on, off
|
2016-05-27 17:53:35 -06:00
|
|
|
color_blocks="on"
|
|
|
|
|
|
|
|
# Color block width in spaces
|
|
|
|
# --block_width num
|
2016-10-15 17:48:37 -06:00
|
|
|
block_width=3
|
2016-05-27 17:53:35 -06:00
|
|
|
|
|
|
|
# Color block height in lines
|
|
|
|
# --block_height num
|
|
|
|
block_height=1
|
|
|
|
|
|
|
|
|
2016-11-10 17:49:01 -07:00
|
|
|
# Progress Bars
|
2016-03-02 16:12:21 -07:00
|
|
|
|
|
|
|
|
|
|
|
# Progress bar character
|
2016-04-24 02:30:57 -06:00
|
|
|
# --progress_char elapsed_char total_char
|
|
|
|
progress_char_elapsed="-"
|
|
|
|
progress_char_total="="
|
|
|
|
|
2016-10-02 17:03:41 -06:00
|
|
|
# Progress border
|
2016-10-22 16:54:47 -06:00
|
|
|
# --progress_border on, off
|
2016-04-24 02:30:57 -06:00
|
|
|
progress_border="on"
|
2016-03-02 16:12:21 -07:00
|
|
|
|
2016-03-02 16:37:18 -07:00
|
|
|
# Progress bar length in spaces
|
|
|
|
# Number of chars long to make the progress bars.
|
|
|
|
# --progress_length num
|
|
|
|
progress_length="15"
|
|
|
|
|
2016-03-02 16:12:21 -07:00
|
|
|
# Progress bar colors
|
2016-03-27 04:01:47 -06:00
|
|
|
# When set to distro, uses your distro's logo colors
|
|
|
|
# Takes: num, "distro"
|
2016-03-02 16:12:21 -07:00
|
|
|
# --progress_colors col col
|
2016-03-27 04:01:47 -06:00
|
|
|
progress_color_elapsed="distro"
|
|
|
|
progress_color_total="distro"
|
2016-03-02 16:12:21 -07:00
|
|
|
|
2016-03-12 14:37:33 -07:00
|
|
|
# Customize how the info is displayed.
|
|
|
|
# bar: Only the progress bar is displayed.
|
|
|
|
# infobar: The bar is displayed after the info.
|
|
|
|
# barinfo: The bar is displayed before the info.
|
|
|
|
# off: Only the info is displayed.
|
|
|
|
#
|
2016-10-22 16:54:47 -06:00
|
|
|
# --memory_display bar, infobar, barinfo, off
|
|
|
|
# --battery_display bar, infobar, barinfo, off
|
|
|
|
# --disk_display bar, infobar, barinfo, off
|
2016-03-12 14:37:33 -07:00
|
|
|
memory_display="off"
|
|
|
|
battery_display="off"
|
|
|
|
disk_display="off"
|
|
|
|
|
2016-03-07 05:15:54 -07:00
|
|
|
|
2016-11-10 17:49:01 -07:00
|
|
|
# Image Options
|
2016-01-29 08:14:29 -07:00
|
|
|
|
|
|
|
|
|
|
|
# Image Source
|
2016-03-25 04:22:58 -06:00
|
|
|
# --image wall, ascii, /path/to/img, /path/to/dir/, off
|
2016-01-29 08:14:29 -07:00
|
|
|
image="wall"
|
|
|
|
|
|
|
|
# Thumbnail directory
|
2016-02-27 18:34:26 -07:00
|
|
|
thumbnail_dir="$HOME/.cache/thumbnails/neofetch"
|
2016-01-29 08:14:29 -07:00
|
|
|
|
|
|
|
# W3m-img path
|
2016-10-21 08:18:04 -06:00
|
|
|
# Only works with the w3m backend.
|
2016-11-07 12:59:14 -07:00
|
|
|
#
|
|
|
|
# NOTE: Only change this if "neofetch -v" says that it couldn't find w3m-img.
|
|
|
|
# Neofetch has a function that automatically finds w3m-img for you. It looks
|
|
|
|
# in the following directories:
|
|
|
|
# /usr/lib/w3m/w3mimgdisplay
|
|
|
|
# /usr/libexec/w3m/w3mimgdisplay
|
|
|
|
# /usr/lib64/w3m/w3mimgdisplay
|
|
|
|
# /usr/libexec64/w3m/w3mimgdisplay
|
|
|
|
# If w3m-img is installed elsewhere on your system, open an issue on the repo
|
|
|
|
# and I'll add it to the function inside the script. If w3m-img is installed
|
|
|
|
# in a non-standard way (in your home folder, etc) then change the variable
|
|
|
|
# below to the custom location. Otherwise, don't touch this.
|
2016-01-29 08:14:29 -07:00
|
|
|
w3m_img_path="/usr/lib/w3m/w3mimgdisplay"
|
|
|
|
|
|
|
|
# Crop mode
|
2016-10-22 16:54:47 -06:00
|
|
|
# --crop_mode normal, fit, fill
|
2016-01-29 08:14:29 -07:00
|
|
|
crop_mode="normal"
|
|
|
|
|
|
|
|
# Crop offset
|
|
|
|
# Only affects normal mode.
|
2016-10-22 16:54:47 -06:00
|
|
|
# --crop_offset northwest, north, northeast, west, center
|
|
|
|
# east, southwest, south, southeast
|
2016-01-29 08:14:29 -07:00
|
|
|
crop_offset="center"
|
|
|
|
|
2016-02-04 00:42:54 -07:00
|
|
|
# Image size
|
|
|
|
# The image is half the terminal width by default.
|
2016-05-26 23:23:02 -06:00
|
|
|
# --size auto, 00px, 00%, none
|
2016-02-18 15:54:16 -07:00
|
|
|
image_size="auto"
|
2016-02-04 00:42:54 -07:00
|
|
|
|
2016-01-29 08:14:29 -07:00
|
|
|
# Right gap between image and text
|
|
|
|
# --gap num
|
2016-03-09 20:36:49 -07:00
|
|
|
gap=2
|
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-01-29 08:14:29 -07:00
|
|
|
# --xoffset px
|
|
|
|
# --yoffset px
|
|
|
|
yoffset=0
|
|
|
|
xoffset=0
|
|
|
|
|
2016-10-21 08:18:04 -06:00
|
|
|
# Image background color
|
|
|
|
# Only works with the w3m backend.
|
|
|
|
# Unset by default.
|
|
|
|
# --bg_color 'color', blue
|
|
|
|
background_color=
|
|
|
|
|
2016-01-29 08:14:29 -07:00
|
|
|
|
2016-11-10 17:49:01 -07:00
|
|
|
# Ascii Options
|
2016-01-29 08:14:29 -07:00
|
|
|
|
|
|
|
|
|
|
|
# Default ascii image to use
|
|
|
|
# When this is set to distro it will use your
|
|
|
|
# distro's logo as the ascii.
|
|
|
|
# --ascii 'distro', path/to/ascii
|
|
|
|
ascii="distro"
|
|
|
|
|
2016-08-12 00:52:51 -06:00
|
|
|
# Ascii distro
|
|
|
|
# Which distro's ascii art to display.
|
|
|
|
# --ascii_distro 'auto', 'distro_name'
|
|
|
|
ascii_distro="auto"
|
|
|
|
|
2016-02-03 18:50:50 -07:00
|
|
|
# Ascii colors
|
2016-01-29 08:14:29 -07:00
|
|
|
# When this is set to distro it will use your
|
|
|
|
# ditro's colors to color the ascii.
|
2016-02-03 18:50:50 -07:00
|
|
|
# NOTE: You can also set this to a range of colors
|
|
|
|
# which will allow you to custom color distro logos
|
|
|
|
# --ascii_colors distro
|
|
|
|
# --ascii_colors 2 4 5 6
|
|
|
|
ascii_colors=(distro)
|
2016-01-29 08:14:29 -07:00
|
|
|
|
2016-02-27 19:07:10 -07:00
|
|
|
# Logo size
|
|
|
|
# Arch, Crux and Gentoo have a smaller logo
|
|
|
|
# variant. Changing the value below to small
|
|
|
|
# will make neofetch use the small logo.
|
|
|
|
# --ascii_logo_size small, normal
|
|
|
|
ascii_logo_size="normal"
|
2016-01-29 08:14:29 -07:00
|
|
|
|
2016-05-14 09:13:33 -06:00
|
|
|
# Bold ascii logo
|
|
|
|
# Whether or not to bold the ascii logo.
|
2016-10-22 16:54:47 -06:00
|
|
|
# --ascii_bold on, off
|
2016-10-14 21:18:04 -06:00
|
|
|
ascii_bold="on"
|
2016-05-14 09:13:33 -06:00
|
|
|
|
|
|
|
|
2016-11-10 17:49:01 -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"
|
|
|
|
scrot="off"
|
|
|
|
|
|
|
|
# Screenshot program to launch
|
|
|
|
# --scrot_cmd
|
|
|
|
scrot_cmd="scrot -c -d 3"
|
|
|
|
|
|
|
|
# Scrot dir
|
|
|
|
# Where to save the screenshots
|
|
|
|
# --scrot_dir /path/to/screenshot/folder
|
2016-03-18 16:37:29 -06:00
|
|
|
scrot_dir="$HOME/Pictures/"
|
2016-01-29 08:14:29 -07:00
|
|
|
|
|
|
|
# Scrot filename
|
|
|
|
# What to name the screenshots
|
|
|
|
# --scrot_name str
|
2016-10-02 03:31:25 -06:00
|
|
|
scrot_name="neofetch-$(date +%F-%I-%M-%S-${RANDOM}).png"
|
2016-10-02 03:23:02 -06:00
|
|
|
|
|
|
|
# Image upload host
|
|
|
|
# Where to upload the image.
|
2016-10-02 05:49:30 -06:00
|
|
|
# Possible values: imgur, teknik
|
2016-10-02 05:46:51 -06:00
|
|
|
image_host="imgur"
|
2016-01-29 08:14:29 -07:00
|
|
|
|
2016-10-02 04:57:52 -06:00
|
|
|
# Imgur api key
|
|
|
|
# This is an api key for neofetch, you can sign up for your own
|
|
|
|
# here: http://api.imgur.com/oauth2/addclient
|
|
|
|
imgur_client_id="0e8b44d15e9fc95"
|
|
|
|
|
2016-01-29 08:14:29 -07:00
|
|
|
|
2016-11-10 17:49:01 -07:00
|
|
|
# Config Options
|
2016-01-29 08:14:29 -07:00
|
|
|
|
|
|
|
|
2016-01-29 17:30:21 -07:00
|
|
|
# Enable/Disable config file
|
2016-01-31 14:00:20 -07:00
|
|
|
# --config off, none
|
2016-01-29 17:30:21 -07:00
|
|
|
config="on"
|
|
|
|
|
2016-01-29 17:09:36 -07:00
|
|
|
# Path to custom config file location
|
2016-01-29 08:14:29 -07:00
|
|
|
# --config path/to/config
|
2016-03-31 16:47:48 -06:00
|
|
|
config_file="${XDG_CONFIG_HOME:-${HOME}/.config}/neofetch/config"
|