neofetch/neofetch

8393 lines
262 KiB
Plaintext
Raw Normal View History

2016-01-04 02:09:23 +00:00
#!/usr/bin/env bash
2016-11-11 00:15:05 +00:00
# vim: noai:ts=4:sw=4:expandtab
2018-06-02 03:40:09 +01:00
# shellcheck source=/dev/null
2018-06-02 23:15:12 +01:00
# shellcheck disable=2009
2016-01-29 15:14:29 +00:00
#
2018-05-03 07:22:56 +01:00
# Neofetch: A command-line system information tool written in bash 3.2+.
2016-02-28 00:44:45 +00:00
# https://github.com/dylanaraps/neofetch
2015-12-30 10:18:17 +00:00
#
2018-05-03 07:22:56 +01:00
# The MIT License (MIT)
#
2018-05-13 10:06:22 +01:00
# Copyright (c) 2016-2018 Dylan Araps
2018-05-03 07:22:56 +01:00
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in all
# copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
2015-12-30 10:18:17 +00:00
2018-05-19 23:03:12 +01:00
version="4.0.3"
2017-01-30 08:44:12 +00:00
bash_version="${BASH_VERSION/.*}"
sys_locale="${LANG:-C}"
XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-${HOME}/.config}"
PATH="/usr/xpg4/bin:/usr/sbin:/sbin:/usr/etc:/usr/libexec:${PATH}"
2018-06-01 04:03:53 +01:00
reset='\e[0m'
2018-05-25 07:08:41 +01:00
shopt -s nocasematch
2016-02-23 22:30:11 +00:00
2016-12-20 10:17:40 +00:00
# Speed up script by not using unicode.
LC_ALL=C
LANG=C
2016-12-17 09:20:38 +00:00
# Fix issues with gsettings.
2018-06-02 03:40:09 +01:00
export GIO_EXTRA_MODULES="/usr/lib/x86_64-linux-gnu/gio/modules/"
2018-05-03 05:05:49 +01:00
# Neofetch default config.
2018-05-03 06:12:42 +01:00
read -rd '' config <<'EOF'
2018-05-03 05:05:49 +01:00
# See this wiki page for more info:
# https://github.com/dylanaraps/neofetch/wiki/Customizing-Info
print_info() {
info title
info underline
info "OS" distro
info "Host" model
info "Kernel" kernel
info "Uptime" uptime
info "Packages" packages
info "Shell" shell
info "Resolution" resolution
info "DE" de
info "WM" wm
info "WM Theme" wm_theme
info "Theme" theme
info "Icons" icons
info "Terminal" term
info "Terminal Font" term_font
info "CPU" cpu
info "GPU" gpu
info "Memory" memory
# info "GPU Driver" gpu_driver # Linux/macOS only
# info "CPU Usage" cpu_usage
# 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 "Locale" locale # This only works on glibc systems.
info line_break
info cols
info line_break
}
# Kernel
# Shorten the output of the kernel function.
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --kernel_shorthand
# Supports: Everything except *BSDs (except PacBSD and PC-BSD)
#
# Example:
# on: '4.8.9-1-ARCH'
# off: 'Linux 4.8.9-1-ARCH'
kernel_shorthand="on"
# Distro
# Shorten the output of the distro function
#
# Default: 'off'
# Values: 'on', 'off', 'tiny'
# Flag: --distro_shorthand
# Supports: Everything except Windows and Haiku
distro_shorthand="off"
# Show/Hide OS Architecture.
# Show 'x86_64', 'x86' and etc in 'Distro:' output.
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --os_arch
#
# Example:
# on: 'Arch Linux x86_64'
# off: 'Arch Linux'
os_arch="on"
# Uptime
# Shorten the output of the uptime function
#
# Default: 'on'
# Values: 'on', 'off', 'tiny'
# Flag: --uptime_shorthand
#
# Example:
# on: '2 days, 10 hours, 3 mins'
# off: '2 days, 10 hours, 3 minutes'
# tiny: '2d 10h 3m'
uptime_shorthand="on"
2018-06-02 05:44:52 +01:00
# Packages
# Show/Hide Package Manager names.
#
# Default: 'on'
# Values: 'on', 'off'
2018-06-03 01:26:20 +01:00
# Flag: --package_managers
2018-06-02 05:44:52 +01:00
#
# Example:
# on: '900 (pacman, apt)'
# off: '900'
2018-06-03 01:26:20 +01:00
package_managers="on"
2018-06-02 05:44:52 +01:00
2018-05-03 05:05:49 +01:00
# Shell
# Show the path to $SHELL
#
# Default: 'off'
# Values: 'on', 'off'
# Flag: --shell_path
#
# Example:
# on: '/bin/bash'
# off: 'bash'
shell_path="off"
# Show $SHELL version
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --shell_version
#
# Example:
# on: 'bash 4.4.5'
# off: 'bash'
shell_version="on"
# CPU
# CPU speed type
#
# Default: 'bios_limit'
# Values: 'scaling_cur_freq', 'scaling_min_freq', 'scaling_max_freq', 'bios_limit'.
# 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"
# CPU speed shorthand
#
# Default: 'off'
# Values: 'on', 'off'.
# Flag: --speed_shorthand.
# 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.
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --cpu_brand
#
# Example:
# on: 'Intel i7-6500U'
# off: 'i7-6500U (4)'
cpu_brand="on"
# CPU Speed
# Hide/Show CPU speed.
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --cpu_speed
#
# Example:
# on: 'Intel i7-6500U (4) @ 3.1GHz'
# off: 'Intel i7-6500U (4)'
cpu_speed="on"
# CPU Cores
# Display CPU cores in output
#
# Default: 'logical'
# Values: 'logical', 'physical', 'off'
# Flag: --cpu_cores
# Support: 'physical' doesn't work on BSD.
#
# Example:
# 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'
cpu_cores="logical"
# CPU Temperature
# Hide/Show CPU temperature.
# Note the temperature is added to the regular CPU function.
#
# Default: 'off'
# Values: 'C', 'F', 'off'
# Flag: --cpu_temp
# 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]'
# F: 'Intel i7-6500U (4) @ 3.1GHz [82.0°F]'
# off: 'Intel i7-6500U (4) @ 3.1GHz'
cpu_temp="off"
# GPU
# Enable/Disable GPU Brand
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --gpu_brand
#
# Example:
# on: 'AMD HD 7950'
# off: 'HD 7950'
gpu_brand="on"
# Which GPU to display
#
# Default: 'all'
# Values: 'all', 'dedicated', 'integrated'
# Flag: --gpu_type
# Supports: Linux
#
# Example:
# all:
# GPU1: AMD HD 7950
# GPU2: Intel Integrated Graphics
#
# dedicated:
# GPU1: AMD HD 7950
#
# integrated:
# GPU1: Intel Integrated Graphics
gpu_type="all"
# Resolution
# Display refresh rate next to each monitor
# Default: 'off'
# Values: 'on', 'off'
# Flag: --refresh_rate
# Supports: Doesn't work on Windows.
#
# Example:
# on: '1920x1080 @ 60Hz'
# off: '1920x1080'
refresh_rate="off"
# Gtk Theme / Icons / Font
# Shorten output of GTK Theme / Icons / Font
#
# Default: 'off'
# Values: 'on', 'off'
# Flag: --gtk_shorthand
#
# Example:
# on: 'Numix, Adwaita'
# off: 'Numix [GTK2], Adwaita [GTK3]'
gtk_shorthand="off"
# Enable/Disable gtk2 Theme / Icons / Font
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --gtk2
#
# Example:
# on: 'Numix [GTK2], Adwaita [GTK3]'
# off: 'Adwaita [GTK3]'
gtk2="on"
# Enable/Disable gtk3 Theme / Icons / Font
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --gtk3
#
# Example:
# on: 'Numix [GTK2], Adwaita [GTK3]'
# off: 'Numix [GTK2]'
gtk3="on"
# IP Address
# Website to ping for the public IP
#
# Default: 'http://ident.me'
# Values: 'url'
# Flag: --ip_host
public_ip_host="http://ident.me"
# Disk
# Which disks to display.
# The values can be any /dev/sdXX, mount point or directory.
# NOTE: By default we only show the disk info for '/'.
#
# Default: '/'
# Values: '/', '/dev/sdXX', '/path/to/drive'.
# 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=('/')
# Disk subtitle.
# What to append to the Disk subtitle.
#
# Default: 'mount'
# Values: 'mount', 'name', 'dir'
# 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%)'
disk_subtitle="mount"
# Song
# Manually specify a music player.
#
# Default: 'auto'
# Values: 'auto', 'player-name'
# Flag: --music_player
#
# Available values for 'player-name':
#
# amarok
# audacious
# banshee
# bluemindo
# clementine
# cmus
# deadbeef
# deepin-music
# elisa
# exaile
# gnome-music
2018-06-01 13:02:12 +01:00
# gmusicbrowser
2018-05-26 09:21:08 +01:00
# Google Play
2018-05-03 05:05:49 +01:00
# guayadeque
2018-05-26 09:21:08 +01:00
# iTunes
2018-05-03 05:05:49 +01:00
# juk
# lollypop
# mocp
# mopidy
# mpd
# pogo
# pragha
# qmmp
# quodlibet
# rhythmbox
2018-05-26 09:21:08 +01:00
# sayonara
2018-05-03 05:05:49 +01:00
# spotify
2018-05-26 09:21:08 +01:00
# Spotify
2018-05-03 05:05:49 +01:00
# tomahawk
2018-05-26 09:21:08 +01:00
# vlc
2018-05-03 05:05:49 +01:00
# xmms2d
# yarock
music_player="auto"
2018-05-09 23:49:05 +01:00
# Format to display song information.
#
# Default: '%artist% - %album% - %title%'
# Values: '%artist%', '%album%', '%title%'
# Flag: --song_format
#
# Example:
2018-05-09 23:52:06 +01:00
# default: 'Song: Jet - Get Born - Sgt Major'
2018-05-09 23:49:05 +01:00
song_format="%artist% - %album% - %title%"
2018-05-12 09:54:56 +01:00
# Print the Artist, Album and Title on separate lines
2018-05-03 05:05:49 +01:00
#
# Default: 'off'
# Values: 'on', 'off'
# Flag: --song_shorthand
#
# Example:
# on: 'Artist: The Fratellis'
2018-05-12 09:54:56 +01:00
# 'Album: Costello Music'
2018-05-03 05:05:49 +01:00
# 'Song: Chelsea Dagger'
#
2018-05-12 09:54:56 +01:00
# off: 'Song: The Fratellis - Costello Music - Chelsea Dagger'
2018-05-03 05:05:49 +01:00
song_shorthand="off"
# Text Colors
# Text Colors
#
# 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.
colors=(distro)
# Text Options
# Toggle bold text
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --bold
bold="on"
# Enable/Disable Underline
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --underline
underline_enabled="on"
# Underline character
#
# Default: '-'
# Values: 'string'
# Flag: --underline_char
underline_char="-"
# Color Blocks
# Color block range
# The range of colors to print.
#
# Default: '0', '7'
# Values: 'num'
# Flag: --block_range
#
# Example:
#
# Display colors 0-7 in the blocks. (8 colors)
# neofetch --block_range 0 7
#
# Display colors 0-15 in the blocks. (16 colors)
# neofetch --block_range 0 15
block_range=(0 7)
# Toggle color blocks
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --color_blocks
color_blocks="on"
# Color block width in spaces
#
# Default: '3'
# Values: 'num'
# Flag: --block_width
block_width=3
# Color block height in lines
#
# Default: '1'
# Values: 'num'
# Flag: --block_height
block_height=1
# Progress Bars
# Bar characters
#
# Default: '-', '='
# Values: 'string', 'string'
# Flag: --bar_char
#
# Example:
# neofetch --bar_char 'elapsed' 'total'
# neofetch --bar_char '-' '='
bar_char_elapsed="-"
bar_char_total="="
# Toggle Bar border
#
# Default: 'on'
# Values: 'on', 'off'
# Flag: --bar_border
bar_border="on"
# Progress bar length in spaces
# Number of chars long to make the progress bars.
#
# Default: '15'
# Values: 'num'
# Flag: --bar_length
bar_length=15
# Progress bar colors
# 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"
# Info display
# Display a bar with the info.
#
# 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"
memory_display="off"
battery_display="off"
disk_display="off"
# Backend Settings
# Image backend.
#
# Default: 'ascii'
# Values: 'ascii', 'caca', 'jp2a', 'iterm2', 'off', 'termpix', 'pixterm', 'tycat', 'w3m'
2018-05-03 05:05:49 +01:00
# Flag: --backend
image_backend="ascii"
# Image Source
#
# Which image or ascii file to display.
#
# Default: 'auto'
# Values: 'auto', 'ascii', 'wallpaper', '/path/to/img', '/path/to/ascii', '/path/to/dir/'
# Flag: --source
#
# 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"
# 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
# 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"
# Thumbnail directory
#
# Default: '~/.cache/thumbnails/neofetch'
# Values: 'dir'
thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch"
# Crop mode
#
# 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
crop_mode="normal"
# Crop offset
# Note: Only affects 'normal' crop mode.
#
# Default: 'center'
# Values: 'northwest', 'north', 'northeast', 'west', 'center'
# 'east', 'southwest', 'south', 'southeast'
# Flag: --crop_offset
crop_offset="center"
# Image size
# The image is half the terminal width by default.
#
# Default: 'auto'
# Values: 'auto', '00px', '00%', 'none'
# Flags: --image_size
# --size
image_size="auto"
# Gap between image and text
#
# Default: '3'
# Values: 'num', '-num'
# Flag: --gap
gap=3
# Image offsets
# Only works with the w3m backend.
#
# Default: '0'
# Values: 'px'
# Flags: --xoffset
# --yoffset
yoffset=0
xoffset=0
# Image background color
# Only works with the w3m backend.
#
# Default: ''
# Values: 'color', 'blue'
# Flag: --bg_color
background_color=
# Misc Options
# 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"
2018-05-03 06:12:42 +01:00
EOF
2016-11-13 09:21:32 +00:00
2016-11-11 00:15:05 +00:00
# DETECT INFORMATION
get_os() {
2016-11-12 08:36:01 +00:00
# $kernel_name is set in a function called cache_uname and is
2016-12-20 10:17:40 +00:00
# just the output of "uname -s".
case "$kernel_name" in
2018-05-31 06:05:22 +01:00
"Darwin") os="$(sw_vers -productName)" ;;
"SunOS") os="Solaris" ;;
"Haiku") os="Haiku" ;;
"MINIX") os="MINIX" ;;
"AIX") os="AIX" ;;
"IRIX"*) os="IRIX" ;;
2018-01-09 00:25:24 +00:00
"FreeMiNT") os="FreeMiNT" ;;
2018-05-31 06:05:22 +01:00
"Linux" | "GNU"*)
os="Linux"
;;
*"BSD" | "DragonFly" | "Bitrig")
os="BSD"
;;
"CYGWIN"* | "MSYS"* | "MINGW"*)
os="Windows"
;;
2016-12-23 12:28:59 +00:00
*)
2018-06-01 03:58:23 +01:00
printf '%s\n' "Unknown OS detected: '$kernel_name', aborting..." >&2
printf '%s\n' "Open an issue on GitHub to add support for your OS." >&2
2016-12-23 12:28:59 +00:00
exit 1
;;
esac
}
2015-12-30 10:18:17 +00:00
get_distro() {
[[ "$distro" ]] && return
2016-02-15 01:39:02 +00:00
case "$os" in
"Linux" | "BSD" | "MINIX")
2018-03-24 08:30:00 +00:00
if [[ -f "/etc/redstar-release" ]]; then
case "$distro_shorthand" in
"on" | "tiny") distro="Red Star OS" ;;
*) distro="Red Star OS $(awk -F'[^0-9*]' '$0=$2' /etc/redstar-release)"
esac
elif [[ -f "/etc/siduction-version" ]]; then
case "$distro_shorthand" in
"on" | "tiny") distro="Siduction" ;;
*) distro="Siduction ($(lsb_release -sic))"
esac
elif type -p lsb_release >/dev/null; then
case "$distro_shorthand" in
"on") lsb_flags="-sir" ;;
"tiny") lsb_flags="-si" ;;
*) lsb_flags="-sd" ;;
esac
2018-04-22 02:09:05 +01:00
distro="$(lsb_release "$lsb_flags")"
elif [[ -f "/etc/GoboLinuxVersion" ]]; then
case "$distro_shorthand" in
"on" | "tiny") distro="GoboLinux" ;;
*) distro="GoboLinux $(< /etc/GoboLinuxVersion)"
esac
2016-11-05 04:06:45 +00:00
elif type -p guix >/dev/null; then
case "$distro_shorthand" in
"on" | "tiny") distro="GuixSD" ;;
*) distro="GuixSD $(guix system -V | awk 'NR==1{printf $5}')"
esac
2016-08-29 15:36:57 +01:00
2016-11-05 04:06:45 +00:00
elif type -p crux >/dev/null; then
distro="$(crux)"
case "$distro_shorthand" in
"on") distro="${distro//version}" ;;
"tiny") distro="${distro//version*}" ;;
esac
2016-02-13 10:14:50 +00:00
2017-03-09 18:55:06 +00:00
elif type -p tazpkg >/dev/null; then
2017-03-09 21:27:16 +00:00
distro="SliTaz $(< /etc/slitaz-release)"
2017-05-18 07:47:02 +01:00
2017-12-21 23:26:48 +00:00
elif type -p kpt >/dev/null && \
type -p kpm >/dev/null; then
2017-05-18 01:47:46 +01:00
distro="KSLinux"
2017-05-18 07:47:02 +01:00
2016-11-06 11:12:35 +00:00
elif [[ -d "/system/app/" && -d "/system/priv-app" ]]; then
2016-08-27 23:59:11 +01:00
distro="Android $(getprop ro.build.version.release)"
2018-04-02 01:05:12 +01:00
# Chrome OS doesn't conform to the /etc/*-release standard.
# While the file is a series of variables they can't be sourced
# by the shell since the values aren't quoted.
2018-05-31 06:09:48 +01:00
elif [[ "$(< /etc/lsb-release)" == *CHROMEOS* ]]; then
2018-04-02 01:05:12 +01:00
distro="$(awk -F '=' '/NAME|VERSION/ {printf $2 " "}' /etc/lsb-release)"
elif [[ -f "/etc/os-release" || \
-f "/usr/lib/os-release" || \
-f "/etc/openwrt_release" ]]; then
2018-01-12 20:18:13 +00:00
files=("/etc/os-release" "/usr/lib/os-release" "/etc/openwrt_release")
2017-08-02 02:12:34 +01:00
# Source the os-release file
2017-08-02 02:12:34 +01:00
for file in "${files[@]}"; do
source "$file" && break
done
# Format the distro name.
case "$distro_shorthand" in
2018-05-31 06:09:48 +01:00
"on") distro="${NAME:-${DISTRIB_ID}} ${VERSION_ID:-${DISTRIB_RELEASE}}" ;;
2016-11-06 10:32:29 +00:00
"tiny") distro="${NAME:-${DISTRIB_ID:-${TAILS_PRODUCT_NAME}}}" ;;
2018-05-31 06:09:48 +01:00
"off") distro="${PRETTY_NAME:-${DISTRIB_DESCRIPTION}} ${UBUNTU_CODENAME}" ;;
esac
# Workarounds for distros that go against the os-release standard.
2017-08-02 02:12:34 +01:00
[[ -z "${distro// }" ]] && distro="$(awk '/BLAG/ {print $1; exit}')" "${files[@]}"
[[ -z "${distro// }" ]] && distro="$(awk -F'=' '{print $2; exit}')" "${files[@]}"
else
2016-12-28 02:03:58 +00:00
for release_file in /etc/*-release; do
distro+="$(< "$release_file")"
done
2017-01-04 23:11:17 +00:00
if [[ -z "$distro" ]]; then
case "$distro_shorthand" in
"on" | "tiny") distro="$kernel_name" ;;
*) distro="$kernel_name $kernel_version" ;;
esac
distro="${distro/DragonFly/DragonFlyBSD}"
# Workarounds for FreeBSD based distros.
[[ -f "/etc/pcbsd-lang" ]] && distro="PCBSD"
2017-11-19 15:49:49 +00:00
[[ -f "/etc/trueos-lang" ]] && distro="TrueOS"
2017-08-02 02:12:34 +01:00
# /etc/pacbsd-release is an empty file
[[ -f "/etc/pacbsd-release" ]] && distro="PacBSD"
fi
fi
if [[ "$(< /proc/version)" == *"Microsoft"* ||
"$kernel_version" == *"Microsoft"* ]]; then
case "$distro_shorthand" in
"on") distro+=" [Windows 10]" ;;
"tiny") distro="Windows 10" ;;
*) distro+=" on Windows 10" ;;
esac
2018-03-24 08:30:00 +00:00
elif [[ "$(< /proc/version)" == *"chrome-bot"* || -f "/dev/cros_ec" ]]; then
case "$distro_shorthand" in
"on") distro+=" [Chrome OS]" ;;
"tiny") distro="Chrome OS" ;;
*) distro+=" on Chrome OS" ;;
esac
fi
2018-03-24 08:30:00 +00:00
distro="$(trim_quotes "$distro")"
2017-09-14 23:16:51 +01:00
distro="${distro/'NAME='}"
;;
"Mac OS X")
2016-06-12 06:51:48 +01:00
osx_version="$(sw_vers -productVersion)"
osx_build="$(sw_vers -buildVersion)"
2016-08-14 05:33:36 +01:00
case "$osx_version" in
2017-01-04 23:11:17 +00:00
"10.4"*) codename="Mac OS X Tiger" ;;
"10.5"*) codename="Mac OS X Leopard" ;;
"10.6"*) codename="Mac OS X Snow Leopard" ;;
"10.7"*) codename="Mac OS X Lion" ;;
"10.8"*) codename="OS X Mountain Lion" ;;
"10.9"*) codename="OS X Mavericks" ;;
2016-08-14 05:33:36 +01:00
"10.10"*) codename="OS X Yosemite" ;;
"10.11"*) codename="OS X El Capitan" ;;
"10.12"*) codename="macOS Sierra" ;;
2017-10-18 04:37:00 +01:00
"10.13"*) codename="macOS High Sierra" ;;
2017-01-04 23:11:17 +00:00
*) codename="macOS" ;;
esac
distro="$codename $osx_version $osx_build"
2016-10-08 06:40:59 +01:00
case "$distro_shorthand" in
2016-11-06 10:37:13 +00:00
"on") distro="${distro/ ${osx_build}}" ;;
2016-10-08 06:40:59 +01:00
"tiny")
case "$osx_version" in
2016-10-17 13:48:30 +01:00
"10."[4-7]*) distro="${distro/${codename}/Mac OS X}" ;;
2016-10-17 13:59:54 +01:00
"10."[8-9]* | "10.1"[0-1]*) distro="${distro/${codename}/OS X}" ;;
2017-09-11 06:46:08 +01:00
"10.1"[2-3]*) distro="${distro/${codename}/macOS}" ;;
2016-10-08 06:40:59 +01:00
esac
2016-11-06 10:37:13 +00:00
distro="${distro/ ${osx_build}}"
2016-10-17 13:48:30 +01:00
;;
2016-10-08 06:40:59 +01:00
esac
;;
"iPhone OS")
2016-05-08 02:41:45 +01:00
distro="iOS $(sw_vers -productVersion)"
# "uname -m" doesn't print architecture on iOS so we force it off.
os_arch="off"
;;
"Windows")
2017-01-07 06:02:14 +00:00
distro="$(wmic os get Caption)"
distro="${distro/Caption}"
2016-06-12 06:51:48 +01:00
distro="${distro/Microsoft }"
;;
2016-08-02 11:52:01 +01:00
"Solaris")
2016-10-14 13:09:57 +01:00
case "$distro_shorthand" in
2016-11-11 08:14:36 +00:00
"on" | "tiny") distro="$(awk 'NR==1{print $1 " " $3;}' /etc/release)" ;;
2016-10-14 13:09:57 +01:00
*) distro="$(awk 'NR==1{print $1 " " $2 " " $3;}' /etc/release)" ;;
esac
distro="${distro/\(*}"
2016-08-02 11:52:01 +01:00
;;
2016-11-05 00:46:08 +00:00
"Haiku")
read -r name version _ < <(uname -sv)
distro="$name $version"
2016-11-05 00:46:08 +00:00
;;
2017-01-03 16:12:55 +00:00
"AIX")
distro="AIX $(oslevel)"
;;
2017-04-27 04:51:57 +01:00
"IRIX")
distro="IRIX ${kernel_version}"
;;
2018-01-09 00:25:24 +00:00
"FreeMiNT")
distro="FreeMiNT"
;;
esac
distro="${distro//Enterprise Server}"
[[ -z "$distro" ]] && distro="$os (Unknown)"
2018-05-31 06:01:20 +01:00
# Get OS architecture.
case "$os" in
"Solaris" | "AIX" | "Haiku" | "IRIX" | "FreeMiNT") machine_arch="$(uname -p)" ;;
*) machine_arch="$kernel_machine" ;;
esac
2018-05-28 23:48:03 +01:00
[[ "$os_arch" == "on" ]] && \
2018-05-31 06:01:20 +01:00
distro+=" $machine_arch"
[[ "${ascii_distro:-auto}" == "auto" ]] && \
2016-08-19 01:03:33 +01:00
ascii_distro="$(trim "$distro")"
}
2016-11-26 06:09:14 +00:00
get_model() {
case "$os" in
"Linux")
if [[ -d "/system/app/" && -d "/system/priv-app" ]]; then
model="$(getprop ro.product.brand) $(getprop ro.product.model)"
elif [[ -f /sys/devices/virtual/dmi/id/product_name ||
-f /sys/devices/virtual/dmi/id/product_version ]]; then
model="$(< /sys/devices/virtual/dmi/id/product_name)"
model+=" $(< /sys/devices/virtual/dmi/id/product_version)"
elif [[ -f /sys/firmware/devicetree/base/model ]]; then
model="$(< /sys/firmware/devicetree/base/model)"
elif [[ -f /tmp/sysinfo/model ]]; then
model="$(< /tmp/sysinfo/model)"
fi
;;
2017-06-14 04:23:44 +01:00
"Mac OS X")
2018-05-31 06:09:48 +01:00
if [[ "$(kextstat | grep -F "FakeSMC")" != "" ]]; then
2017-05-30 10:05:33 +01:00
model="Hackintosh (SMBIOS: $(sysctl -n hw.model))"
else
model="$(sysctl -n hw.model)"
fi
;;
2016-11-26 06:09:14 +00:00
"iPhone OS")
2018-05-31 05:30:48 +01:00
case "$kernel_machine" in
2016-11-26 06:09:14 +00:00
"iPad1,1") model="iPad" ;;
2017-10-18 04:57:05 +01:00
"iPad2,"[1-4]) model="iPad 2" ;;
"iPad3,"[1-3]) model="iPad 3" ;;
"iPad3,"[4-6]) model="iPad 4" ;;
2017-10-18 06:17:52 +01:00
"iPad6,11" | "iPad 6,12") model="iPad 5" ;;
2016-11-26 06:09:14 +00:00
"iPad4,"[1-3]) model="iPad Air" ;;
"iPad5,"[3-4]) model="iPad Air 2" ;;
"iPad6,"[7-8]) model="iPad Pro (12.9 Inch)" ;;
"iPad6,"[3-4]) model="iPad Pro (9.7 Inch)" ;;
2017-10-18 04:57:05 +01:00
"iPad7,"[1-2]) model="iPad Pro 2 (12.9 Inch)" ;;
"iPad7,"[3-4]) model="iPad Pro (10.5 Inch)" ;;
2016-11-26 06:09:14 +00:00
"iPad2,"[5-7]) model="iPad mini" ;;
"iPad4,"[4-6]) model="iPad mini 2" ;;
"iPad4,"[7-9]) model="iPad mini 3" ;;
"iPad5,"[1-2]) model="iPad mini 4" ;;
"iPhone1,1") model="iPhone" ;;
"iPhone1,2") model="iPhone 3G" ;;
"iPhone2,1") model="iPhone 3GS" ;;
"iPhone3,"[1-3]) model="iPhone 4" ;;
"iPhone4,1") model="iPhone 4S" ;;
2017-05-26 00:21:22 +01:00
"iPhone5,"[1-2]) model="iPhone 5" ;;
2016-11-26 06:09:14 +00:00
"iPhone5,"[3-4]) model="iPhone 5c" ;;
"iPhone6,"[1-2]) model="iPhone 5s" ;;
"iPhone7,2") model="iPhone 6" ;;
"iPhone7,1") model="iPhone 6 Plus" ;;
"iPhone8,1") model="iPhone 6s" ;;
"iPhone8,2") model="iPhone 6s Plus" ;;
"iPhone8,4") model="iPhone SE" ;;
"iPhone9,1" | "iPhone9,3") model="iPhone 7" ;;
"iPhone9,2" | "iPhone9,4") model="iPhone 7 Plus" ;;
2017-10-18 04:57:05 +01:00
"iPhone10,1" | "iPhone10,4") model="iPhone 8" ;;
"iPhone10,2" | "iPhone10,5") model="iPhone 8 Plus" ;;
"iPhone10,3" | "iPhone10,6") model="iPhone X" ;;
2016-11-26 06:09:14 +00:00
"iPod1,1") model="iPod touch" ;;
"ipod2,1") model="iPod touch 2G" ;;
"ipod3,1") model="iPod touch 3G" ;;
"ipod4,1") model="iPod touch 4G" ;;
"ipod5,1") model="iPod touch 5G" ;;
"ipod7,1") model="iPod touch 6G" ;;
esac
;;
2016-12-18 14:34:29 +00:00
"BSD" | "MINIX")
2016-11-26 06:09:14 +00:00
model="$(sysctl -n hw.vendor hw.product)"
;;
"Windows")
2017-01-07 06:02:14 +00:00
model="$(wmic computersystem get manufacturer,model)"
model="${model/Manufacturer}"
model="${model/Model}"
2016-11-26 06:09:14 +00:00
;;
"Solaris")
model="$(prtconf -b | awk -F':' '/banner-name/ {printf $2}')"
;;
2017-01-04 02:31:55 +00:00
"AIX")
model="$(/usr/bin/uname -M)"
2017-01-04 02:31:55 +00:00
;;
2018-01-09 00:25:24 +00:00
"FreeMiNT")
model="$(sysctl -n hw.model)"
;;
2016-11-26 06:09:14 +00:00
esac
2016-12-03 06:35:11 +00:00
2016-12-20 10:17:40 +00:00
# Remove dummy OEM info.
2016-12-17 00:37:00 +00:00
model="${model//To be filled by O.E.M.}"
2016-12-03 06:35:11 +00:00
model="${model//To Be Filled*}"
model="${model//OEM*}"
model="${model//Not Applicable}"
model="${model//System Product Name}"
model="${model//System Version}"
model="${model//Undefined}"
model="${model//Default string}"
model="${model//Not Specified}"
model="${model//Type1ProductConfigId}"
2017-09-18 08:29:35 +01:00
model="${model//INVALID}"
2017-11-07 20:20:25 +00:00
model="${model//<2F>}"
2017-08-16 01:46:19 +01:00
case "$model" in
2017-08-16 01:49:37 +01:00
"Standard PC"*) model="KVM/QEMU (${model})" ;;
2017-08-16 01:46:19 +01:00
esac
2016-11-26 06:09:14 +00:00
}
get_title() {
user="${USER:-$(whoami || printf "%s" "${HOME/*\/}")}"
hostname="${HOSTNAME:-$(hostname)}"
title="${title_color}${bold}${user}${at_color}@${title_color}${bold}${hostname}"
length="$((${#user} + ${#hostname} + 1))"
}
2015-12-30 10:18:17 +00:00
get_kernel() {
2017-05-24 06:00:44 +01:00
# Since these OS are integrated systems, it's better to skip this function altogether
2017-05-08 11:49:47 +01:00
[[ "$os" =~ (AIX|IRIX) ]] && return
2017-01-09 11:48:21 +00:00
case "$kernel_shorthand" in
"on") kernel="$kernel_version" ;;
"off") kernel="$kernel_name $kernel_version" ;;
esac
2016-10-30 07:18:15 +00:00
2016-12-20 10:17:40 +00:00
# Hide kernel info if it's identical to the distro info.
if [[ "$os" =~ (BSD|MINIX) && "$distro" == *"$kernel_name"* ]]; then
2016-11-06 06:08:09 +00:00
case "$distro_shorthand" in
"on" | "tiny") kernel="$kernel_version" ;;
2016-11-06 06:08:09 +00:00
*) unset kernel ;;
esac
fi
}
2015-12-30 10:18:17 +00:00
get_uptime() {
2016-11-05 00:46:08 +00:00
# Since Haiku's uptime cannot be fetched in seconds, a case outside
2016-12-20 10:17:40 +00:00
# the usual case is needed.
case "$os" in
2016-11-05 00:46:08 +00:00
"Haiku")
uptime="$(uptime -u)"
uptime="${uptime/up }"
;;
2016-11-04 21:46:29 +00:00
*)
2016-12-20 10:17:40 +00:00
# Get uptime in seconds.
2016-11-04 21:46:29 +00:00
case "$os" in
2016-12-18 14:34:29 +00:00
"Linux" | "Windows" | "MINIX")
2016-11-04 21:46:29 +00:00
seconds="$(< /proc/uptime)"
seconds="${seconds/.*}"
;;
2016-01-04 04:30:14 +00:00
2018-01-09 00:25:24 +00:00
"Mac OS X" | "iPhone OS" | "BSD" | "FreeMiNT")
2016-11-04 21:46:29 +00:00
boot="$(sysctl -n kern.boottime)"
boot="${boot/'{ sec = '}"
boot="${boot/,*}"
2016-04-29 01:05:35 +01:00
2016-12-20 10:17:40 +00:00
# Get current date in seconds.
2016-11-04 21:46:29 +00:00
now="$(date +%s)"
seconds="$((now - boot))"
;;
"Solaris")
seconds="$(kstat -p unix:0:system_misc:snaptime | awk '{print $2}')"
seconds="${seconds/.*}"
;;
2017-01-04 05:52:05 +00:00
2017-05-08 11:59:48 +01:00
"AIX" | "IRIX")
2017-01-04 05:52:05 +00:00
t="$(LC_ALL=POSIX ps -o etime= -p 1)"
d="0" h="0"
case "$t" in *"-"*) d="${t%%-*}"; t="${t#*-}";; esac
case "$t" in *":"*":"*) h="${t%%:*}"; t="${t#*:}";; esac
h="${h#0}" t="${t#0}"
2017-01-04 05:52:05 +00:00
seconds="$((d*86400 + h*3600 + ${t%%:*}*60 + ${t#*:}))"
;;
2016-11-04 21:46:29 +00:00
esac
2016-04-29 01:05:35 +01:00
2016-11-04 21:46:29 +00:00
days="$((seconds / 60 / 60 / 24)) days"
hours="$((seconds / 60 / 60 % 24)) hours"
2016-12-15 11:55:15 +00:00
mins="$((seconds / 60 % 60)) minutes"
2018-06-03 04:14:17 +01:00
# Remove plural if < 2.
((${days/ *} == 1)) && days="${days/s}"
((${hours/ *} == 1)) && hours="${hours/s}"
((${mins/ *} == 1)) && mins="${mins/s}"
# Hide empty fields.
((${days/ *} == 0)) && unset days
((${hours/ *} == 0)) && unset hours
((${mins/ *} == 0)) && unset mins
2016-12-15 11:55:15 +00:00
uptime="${days:+$days, }${hours:+$hours, }${mins}"
2016-11-04 21:46:29 +00:00
uptime="${uptime%', '}"
uptime="${uptime:-${seconds} seconds}"
;;
2016-11-05 00:46:08 +00:00
esac
# Make the output of uptime smaller.
case "$uptime_shorthand" in
"on")
2016-06-12 06:51:48 +01:00
uptime="${uptime/minutes/mins}"
uptime="${uptime/minute/min}"
uptime="${uptime/seconds/secs}"
;;
"tiny")
2016-06-12 06:51:48 +01:00
uptime="${uptime/ days/d}"
uptime="${uptime/ day/d}"
uptime="${uptime/ hours/h}"
uptime="${uptime/ hour/h}"
uptime="${uptime/ minutes/m}"
uptime="${uptime/ minute/m}"
uptime="${uptime/ seconds/s}"
2016-10-21 00:00:09 +01:00
uptime="${uptime//,}"
;;
esac
2015-12-30 10:18:17 +00:00
}
get_packages() {
2018-06-02 23:25:30 +01:00
# pkgs: Run package manager if it exists.
# tots: Count lines in command output.
# dirc: Count files or dirs in a glob.
pkgs() { type -p "$1" >/dev/null && { ((packages+="$2"));(("$2">0))&&managers+="$_, "; }; }
2018-06-02 07:19:29 +01:00
tots() { IFS=$'\n' read -d "" -ra files < <($1); echo "${#files[@]}"; }
dirc() { echo $#; }
2018-06-02 05:44:52 +01:00
case "$os" in
"Linux" | "BSD" | "iPhone OS" | "Solaris")
2018-06-02 07:19:29 +01:00
pkgs "pacman-key" "$(tots "pacman -Qq --color never")"
pkgs "rpm" "$(tots "rpm -qa")"
pkgs "xbps-query" "$(tots "xbps-query -l")"
pkgs "apk" "$(tots "apk info")"
pkgs "opkg" "$(tots "opkg list-installed")"
pkgs "pacman-g2" "$(tots "pacman-g2 -Q")"
pkgs "lvu" "$(tots "lvu installed")"
pkgs "tce-status" "$(tots "tce-status -i")"
pkgs "pkg_info" "$(tots "pkg_info")"
pkgs "tazpkg" "$(tots "tazpkg list") - 6"
pkgs "sorcery" "$(tots "gaze installed")"
pkgs "alps" "$(tots "alps showinstalled")"
pkgs "butch" "$(tots "butch list")"
pkgs "emerge" "$(dirc /var/db/pkg/*/*/)"
pkgs "nix-env" "$(dirc /nix/store/*/)"
pkgs "guix" "$(dirc /gnu/store/*/)"
pkgs "Compile" "$(dirc /Programs/*/)"
pkgs "eopkg" "$(dirc /var/lib/eopkg/package/*)"
pkgs "crew" "$(dirc /usr/local/etc/crew/meta/*.filelist)"
pkgs "pkgtool" "$(dirc /var/log/packages/*)"
pkgs "cave" "$(dirc /var/db/paludis/repositories/cross-installed/*/data/*/ \
/var/db/paludis/repositories/installed/data/*/)"
pkgs "kpm-pkg" "$(kpm --get-selections | grep -cv deinstall$)"
2018-06-02 05:44:52 +01:00
pkgs "dpkg" "$(dpkg --get-selections | grep -cv deinstall$)"
2016-12-02 11:18:55 +00:00
2018-06-02 05:44:52 +01:00
case "$kernel_name" in
2018-06-02 07:19:29 +01:00
"FreeBSD") pkgs "pkg" "$(tots "pkg info")" ;;
"SunOS") pkgs "pkginfo" "$(tots "pkginfo -i")" ;;
2017-08-02 02:12:34 +01:00
2018-06-02 05:44:52 +01:00
*)
2018-06-02 07:19:29 +01:00
pkgs "pkg" "$(dirc /var/db/pkg/*)"
2017-08-02 02:12:34 +01:00
2018-06-02 05:44:52 +01:00
((packages == 0)) && \
2018-06-02 07:19:29 +01:00
pkgs "pkg" "$(tots "pkg list")"
2018-06-02 05:44:52 +01:00
;;
esac
2016-02-14 08:42:27 +00:00
;;
2016-12-18 14:34:29 +00:00
"Mac OS X" | "MINIX")
2018-06-02 07:19:29 +01:00
pkgs "port" "$(tots "port installed") - 1"
pkgs "brew" "$(dirc /usr/local/Cellar/*) - 1"
pkgs "pkgin" "$(tots "pkgin list")"
2018-06-02 05:44:52 +01:00
;;
2018-06-02 05:44:52 +01:00
"AIX"| "FreeMiNT")
pkgs "lslpp" "$(lslpp -J -l -q | grep -cv '^#')"
2018-06-02 07:19:29 +01:00
pkgs "rpm" "$(tots "rpm -qa")"
;;
"Windows")
2017-01-07 06:02:14 +00:00
case "$kernel_name" in
2018-06-02 07:19:29 +01:00
"CYGWIN"*) pkgs "cygcheck" "$(tots "cygcheck -cd")" ;;
"MSYS"*) pkgs "pacman" "$(tots "pacman -Qq --color never")" ;;
2017-01-07 06:02:14 +00:00
esac
2016-12-20 10:17:40 +00:00
# Count chocolatey packages.
[[ -d "/cygdrive/c/ProgramData/chocolatey/lib" ]] && \
2018-06-02 07:19:29 +01:00
pkgs ":" "$(dirc /cygdrive/c/ProgramData/chocolatey/lib/*)"
2016-01-05 05:32:34 +00:00
;;
2016-11-05 00:46:08 +00:00
"Haiku")
2018-06-02 06:43:53 +01:00
files=(/boot/system/package-links/*)
packages="${#files[@]}"
2017-01-09 14:42:12 +00:00
;;
2017-05-16 09:08:09 +01:00
"IRIX")
2018-06-02 07:19:29 +01:00
packages="$(($(tots "versions -b")-3))"
2018-01-09 00:25:24 +00:00
;;
esac
2016-10-20 23:15:03 +01:00
2018-06-02 05:44:52 +01:00
if ((packages == 0)); then
unset packages
2018-06-03 01:26:20 +01:00
elif [[ "$package_managers" == "on" && "${managers//,}" ]]; then
2018-06-02 05:44:52 +01:00
managers="${managers/pacman-key/pacman}"
2018-06-02 05:54:11 +01:00
managers="${managers/kpt-pkg/kpt}"
2018-06-02 06:02:34 +01:00
packages+=" (${managers%,*})"
2018-06-02 05:44:52 +01:00
fi
}
get_shell() {
case "$shell_path" in
2016-12-15 10:19:29 +00:00
"on") shell="$SHELL " ;;
"off") shell="${SHELL##*/} " ;;
esac
if [[ "$shell_version" == "on" ]]; then
2017-01-24 13:49:14 +00:00
case "${shell_name:=${SHELL##*/}}" in
2016-12-15 10:19:29 +00:00
"bash") shell+="${BASH_VERSION/-*}" ;;
"sh" | "ash" | "dash") ;;
2016-12-16 01:49:59 +00:00
"mksh" | "ksh")
2018-06-02 23:15:12 +01:00
shell+="$("$SHELL" -c "printf %s \$KSH_VERSION")"
2016-06-12 06:51:48 +01:00
shell="${shell/ * KSH}"
2016-12-16 01:49:59 +00:00
shell="${shell/version}"
;;
2016-01-29 04:40:52 +00:00
2018-01-09 00:25:24 +00:00
"tcsh")
2018-06-02 23:15:12 +01:00
shell+="$("$SHELL" -c "printf %s \$tcsh")"
2018-01-09 00:25:24 +00:00
;;
*)
shell+="$("$SHELL" --version 2>&1)"
2017-01-24 13:49:14 +00:00
shell="${shell/ "${shell_name}"}"
2016-05-21 02:16:53 +01:00
;;
esac
2016-12-15 10:19:29 +00:00
2016-12-20 10:17:40 +00:00
# Remove unwanted info.
2016-12-15 10:19:29 +00:00
shell="${shell/, version}"
2016-12-15 11:02:32 +00:00
shell="${shell/xonsh\//xonsh }"
2016-12-15 10:19:29 +00:00
shell="${shell/options*}"
shell="${shell/\(*\)}"
fi
}
get_de() {
2016-12-22 13:38:21 +00:00
# If function was run, stop here.
2017-01-02 00:50:29 +00:00
((de_run == 1)) && return
2016-12-22 13:38:21 +00:00
2016-03-31 10:26:20 +01:00
case "$os" in
"Mac OS X") de="Aqua" ;;
2016-10-22 23:07:04 +01:00
"Windows")
case "$distro" in
"Windows 8"* | "Windows 10"*) de="Modern UI/Metro" ;;
*) de="Aero" ;;
esac
;;
2018-01-09 00:25:24 +00:00
"FreeMiNT")
get_wm
for files in /proc/*; do
case "$files" in
*thing*) de="Thing" ;;
*jinnee*) de="Jinnee" ;;
*tera*) de="Teradesk" ;;
*neod*) de="NeoDesk" ;;
*zdesk*) de="zDesk" ;;
*mdesk*) de="mDesk" ;;
esac
2018-01-09 00:25:24 +00:00
done
;;
2016-04-01 16:22:08 +01:00
*)
2017-01-02 00:50:29 +00:00
((wm_run != 1)) && get_wm
2016-12-22 13:25:23 +00:00
2016-12-13 00:22:39 +00:00
if [[ "$XDG_CURRENT_DESKTOP" ]]; then
2017-01-02 00:48:23 +00:00
de="${XDG_CURRENT_DESKTOP/'X-'}"
2016-12-13 00:22:39 +00:00
de="${de/Budgie:GNOME/Budgie}"
2018-04-27 10:54:38 +01:00
de="${de/:Unity7:ubuntu}"
2016-12-13 00:22:39 +00:00
elif [[ "$DESKTOP_SESSION" ]]; then
2017-07-14 00:07:39 +01:00
de="${DESKTOP_SESSION##*/}"
2016-12-23 05:09:28 +00:00
elif [[ "$GNOME_DESKTOP_SESSION_ID" ]]; then
de="GNOME"
elif [[ "$MATE_DESKTOP_SESSION_ID" ]]; then
de="MATE"
2017-12-21 23:11:45 +00:00
elif [[ "$TDE_FULL_SESSION" ]]; then
de="Trinity"
2016-12-13 00:22:39 +00:00
fi
2016-12-22 13:25:23 +00:00
2016-12-23 00:41:11 +00:00
# When a window manager is started from a display manager
# the desktop variables are sometimes also set to the
# window manager name. This checks to see if WM == DE
# and dicards the DE value.
2017-01-26 11:46:39 +00:00
[[ "$wm" && "$de" =~ ^$wm$ ]] && { unset -v de; return; }
2016-04-01 16:22:08 +01:00
;;
2016-03-31 10:26:20 +01:00
esac
2016-04-01 15:51:32 +01:00
# Fallback to using xprop.
2017-12-17 09:43:41 +00:00
[[ "$DISPLAY" && -z "$de" ]] && \
2016-11-05 04:06:45 +00:00
de="$(xprop -root | awk '/KDE_SESSION_VERSION|^_MUFFIN|xfce4|xfce5/')"
2016-04-01 15:51:32 +01:00
2016-12-20 10:17:40 +00:00
# Format strings.
case "$de" in
"KDE_SESSION_VERSION"*) de="KDE${de/* = }" ;;
*"MUFFIN"* | "Cinnamon") de="$(cinnamon --version)"; de="${de:-Cinnamon}" ;;
2017-01-17 21:47:17 +00:00
*"xfce4"*) de="Xfce4" ;;
*"xfce5"*) de="Xfce5" ;;
*"xfce"*) de="Xfce" ;;
*"mate"*) de="MATE" ;;
2017-12-12 21:45:47 +00:00
*"GNOME"*)
de="$(gnome-shell --version)"
de="${de/Shell }"
;;
esac
# Log that the function was run.
de_run=1
}
get_wm() {
2016-12-22 13:38:21 +00:00
# If function was run, stop here.
2017-01-02 00:50:29 +00:00
((wm_run == 1)) && return
2016-12-22 13:32:22 +00:00
2017-12-17 09:43:41 +00:00
if [[ "$WAYLAND_DISPLAY" ]]; then
2017-12-17 10:10:48 +00:00
wm="$(ps -e | grep -m 1 -o -F \
-e "arcan" \
2017-12-17 10:10:48 +00:00
-e "asc" \
-e "clayland" \
-e "dwc" \
2017-12-17 10:10:48 +00:00
-e "fireplace" \
-e "greenfield" \
2017-12-17 10:10:48 +00:00
-e "grefsen" \
-e "lipstick" \
2017-12-17 10:10:48 +00:00
-e "maynard" \
-e "mazecompositor" \
2017-12-17 10:10:48 +00:00
-e "motorcar" \
-e "orbital" \
-e "orbment" \
2017-12-17 10:10:48 +00:00
-e "perceptia" \
-e "rustland" \
-e "sway" \
-e "ulubis" \
2017-12-17 10:10:48 +00:00
-e "velox" \
-e "wavy" \
-e "way-cooler" \
-e "wayfire" \
-e "wayhouse" \
-e "westeros" \
2017-12-17 10:10:48 +00:00
-e "westford" \
-e "weston")"
2017-12-17 09:43:41 +00:00
2018-01-09 00:25:24 +00:00
elif [[ "$DISPLAY" && "$os" != "Mac OS X" && "$os" != "FreeMiNT" ]]; then
2017-07-14 13:45:19 +01:00
id="$(xprop -root -notype _NET_SUPPORTING_WM_CHECK)"
id="${id##* }"
2017-07-14 11:03:01 +01:00
wm="$(xprop -id "$id" -notype -len 100 -f _NET_WM_NAME 8t)"
2017-12-21 23:11:45 +00:00
wm="${wm/*WM_NAME = }"
2016-06-12 06:51:48 +01:00
wm="${wm/\"}"
wm="${wm/\"*}"
2016-02-17 05:54:18 +00:00
2017-07-14 11:03:01 +01:00
# Window Maker does not set _NET_WM_NAME
[[ "$wm" =~ "WINDOWMAKER" ]] && wm="wmaker"
2018-02-12 02:07:21 +00:00
# Fallback for non-EWMH WMs.
[[ -z "$wm" ]] && \
wm="$(ps -e | grep -m 1 -o -F \
-e "catwm" \
2018-04-19 01:25:37 +01:00
-e "dwm" \
2018-05-07 03:26:42 +01:00
-e "2bwm" \
2018-02-12 02:07:21 +00:00
-e "monsterwm" \
-e "tinywm")"
else
case "$os" in
2017-02-23 03:12:48 +00:00
"Mac OS X")
ps_line="$(ps -e | grep -o '[S]pectacle\|[A]methyst\|[k]wm\|[c]hun[k]wm')"
2017-03-26 23:50:52 +01:00
2017-03-21 23:58:47 +00:00
case "$ps_line" in
*"chunkwm"*) wm="chunkwm" ;;
*"kwm"*) wm="Kwm" ;;
2017-03-21 23:58:47 +00:00
*"Amethyst"*) wm="Amethyst" ;;
*"Spectacle"*) wm="Spectacle" ;;
*) wm="Quartz Compositor" ;;
2017-03-26 23:50:52 +01:00
esac
2017-02-23 03:12:48 +00:00
;;
2017-02-23 03:24:30 +00:00
"Windows")
2017-12-17 10:10:48 +00:00
wm="$(tasklist | grep -m 1 -o -F \
-e "bugn" \
-e "Windawesome" \
-e "blackbox" \
-e "emerge" \
-e "litestep")"
[[ "$wm" == "blackbox" ]] && wm="bbLean (Blackbox)"
2016-10-26 01:18:37 +01:00
wm="${wm:+$wm, }Explorer"
;;
2018-01-09 00:25:24 +00:00
"FreeMiNT")
wm="Atari AES"
for files in /proc/*; do
case "$files" in
*xaaes*) wm="XaAES" ;;
*myaes*) wm="MyAES" ;;
*naes*) wm="N.AES" ;;
geneva) wm="Geneva" ;;
esac
2018-01-09 00:25:24 +00:00
done
;;
esac
fi
# Log that the function was run.
wm_run=1
2015-12-31 00:21:10 +00:00
}
2015-12-30 10:18:17 +00:00
get_wm_theme() {
2017-01-02 00:50:29 +00:00
((wm_run != 1)) && get_wm
((de_run != 1)) && get_de
2016-04-01 01:26:59 +01:00
2016-04-01 01:28:56 +01:00
case "$wm" in
2017-08-02 02:12:34 +01:00
"E16")
wm_theme="$(awk -F "= " '/theme.name/ {print $2}' "${HOME}/.e16/e_config--0.0.cfg")"
;;
"Sawfish")
2017-12-13 03:43:21 +00:00
wm_theme="$(awk -F '\\(quote|\\)' '/default-frame-style/ {print $(NF-4)}' \
2017-08-02 02:12:34 +01:00
"${HOME}/.sawfish/custom")"
;;
2016-04-01 01:26:59 +01:00
2016-11-02 04:56:00 +00:00
"Cinnamon" | "Muffin" | "Mutter (Muffin)")
2016-04-01 01:35:26 +01:00
detheme="$(gsettings get org.cinnamon.theme name)"
wm_theme="$(gsettings get org.cinnamon.desktop.wm.preferences theme)"
wm_theme="$detheme (${wm_theme})"
2016-04-01 01:35:26 +01:00
;;
2016-11-02 04:56:00 +00:00
"Compiz" | "Mutter" | "GNOME Shell" | "Gala")
2016-11-05 04:06:45 +00:00
if type -p gsettings >/dev/null; then
wm_theme="$(gsettings get org.gnome.shell.extensions.user-theme name)"
2016-10-02 09:30:56 +01:00
[[ -z "${wm_theme//\'}" ]] && \
wm_theme="$(gsettings get org.gnome.desktop.wm.preferences theme)"
2016-04-01 01:35:26 +01:00
2016-11-05 04:06:45 +00:00
elif type -p gconftool-2 >/dev/null; then
wm_theme="$(gconftool-2 -g /apps/metacity/general/theme)"
2016-04-01 01:35:26 +01:00
fi
2016-04-01 01:26:59 +01:00
;;
2016-04-01 01:36:19 +01:00
2016-11-02 04:56:00 +00:00
"Metacity"*)
if [[ "$de" == "Deepin" ]]; then
wm_theme="$(gsettings get com.deepin.wrap.gnome.desktop.wm.preferences theme)"
2016-04-01 08:46:37 +01:00
2017-01-03 13:29:47 +00:00
elif [[ "$de" == "MATE" ]]; then
wm_theme="$(gsettings get org.mate.Marco.general theme)"
2016-04-01 08:46:37 +01:00
else
wm_theme="$(gconftool-2 -g /apps/metacity/general/theme)"
2016-04-01 08:46:37 +01:00
fi
2016-04-01 01:36:19 +01:00
;;
2016-04-01 01:39:53 +01:00
2016-11-02 04:56:00 +00:00
"E17" | "Enlightenment")
2016-11-05 04:06:45 +00:00
if type -p eet >/dev/null; then
2017-08-02 04:07:42 +01:00
wm_theme="$(eet -d "${HOME}/.e/e/config/standard/e.cfg" config |\
2017-08-02 02:12:34 +01:00
awk '/value \"file\" string.*.edj/ {print $4}')"
wm_theme="${wm_theme##*/}"
wm_theme="${wm_theme%.*}"
2016-04-01 01:41:49 +01:00
fi
;;
2016-04-01 01:44:20 +01:00
2016-11-02 04:56:00 +00:00
"Fluxbox")
[[ -f "${HOME}/.fluxbox/init" ]] && \
wm_theme="$(awk -F "/" '/styleFile/ {print $NF}' "${HOME}/.fluxbox/init")"
;;
2016-11-02 04:56:00 +00:00
"IceWM"*)
[[ -f "${HOME}/.icewm/theme" ]] && \
wm_theme="$(awk -F "[\",/]" '!/#/ {print $2}' "${HOME}/.icewm/theme")"
;;
2016-11-02 04:56:00 +00:00
"Openbox")
2016-11-06 11:12:35 +00:00
if [[ "$de" == "LXDE" && -f "${HOME}/.config/openbox/lxde-rc.xml" ]]; then
ob_file="lxde-rc"
elif [[ -f "${HOME}/.config/openbox/rc.xml" ]]; then
ob_file="rc"
fi
2017-08-02 02:12:34 +01:00
wm_theme="$(awk -F "[<,>]" '/<theme/ {getline; print $3}' \
"${XDG_CONFIG_HOME}/openbox/${ob_file}.xml")";
;;
2016-11-02 04:56:00 +00:00
"PekWM")
[[ -f "${HOME}/.pekwm/config" ]] && \
2017-08-02 03:29:09 +01:00
wm_theme="$(awk -F "/" '/Theme/{gsub(/\"/,""); print $NF}' "${HOME}/.pekwm/config")"
;;
2016-11-02 04:56:00 +00:00
"Xfwm4")
[[ -f "${HOME}/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml" ]] && \
wm_theme="$(xfconf-query -c xfwm4 -p /general/theme)"
;;
2016-11-02 04:56:00 +00:00
"KWin"*)
kde_config_dir
2017-08-02 02:12:34 +01:00
kwinrc="${kde_config_dir}/kwinrc"
kdebugrc="${kde_config_dir}/kdebugrc"
2016-04-01 04:50:15 +01:00
2017-08-02 02:12:34 +01:00
if [[ -f "$kwinrc" ]]; then
2018-06-02 03:28:10 +01:00
wm_theme="$(awk '/theme=/ {
gsub(/theme=.*qml_|theme=.*svg__/,"",$0);
print $0;
exit
}' "$kwinrc")"
2017-08-02 03:29:09 +01:00
[[ -z "$wm_theme" ]] && \
2018-06-02 03:28:10 +01:00
wm_theme="$(awk '/library=org.kde/ {
gsub(/library=org.kde./,"",$0);
print $0;
exit
}' "$kwinrc")"
2017-08-02 03:29:09 +01:00
[[ -z "$wm_theme" ]] && \
2018-06-02 03:28:10 +01:00
wm_theme="$(awk '/PluginLib=kwin3_/ {
gsub(/PluginLib=kwin3_/,"",$0);
print $0;
exit
}' "$kwinrc")"
2016-04-01 04:50:15 +01:00
2017-08-02 02:12:34 +01:00
elif [[ -f "$kdebugrc" ]]; then
wm_theme="$(awk '/(decoration)/ {gsub(/\[/,"",$1); print $1; exit}' "$kdebugrc")"
2016-04-01 04:50:15 +01:00
fi
wm_theme="${wm_theme/'theme='}"
2016-04-01 04:50:15 +01:00
;;
2016-11-02 04:56:00 +00:00
"Quartz Compositor")
2018-02-02 03:01:35 +00:00
global_preferences="${HOME}/Library/Preferences/.GlobalPreferences.plist"
wm_theme="$(PlistBuddy -c "Print AppleInterfaceStyle" "$global_preferences")"
wm_theme_color="$(PlistBuddy -c "Print AppleAquaColorVariant" "$global_preferences")"
2017-08-02 02:12:34 +01:00
[[ -z "$wm_theme" ]] && wm_theme="Light"
2017-08-02 02:12:34 +01:00
2018-02-02 03:01:35 +00:00
if [[ -z "$wm_theme_color" ]] || ((wm_theme_color == 1)); then
wm_theme_color="Blue"
2016-04-01 01:44:20 +01:00
else
2018-02-02 03:01:35 +00:00
wm_theme_color="Graphite"
2016-04-01 01:44:20 +01:00
fi
2018-02-02 03:01:35 +00:00
wm_theme="$wm_theme_color ($wm_theme)"
2016-04-01 01:44:20 +01:00
;;
2016-04-01 01:47:16 +01:00
2016-11-02 04:56:00 +00:00
*"Explorer")
2016-04-01 04:53:31 +01:00
path="/proc/registry/HKEY_CURRENT_USER/Software/Microsoft"
path+="/Windows/CurrentVersion/Themes/CurrentTheme"
wm_theme="$(head -n1 "$path")"
wm_theme="${wm_theme##*\\}"
wm_theme="${wm_theme%.*}"
2016-04-01 04:53:31 +01:00
;;
2016-11-02 04:56:00 +00:00
"Blackbox" | "bbLean"*)
path="$(wmic process get ExecutablePath | grep -F "blackbox")"
2016-11-06 12:00:09 +00:00
path="${path//\\/\/}"
2016-10-17 09:02:53 +01:00
2018-06-01 04:03:53 +01:00
wm_theme="$(grep '^session\.styleFile:' "${path/\.exe/.rc}")"
wm_theme="${wm_theme/'session.styleFile: '}"
wm_theme="${wm_theme##*\\}"
wm_theme="${wm_theme%.*}"
2016-10-17 09:02:53 +01:00
;;
2016-04-01 01:26:59 +01:00
esac
wm_theme="$(trim_quotes "$wm_theme")"
2016-04-01 01:23:23 +01:00
}
get_cpu() {
2016-12-20 10:17:40 +00:00
# NetBSD emulates the Linux /proc filesystem instead of using sysctl for hw
2016-05-13 00:06:51 +01:00
# information so we have to use this block below which temporarily sets the
2016-12-20 10:17:40 +00:00
# OS to "Linux" for the duration of this function.
[[ "$distro" == "NetBSD"* ]] && local os="Linux"
2016-05-13 00:02:44 +01:00
case "$os" in
"Linux" | "MINIX" | "Windows")
2016-12-20 10:17:40 +00:00
# Get CPU name.
2017-08-02 02:12:34 +01:00
cpu_file="/proc/cpuinfo"
2018-05-31 05:30:48 +01:00
case "$kernel_machine" in
2017-08-02 02:12:34 +01:00
"frv" | "hppa" | "m68k" | "openrisc" | "or"* | "powerpc" | "ppc"* | "sparc"*)
cpu="$(awk -F':' '/^cpu\t|^CPU/ {printf $2; exit}' "$cpu_file")"
;;
"s390"*)
cpu="$(awk -F'=' '/machine/ {print $4; exit}' "$cpu_file")"
;;
"ia64" | "m32r")
cpu="$(awk -F':' '/model/ {print $2; exit}' "$cpu_file")"
[[ -z "$cpu" ]] && cpu="$(awk -F':' '/family/ {printf $2; exit}' "$cpu_file")"
;;
*)
2018-06-02 03:28:10 +01:00
cpu="$(awk -F ': | @' '/model name|Processor|^cpu model|chip type|^cpu type/ {
printf $2;
exit
}' "$cpu_file")"
2017-08-02 03:29:09 +01:00
[[ "$cpu" == *"processor rev"* ]] && \
cpu="$(awk -F':' '/Hardware/ {print $2; exit}' "$cpu_file")"
2017-08-02 02:12:34 +01:00
;;
esac
2016-10-22 23:45:03 +01:00
speed_dir="/sys/devices/system/cpu/cpu0/cpufreq"
2017-12-12 21:56:33 +00:00
# Select the right temperature file.
for temp_dir in /sys/class/hwmon/*; do
[[ "$(< "${temp_dir}/name")" =~ (coretemp|fam15h_power|k10temp) ]] && \
2017-12-12 21:56:33 +00:00
{ temp_dir="${temp_dir}/temp1_input"; break; }
done
2016-12-20 10:17:40 +00:00
# Get CPU speed.
if [[ -d "$speed_dir" ]]; then
# Fallback to bios_limit if $speed_type fails.
2017-08-02 04:07:42 +01:00
speed="$(< "${speed_dir}/${speed_type}")" ||\
speed="$(< "${speed_dir}/bios_limit")" ||\
speed="$(< "${speed_dir}/scaling_max_freq")" ||\
speed="$(< "${speed_dir}/cpuinfo_max_freq")"
speed="$((speed / 1000))"
2016-11-12 00:53:53 +00:00
else
2017-08-02 02:12:34 +01:00
speed="$(awk -F ': |\\.' '/cpu MHz|^clock/ {printf $2; exit}' "$cpu_file")"
speed="${speed/MHz}"
fi
2016-12-20 10:17:40 +00:00
# Get CPU temp.
if [[ -f "$temp_dir" ]]; then
deg="$(< "$temp_dir")"
deg="$((deg * 100 / 10000))"
2016-10-22 23:45:03 +01:00
fi
2016-12-20 10:17:40 +00:00
# Get CPU cores.
2016-10-21 06:38:02 +01:00
case "$cpu_cores" in
2017-08-02 02:12:34 +01:00
"logical" | "on") cores="$(grep -c "^processor" "$cpu_file")" ;;
2018-05-28 23:48:03 +01:00
"physical") cores="$(awk '/^core id/&&!a[$0]++{++i}END{print i}' "$cpu_file")" ;;
esac
;;
"Mac OS X")
cpu="$(sysctl -n machdep.cpu.brand_string)"
2016-12-20 10:17:40 +00:00
# Get CPU cores.
2016-10-21 06:38:02 +01:00
case "$cpu_cores" in
"logical" | "on") cores="$(sysctl -n hw.logicalcpu_max)" ;;
"physical") cores="$(sysctl -n hw.physicalcpu_max)" ;;
esac
;;
"iPhone OS")
2018-05-31 05:30:48 +01:00
case "$kernel_machine" in
2016-10-26 01:18:37 +01:00
"iPhone1,"[1-2] | "iPod1,1") cpu="Samsung S5L8900 (1) @ 412MHz" ;;
"iPhone2,1") cpu="Samsung S5PC100 (1) @ 600MHz" ;;
"iPhone3,"[1-3] | "iPod4,1") cpu="Apple A4 (1) @ 800MHz" ;;
"iPhone4,1" | "iPod5,1") cpu="Apple A5 (2) @ 800MHz" ;;
"iPhone5,"[1-4]) cpu="Apple A6 (2) @ 1.3GHz" ;;
"iPhone6,"[1-2]) cpu="Apple A7 (2) @ 1.3GHz" ;;
"iPhone7,"[1-2]) cpu="Apple A8 (2) @ 1.4GHz" ;;
"iPhone8,"[1-4]) cpu="Apple A9 (2) @ 1.85GHz" ;;
"iPhone9,"[1-4]) cpu="Apple A10 Fusion (4) @ 2.34GHz" ;;
2016-10-26 01:18:37 +01:00
"iPod2,1") cpu="Samsung S5L8720 (1) @ 533MHz" ;;
"iPod3,1") cpu="Samsung S5L8922 (1) @ 600MHz" ;;
"iPod7,1") cpu="Apple A8 (2) @ 1.1GHz" ;;
"iPad1,1") cpu="Apple A4 (1) @ 1GHz" ;;
"iPad2,"[1-7]) cpu="Apple A5 (2) @ 1GHz" ;;
"iPad3,"[1-3]) cpu="Apple A5X (2) @ 1GHz" ;;
"iPad3,"[4-6]) cpu="Apple A6X (2) @ 1.4GHz" ;;
"iPad4,"[1-3]) cpu="Apple A7 (2) @ 1.4GHz" ;;
"iPad4,"[4-9]) cpu="Apple A7 (2) @ 1.4GHz" ;;
"iPad5,"[1-2]) cpu="Apple A8 (2) @ 1.5GHz" ;;
"iPad5,"[3-4]) cpu="Apple A8X (3) @ 1.5GHz" ;;
"iPad6,"[3-4]) cpu="Apple A9X (2) @ 2.16GHz" ;;
"iPad6,"[7-8]) cpu="Apple A9X (2) @ 2.26GHz" ;;
2016-05-08 05:44:15 +01:00
esac
2016-05-08 04:32:44 +01:00
;;
"BSD")
2016-12-20 10:17:40 +00:00
# Get CPU name.
cpu="$(sysctl -n hw.model)"
2016-06-12 06:51:48 +01:00
cpu="${cpu/[0-9]\.*}"
cpu="${cpu/ @*}"
2016-01-19 06:33:41 +00:00
2016-12-20 10:17:40 +00:00
# Get CPU speed.
2016-06-12 06:51:48 +01:00
speed="$(sysctl -n hw.cpuspeed)"
[[ -z "$speed" ]] && speed="$(sysctl -n hw.clockrate)"
2016-12-20 10:17:40 +00:00
# Get CPU cores.
2016-06-12 06:51:48 +01:00
cores="$(sysctl -n hw.ncpu)"
2016-11-26 07:43:59 +00:00
2016-12-20 10:17:40 +00:00
# Get CPU temp.
case "$kernel_name" in
"FreeBSD"* | "DragonFly"* | "NetBSD"*)
deg="$(sysctl -n dev.cpu.0.temperature)"
deg="${deg/C}"
;;
"OpenBSD"* | "Bitrig"*)
deg="$(sysctl hw.sensors | \
awk -F '=| degC' '/lm0.temp|cpu0.temp/ {print $2; exit}')"
deg="${deg/00/0}"
;;
esac
;;
2016-08-02 11:52:01 +01:00
"Solaris")
2016-12-20 10:17:40 +00:00
# Get CPU name.
2016-11-11 08:14:36 +00:00
cpu="$(psrinfo -pv)"
cpu="${cpu//*$'\n'}"
2016-08-02 11:52:01 +01:00
cpu="${cpu/[0-9]\.*}"
cpu="${cpu/ @*}"
cpu="${cpu/\(portid*}"
2016-08-02 11:52:01 +01:00
2016-12-20 10:17:40 +00:00
# Get CPU speed.
2016-11-11 08:14:36 +00:00
speed="$(psrinfo -v | awk '/operates at/ {print $6; exit}')"
2016-08-02 11:52:01 +01:00
2016-12-20 10:17:40 +00:00
# Get CPU cores.
2016-10-21 10:27:35 +01:00
case "$cpu_cores" in
"logical" | "on") cores="$(kstat -m cpu_info | grep -c -F "chip_id")" ;;
2016-10-21 10:27:35 +01:00
"physical") cores="$(psrinfo -p)" ;;
esac
2016-08-02 11:52:01 +01:00
;;
2016-11-05 00:46:08 +00:00
"Haiku")
2016-12-20 10:17:40 +00:00
# Get CPU name.
2016-11-05 00:46:08 +00:00
cpu="$(sysinfo -cpu | awk -F '\\"' '/CPU #0/ {print $2}')"
cpu="${cpu/@*}"
2016-12-14 00:40:29 +00:00
2016-12-20 10:17:40 +00:00
# Get CPU speed.
2016-11-05 00:46:08 +00:00
speed="$(sysinfo -cpu | awk '/running at/ {print $NF; exit}')"
speed="${speed/MHz}"
2016-12-14 00:40:29 +00:00
2016-12-20 10:17:40 +00:00
# Get CPU cores.
cores="$(sysinfo -cpu | grep -c -F 'CPU #')"
2016-11-06 06:08:09 +00:00
;;
2017-01-04 02:31:55 +00:00
"AIX")
# Get CPU name.
cpu="$(lsattr -El proc0 -a type | awk '{printf $2}')"
2017-01-04 02:31:55 +00:00
# Get CPU speed.
speed="$(prtconf -s | awk -F':' '{printf $2}')"
2017-01-04 02:31:55 +00:00
speed="${speed/MHz}"
# Get CPU cores.
case "$cpu_cores" in
2017-08-02 02:12:34 +01:00
"logical" | "on")
cores="$(lparstat -i | awk -F':' '/Online Virtual CPUs/ {printf $2}')"
;;
2017-01-04 02:31:55 +00:00
"physical") cores="$(lparstat -i | awk -F':' '/Active Physical CPUs/ {printf $2}')"
esac
;;
2017-05-08 11:38:05 +01:00
"IRIX")
# Get CPU name.
2017-05-22 10:50:24 +01:00
cpu="$(hinv -c processor | awk -F':' '/CPU:/ {printf $2}')"
2017-05-08 11:38:05 +01:00
# Get CPU speed.
2017-05-24 05:48:08 +01:00
speed="$(hinv -c processor | awk '/MHZ/ {printf $2}')"
2017-05-22 10:50:24 +01:00
2017-05-08 11:38:05 +01:00
# Get CPU cores.
2017-05-22 10:50:24 +01:00
cores="$(sysconf NPROC_ONLN)"
2017-05-08 11:38:05 +01:00
;;
2018-01-09 00:25:24 +00:00
"FreeMiNT")
cpu="$(awk -F':' '/CPU:/ {printf $2}' /kern/cpuinfo)"
speed="$(awk -F '[:.M]' '/Clocking:/ {printf $2}' /kern/cpuinfo)"
;;
2016-11-06 06:08:09 +00:00
esac
2016-11-05 00:46:08 +00:00
2016-12-20 10:17:40 +00:00
# Remove un-needed patterns from cpu output.
2016-06-12 06:51:48 +01:00
cpu="${cpu//(TM)}"
2016-12-18 05:08:27 +00:00
cpu="${cpu//(tm)}"
2016-06-12 06:51:48 +01:00
cpu="${cpu//(R)}"
2016-12-18 05:08:27 +00:00
cpu="${cpu//(r)}"
2016-06-12 06:51:48 +01:00
cpu="${cpu//CPU}"
cpu="${cpu//Processor}"
cpu="${cpu//Dual-Core}"
cpu="${cpu//Quad-Core}"
2016-11-06 06:08:09 +00:00
cpu="${cpu//Six-Core}"
cpu="${cpu//Eight-Core}"
cpu="${cpu//, * Compute Cores}"
2018-04-01 22:51:27 +01:00
cpu="${cpu//Core / }"
2017-07-16 10:48:19 +01:00
cpu="${cpu//(\"AuthenticAMD\"*)}"
2016-11-24 09:25:30 +00:00
cpu="${cpu//with Radeon * Graphics}"
cpu="${cpu//, altivec supported}"
cpu="${cpu//FPU*}"
2017-06-20 14:48:56 +01:00
cpu="${cpu//Chip Revision*}"
cpu="${cpu//Technologies, Inc}"
2018-04-04 22:54:37 +01:00
cpu="${cpu//Core2/Core 2}"
2016-03-12 12:01:20 +00:00
2017-07-20 13:38:56 +01:00
# Trim spaces from core and speed output
2017-01-09 11:50:28 +00:00
cores="${cores//[[:space:]]}"
2017-07-20 13:38:56 +01:00
speed="${speed//[[:space:]]}"
2017-01-09 11:50:28 +00:00
# Remove CPU brand from the output.
if [[ "$cpu_brand" == "off" ]]; then
cpu="${cpu/AMD }"
cpu="${cpu/Intel }"
cpu="${cpu/Core? Duo }"
cpu="${cpu/Qualcomm }"
fi
2016-12-20 10:17:40 +00:00
# Add CPU cores to the output.
2016-11-06 11:12:35 +00:00
[[ "$cpu_cores" != "off" && "$cores" ]] && \
case "$os" in
"Mac OS X") cpu="${cpu/@/(${cores}) @}" ;;
*) cpu="$cpu ($cores)" ;;
esac
2016-03-12 12:01:20 +00:00
# Add CPU speed to the output.
if [[ "$cpu_speed" != "off" && "$speed" ]]; then
if (( speed < 1000 )); then
cpu="$cpu @ ${speed}MHz"
else
[[ "$speed_shorthand" == "on" ]] && speed="$((speed / 100))"
speed="${speed:0:1}.${speed:1}"
cpu="$cpu @ ${speed}GHz"
fi
fi
# Add CPU temp to the output.
if [[ "$cpu_temp" != "off" && "$deg" ]]; then
deg="${deg//.}"
# Convert to Fahrenheit if enabled
[[ "$cpu_temp" == "F" ]] && deg="$((deg * 90 / 50 + 320))"
# Format the output
deg="[${deg/${deg: -1}}.${deg: -1}°${cpu_temp:-C}]"
cpu="$cpu $deg"
fi
}
2015-12-30 10:18:17 +00:00
get_cpu_usage() {
2016-06-13 11:22:38 +01:00
case "$os" in
2016-06-13 12:21:32 +01:00
"Windows")
2017-01-07 06:02:14 +00:00
cpu_usage="$(wmic cpu get loadpercentage)"
cpu_usage="${cpu_usage/LoadPercentage}"
2016-06-13 12:21:32 +01:00
cpu_usage="${cpu_usage//[[:space:]]}"
;;
2016-11-13 14:03:19 +00:00
*)
2016-12-20 10:17:40 +00:00
# Get CPU cores if unset.
if [[ "$cpu_cores" != "logical" ]]; then
2016-06-13 11:22:38 +01:00
case "$os" in
2016-12-18 14:34:29 +00:00
"Linux" | "MINIX") cores="$(grep -c "^processor" /proc/cpuinfo)" ;;
"Mac OS X") cores="$(sysctl -n hw.logicalcpu_max)" ;;
"BSD") cores="$(sysctl -n hw.ncpu)" ;;
2016-11-06 12:00:09 +00:00
"Solaris") cores="$(kstat -m cpu_info | grep -c -F "chip_id")" ;;
"Haiku") cores="$(sysinfo -cpu | grep -c -F 'CPU #')" ;;
"iPhone OS") cores="${cpu/*\(}"; cores="${cores/\)*}" ;;
"AIX") cores="$(lparstat -i | awk -F':' '/Online Virtual CPUs/ {printf $2}')" ;;
2018-01-09 00:25:24 +00:00
"IRIX") cores="$(sysconf NPROC_ONLN)" ;;
"FreeMiNT") cores="$(sysctl -n hw.ncpu)"
2016-06-13 11:22:38 +01:00
esac
fi
cpu_usage="$(ps aux | awk 'BEGIN {sum=0} {sum+=$3}; END {print sum}')"
2016-06-13 11:22:38 +01:00
cpu_usage="$((${cpu_usage/\.*} / ${cores:-1}))"
;;
esac
2016-12-20 10:17:40 +00:00
# Print the bar.
2016-06-13 11:22:38 +01:00
case "$cpu_display" in
2016-11-06 10:21:23 +00:00
"bar") cpu_usage="$(bar "$cpu_usage" 100)" ;;
"infobar") cpu_usage="${cpu_usage}% $(bar "$cpu_usage" 100)" ;;
"barinfo") cpu_usage="$(bar "$cpu_usage" 100)${info_color} ${cpu_usage}%" ;;
*) cpu_usage="${cpu_usage}%" ;;
2016-06-13 11:22:38 +01:00
esac
}
get_gpu() {
2016-10-02 03:12:48 +01:00
case "$os" in
2016-12-17 07:50:23 +00:00
"Linux")
# Read GPUs into array.
2018-04-14 00:32:12 +01:00
gpu_cmd="$(lspci -mm | awk -F '\\"|\\" \\"|\\(' \
'/"Display|"3D|"VGA/ {a[$0] = $3 " " $4} END{for(i in a)
{if(!seen[a[i]]++) print a[i]}}')"
IFS=$'\n' read -d "" -ra gpus <<< "$gpu_cmd"
2018-04-09 00:51:23 +01:00
# Remove duplicate Intel Graphics outputs.
# This fixes cases where the outputs are both
# Intel but not entirely identical.
#
# Checking the first two array elements should
# be safe since there won't be 2 intel outputs if
# there's a dedicated GPU in play.
[[ "${gpus[0]}" == *Intel* && \
"${gpus[1]}" == *Intel* ]] && \
unset -v "gpus[0]"
for gpu in "${gpus[@]}"; do
# GPU shorthand tests.
2018-04-09 00:51:23 +01:00
[[ "$gpu_type" == "dedicated" && "$gpu" == *Intel* ]] || \
[[ "$gpu_type" == "integrated" && ! "$gpu" == *Intel* ]] && \
{ unset -v gpu; continue; }
case "$gpu" in
*"advanced"*)
2018-04-25 02:42:11 +01:00
brand="${gpu/*AMD*ATI*/AMD ATI}"
brand="${brand:-${gpu/*AMD*/AMD}}"
2018-04-25 02:39:03 +01:00
brand="${brand:-${gpu/*ATI*/ATi}}"
2018-04-25 02:42:11 +01:00
gpu="${gpu/'[AMD/ATI]' }"
gpu="${gpu/'[AMD]' }"
gpu="${gpu/OEM }"
gpu="${gpu/Advanced Micro Devices, Inc.}"
gpu="${gpu/ \/ *}"
gpu="${gpu/*\[}"
gpu="${gpu/\]*}"
2018-04-25 02:39:03 +01:00
gpu="$brand $gpu"
;;
*"nvidia"*)
gpu="${gpu/*\[}"
gpu="${gpu/\]*}"
gpu="NVIDIA $gpu"
;;
*"intel"*)
2017-01-23 09:34:13 +00:00
gpu="${gpu/*Intel/Intel}"
gpu="${gpu/'(R)'}"
gpu="${gpu/'Corporation'}"
2017-01-23 09:34:13 +00:00
gpu="${gpu/ \(*}"
2018-04-02 01:12:35 +01:00
gpu="${gpu/Integrated Graphics Controller}"
2017-01-23 09:34:13 +00:00
[[ -z "$(trim "$gpu")" ]] && gpu="Intel Integrated Graphics"
;;
*"virtualbox"*)
gpu="VirtualBox Graphics Adapter"
;;
esac
if [[ "$gpu_brand" == "off" ]]; then
2016-12-22 00:26:52 +00:00
gpu="${gpu/AMD }"
gpu="${gpu/NVIDIA }"
gpu="${gpu/Intel }"
fi
prin "${subtitle:+${subtitle}${gpu_name}}" "$gpu"
done
return
2016-01-19 00:55:45 +00:00
;;
"Mac OS X")
2016-12-12 02:14:36 +00:00
if [[ -f "${cache_dir}/neofetch/gpu" ]]; then
2016-12-12 02:10:08 +00:00
source "${cache_dir}/neofetch/gpu"
else
2017-08-02 04:07:42 +01:00
gpu="$(system_profiler SPDisplaysDataType |\
2017-08-02 02:12:34 +01:00
awk -F': ' '/^\ *Chipset Model:/ {printf $2 ", "}')"
2016-12-12 02:10:08 +00:00
gpu="${gpu//'/ $'}"
gpu="${gpu%,*}"
cache "gpu" "$gpu"
fi
2016-01-19 00:55:45 +00:00
;;
2016-05-08 04:32:44 +01:00
"iPhone OS")
2018-05-31 05:30:48 +01:00
case "$kernel_machine" in
2016-10-26 01:29:46 +01:00
"iPhone1,"[1-2]) gpu="PowerVR MBX Lite 3D" ;;
"iPhone5,"[1-4]) gpu="PowerVR SGX543MP3" ;;
"iPhone8,"[1-4]) gpu="PowerVR GT7600" ;;
"iPad3,"[1-3]) gpu="PowerVR SGX534MP4" ;;
"iPad3,"[4-6]) gpu="PowerVR SGX554MP4" ;;
"iPad5,"[3-4]) gpu="PowerVR GXA6850" ;;
"iPad6,"[3-8]) gpu="PowerVR 7XT" ;;
"iPhone2,1" | "iPhone3,"[1-3] | "iPod3,1" | "iPod4,1" | "iPad1,1")
gpu="PowerVR SGX535"
;;
2016-10-26 01:29:46 +01:00
"iPhone4,1" | "iPad2,"[1-7] | "iPod5,1")
2016-05-08 05:44:15 +01:00
gpu="PowerVR SGX543MP2"
;;
2016-10-26 01:29:46 +01:00
"iPhone6,"[1-2] | "iPad4,"[1-9])
2016-05-08 05:44:15 +01:00
gpu="PowerVR G6430"
;;
2016-10-26 01:29:46 +01:00
"iPhone7,"[1-2] | "iPod7,1" | "iPad5,"[1-2])
gpu="PowerVR GX6450"
;;
"iPod1,1" | "iPod2,1")
gpu="PowerVR MBX Lite"
;;
2016-05-08 05:44:15 +01:00
esac
2016-05-08 04:32:44 +01:00
;;
"Windows")
gpu="$(wmic path Win32_VideoController get caption)"
gpu="${gpu//Caption}"
;;
"Haiku")
2017-08-02 04:07:42 +01:00
gpu="$(listdev | grep -A2 -F 'device Display controller' |\
2017-08-02 02:12:34 +01:00
awk -F':' '/device beef/ {print $2}')"
;;
*)
case "$kernel_name" in
"FreeBSD"* | "DragonFly"*)
gpu="$(pciconf -lv | grep -B 4 -F "VGA" | grep -F "device")"
2016-06-12 06:51:48 +01:00
gpu="${gpu/*device*= }"
gpu="$(trim_quotes "$gpu")"
2016-01-19 00:55:45 +00:00
;;
2016-05-05 18:39:28 +01:00
2016-05-05 18:44:09 +01:00
*)
2016-06-12 06:51:48 +01:00
gpu="$(glxinfo | grep -F 'OpenGL renderer string')"
gpu="${gpu/'OpenGL renderer string: '}"
2016-05-05 18:39:28 +01:00
;;
2016-01-19 00:55:45 +00:00
esac
;;
esac
2016-01-19 02:52:33 +00:00
if [[ "$gpu_brand" == "off" ]]; then
2016-12-22 00:26:52 +00:00
gpu="${gpu/AMD}"
gpu="${gpu/NVIDIA}"
gpu="${gpu/Intel}"
fi
2016-01-19 00:55:45 +00:00
}
get_memory() {
case "$os" in
2016-12-17 07:50:23 +00:00
"Linux" | "Windows")
# MemUsed = Memtotal + Shmem - MemFree - Buffers - Cached - SReclaimable
# Source: https://github.com/KittyKatt/screenFetch/issues/386#issuecomment-249312716
while IFS=":" read -r a b; do
case "$a" in
2018-05-21 01:08:43 +01:00
"MemTotal") ((mem_used+=${b/kB})); mem_total="${b/kB}" ;;
"Shmem") ((mem_used+=${b/kB})) ;;
2017-08-02 02:12:34 +01:00
"MemFree" | "Buffers" | "Cached" | "SReclaimable")
mem_used="$((mem_used-=${b/kB}))"
;;
esac
done < /proc/meminfo
2016-05-06 09:35:09 +01:00
2016-11-16 14:04:01 +00:00
mem_used="$((mem_used / 1024))"
mem_total="$((mem_total / 1024))"
;;
2016-05-07 12:14:46 +01:00
"Mac OS X" | "iPhone OS")
mem_total="$(($(sysctl -n hw.memsize) / 1024 / 1024))"
2016-11-16 14:04:01 +00:00
mem_wired="$(vm_stat | awk '/wired/ { print $4 }')"
mem_active="$(vm_stat | awk '/active / { printf $3 }')"
mem_compressed="$(vm_stat | awk '/occupied/ { printf $5 }')"
2018-04-30 07:18:24 +01:00
mem_compressed="${mem_compressed:-0}"
2016-11-16 14:04:01 +00:00
mem_used="$(((${mem_wired//.} + ${mem_active//.} + ${mem_compressed//.}) * 4 / 1024))"
;;
2016-12-18 14:34:29 +00:00
"BSD" | "MINIX")
2016-12-20 10:17:40 +00:00
# Mem total.
case "$kernel_name" in
"NetBSD"*) mem_total="$(($(sysctl -n hw.physmem64) / 1024 / 1024))" ;;
*) mem_total="$(($(sysctl -n hw.physmem) / 1024 / 1024))" ;;
esac
2016-01-18 06:17:32 +00:00
2016-12-20 10:17:40 +00:00
# Mem free.
case "$kernel_name" in
2017-08-02 02:12:34 +01:00
"NetBSD"*)
mem_free="$(($(awk -F ':|kB' '/MemFree:/ {printf $2}' /proc/meminfo) / 1024))"
;;
2016-12-04 23:55:56 +00:00
"FreeBSD"* | "DragonFly"*)
hw_pagesize="$(sysctl -n hw.pagesize)"
mem_inactive="$(($(sysctl -n vm.stats.vm.v_inactive_count) * hw_pagesize))"
mem_unused="$(($(sysctl -n vm.stats.vm.v_free_count) * hw_pagesize))"
mem_cache="$(($(sysctl -n vm.stats.vm.v_cache_count) * hw_pagesize))"
mem_free="$(((mem_inactive + mem_unused + mem_cache) / 1024 / 1024))"
2016-12-04 23:55:56 +00:00
;;
2017-08-02 02:12:34 +01:00
2016-12-18 14:34:29 +00:00
"MINIX")
mem_free="$(top -d 1 | awk -F ',' '/^Memory:/ {print $2}')"
mem_free="${mem_free/M Free}"
;;
2017-08-02 02:12:34 +01:00
"OpenBSD"*) ;;
*) mem_free="$(($(vmstat | awk 'END{printf $5}') / 1024))" ;;
esac
2016-12-20 10:17:40 +00:00
# Mem used.
case "$kernel_name" in
2017-12-25 20:38:11 +00:00
"OpenBSD"*)
2018-01-16 19:46:25 +00:00
mem_used="$(vmstat | awk 'END{printf $3}')"
mem_used="${mem_used/M}"
2017-12-25 20:38:11 +00:00
;;
2018-01-16 19:46:25 +00:00
*) mem_used="$((mem_total - mem_free))" ;;
esac
;;
2016-08-02 11:52:01 +01:00
"Solaris")
2016-11-16 14:04:01 +00:00
mem_total="$(prtconf | awk '/Memory/ {print $3}')"
mem_free="$(($(vmstat | awk 'NR==3{printf $5}') / 1024))"
mem_used="$((mem_total - mem_free))"
2016-08-02 11:52:01 +01:00
;;
2016-11-05 00:46:08 +00:00
"Haiku")
mem_total="$(($(sysinfo -mem | awk -F '\\/ |)' '{print $2; exit}') / 1024 / 1024))"
2016-11-16 14:04:01 +00:00
mem_used="$(sysinfo -mem | awk -F '\\/|)' '{print $2; exit}')"
mem_used="$((${mem_used/max} / 1024 / 1024))"
2016-11-05 00:46:08 +00:00
;;
2017-01-04 05:45:33 +00:00
"AIX")
2018-04-15 10:54:36 +01:00
IFS=$'\n'"| " read -d "" -ra mem_stat <<< "$(svmon -G -O unit=MB)"
2018-04-14 00:40:44 +01:00
2017-01-04 05:45:33 +00:00
mem_total="${mem_stat[11]/.*}"
mem_free="${mem_stat[16]/.*}"
mem_used="$((mem_total - mem_free))"
mem_label="MB"
2017-01-04 05:45:33 +00:00
;;
2017-05-16 08:58:47 +01:00
"IRIX")
2018-04-14 00:40:44 +01:00
IFS=$'\n' read -d "" -ra mem_cmd <<< "$(pmem)"
IFS=" " read -ra mem_stat <<< "${mem_cmd[0]}"
2017-05-16 09:04:26 +01:00
mem_total="$((mem_stat[3] / 1024))"
mem_free="$((mem_stat[5] / 1024))"
2017-05-16 08:58:47 +01:00
mem_used="$((mem_total - mem_free))"
;;
2018-01-09 00:25:24 +00:00
"FreeMiNT")
mem="$(awk -F ':|kB' '/MemTotal:|MemFree:/ {printf $2, " "}' /kern/meminfo)"
mem_free="${mem/* }"
mem_total="${mem/ *}"
mem_used="$((mem_total - mem_free))"
mem_total="$((mem_total / 1024))"
mem_used="$((mem_used / 1024))"
;;
esac
memory="${mem_used}${mem_label:-MiB} / ${mem_total}${mem_label:-MiB}"
2016-12-20 10:17:40 +00:00
# Bars.
2016-03-12 20:58:46 +00:00
case "$memory_display" in
2016-11-16 14:04:01 +00:00
"bar") memory="$(bar "${mem_used}" "${mem_total}")" ;;
"infobar") memory="${memory} $(bar "${mem_used}" "${mem_total}")" ;;
"barinfo") memory="$(bar "${mem_used}" "${mem_total}")${info_color} ${memory}" ;;
2016-03-12 13:00:02 +00:00
esac
}
get_song() {
2018-05-25 06:13:10 +01:00
players=(
"amarok"
"audacious"
"banshee"
"bluemindo"
"clementine"
"cmus"
"deadbeef"
"deepin-music"
"elise"
"exaile"
"gnome-music"
2018-06-01 13:02:12 +01:00
"gmusicbrowser"
2018-05-25 06:13:10 +01:00
"Google Play"
"guayadeque"
"iTunes"
"juk"
"lollypop"
"mocp"
"mopidy"
"mpd"
"pogo"
"pragha"
"qmmp"
"quodlibet"
"rhythmbox"
"sayonara"
"spotify"
"Spotify"
"tomahawk"
"vlc"
"xmms2d"
"yarock"
)
printf -v players "|%s" "${players[@]}"
player="$(ps -e | awk -v pattern="(${players:1})$" '$0 ~ pattern {print $NF; exit}')"
[[ "$music_player" && "$music_player" != "auto" ]] && \
player="$music_player"
2016-12-15 12:40:54 +00:00
get_song_dbus() {
# Multiple players use an almost identical dbus command to get the information.
2016-12-20 10:17:40 +00:00
# This function saves us using the same command throughout the function.
2016-12-15 12:40:54 +00:00
song="$(\
dbus-send --print-reply --dest=org.mpris.MediaPlayer2."${1}" /org/mpris/MediaPlayer2 \
2017-08-02 02:12:34 +01:00
org.freedesktop.DBus.Properties.Get string:'org.mpris.MediaPlayer2.Player' \
string:'Metadata' |\
2018-05-11 18:22:34 +01:00
awk -F '"' 'BEGIN {RS=" entry"}; /xesam:artist/ {a = $4} /xesam:album/ {b = $4}
/xesam:title/ {t = $4} END {print a " \n " b " \n " t}'
2016-12-15 12:40:54 +00:00
)"
}
2016-10-26 08:09:59 +01:00
case "${player/*\/}" in
"mpd"* | "mopidy"*) song="$(mpc -f '%artist% \n %album% \n %title%' current)" ;;
2018-06-01 13:10:11 +01:00
"mocp"*) song="$(mocp -Q '%artist \n %album \n %song')" ;;
"google play"*) song="$(gpmdp-remote current)" ;;
"rhythmbox"*) song="$(rhythmbox-client --print-playing-format '%ta \n %at \n %tt')" ;;
"deadbeef"*) song="$(deadbeef --nowplaying-tf '%artist% \n %album% \n %title%')" ;;
2018-06-02 23:15:12 +01:00
"xmms2d"*) song="$(xmms2 current -f "\${artist}"$'\n'"\${album}"$'\n'"\${title}")" ;;
2018-06-01 13:10:11 +01:00
"qmmp"*) song="$(qmmp --nowplaying '%p \n %a \n %t')" ;;
"gnome-music"*) get_song_dbus "GnomeMusic" ;;
"lollypop"*) get_song_dbus "Lollypop" ;;
"clementine"*) get_song_dbus "clementine" ;;
"juk"*) get_song_dbus "juk" ;;
"bluemindo"*) get_song_dbus "Bluemindo" ;;
"guayadeque"*) get_song_dbus "guayadeque" ;;
"yarock"*) get_song_dbus "yarock" ;;
"deepin-music"*) get_song_dbus "DeepinMusic" ;;
"tomahawk"*) get_song_dbus "tomahawk" ;;
"elisa"*) get_song_dbus "elisa" ;;
"sayonara"*) get_song_dbus "sayonara" ;;
"audacious"*) get_song_dbus "audacious" ;;
"vlc"*) get_song_dbus "vlc" ;;
2018-06-01 13:02:12 +01:00
"gmusicbrowser"*) get_song_dbus "gmusicbrowser" ;;
2017-02-18 23:42:45 +00:00
2016-10-26 05:18:11 +01:00
"cmus"*)
2017-10-13 03:35:10 +01:00
song="$(cmus-remote -Q | awk 'BEGIN { ORS=" "};
2018-06-02 03:28:10 +01:00
/tag artist/ {
$1=$2=""; sub(" ", ""); a=$0
}
/tag album / {
$1=$2=""; sub(" ", ""); b=$0
}
/tag title/ {
$1=$2=""; sub(" ", ""); t=$0
}
END { print a " \n " b " \n " t }')"
2016-10-26 05:18:11 +01:00
;;
2016-10-26 05:18:11 +01:00
"spotify"*)
case "$os" in
2016-12-15 12:40:54 +00:00
"Linux") get_song_dbus "spotify" ;;
2016-10-26 05:18:11 +01:00
"Mac OS X")
song="$(osascript -e 'tell application "Spotify" to artist of current track as¬
string & " \n " & album of current track as¬
string & " \n " & name of current track as string')"
2016-10-26 05:18:11 +01:00
;;
esac
;;
2016-09-04 13:28:08 +01:00
2016-10-26 11:18:46 +01:00
"itunes"*)
song="$(osascript -e 'tell application "iTunes" to artist of current track as¬
string & " \n " & album of current track as¬
string & " \n " & name of current track as string')"
2016-10-26 05:18:11 +01:00
;;
2016-10-26 05:18:11 +01:00
"banshee"*)
song="$(banshee --query-artist --query-album --query-title |\
awk -F':' '/^artist/ {a=$2} /^album/ {b=$2} /^title/ {t=$2}
END{print a " \n " b " \n "t}')"
2016-10-26 05:18:11 +01:00
;;
"amarok"*)
2017-08-02 02:12:34 +01:00
song="$(qdbus org.kde.amarok /Player GetMetadata |\
awk -F':' '/^artist:/ {a=$2} /^album:/ {b=$2} /^title:/ {t=$2}
END{print a " \n " b " \n " t}')"
2016-10-26 05:18:11 +01:00
;;
2016-11-24 15:08:52 +00:00
"pragha"*)
song="$(pragha -c | awk -F':' '/^artist/ {a=$2} /^album/ {b=$2} /^title/ {t=$2}
END{print a " \n " b " \n " t}')"
2016-11-24 15:08:52 +00:00
;;
2016-12-22 22:44:59 +00:00
"exaile"*)
song="$(dbus-send --print-reply --dest=org.exaile.Exaile /org/exaile/Exaile \
org.exaile.Exaile.Query |
awk -F':|,' '{if ($6 && $8 && $4) printf $6 " \n" $8 " \n" $4}')"
2016-12-22 22:44:59 +00:00
;;
2017-01-08 14:08:03 +00:00
"quodlibet"*)
2017-08-02 02:12:34 +01:00
song="$(dbus-send --print-reply --dest=net.sacredchao.QuodLibet \
/net/sacredchao/QuodLibet net.sacredchao.QuodLibet.CurrentSong |\
awk -F'"' '/artist/ {getline; a=$2} /album/ {getline; b=$2}
/title/ {getline; t=$2} END{print a " \n " b " \n " t}')"
2017-01-08 14:08:03 +00:00
;;
2017-07-15 14:16:41 +01:00
"pogo"*)
2017-08-02 02:12:34 +01:00
song="$(dbus-send --print-reply --dest=org.mpris.pogo /Player \
org.freedesktop.MediaPlayer.GetMetadata |
2018-06-02 03:28:10 +01:00
awk -F'"' '/string "artist"/ {
getline;
a=$2
}
/string "album"/ {
getline;
b=$2
}
/string "title"/ {
getline;
t=$2
}
END{print a " \n " b " \n " t}')"
2017-07-15 14:16:41 +01:00
;;
2018-06-01 03:47:18 +01:00
*) mpc &>/dev/null && song="$(mpc -f '%artist% \n %album% \n %title%' current)" ;;
2016-02-16 03:50:20 +00:00
esac
2018-05-09 23:49:05 +01:00
[[ "$song" != *[a-z]* ]] && { unset -v song; return; }
2017-01-05 13:50:39 +00:00
IFS=$'\n' read -d "" -r artist album title <<< "$song"
2018-05-09 09:26:31 +01:00
2018-05-09 23:49:05 +01:00
# Display Artist, Album and Title on separate lines.
if [[ "$song_shorthand" == "on" ]]; then
2018-05-09 09:26:31 +01:00
[[ "$(trim "$artist")" ]] && prin "Artist" "$artist"
[[ "$(trim "$album")" ]] && prin "Album" "$album"
2018-05-09 23:49:05 +01:00
[[ "$(trim "$song")" ]] && prin "Song" "$title"
else
song="${song_format/\%artist\%/${artist}}"
song="${song/\%album\%/${album}}"
song="${song/\%title\%/${title}}"
fi
}
get_resolution() {
case "$os" in
"Mac OS X")
2016-11-05 04:06:45 +00:00
if type -p screenresolution >/dev/null; then
resolution="$(screenresolution get 2>&1 | awk '/Display/ {printf $6 "Hz, "}')"
2016-06-12 06:51:48 +01:00
resolution="${resolution//x??@/ @ }"
2016-03-27 09:50:09 +01:00
else
2017-08-02 02:12:34 +01:00
resolution="$(system_profiler SPDisplaysDataType |\
awk '/Resolution:/ {printf $2"x"$4" @ "$6"Hz, "}')"
2016-03-27 09:50:09 +01:00
fi
2016-03-27 10:13:32 +01:00
if [[ -e "/Library/Preferences/com.apple.windowserver.plist" ]]; then
scale_factor="$(PlistBuddy -c "Print DisplayAnyUserSets:0:0:Resolution" \
/Library/Preferences/com.apple.windowserver.plist)"
else
scale_factor=""
fi
# If no refresh rate is empty.
2016-12-08 08:24:58 +00:00
[[ "$resolution" == *"@ Hz"* ]] && \
resolution="${resolution//@ Hz}"
[[ "${scale_factor%.*}" == 2 ]] && \
resolution="${resolution// @/@2x @}"
if [[ "$refresh_rate" == "off" ]]; then
resolution="${resolution// @ [0-9][0-9]Hz}"
resolution="${resolution// @ [0-9][0-9][0-9]Hz}"
fi
2016-12-08 08:24:58 +00:00
[[ "$resolution" == *"0Hz"* ]] && \
resolution="${resolution// @ 0Hz}"
;;
2016-01-18 06:24:08 +00:00
2016-02-21 10:01:46 +00:00
"Windows")
2017-01-13 22:50:41 +00:00
local width=""
width="$(wmic path Win32_VideoController get CurrentHorizontalResolution)"
width="${width//CurrentHorizontalResolution/}"
2017-01-13 22:50:41 +00:00
local height=""
height="$(wmic path Win32_VideoController get CurrentVerticalResolution)"
height="${height//CurrentVerticalResolution/}"
[[ "$(trim "$width")" ]] && resolution="${width//[[:space:]]}x${height//[[:space:]]}"
2016-02-21 10:01:46 +00:00
;;
2016-11-05 00:46:08 +00:00
"Haiku")
resolution="$(screenmode | awk -F ' |, ' '{printf $2 "x" $3 " @ " $6 $7}')"
[[ "$refresh_rate" == "off" ]] && resolution="${resolution/ @*}"
2016-11-05 00:46:08 +00:00
;;
*)
if type -p xrandr >/dev/null; then
case "$refresh_rate" in
2017-08-02 02:12:34 +01:00
"on")
resolution="$(xrandr --nograb --current |\
2018-06-02 01:07:04 +01:00
awk 'match($0,/[0-9]*\.[0-9]*\*/) {
printf $1 " @ " substr($0,RSTART,RLENGTH) "Hz, "}')"
2017-08-02 02:12:34 +01:00
;;
"off")
2017-08-02 04:07:42 +01:00
resolution="$(xrandr --nograb --current |\
awk -F 'connected |\\+|\\(' \
'/ connected/ && $2 {printf $2 ", "}')"
resolution="${resolution/primary }"
;;
esac
resolution="${resolution//\*}"
elif type -p xdpyinfo >/dev/null; then
resolution="$(xdpyinfo | awk '/dimensions:/ {printf $2}')"
fi
;;
2016-01-29 13:34:48 +00:00
esac
2016-03-18 05:28:26 +00:00
2016-06-12 06:51:48 +01:00
resolution="${resolution%,*}"
}
get_style() {
2016-12-20 10:17:40 +00:00
# Fix weird output when the function is run multiple times.
2016-11-16 01:20:14 +00:00
unset gtk2_theme gtk3_theme theme path
2017-12-17 09:43:41 +00:00
if [[ "$DISPLAY" && "$os" != "Mac OS X" ]]; then
# Get DE if user has disabled the function.
2017-01-02 00:50:29 +00:00
((de_run != 1)) && get_de
2016-11-16 01:20:14 +00:00
# Check for DE Theme.
case "$de" in
"KDE"*)
kde_config_dir
2016-02-15 23:31:13 +00:00
if [[ -f "${kde_config_dir}/kdeglobals" ]]; then
kde_config_file="${kde_config_dir}/kdeglobals"
2016-02-15 23:31:13 +00:00
kde_theme="$(grep "^${kde}" "$kde_config_file")"
2017-09-12 14:02:13 +01:00
kde_theme="${kde_theme/*=}"
if [[ "$kde" == "font" ]]; then
kde_font_size="${kde_theme#*,}"
kde_font_size="${kde_font_size/,*}"
kde_theme="${kde_theme/,*} ${kde_theme/*,} ${kde_font_size}"
fi
2018-05-21 01:26:46 +01:00
kde_theme="$kde_theme [KDE], "
2016-12-22 07:57:01 +00:00
else
err "Theme: KDE config files not found, skipping."
fi
;;
*"Cinnamon"*)
2016-11-05 04:06:45 +00:00
if type -p gsettings >/dev/null; then
2016-11-16 01:20:14 +00:00
gtk3_theme="$(gsettings get org.cinnamon.desktop.interface "$gsettings")"
gtk2_theme="$gtk3_theme"
fi
;;
2016-11-01 23:16:16 +00:00
"Gnome"* | "Unity"* | "Budgie"*)
2016-11-05 04:06:45 +00:00
if type -p gsettings >/dev/null; then
2016-11-16 01:20:14 +00:00
gtk3_theme="$(gsettings get org.gnome.desktop.interface "$gsettings")"
gtk2_theme="$gtk3_theme"
2016-11-05 04:06:45 +00:00
elif type -p gconftool-2 >/dev/null; then
2016-11-16 01:20:14 +00:00
gtk2_theme="$(gconftool-2 -g /desktop/gnome/interface/"$gconf")"
fi
;;
"Mate"*)
2016-11-16 01:20:14 +00:00
gtk3_theme="$(gsettings get org.mate.interface "$gsettings")"
gtk2_theme="$gtk3_theme"
;;
"Xfce"*)
2016-11-05 04:06:45 +00:00
type -p xfconf-query >/dev/null && \
2016-11-16 01:20:14 +00:00
gtk2_theme="$(xfconf-query -c xsettings -p "$xfconf")"
;;
esac
2016-12-20 10:17:40 +00:00
# Check for general GTK2 Theme.
2016-11-16 01:20:14 +00:00
if [[ -z "$gtk2_theme" ]]; then
if [[ -f "${GTK2_RC_FILES:-${HOME}/.gtkrc-2.0}" ]]; then
gtk2_theme="$(grep "^[^#]*${name}" "${GTK2_RC_FILES:-${HOME}/.gtkrc-2.0}")"
2016-01-28 00:34:41 +00:00
elif [[ -f "/etc/gtk-2.0/gtkrc" ]]; then
gtk2_theme="$(grep "^[^#]*${name}" /etc/gtk-2.0/gtkrc)"
elif [[ -f "/usr/share/gtk-2.0/gtkrc" ]]; then
2016-11-16 01:20:14 +00:00
gtk2_theme="$(grep "^[^#]*${name}" /usr/share/gtk-2.0/gtkrc)"
2016-02-08 12:29:48 +00:00
fi
2016-11-16 01:20:14 +00:00
gtk2_theme="${gtk2_theme/${name}*=}"
fi
2016-12-20 10:17:40 +00:00
# Check for general GTK3 Theme.
2016-11-16 01:20:14 +00:00
if [[ -z "$gtk3_theme" ]]; then
if [[ -f "${XDG_CONFIG_HOME}/gtk-3.0/settings.ini" ]]; then
gtk3_theme="$(grep "^[^#]*$name" "${XDG_CONFIG_HOME}/gtk-3.0/settings.ini")"
2016-11-05 04:06:45 +00:00
elif type -p gsettings >/dev/null; then
2016-11-16 01:20:14 +00:00
gtk3_theme="$(gsettings get org.gnome.desktop.interface "$gsettings")"
2016-01-28 00:34:41 +00:00
elif [[ -f "/usr/share/gtk-3.0/settings.ini" ]]; then
2016-11-16 01:20:14 +00:00
gtk3_theme="$(grep "^[^#]*$name" /usr/share/gtk-3.0/settings.ini)"
elif [[ -f "/etc/gtk-3.0/settings.ini" ]]; then
2016-11-16 01:20:14 +00:00
gtk3_theme="$(grep "^[^#]*$name" /etc/gtk-3.0/settings.ini)"
fi
2016-11-16 01:20:14 +00:00
gtk3_theme="${gtk3_theme/${name}*=}"
fi
2016-01-23 23:38:46 +00:00
2016-12-20 10:17:40 +00:00
# Trim whitespace.
2016-11-16 01:20:14 +00:00
gtk2_theme="$(trim "$gtk2_theme")"
gtk3_theme="$(trim "$gtk3_theme")"
2016-12-20 10:17:40 +00:00
# Remove quotes.
2016-11-16 01:20:14 +00:00
gtk2_theme="$(trim_quotes "$gtk2_theme")"
gtk3_theme="$(trim_quotes "$gtk3_theme")"
2016-06-12 02:41:25 +01:00
2016-12-20 10:17:40 +00:00
# Toggle visibility of GTK themes.
2016-11-16 01:20:14 +00:00
[[ "$gtk2" == "off" ]] && unset gtk2_theme
[[ "$gtk3" == "off" ]] && unset gtk3_theme
2016-12-20 10:17:40 +00:00
# Format the string based on which themes exist.
2017-08-17 01:31:26 +01:00
if [[ "$gtk2_theme" && "$gtk2_theme" == "$gtk3_theme" ]]; then
2016-11-16 01:20:14 +00:00
gtk3_theme+=" [GTK2/3]"
unset gtk2_theme
elif [[ "$gtk2_theme" && "$gtk3_theme" ]]; then
gtk2_theme+=" [GTK2], "
gtk3_theme+=" [GTK3] "
else
2016-11-16 01:20:14 +00:00
[[ "$gtk2_theme" ]] && gtk2_theme+=" [GTK2] "
[[ "$gtk3_theme" ]] && gtk3_theme+=" [GTK3] "
fi
2016-12-20 10:17:40 +00:00
# Final string.
theme="${kde_theme}${gtk2_theme}${gtk3_theme}"
2017-08-17 01:31:26 +01:00
theme="${theme%, }"
2016-12-20 10:17:40 +00:00
# Make the output shorter by removing "[GTKX]" from the string.
if [[ "$gtk_shorthand" == "on" ]]; then
2016-11-16 01:20:14 +00:00
theme="${theme// '[GTK'[0-9]']'}"
2016-06-12 06:51:48 +01:00
theme="${theme/ '[GTK2/3]'}"
theme="${theme/ '[KDE]'}"
fi
fi
}
get_theme() {
2016-11-16 01:20:14 +00:00
name="gtk-theme-name"
gsettings="gtk-theme"
gconf="gtk_theme"
xfconf="/Net/ThemeName"
kde="Name"
2016-11-16 01:20:14 +00:00
get_style
}
get_icons() {
2016-11-16 01:20:14 +00:00
name="gtk-icon-theme-name"
gsettings="icon-theme"
gconf="icon_theme"
xfconf="/Net/IconThemeName"
kde="Theme"
get_style
icons="$theme"
}
get_font() {
2016-11-16 01:20:14 +00:00
name="gtk-font-name"
gsettings="font-name"
gconf="font_theme"
xfconf="/Gtk/FontName"
kde="font"
get_style
font="$theme"
}
get_term() {
2016-12-22 13:38:21 +00:00
# If function was run, stop here.
2017-01-02 00:50:29 +00:00
((term_run == 1)) && return
2016-12-22 13:38:21 +00:00
# Workaround for macOS systems that
# don't support the block below.
case "$TERM_PROGRAM" in
"iTerm.app") term="iTerm2" ;;
"Terminal.app") term="Apple Terminal" ;;
"Hyper") term="HyperTerm" ;;
*) term="${TERM_PROGRAM/\.app}" ;;
2016-05-28 02:38:41 +01:00
esac
2018-01-09 00:25:24 +00:00
# Most likely TosWin2 on FreeMiNT - quick check
[[ "$TERM" == "tw52" || "$TERM" == "tw100" ]] && \
term="TosWin2"
# Check $PPID for terminal emulator.
2017-05-20 14:17:56 +01:00
while [[ -z "$term" ]]; do
if [[ "$SSH_CONNECTION" ]]; then
term="$SSH_TTY"; break
else
parent="$(get_ppid "$parent")"
[[ -z "$parent" ]] && break
name="$(get_process_name "$parent")"
case "${name// }" in
2018-05-17 11:43:22 +01:00
"${SHELL/*\/}" | *"sh" | "screen" | "su"*) ;;
"login"* | *"Login"* | "init" | "(init)") term="$(tty)" ;;
2018-05-17 11:43:22 +01:00
"ruby" | "1" | "systemd" | "sshd"* | "python"* |\
2018-05-17 11:30:46 +01:00
"USER"*"PID"* | "kdeinit"* | "launchd"*)
2017-08-02 02:33:29 +01:00
break
;;
"gnome-terminal-") term="gnome-terminal" ;;
*"nvim") term="Neovim Terminal" ;;
*"NeoVimServer"*) term="VimR Terminal" ;;
2018-05-17 11:43:22 +01:00
*"tmux"*) term="tmux" ;;
*) term="${name##*/}" ;;
esac
fi
done
# Log that the function was run.
term_run=1
2016-05-16 12:35:29 +01:00
}
get_term_font() {
2017-07-31 16:42:00 +01:00
((term_run != 1)) && get_term
2016-05-16 12:35:29 +01:00
case "$term" in
"alacritty"*)
if [[ -f "${XDG_CONFIG_HOME}/alacritty.yml" ]]; then
alacritty_file="${XDG_CONFIG_HOME}/alacritty.yml"
elif [[ -f "${XDG_CONFIG_HOME}/alacritty/alacritty.yml" ]]; then
alacritty_file="${XDG_CONFIG_HOME}/alacritty/alacritty.yml"
elif [[ -f "${HOME}/.alacritty.yml" ]]; then
alacritty_file="${HOME}/.alacritty.yml"
fi
2017-08-02 02:33:29 +01:00
term_font="$(awk -F ':|#' '/normal:/ {getline; print}' \
"$alacritty_file")"
term_font="${term_font/*family:}"
term_font="${term_font/$'\n'*}"
term_font="${term_font/\#*}"
2016-05-18 07:39:05 +01:00
;;
2016-05-23 03:35:47 +01:00
"Apple_Terminal")
term_font="$(osascript <<END
tell application "Terminal" to font name of window frontmost
END
)"
2016-05-23 03:35:47 +01:00
;;
2017-03-02 00:45:46 +00:00
"iTerm2")
# Unfortunately the profile name is not unique, but it seems to be the only thing
2017-08-02 02:33:29 +01:00
# that identifies an active profile. There is the "id of current session of current win-
# dow" though, but that does not match to a guid in the plist.
# So, be warned, collisions may occur!
# See: https://groups.google.com/forum/#!topic/iterm2-discuss/0tO3xZ4Zlwg
2018-06-01 04:03:53 +01:00
local current_profile_name profiles_count profile_name diff_font
2017-08-02 02:33:29 +01:00
current_profile_name="$(osascript <<END
tell application "iTerm2" to profile name \
of current session of current window
END
)"
2017-03-02 00:45:46 +00:00
# Warning: Dynamic profiles are not taken into account here!
# https://www.iterm2.com/documentation-dynamic-profiles.html
2017-08-02 04:06:17 +01:00
font_file="${HOME}/Library/Preferences/com.googlecode.iterm2.plist"
2017-03-02 00:45:46 +00:00
# Count Guids in "New Bookmarks"; they should be unique
profiles_count="$(PlistBuddy -c "Print ':New Bookmarks:'" "$font_file" | \
grep -w -c "Guid")"
2017-03-09 00:13:31 +00:00
for ((i=0; i<profiles_count; i++)); do
profile_name="$(PlistBuddy -c "Print ':New Bookmarks:${i}:Name:'" "$font_file")"
2017-03-09 00:13:31 +00:00
2017-03-08 22:19:03 +00:00
if [[ "$profile_name" == "$current_profile_name" ]]; then
2017-03-02 00:45:46 +00:00
# "Normal Font"
term_font="$(PlistBuddy -c "Print ':New Bookmarks:${i}:Normal Font:'" \
2017-08-02 02:33:29 +01:00
"$font_file")"
2017-03-02 00:45:46 +00:00
# Font for non-ascii characters
# Only check for a different non-ascii font, if the user checked
# the "use a different font for non-ascii text" switch.
diff_font="$(PlistBuddy -c "Print ':New Bookmarks:${i}:Use Non-ASCII Font:'" \
2017-08-02 02:33:29 +01:00
"$font_file")"
2017-03-09 00:13:31 +00:00
2017-08-02 02:33:29 +01:00
if [[ "$diff_font" == "true" ]]; then
non_ascii="$(PlistBuddy -c "Print ':New Bookmarks:${i}:Non Ascii Font:'" \
2017-08-02 02:33:29 +01:00
"$font_file")"
2017-03-09 00:17:31 +00:00
2017-08-02 02:33:29 +01:00
[[ "$term_font" != "$non_ascii" ]] && \
term_font="$term_font (normal) / $non_ascii (non-ascii)"
2017-03-02 00:45:46 +00:00
fi
fi
done
;;
"deepin-terminal"*)
2017-08-02 02:33:29 +01:00
term_font="$(awk -F '=' '/font=/ {a=$2} /font_size/ {b=$2} END{print a " " b}' \
"${XDG_CONFIG_HOME}/deepin/deepin-terminal/config.conf")"
;;
"GNUstep_Terminal")
term_font="$(awk -F '>|<' '/>TerminalFont</ {getline; f=$3}
/>TerminalFontSize</ {getline; s=$3} END{print f " " s}' \
"${HOME}/GNUstep/Defaults/Terminal.plist")"
;;
2016-11-04 22:52:11 +00:00
"Hyper"*)
2017-07-15 16:32:42 +01:00
term_font="$(awk -F':|,' '/fontFamily/ {print $2; exit}' "${HOME}/.hyper.js")"
term_font="$(trim_quotes "$term_font")"
;;
2016-12-23 19:45:08 +00:00
2018-02-26 13:56:07 +00:00
"kitty"*)
if [[ -f "${KITTY_CONFIG_DIRECTORY}/kitty/kitty.conf" ]]; then
kitty_file="${KITTY_CONFIG_DIRECTORY}/kitty/kitty.conf"
2018-03-08 00:11:42 +00:00
2018-02-26 13:56:07 +00:00
elif [[ -f "${XDG_CONFIG_HOME}/kitty/kitty.conf" ]]; then
kitty_file="${XDG_CONFIG_HOME}/kitty/kitty.conf"
2018-03-08 00:11:42 +00:00
2018-02-26 13:56:07 +00:00
elif [[ -f "${HOME}/.config/kitty/kitty.conf" ]]; then
kitty_file="${HOME}/.config/kitty/kitty.conf"
2018-03-08 00:11:42 +00:00
2018-02-26 13:56:07 +00:00
elif [[ -f "${HOME}/Library/Preferences/kitty/kitty.conf" ]]; then
kitty_file="${HOME}/Library/Preferences/kitty/kitty.conf"
2018-03-08 00:11:42 +00:00
2018-02-26 13:56:07 +00:00
fi
2018-06-02 03:28:10 +01:00
term_font="$(awk '/^([[:space:]]*|[^#_])font_family[[:space:]]+/ {
$1 = "";
gsub(/^[[:space:]]/, "");
font = $0
}
/^([[:space:]]*|[^#_])font_size[[:space:]]+/ {
size = $2
}
END { print font " " size}' "${kitty_file}")"
2018-02-26 13:56:07 +00:00
;;
2016-12-24 10:46:14 +00:00
"konsole"*)
# Get Process ID of current konsole window / tab
2016-12-24 10:46:14 +00:00
child="$(get_ppid "$$")"
2018-05-31 10:28:46 +01:00
IFS=$'\n' read -d "" -ra konsole_instances < <(qdbus | grep -F 'org.kde.konsole')
2016-12-24 10:46:14 +00:00
2017-01-03 17:01:30 +00:00
for i in "${konsole_instances[@]}"; do
2018-05-31 10:28:46 +01:00
IFS=$'\n' read -d "" -ra konsole_sessions < <(qdbus "$i" | grep -F '/Sessions/')
2017-01-03 17:01:30 +00:00
for session in "${konsole_sessions[@]}"; do
2018-05-31 10:28:46 +01:00
if ((child == "$(qdbus "$i" "$session" processId)")); then
profile="$(qdbus "$i" "$session" environment |\
2017-08-02 02:33:29 +01:00
awk -F '=' '/KONSOLE_PROFILE_NAME/ {print $2}')"
2017-01-03 17:01:30 +00:00
break
fi
done
[[ "$profile" ]] && break
2016-12-24 10:46:14 +00:00
done
2017-01-03 17:01:30 +00:00
# We could have two profile files for the same profile name, take first match
2018-05-31 10:28:46 +01:00
profile_filename="$(grep -l "Name=${profile}" "$HOME"/.local/share/konsole/*.profile)"
2017-01-03 17:01:30 +00:00
profile_filename="${profile_filename/$'\n'*}"
2018-05-31 10:28:46 +01:00
2017-08-02 02:33:29 +01:00
[[ "$profile_filename" ]] && \
term_font="$(awk -F '=|,' '/Font=/ {print $2 " " $3}' "$profile_filename")"
2016-12-24 10:46:14 +00:00
;;
2017-07-15 14:27:11 +01:00
"lxterminal"*)
2017-08-02 02:33:29 +01:00
term_font="$(awk -F '=' '/fontname=/ {print $2; exit}' \
"${XDG_CONFIG_HOME}/lxterminal/lxterminal.conf")"
2017-07-15 14:27:11 +01:00
;;
"mate-terminal")
2017-08-02 02:33:29 +01:00
# To get the actual config we have to create a temporarily file with the
# --save-config option.
mateterm_config="/tmp/mateterm.cfg"
# Ensure /tmp exists and we do not overwrite anything.
if [[ -d /tmp && ! -f "$mateterm_config" ]]; then
mate-terminal --save-config="$mateterm_config"
role="$(xprop -id "${WINDOWID}" WM_WINDOW_ROLE)"
role="${role##* }"
role="${role//\"}"
profile="$(awk -F '=' -v r="$role" \
2018-06-02 03:28:10 +01:00
'$0~r {
getline;
if(/Maximized/) getline;
if(/Fullscreen/) getline;
id=$2"]"
2018-06-02 03:58:53 +01:00
} $0~id {if(id) {getline; print $2; exit}}' \
2018-06-02 03:28:10 +01:00
"$mateterm_config")"
rm -f "$mateterm_config"
2017-08-02 03:29:09 +01:00
mate_get() {
2017-08-17 08:59:32 +01:00
gsettings get org.mate.terminal.profile:/org/mate/terminal/profiles/"$1"/ "$2"
2017-08-02 03:29:09 +01:00
}
if [[ "$(mate_get "$profile" "use-system-font")" == "true" ]]; then
term_font="$(gsettings get org.mate.interface monospace-font-name)"
else
2017-08-02 03:29:09 +01:00
term_font="$(mate_get "$profile" "font")"
fi
term_font="$(trim_quotes "$term_font")"
fi
;;
"mintty")
term_font="$(awk -F '=' '!/^($|#)/ && /Font/ {printf $2; exit}' "${HOME}/.minttyrc")"
;;
"pantheon"*)
term_font="$(gsettings get org.pantheon.terminal.settings font)"
2017-08-02 02:33:29 +01:00
[[ -z "${term_font//\'}" ]] && \
term_font="$(gsettings get org.gnome.desktop.interface monospace-font-name)"
term_font="$(trim_quotes "$term_font")"
;;
2018-05-03 18:46:14 +01:00
"qterminal")
term_font="$(awk -F '=' '/fontFamily=/ {a=$2} /fontSize=/ {b=$2} END{print a " " b}' \
"${XDG_CONFIG_HOME}/qterminal.org/qterminal.ini")"
;;
"sakura"*)
2017-08-02 02:33:29 +01:00
term_font="$(awk -F '=' '/^font=/ {print $2; exit}' \
"${XDG_CONFIG_HOME}/sakura/sakura.conf")"
;;
"st")
2018-04-10 03:55:08 +01:00
term_font="$(ps -o command= -p "$parent" | grep -F -- "-f")"
2018-04-13 23:40:28 +01:00
2018-04-10 03:55:08 +01:00
if [[ "$term_font" ]]; then
term_font="${term_font/*-f/}"
term_font="${term_font/ -*/}"
2018-04-13 23:40:28 +01:00
else
# On Linux we can get the exact path to the running binary through the procfs
2018-04-10 03:55:08 +01:00
# (in case `st` is launched from outside of $PATH) on other systems we just
# have to guess and assume `st` is invoked from somewhere in the users $PATH
[[ -L /proc/$parent/exe ]] && binary="/proc/$parent/exe" || binary="$(type -p st)"
# Grep the output of strings on the `st` binary for anything that looks vaguely
# like a font definition. NOTE: There is a slight limitation in this approach.
# Technically "Font Name" is a valid font. As it doesn't specify any font options
# though it is hard to match it correctly amongst the rest of the noise.
[[ -n "$binary" ]] && \
2018-04-13 23:40:28 +01:00
term_font="$(strings "$binary" | grep -F -m 1 \
-e "pixelsize=" \
-e "size=" \
-e "antialias=" \
-e "autohint=")"
fi
term_font="${term_font/xft:}"
term_font="${term_font/:*}"
;;
"terminology")
2017-08-02 02:33:29 +01:00
term_font="$(strings "${XDG_CONFIG_HOME}/terminology/config/standard/base.cfg" |\
awk '/^font\.name$/{print a}{a=$0}')"
term_font="${term_font/.pcf}"
term_font="${term_font/:*}"
;;
"termite")
2017-08-02 02:33:29 +01:00
[[ -f "${XDG_CONFIG_HOME}/termite/config" ]] && \
termite_config="${XDG_CONFIG_HOME}/termite/config"
2018-06-02 03:28:10 +01:00
term_font="$(awk -F '= ' '/\[options\]/ {
opt=1
}
/^\s*font/ {
if(opt==1) a=$2;
opt=0
} END{print a}' "/etc/xdg/termite/config" \
"$termite_config")"
;;
"urxvt" | "urxvtd" | "rxvt-unicode" | "xterm")
2018-04-02 01:07:43 +01:00
xrdb="$(xrdb -query)"
2018-06-01 04:22:31 +01:00
term_font="$(grep -i "${term/d}"'\**\.*font' <<< "$xrdb")"
term_font="${term_font/*"*font:"}"
2017-08-29 00:11:53 +01:00
term_font="${term_font/*".font:"}"
2017-08-28 04:56:39 +01:00
term_font="${term_font/*"*.font:"}"
term_font="$(trim "$term_font")"
2018-05-31 10:48:14 +01:00
[[ -z "$term_font" && "$term" == "xterm" ]] && \
2018-06-01 04:22:31 +01:00
term_font="$(grep '^XTerm.vt100.faceName' <<< "$xrdb")"
2018-05-31 10:48:14 +01:00
term_font="$(trim "${term_font/*"faceName:"}")"
2018-04-02 01:07:43 +01:00
# xft: isn't required at the beginning so we prepend it if it's missing
2018-05-31 10:48:14 +01:00
[[ "${term_font:0:1}" != "-" && \
"${term_font:0:4}" != "xft:" ]] && \
2018-04-02 01:07:43 +01:00
term_font="xft:$term_font"
# Xresources has two different font formats, this checks which
# one is in use and formats it accordingly.
case "$term_font" in
*"xft:"*)
term_font="${term_font/xft:}"
term_font="${term_font/:*}"
;;
2018-05-31 10:48:14 +01:00
"-"*)
IFS=- read -r _ _ term_font _ <<< "$term_font"
;;
esac
;;
"xfce4-terminal")
2018-05-31 10:35:29 +01:00
term_font="$(awk -F '=' '/^FontName/{a=$2}/^FontUseSystem=TRUE/{a=$0}END{print a}' \
2017-08-02 02:33:29 +01:00
"${XDG_CONFIG_HOME}/xfce4/terminal/terminalrc")"
2018-05-31 10:35:29 +01:00
[[ "$term_font" == "FontUseSystem=TRUE" ]] && \
term_font="$(gsettings get org.gnome.desktop.interface monospace-font-name)"
2018-05-31 10:35:29 +01:00
term_font="$(trim_quotes "$term_font")"
2017-07-15 19:29:19 +01:00
# Default fallback font hardcoded in terminal-preferences.c
[[ -z "$term_font" ]] && term_font="Monospace 12"
;;
2016-05-16 12:35:29 +01:00
esac
}
get_disk() {
2018-06-01 03:47:18 +01:00
type -p df &>/dev/null ||\
2017-01-08 12:05:13 +00:00
{ err "Disk requires 'df' to function. Install 'df' to get disk info."; return; }
2016-12-19 01:07:20 +00:00
df_version="$(df --version 2>&1)"
2018-06-01 00:29:51 +01:00
case "$df_version" in
2018-06-01 00:29:51 +01:00
*"IMitv"*) df_flags=(-P -g) ;; # AIX
*"befhikm"*) df_flags=(-P -k) ;; # IRIX
*"Tracker"*) # Haiku
2017-08-02 02:33:29 +01:00
err "Your version of df cannot be used due to the non-standard flags"
return
;;
2018-06-01 00:29:51 +01:00
*) df_flags=(-P -h) ;;
2016-12-19 01:07:20 +00:00
esac
2017-01-06 07:53:26 +00:00
# Create an array called 'disks' where each element is a separate line from
# df's output. We then unset the first element which removes the column titles.
2018-04-14 00:32:12 +01:00
IFS=$'\n' read -d "" -ra disks <<< "$(df "${df_flags[@]}" "${disk_show[@]:-/}")"
unset "disks[0]"
2016-01-26 10:25:28 +00:00
2017-01-06 07:53:26 +00:00
# Stop here if 'df' fails to print disk info.
2018-06-01 00:29:51 +01:00
[[ -z "${disks[*]}" ]] && {
2017-08-02 02:33:29 +01:00
err "Disk: df failed to print the disks, make sure the disk_show array is set properly."
return
2018-06-01 00:29:51 +01:00
}
2016-03-12 20:58:46 +00:00
2017-01-06 07:53:26 +00:00
for disk in "${disks[@]}"; do
2017-01-06 08:03:14 +00:00
# Create a second array and make each element split at whitespace this time.
2018-04-14 00:32:12 +01:00
IFS=" " read -ra disk_info <<< "$disk"
2017-01-06 07:53:26 +00:00
disk_perc="${disk_info[4]/'%'}"
case "$df_version" in
2017-08-02 02:33:29 +01:00
*"befhikm"*)
disk="$((disk_info[2]/1024/1024))G / $((disk_info[1]/1024/1024))G (${disk_perc}%)"
;;
2018-06-01 00:29:51 +01:00
*)
disk="${disk_info[2]/i} / ${disk_info[1]/i} (${disk_perc}%)"
;;
esac
2017-01-06 07:53:26 +00:00
2017-01-08 12:05:13 +00:00
# Subtitle.
2017-01-08 03:23:55 +00:00
case "$disk_subtitle" in
2018-06-01 00:29:51 +01:00
"name")
disk_sub="${disk_info[0]}"
;;
"dir")
disk_sub="${disk_info[5]/*\/}"
2018-06-01 00:29:51 +01:00
disk_sub="${disk_sub:-${disk_info[5]}}"
;;
*)
disk_sub="${disk_info[5]}"
;;
2017-01-08 03:23:55 +00:00
esac
2017-01-06 07:53:26 +00:00
# Bar.
case "$disk_display" in
"bar") disk="$(bar "$disk_perc" "100")" ;;
"infobar") disk+=" $(bar "$disk_perc" "100")" ;;
"barinfo") disk="$(bar "$disk_perc" "100")${info_color} $disk" ;;
2017-01-06 07:53:26 +00:00
"perc") disk="${disk_perc}% $(bar "$disk_perc" "100")" ;;
esac
# Append '(disk mount point)' to the subtitle.
if [[ -z "$subtitle" ]]; then
prin "${disk_sub}" "$disk"
else
2017-01-27 03:51:18 +00:00
prin "${subtitle} (${disk_sub})" "$disk"
fi
2017-01-06 07:53:26 +00:00
done
2016-01-26 10:25:28 +00:00
}
get_battery() {
case "$os" in
"Linux")
# We use 'prin' here so that we can do multi battery support
# with a single battery per line.
for bat in "/sys/class/power_supply/"{BAT,axp288_fuel_gauge,CMB}*; do
2016-11-06 12:00:09 +00:00
capacity="$(< "${bat}/capacity")"
status="$(< "${bat}/status")"
if [[ "$capacity" ]]; then
battery="${capacity}% [${status}]"
2016-11-06 12:00:09 +00:00
case "$battery_display" in
"bar") battery="$(bar "$capacity" 100)" ;;
"infobar") battery+=" $(bar "$capacity" 100)" ;;
"barinfo") battery="$(bar "$capacity" 100)${info_color} ${battery}" ;;
esac
2016-11-06 12:00:09 +00:00
bat="${bat/*axp288_fuel_gauge}"
prin "${subtitle:+${subtitle}${bat: -1}}" "$battery"
fi
2016-11-06 12:00:09 +00:00
done
2016-10-26 07:56:50 +01:00
return
;;
2016-02-23 08:21:30 +00:00
2016-02-23 09:24:38 +00:00
"BSD")
case "$kernel_name" in
"FreeBSD"* | "DragonFly"*)
2016-06-12 06:51:48 +01:00
battery="$(acpiconf -i 0 | awk -F ':\t' '/Remaining capacity/ {print $2}')"
battery_state="$(acpiconf -i 0 | awk -F ':\t\t\t' '/State/ {print $2}')"
2016-02-23 08:21:30 +00:00
;;
2016-02-27 09:25:39 +00:00
"NetBSD"*)
2016-06-12 06:51:48 +01:00
battery="$(envstat | awk '\\(|\\)' '/charge:/ {print $2}')"
battery="${battery/\.*/%}"
2016-02-27 09:25:39 +00:00
;;
2016-02-23 09:21:16 +00:00
2016-10-16 03:48:25 +01:00
"OpenBSD"* | "Bitrig"*)
battery0full="$(sysctl -n hw.sensors.acpibat0.watthour0)"
battery0full="${battery0full/ Wh*}"
2016-02-23 09:21:16 +00:00
battery0now="$(sysctl -n hw.sensors.acpibat0.watthour3)"
battery0now="${battery0now/ Wh*}"
2016-02-23 09:24:38 +00:00
[[ "$battery0full" ]] && \
battery="$((100 * ${battery0now/\.} / ${battery0full/\.}))%"
2016-10-02 03:12:48 +01:00
;;
esac
2016-10-02 03:12:48 +01:00
;;
"Mac OS X")
battery="$(pmset -g batt | grep -o '[0-9]*%')"
2016-12-12 21:40:03 +00:00
state="$(pmset -g batt | awk '/;/ {print $4}')"
2016-12-12 22:57:49 +00:00
[[ "$state" == "charging;" ]] && battery_state="charging"
;;
"Windows")
2017-01-07 06:02:14 +00:00
battery="$(wmic Path Win32_Battery get EstimatedChargeRemaining)"
battery="${battery/EstimatedChargeRemaining}"
2018-06-02 03:40:09 +01:00
battery="$(trim "$battery")%"
;;
2016-11-04 21:46:29 +00:00
"Haiku")
2016-11-04 21:55:06 +00:00
battery0full="$(awk -F '[^0-9]*' 'NR==2 {print $4}' /dev/power/acpi_battery/0)"
battery0now="$(awk -F '[^0-9]*' 'NR==5 {print $4}' /dev/power/acpi_battery/0)"
2016-11-06 12:00:09 +00:00
battery="$((battery0full * 100 / battery0now))%"
2016-11-04 21:46:29 +00:00
;;
esac
2016-03-03 00:09:40 +00:00
[[ "$battery_state" ]] && battery+=" Charging"
2016-03-25 13:18:16 +00:00
2016-03-12 20:58:46 +00:00
case "$battery_display" in
2016-06-12 05:35:29 +01:00
"bar") battery="$(bar "${battery/'%'*}" 100)" ;;
2016-03-25 14:26:42 +00:00
"infobar") battery="${battery} $(bar "${battery/'%'*}" 100)" ;;
"barinfo") battery="$(bar "${battery/'%'*}" 100)${info_color} ${battery}" ;;
2016-03-12 13:05:48 +00:00
esac
}
get_local_ip() {
case "$os" in
2017-05-08 16:12:03 +01:00
"Linux" | "BSD" | "Solaris" | "AIX" | "IRIX")
local_ip="$(ip route get 1 | awk -F'src' '{print $2; exit}')"
local_ip="${local_ip/uid*}"
2017-01-04 03:53:43 +00:00
[[ -z "$local_ip" ]] && local_ip="$(ifconfig -a | awk '/broadcast/ {print $2; exit}')"
;;
2016-12-19 00:58:49 +00:00
"MINIX")
local_ip="$(ifconfig | awk '{printf $3; exit}')"
;;
2016-05-07 12:20:03 +01:00
"Mac OS X" | "iPhone OS")
local_ip="$(ipconfig getifaddr en0)"
[[ -z "$local_ip" ]] && local_ip="$(ipconfig getifaddr en1)"
2016-02-08 23:48:37 +00:00
;;
"Windows")
local_ip="$(ipconfig | awk -F ': ' '/IPv4 Address/ {printf $2 ", "}')"
local_ip="${local_ip%\,*}"
;;
2016-11-05 00:46:08 +00:00
"Haiku")
local_ip="$(ifconfig | awk -F ': ' '/Bcast/ {print $2}')"
local_ip="${local_ip/', Bcast'}"
2016-11-05 00:46:08 +00:00
;;
esac
}
get_public_ip() {
if type -p dig >/dev/null; then
public_ip="$(dig +time=1 +tries=1 +short myip.opendns.com @resolver1.opendns.com)"
[[ "$public_ip" =~ ^\; ]] && unset public_ip
fi
if [[ -z "$public_ip" ]] && type -p curl >/dev/null; then
public_ip="$(curl --max-time 10 -w '\n' "$public_ip_host")"
fi
if [[ -z "$public_ip" ]] && type -p wget >/dev/null; then
public_ip="$(wget -T 10 -qO- "$public_ip_host")"
fi
}
get_users() {
users="$(who | awk '!seen[$1]++ {printf $1 ", "}')"
2016-06-12 06:51:48 +01:00
users="${users%\,*}"
}
2017-03-26 22:51:56 +01:00
get_locale() {
locale="$sys_locale"
}
2017-08-29 00:22:56 +01:00
get_gpu_driver() {
case "$os" in
"Linux")
2017-08-29 00:34:40 +01:00
gpu_driver="$(lspci -nnk | awk -F ': ' \
'/Display|3D|VGA/{nr[NR+2]}; NR in nr {printf $2 ", "}')"
gpu_driver="${gpu_driver%, }"
if [[ "$gpu_driver" == *"nvidia"* ]]; then
gpu_driver="$(< /proc/driver/nvidia/version)"
gpu_driver="${gpu_driver/*Module }"
gpu_driver="NVIDIA ${gpu_driver/ *}"
fi
2017-08-29 00:22:56 +01:00
;;
2017-10-17 13:13:36 +01:00
"Mac OS X")
if [[ "$(kextstat | grep "GeForceWeb")" != "" ]]; then
gpu_driver="NVIDIA Web Driver"
2017-10-17 13:13:36 +01:00
else
gpu_driver="macOS Default Graphics Driver"
fi
2017-08-29 00:22:56 +01:00
;;
esac
}
get_cols() {
if [[ "$color_blocks" == "on" ]]; then
# Convert the width to space chars.
2016-12-16 02:20:10 +00:00
printf -v block_width "%${block_width}s"
# Generate the string.
2018-06-02 00:52:49 +01:00
for ((block_range[0]; block_range[0]<=block_range[1]; block_range[0]++)); do
case "${block_range[0]}" in
[0-7])
printf -v blocks '%b\e[3%bm\e[4%bm%b' \
"$blocks" "${block_range[0]}" "${block_range[0]}" "$block_width"
;;
*)
printf -v blocks2 '%b\e[38;5;%bm\e[48;5;%bm%b' \
"$blocks2" "${block_range[0]}" "${block_range[0]}" "$block_width"
;;
esac
done
# Convert height into spaces.
printf -v block_spaces "%${block_height}s"
# Convert the spaces into rows of blocks.
[[ "$blocks" ]] && cols+="${block_spaces// /${blocks}${reset}nl}"
[[ "$blocks2" ]] && cols+="${block_spaces// /${blocks2}${reset}nl}"
# Add newlines to the string.
2016-06-12 06:51:48 +01:00
cols="${cols%%'nl'}"
cols="${cols//nl/\\n\\e[${text_padding}C${zws}}"
2016-12-19 04:25:48 +00:00
# Add block height to info height.
2018-05-23 23:07:37 +01:00
((info_height+=block_height-1))
2018-06-02 00:52:49 +01:00
printf '\e[%bC%b' "$text_padding" "${zws}${cols}"
fi
2016-12-19 04:25:48 +00:00
unset -v blocks blocks2 cols
2018-01-09 00:25:24 +00:00
# TosWin2 on FreeMiNT is terrible at this,
# so we'll reset colors arbitrarily.
2018-06-02 03:08:08 +01:00
[[ "$term" == "TosWin2" ]] && printf '\e[30;47m'
2018-01-09 00:25:24 +00:00
# Tell info() that we printed manually.
prin=1
}
2015-12-30 10:18:17 +00:00
2016-11-11 00:15:05 +00:00
# IMAGES
2017-01-14 09:59:12 +00:00
image_backend() {
2018-06-01 03:47:18 +01:00
[[ "$image_backend" != "off" ]] && ! type -p convert &>/dev/null && \
2018-06-01 01:53:28 +01:00
{ image_backend="ascii"; err "Image: Imagemagick not found, falling back to ascii mode."; }
2017-01-14 09:59:12 +00:00
case "${image_backend:-off}" in
"ascii") get_ascii ;;
"off") image_backend="off" ;;
"caca" | "jp2a" | "iterm2" | "termpix" |\
"tycat" | "w3m" | "sixel" | "pixterm" | "kitty")
2017-01-14 09:59:12 +00:00
get_image_source
2018-06-01 01:53:28 +01:00
[[ ! -f "$image" ]] && {
2017-01-14 11:53:36 +00:00
to_ascii "Image: '$image_source' doesn't exist, falling back to ascii mode."
2016-11-13 04:12:22 +00:00
return
2018-06-01 01:53:28 +01:00
}
2016-01-05 07:19:38 +00:00
get_term_size
2016-01-17 21:37:37 +00:00
2018-06-01 01:53:28 +01:00
((term_width < 1)) && {
to_ascii "Image: Failed to find terminal window size."
err "Image: Check the 'Images in the terminal' wiki page for more info,"
return
2018-06-01 01:53:28 +01:00
}
2016-01-05 07:19:38 +00:00
2018-06-01 01:53:28 +01:00
printf '\e[2J\e[H'
2016-11-13 04:12:22 +00:00
get_image_size
2016-11-12 13:30:09 +00:00
make_thumbnail
display_image
2016-01-05 07:19:38 +00:00
;;
2016-04-24 05:14:35 +01:00
2017-01-14 09:59:12 +00:00
*)
err "Image: Unknown image backend specified '$image_backend'."
err "Image: Valid backends are: 'ascii', 'caca', 'jp2a', 'iterm2', 'kitty',
2017-12-16 04:51:07 +00:00
'off', 'sixel', 'pixterm', 'termpix', 'tycat', 'w3m')"
err "Image: Falling back to ascii mode."
get_ascii
2017-01-14 09:59:12 +00:00
;;
2016-01-05 07:19:38 +00:00
esac
2016-12-12 06:41:35 +00:00
2017-01-14 09:59:12 +00:00
# Set cursor position next image/ascii.
2018-06-02 03:08:08 +01:00
[[ "$image_backend" != "off" ]] && printf '\e[%sA\e[9999999D' "${lines:-0}"
2016-01-05 07:19:38 +00:00
}
get_ascii() {
2018-06-03 01:14:53 +01:00
if [[ -f "$image_source" ]]; then
2018-05-03 06:04:15 +01:00
ascii_data="$(< "$image_source")"
2018-06-03 01:14:53 +01:00
else
err "Ascii: Ascii file not found, using distro ascii."
fi
2016-12-20 10:17:40 +00:00
# Set locale to get correct padding.
LC_ALL="$sys_locale"
2016-02-09 23:20:51 +00:00
2018-06-03 01:14:53 +01:00
# Calculate size of ascii file in line length / line count.
while IFS=$'\n' read -r line; do
2017-01-04 13:36:04 +00:00
((${#line} > ascii_length)) && ascii_length="${#line}"
((++lines))
2018-06-03 01:14:53 +01:00
done <<< "${ascii_data//\$\{??\}}"
2016-11-07 06:54:38 +00:00
2016-12-20 10:17:40 +00:00
# Colors.
2018-06-03 01:14:53 +01:00
ascii_data="${ascii_data//\$\{c1\}/$c1}"
ascii_data="${ascii_data//\$\{c2\}/$c2}"
ascii_data="${ascii_data//\$\{c3\}/$c3}"
ascii_data="${ascii_data//\$\{c4\}/$c4}"
ascii_data="${ascii_data//\$\{c5\}/$c5}"
ascii_data="${ascii_data//\$\{c6\}/$c6}"
2018-05-30 23:04:01 +01:00
((text_padding=ascii_length+gap))
2018-06-03 01:14:53 +01:00
printf '%b\n' "$ascii_data"
LC_ALL=C
2016-01-27 11:33:22 +00:00
}
2017-01-14 09:59:12 +00:00
get_image_source() {
case "$image_source" in
2017-01-26 07:37:13 +00:00
"auto" | "wall" | "wallpaper")
get_wallpaper
2017-01-14 09:59:12 +00:00
;;
2016-11-12 13:30:09 +00:00
2017-01-14 09:59:12 +00:00
*)
# Get the absolute path.
image_source="$(get_full_path "$image_source")"
2017-01-14 09:59:12 +00:00
if [[ -d "$image_source" ]]; then
shopt -s nullglob
files=("${image_source%/}"/*.{png,jpg,jpeg,jpe,gif,svg})
shopt -u nullglob
image="${files[RANDOM % ${#files[@]}]}"
2016-11-12 13:30:09 +00:00
2017-01-14 09:59:12 +00:00
else
image="$image_source"
fi
;;
esac
2016-11-12 13:30:09 +00:00
2017-01-26 07:41:03 +00:00
err "Image: Using image '$image'"
2016-11-12 13:30:09 +00:00
}
get_wallpaper() {
case "$os" in
"Mac OS X")
image="$(osascript <<END
tell application "System Events" to picture of current desktop
END
)"
;;
"Windows")
case "$distro" in
"Windows XP")
2018-06-01 01:53:28 +01:00
image="/c/Documents and Settings/${USER}"
image+="/Local Settings/Application Data/Microsoft/Wallpaper1.bmp"
[[ "$kernel_name" == *CYGWIN* ]] && image="/cygdrive${image}"
;;
"Windows"*)
2018-06-01 01:53:28 +01:00
image="${APPDATA}/Microsoft/Windows/Themes/TranscodedWallpaper.jpg"
;;
esac
;;
*)
2016-12-05 02:37:32 +00:00
# Get DE if user has disabled the function.
2017-01-02 00:50:29 +00:00
((de_run != 1)) && get_de
2016-11-12 13:30:09 +00:00
2018-06-01 01:53:28 +01:00
type -p wal >/dev/null && [[ -f "${HOME}/.cache/wal/wal" ]] && \
{ image="$(< "${HOME}/.cache/wal/wal")"; return; }
2018-04-13 23:18:08 +01:00
2016-12-05 02:37:32 +00:00
case "$de" in
2018-06-01 01:53:28 +01:00
"MATE"*)
image="$(gsettings get org.mate.background picture-filename)"
;;
2017-08-02 02:47:15 +01:00
"Xfce"*)
image="$(xfconf-query -c xfce4-desktop -p \
"/backdrop/screen0/monitor0/workspace0/last-image")"
;;
"Cinnamon"*)
image="$(gsettings get org.cinnamon.desktop.background picture-uri)"
image="$(decode_url "$image")"
;;
2016-12-05 02:37:32 +00:00
*)
if type -p feh >/dev/null && [[ -f "${HOME}/.fehbg" ]]; then
image="$(awk -F\' '/feh/ {printf $(NF-1)}' "${HOME}/.fehbg")"
2016-11-12 13:30:09 +00:00
2018-04-19 22:47:15 +01:00
elif type -p setroot >/dev/null && \
[[ -f "${XDG_CONFIG_HOME}/setroot/.setroot-restore" ]]; then
image="$(awk -F\' '/setroot/ {printf $(NF-1)}' \
"${XDG_CONFIG_HOME}/setroot/.setroot-restore")"
2016-11-12 13:30:09 +00:00
2016-12-05 02:37:32 +00:00
elif type -p nitrogen >/dev/null; then
2017-08-02 02:47:15 +01:00
image="$(awk -F'=' '/file/ {printf $2;exit;}' \
"${XDG_CONFIG_HOME}/nitrogen/bg-saved.cfg")"
2016-11-12 13:30:09 +00:00
2016-12-05 02:37:32 +00:00
else
2017-01-04 13:36:04 +00:00
image="$(gsettings get org.gnome.desktop.background picture-uri)"
image="$(decode_url "$image")"
2016-12-05 02:37:32 +00:00
fi
;;
esac
2016-11-12 13:30:09 +00:00
2016-12-20 10:17:40 +00:00
# Strip un-needed info from the path.
2016-12-05 02:37:32 +00:00
image="${image/'file://'}"
image="$(trim_quotes "$image")"
;;
esac
2016-11-13 08:25:29 +00:00
# If image is an xml file, don't use it.
2016-11-13 04:33:28 +00:00
[[ "${image/*\./}" == "xml" ]] && image=""
2016-11-12 13:30:09 +00:00
}
get_w3m_img_path() {
# Find w3m-img path.
2018-05-30 22:33:20 +01:00
shopt -s nullglob
2018-05-30 23:10:43 +01:00
w3m_paths=({/usr/{local/,},~/.nix-profile/}{lib,libexec,lib64,libexec64}/w3m/w3mi*)
2018-05-30 22:33:20 +01:00
shopt -u nullglob
2017-05-24 04:07:01 +01:00
2018-05-30 22:33:20 +01:00
[[ -x "${w3m_paths[0]}" ]] && \
{ w3m_img_path="${w3m_paths[0]}"; return; }
2017-07-24 21:48:48 +01:00
2018-05-30 22:33:20 +01:00
err "Image: w3m-img wasn't found on your system"
2017-01-14 09:59:12 +00:00
}
2016-11-13 04:12:22 +00:00
get_term_size() {
# This functions gets the current window size in
# pixels.
#
2016-12-20 10:17:40 +00:00
# We first try to use the escape sequence "\044[14t"
2016-11-13 04:12:22 +00:00
# to get the terminal window size in pixels. If this
2016-12-20 10:17:40 +00:00
# fails we then fallback to using "xdotool" or other
2016-11-13 04:12:22 +00:00
# programs.
# Tmux has a special way of reading escape sequences
# so we have to use a slightly different sequence to
# get the terminal size.
2018-06-01 03:34:28 +01:00
if [[ "$image_backend" == "tycat" ]]; then
printf '%b' '\e}qs\000'
2016-06-10 08:58:24 +01:00
2016-02-21 00:32:02 +00:00
else
2018-06-01 03:34:28 +01:00
case "${TMUX:-null}" in
"null") printf '%b' '\e[14t' ;;
*) printf '%b' '\ePtmux;\e\e[14t\e\\ ' ;;
esac
fi
2016-02-18 03:19:41 +00:00
2016-11-13 04:12:22 +00:00
# The escape codes above print the desired output as
# user input so we have to use read to store the out
# -put as a variable.
2018-06-01 03:34:28 +01:00
IFS=';t' read -d t -t 0.05 -sra term_size
2016-01-20 10:46:20 +00:00
2016-11-13 04:12:22 +00:00
# Split the string into height/width.
if [[ "$image_backend" == "tycat" ]]; then
term_width="$((term_size[2] * term_size[0]))"
term_height="$((term_size[3] * term_size[1]))"
else
2016-12-22 09:39:43 +00:00
term_height="${term_size[1]}"
2018-06-01 03:34:28 +01:00
term_width="${term_size[2]}"
fi
[[ "$image_backend" == "kitty" ]] && \
IFS=x read -r term_width term_height < <(kitty icat --print-window-size)
# Get terminal width/height if \e[14t is unsupported.
2018-05-20 23:24:32 +01:00
if (( "${term_width:-0}" < 50 )) && [[ "$DISPLAY" && "$os" != "Mac OS X" ]]; then
2018-06-01 03:47:18 +01:00
if type -p xdotool &>/dev/null; then
2018-06-01 03:34:28 +01:00
IFS=$'\n' read -d "" -ra win < <(xdotool getactivewindow getwindowgeometry --shell %1)
term_width="${win[3]/WIDTH=}"
term_height="${win[4]/HEIGHT=}"
2018-06-01 03:47:18 +01:00
elif type -p xwininfo &>/dev/null; then
2016-11-13 04:12:22 +00:00
# Get the focused window's ID.
2018-06-01 03:47:18 +01:00
if type -p xdo &>/dev/null; then
2018-06-01 03:34:28 +01:00
current_window="$(xdo id)"
2018-06-01 03:47:18 +01:00
elif type -p xdpyinfo &>/dev/null; then
2018-06-01 03:34:28 +01:00
current_window="$(xdpyinfo | grep -F "focus:")"
2016-12-06 00:46:34 +00:00
current_window="${current_window/*window }"
2018-06-01 03:34:28 +01:00
current_window="${current_window/,*}"
2018-06-01 03:47:18 +01:00
elif type -p xprop &>/dev/null; then
2017-07-14 14:29:53 +01:00
current_window="$(xprop -root _NET_ACTIVE_WINDOW)"
current_window="${current_window##* }"
fi
2016-11-13 04:12:22 +00:00
# If the ID was found get the window size.
if [[ "$current_window" ]]; then
2018-06-01 03:34:28 +01:00
term_size="$(xwininfo -id "$current_window")"
term_width="${term_size#*Width: }"
term_width="${term_width/$'\n'*}"
term_height="${term_size/*Height: }"
term_height="${term_height/$'\n'*}"
2016-11-13 04:12:22 +00:00
fi
fi
2016-06-10 08:58:24 +01:00
fi
2018-05-20 23:24:32 +01:00
term_width="${term_width:-0}"
2016-11-13 04:12:22 +00:00
}
get_image_size() {
# This functions determines the size to make
# the thumbnail image.
2018-04-22 02:01:18 +01:00
read -r lines columns <<< "$(stty size)"
2016-02-01 00:05:46 +00:00
2016-12-20 10:17:40 +00:00
# Calculate font size.
2016-06-12 06:51:48 +01:00
font_width="$((term_width / columns))"
font_height="$((term_height / lines))"
2016-02-18 03:19:41 +00:00
2016-02-20 02:35:07 +00:00
case "$image_size" in
"auto")
2016-06-12 06:51:48 +01:00
image_size="$((columns * font_width / 2))"
term_height="$((term_height - term_height / 4))"
2017-01-04 13:36:04 +00:00
((term_height < image_size)) && \
image_size="$term_height"
2016-02-20 02:35:07 +00:00
;;
*"%")
2016-06-12 06:51:48 +01:00
percent="${image_size/\%}"
image_size="$((percent * term_width / 100))"
2016-02-20 02:35:07 +00:00
2017-01-04 13:36:04 +00:00
(((percent * term_height / 50) < image_size)) && \
2016-06-12 06:51:48 +01:00
image_size="$((percent * term_height / 100))"
2016-02-20 02:35:07 +00:00
;;
2016-04-12 06:50:19 +01:00
"none")
2016-12-20 10:17:40 +00:00
# Get image size so that we can do a better crop.
2018-04-22 02:01:18 +01:00
read -r width height <<< "$(identify -format "%w %h" "$image")"
crop_mode="none"
while (( "$width" >= ("$term_width" / 2) ||
"$height" >= "$term_height" )); do
width="$((width / 2))"
height="$((height / 2))"
done
;;
2018-06-01 03:34:28 +01:00
*)
image_size="${image_size/px}"
;;
2016-02-20 02:35:07 +00:00
esac
2016-02-18 03:19:41 +00:00
2016-06-12 06:51:48 +01:00
width="${width:-$image_size}"
height="${height:-$image_size}"
2016-11-13 04:12:22 +00:00
text_padding="$((width / font_width + gap + xoffset/font_width))"
}
2016-11-13 04:12:22 +00:00
make_thumbnail() {
# Name the thumbnail using variables so we can
# use it later.
2018-06-01 03:34:28 +01:00
image_name="${crop_mode}-${crop_offset}-${width}-${height}-${image##*/}"
# Handle file extensions.
case "${image##*.}" in
"eps"|"pdf"|"svg"|"gif"|"png")
image_name+=".png" ;;
*) image_name+=".jpg" ;;
esac
# Create the thumbnail dir if it doesn't exist.
2018-06-02 03:40:09 +01:00
mkdir -p "${thumbnail_dir:=${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch}"
2018-06-01 03:34:28 +01:00
if [[ ! -f "${thumbnail_dir}/${image_name}" ]]; then
2016-12-20 10:17:40 +00:00
# Get image size so that we can do a better crop.
2018-06-01 03:34:28 +01:00
[[ -z "$size" ]] && {
2018-04-22 02:01:18 +01:00
read -r og_width og_height <<< "$(identify -format "%w %h" "$image")"
((og_height > og_width)) && size="$og_width" || size="$og_height"
2018-06-01 03:34:28 +01:00
}
case "$crop_mode" in
2016-11-13 04:12:22 +00:00
"fit")
2016-11-13 04:33:28 +00:00
c="$(convert "$image" \
-colorspace srgb \
2016-06-12 06:51:48 +01:00
-format "%[pixel:p{0,0}]" info:)"
convert \
-background none \
2016-11-13 04:33:28 +00:00
"$image" \
-trim +repage \
-gravity south \
-background "$c" \
2018-06-01 03:34:28 +01:00
-extent "${size}x${size}" \
-scale "${width}x${height}" \
"${thumbnail_dir}/${image_name}"
;;
2016-11-13 04:12:22 +00:00
"fill")
convert \
-background none \
2016-11-13 04:33:28 +00:00
"$image" \
-trim +repage \
2018-06-01 03:34:28 +01:00
-scale "${width}x${height}^" \
-extent "${width}x${height}" \
"${thumbnail_dir}/${image_name}"
;;
"none")
cp "$image" "${thumbnail_dir}/${image_name}"
;;
*)
2018-06-01 03:34:28 +01:00
time convert \
-background none \
2016-11-13 04:33:28 +00:00
"$image" \
2018-06-01 03:34:28 +01:00
-strip \
-define "jpeg:size=100x100" \
2016-11-06 09:11:12 +00:00
-gravity "$crop_offset" \
2018-06-01 03:34:28 +01:00
-crop "${size}x${size}+0+0" \
-quality 40 \
-sample "${width}x${height}" \
"${thumbnail_dir}/${image_name}"
;;
esac
fi
2016-12-20 10:17:40 +00:00
# The final image.
2018-06-01 03:34:28 +01:00
image="${thumbnail_dir}/${image_name}"
2015-12-30 10:18:17 +00:00
}
display_image() {
case "$image_backend" in
2017-01-14 13:15:33 +00:00
"caca")
2017-08-02 02:47:15 +01:00
img2txt -W "$((width / font_width)))" \
-H "$((height / font_height))" \
--gamma=0.6 "$image" ||\
to_off "Image: libcaca failed to display the image."
2017-01-14 13:15:33 +00:00
;;
2017-01-14 13:15:33 +00:00
"jp2a")
2018-05-24 21:51:06 +01:00
jp2a --width="$((width / font_width))" \
--height="$((height / font_height))" \
--colors "$image" ||\
2017-08-02 02:47:15 +01:00
to_off "Image: jp2a failed to display the image."
2017-02-08 23:23:21 +00:00
;;
"kitty")
2018-05-28 01:28:14 +01:00
kitty icat \
--align left \
--place "$((width / font_width))x$((height / font_height))\
@${xoffset}x${yoffset}" \
"$image" ||\
to_off "Image: kitty failed to display the image."
;;
2017-12-16 04:51:07 +00:00
"pixterm")
pixterm -tc "$((width / font_width))" \
-tr "$((height / font_height))" \
"$image" ||\
to_off "Image: pixterm failed to display the image."
;;
2017-02-08 23:23:21 +00:00
"sixel")
img2sixel -w "$width" \
-h "$height" \
"$image" ||\
2017-12-16 04:51:07 +00:00
to_off "Image: libsixel failed to display the image."
2016-11-12 13:30:09 +00:00
;;
2016-01-30 06:44:52 +00:00
2017-02-08 23:36:21 +00:00
"termpix")
2018-05-24 21:51:06 +01:00
termpix --width "$((width / font_width))" \
--height "$((height / font_height))" \
"$image" ||\
2017-08-02 02:47:15 +01:00
to_off "Image: termpix failed to display the image."
2017-02-08 23:36:21 +00:00
;;
2016-11-12 13:30:09 +00:00
"iterm2")
2017-08-02 02:47:15 +01:00
image="$(base64 < "$image")"
2018-06-02 03:08:08 +01:00
printf -v iterm_cmd '\e]1337;File=width=%spx;height=%spx;inline=1:%s' \
"$width" "$height" "$image"
# Tmux requires an additional escape sequence for this to work.
2018-06-02 03:08:08 +01:00
[[ -n "$TMUX" ]] && printf -v iterm_cmd '\ePtmux;\e%b\e'\\ "$iterm_cmd"
2018-06-02 03:08:08 +01:00
printf '%b\a\n' "$iterm_cmd"
2016-11-12 13:30:09 +00:00
;;
2016-01-30 06:44:52 +00:00
2016-11-12 13:30:09 +00:00
"tycat")
2018-05-28 00:33:47 +01:00
tycat -g "${width}x${height}" "$image" ||\
2017-08-02 02:47:15 +01:00
to_off "Image: tycat failed to display the image."
2016-11-12 13:30:09 +00:00
;;
2017-01-14 04:30:37 +00:00
2017-01-14 13:15:33 +00:00
"w3m")
get_w3m_img_path
2018-06-01 01:53:28 +01:00
zws='\xE2\x80\x8B\x20'
2017-01-14 04:43:34 +00:00
2017-01-14 13:15:33 +00:00
# Add a tiny delay to fix issues with images not
# appearing in specific terminal emulators.
sleep 0.05
2018-06-02 03:08:08 +01:00
printf '%b\n%s;\n%s\n' "0;1;$xoffset;$yoffset;$width;$height;;;;;$image" 3 4 |\
2018-06-01 03:47:18 +01:00
"${w3m_img_path:-false}" -bg "$background_color" &>/dev/null ||\
2017-08-02 02:47:15 +01:00
to_off "Image: w3m-img failed to display the image."
2016-11-12 13:30:09 +00:00
;;
esac
2016-01-30 06:44:52 +00:00
}
to_ascii() {
# Log the error.
err "$1"
# This function makes neofetch fallback to ascii mode.
image_backend="ascii"
2016-12-22 09:39:43 +00:00
# Print the ascii art.
get_ascii
2016-12-22 09:39:43 +00:00
2017-01-14 11:53:36 +00:00
# Set cursor position next image/ascii.
2018-06-02 03:08:08 +01:00
printf '\e[%sA\e[9999999D' "${lines:-0}"
}
2016-08-13 10:42:31 +01:00
to_off() {
# This function makes neofetch fallback to off mode.
err "$1"
image_backend="off"
text_padding=
2016-08-13 10:42:31 +01:00
}
2016-12-05 04:14:44 +00:00
2016-11-11 00:15:05 +00:00
# TEXT FORMATTING
2016-08-12 11:53:04 +01:00
info() {
2016-12-22 02:03:15 +00:00
# Save subtitle value.
[[ "$2" ]] && subtitle="$1"
2016-12-22 02:03:15 +00:00
# Make sure that $prin is unset.
unset -v prin
2016-12-12 02:10:08 +00:00
# Call the function.
2018-05-29 00:26:59 +01:00
"get_${2:-$1}"
# If the get_func function called 'prin' directly, stop here.
2016-12-14 23:28:52 +00:00
[[ "$prin" ]] && return
2016-12-20 10:17:40 +00:00
# Update the variable.
output="$(trim "${!2:-${!1}}")"
2016-12-14 10:33:05 +00:00
if [[ "$2" && "${output// }" ]]; then
prin "$1" "$output"
2016-12-14 10:33:05 +00:00
elif [[ "${output// }" ]]; then
prin "$output"
2016-10-01 03:28:21 +01:00
2016-12-14 10:33:05 +00:00
else
err "Info: Couldn't detect ${1}."
fi
unset -v subtitle
}
2016-08-12 11:53:04 +01:00
prin() {
2016-12-20 10:17:40 +00:00
# If $2 doesn't exist we format $1 as info.
if [[ "$(trim "$1")" && "$2" ]]; then
2018-06-01 03:58:23 +01:00
[[ "$json" ]] && { printf ' %s\n' "\"${1}\": \"${2}\","; return; }
2018-05-24 07:51:23 +01:00
2017-01-27 16:01:11 +00:00
string="${1}${2:+: $2}"
else
string="${2:-$1}"
local subtitle_color="$info_color"
fi
string="$(trim "${string//$'\e[0m'}")"
2017-01-27 16:01:11 +00:00
# Log length if it doesn't exist.
if [[ -z "$length" ]]; then
length="$(strip_sequences "$string")"
length="${#length}"
fi
2016-08-02 14:50:05 +01:00
2016-12-20 10:17:40 +00:00
# Format the output.
2016-08-14 01:55:01 +01:00
string="${string/:/${reset}${colon_color}:${info_color}}"
2016-08-02 14:44:10 +01:00
string="${subtitle_color}${bold}${string}"
2016-12-20 10:17:40 +00:00
# Print the info.
2018-06-02 03:08:08 +01:00
printf '%b\n' "${text_padding:+\e[${text_padding}C}${zws}${string}${reset} "
2016-10-01 03:28:21 +01:00
2016-12-20 10:17:40 +00:00
# Calculate info height.
((++info_height))
2016-10-04 11:29:06 +01:00
# Log that prin was used.
2016-11-06 05:25:53 +00:00
prin=1
}
get_underline() {
if [[ "$underline_enabled" == "on" ]]; then
2016-12-16 02:20:10 +00:00
printf -v underline "%${length}s"
2018-06-02 03:08:08 +01:00
printf '%b%b\n' "${text_padding:+\e[${text_padding}C}${zws}${underline_color}" \
"${underline// /$underline_char}${reset} "
unset -v length
2016-11-06 07:06:23 +00:00
fi
2018-05-23 23:07:37 +01:00
((++info_height))
2017-01-27 16:01:11 +00:00
prin=1
}
2016-11-13 10:29:25 +00:00
get_line_break() {
2016-12-19 04:23:20 +00:00
# Print it directly.
2018-06-02 03:08:08 +01:00
printf '%b\n' "$zws"
2016-11-13 10:29:25 +00:00
2016-12-20 10:17:40 +00:00
# Calculate info height.
((++info_height))
# Tell info() that we printed manually.
prin=1
2016-11-13 10:29:25 +00:00
}
get_bold() {
2016-11-13 09:58:59 +00:00
case "$ascii_bold" in
2018-06-02 03:08:08 +01:00
"on") ascii_bold='\e[1m' ;;
2016-11-13 09:58:59 +00:00
"off") ascii_bold="" ;;
esac
case "$bold" in
2018-06-02 03:08:08 +01:00
"on") bold='\e[1m' ;;
2016-11-13 09:58:59 +00:00
"off") bold="" ;;
esac
}
trim() {
set -f
2018-04-01 05:30:06 +01:00
# shellcheck disable=2048,2086
set -- $*
2018-06-01 03:58:23 +01:00
printf '%s\n' "${*//[[:space:]]/ }"
2016-11-13 09:58:59 +00:00
set +f
}
2016-11-16 01:20:14 +00:00
trim_quotes() {
trim_output="${1//\'}"
trim_output="${trim_output//\"}"
2016-11-16 01:20:14 +00:00
printf "%s" "$trim_output"
}
2017-01-27 16:01:11 +00:00
strip_sequences() {
strip="${1//$'\e['3[0-9]m}"
strip="${strip//$'\e['38\;5\;[0-9]m}"
strip="${strip//$'\e['38\;5\;[0-9][0-9]m}"
strip="${strip//$'\e['38\;5\;[0-9][0-9][0-9]m}"
2017-01-27 16:01:11 +00:00
2018-06-01 03:58:23 +01:00
printf '%s\n' "$strip"
2017-01-27 16:01:11 +00:00
}
2016-11-13 09:58:59 +00:00
# COLORS
set_colors() {
c1="$(color "$1")${ascii_bold}"
c2="$(color "$2")${ascii_bold}"
c3="$(color "$3")${ascii_bold}"
c4="$(color "$4")${ascii_bold}"
c5="$(color "$5")${ascii_bold}"
c6="$(color "$6")${ascii_bold}"
2017-01-06 11:50:05 +00:00
[[ "$color_text" != "off" ]] && set_text_colors "$@"
}
set_text_colors() {
if [[ "${colors[0]}" == "distro" ]]; then
title_color="$(color "$1")"
at_color="$reset"
underline_color="$reset"
subtitle_color="$(color "$2")"
colon_color="$reset"
info_color="$reset"
2017-07-21 11:53:24 +01:00
# If the ascii art uses 8 as a color, make the text the fg.
((${1:-1} == 8)) && title_color="$reset"
((${2:-7} == 8)) && subtitle_color="$reset"
# If the second color is white use the first for the subtitle.
((${2:-7} == 7)) && subtitle_color="$(color "$1")"
((${1:-1} == 7)) && title_color="$reset"
else
title_color="$(color "${colors[0]}")"
at_color="$(color "${colors[1]}")"
underline_color="$(color "${colors[2]}")"
subtitle_color="$(color "${colors[3]}")"
colon_color="$(color "${colors[4]}")"
info_color="$(color "${colors[5]}")"
fi
2017-01-02 05:40:30 +00:00
# Bar colors.
if [[ "$bar_color_elapsed" == "distro" ]]; then
bar_color_elapsed="$(color fg)"
else
bar_color_elapsed="$(color "$bar_color_elapsed")"
fi
2017-01-02 05:40:30 +00:00
case "$bar_color_total $1" in
"distro "[736]) bar_color_total="$(color "$1")" ;;
"distro "[0-9]) bar_color_total="$(color "$2")" ;;
*) bar_color_total="$(color "$bar_color_total")" ;;
esac
}
2017-01-02 05:40:30 +00:00
color() {
case "$1" in
2018-06-02 03:08:08 +01:00
[0-6]) printf '%b\e[3%sm' "$reset" "$1" ;;
7 | "fg") printf '\e[37m%b' "$reset" ;;
*) printf '\e[38;5;%bm' "$1" ;;
esac
}
2017-01-02 05:40:30 +00:00
# OTHER
2017-01-02 05:40:30 +00:00
stdout() {
image_backend="off"
unset subtitle_color
unset colon_color
unset info_color
unset underline_color
unset bold
unset title_color
unset at_color
unset text_padding
unset zws
unset reset
unset color_blocks
unset get_line_break
}
2017-01-02 05:40:30 +00:00
err() {
2018-06-02 03:08:08 +01:00
err+="$(color 1)[!]${reset} $1
"
}
get_full_path() {
# This function finds the absolute path from a relative one.
# For example "Pictures/Wallpapers" --> "/home/dylan/Pictures/Wallpapers"
2017-01-02 05:40:30 +00:00
# If the file exists in the current directory, stop here.
2018-06-01 03:58:23 +01:00
[[ -f "${PWD}/${1/*\/}" ]] && { printf '%s\n' "${PWD}/${1/*\/}"; return; }
2017-05-08 15:44:13 +01:00
2018-06-01 03:54:31 +01:00
! cd "${1%/*}" && {
err "Error: Directory '${1%/*}' doesn't exist or is inaccessible"
err " Check that the directory exists or try another directory."
exit 1
2018-06-01 03:54:31 +01:00
}
local full_dir="${1##*/}"
2017-08-04 03:39:35 +01:00
# Iterate down a (possible) chain of symlinks.
while [[ -L "$full_dir" ]]; do
full_dir="$(readlink "$full_dir")"
cd "${full_dir%/*}" || exit
full_dir="${full_dir##*/}"
done
2017-07-26 09:34:46 +01:00
# Final directory.
full_dir="$(pwd -P)/${1/*\/}"
2016-11-02 06:40:50 +00:00
2018-06-01 03:58:23 +01:00
[[ -e "$full_dir" ]] && printf '%s\n' "$full_dir"
}
2017-01-02 05:40:30 +00:00
get_user_config() {
# Check $config_file.
2018-06-01 03:54:31 +01:00
[[ -f "$config_file" ]] && {
source "$config_file"
2018-05-04 07:25:05 +01:00
err "Config: Sourced user config. (${config_file})"
return
2018-06-01 03:54:31 +01:00
}
mkdir -p "${XDG_CONFIG_HOME}/neofetch/"
2017-01-02 07:26:45 +00:00
# Check ${XDG_CONFIG_HOME}/neofetch and create the
# dir/files if they don't exist.
if [[ -f "${XDG_CONFIG_HOME}/neofetch/config" ]]; then
config_file="${XDG_CONFIG_HOME}/neofetch/config"
2017-01-02 05:40:30 +00:00
elif [[ -f "${XDG_CONFIG_HOME}/neofetch/config.conf" ]]; then
config_file="${XDG_CONFIG_HOME}/neofetch/config.conf"
2017-01-02 05:40:30 +00:00
else
config_file="${XDG_CONFIG_HOME}/neofetch/config.conf"
2017-01-02 05:40:30 +00:00
# The config file doesn't exist, create it.
2018-06-01 03:58:23 +01:00
printf '%s\n' "$config" > "$config_file"
fi
2017-01-02 05:40:30 +00:00
source "$config_file"
err "Config: Sourced user config. (${config_file})"
}
2017-01-02 05:40:30 +00:00
bar() {
# Get the values.
elapsed="$(($1 * bar_length / $2))"
2017-01-02 05:40:30 +00:00
# Create the bar with spaces.
printf -v prog "%${elapsed}s"
printf -v total "%$((bar_length - elapsed))s"
2017-06-16 05:44:21 +01:00
# Set the colors and swap the spaces for $bar_char_.
bar+="${bar_color_elapsed}${prog// /${bar_char_elapsed}}"
bar+="${bar_color_total}${total// /${bar_char_total}}"
2017-09-21 07:07:27 +01:00
# Borders.
[[ "$bar_border" == "on" ]] && \
bar="$(color fg)[${bar}$(color fg)]"
2017-01-02 05:40:30 +00:00
printf "%b" "${bar}${info_color}"
}
2017-01-02 05:40:30 +00:00
cache() {
if [[ "$2" ]]; then
mkdir -p "${cache_dir}/neofetch"
printf "%s" "${1/*-}=\"$2\"" > "${cache_dir}/neofetch/${1/*-}"
fi
}
2017-07-22 15:20:33 +01:00
get_cache_dir() {
case "$os" in
"Mac OS X") cache_dir="/Library/Caches" ;;
*) cache_dir="/tmp" ;;
esac
}
2017-01-02 05:40:30 +00:00
kde_config_dir() {
# If the user is using KDE get the KDE
# configuration directory.
if [[ "$kde_config_dir" ]]; then
return
2017-01-02 05:40:30 +00:00
2018-06-01 03:47:18 +01:00
elif type -p kf5-config &>/dev/null; then
kde_config_dir="$(kf5-config --path config)"
2017-04-03 23:47:26 +01:00
2018-06-01 03:47:18 +01:00
elif type -p kde4-config &>/dev/null; then
kde_config_dir="$(kde4-config --path config)"
2017-01-02 05:40:30 +00:00
2018-06-01 03:47:18 +01:00
elif type -p kde-config &>/dev/null; then
kde_config_dir="$(kde-config --path config)"
2017-01-02 05:40:30 +00:00
elif [[ -d "${HOME}/.kde4" ]]; then
kde_config_dir="${HOME}/.kde4/share/config"
2017-01-02 05:40:30 +00:00
elif [[ -d "${HOME}/.kde3" ]]; then
kde_config_dir="${HOME}/.kde3/share/config"
fi
2017-01-02 05:40:30 +00:00
kde_config_dir="${kde_config_dir/$'/:'*}"
}
2017-07-23 15:52:52 +01:00
dynamic_prompt() {
2018-06-02 03:08:08 +01:00
[[ "$image_backend" == "off" ]] && { printf '\n'; return; }
2018-05-28 00:33:47 +01:00
[[ "$image_backend" != "ascii" ]] && lines="$(((height + yoffset) / font_height + 1))"
2017-07-22 15:09:18 +01:00
2018-05-23 23:07:37 +01:00
# If the ascii art is taller than the info.
if ((lines > info_height)); then
2018-05-24 21:07:42 +01:00
lines="$((lines - info_height + 1))"
2018-05-23 23:07:37 +01:00
else
2018-05-24 21:07:42 +01:00
lines=1
fi
2016-02-23 05:52:25 +00:00
2018-05-24 21:51:06 +01:00
printf -v nlines "%${lines}s"
printf "%b" "${nlines// /\\n}"
}
2016-12-02 12:16:47 +00:00
cache_uname() {
# Cache the output of uname so we don't
# have to spawn it multiple times.
2018-05-31 05:30:48 +01:00
IFS=" " read -ra uname <<< "$(uname -srm)"
2017-01-02 05:40:30 +00:00
kernel_name="${uname[0]}"
kernel_version="${uname[1]}"
2018-05-31 05:30:48 +01:00
kernel_machine="${uname[2]}"
}
2017-01-02 05:40:30 +00:00
get_ppid() {
# Get parent process ID of PID.
case "$os" in
"Windows")
ppid="$(ps -p "${1:-$PPID}" | awk '{printf $2}')"
ppid="${ppid/'PPID'}"
2017-01-02 05:40:30 +00:00
;;
"Linux")
ppid="$(grep -i -F "PPid:" "/proc/${1:-$PPID}/status")"
ppid="$(trim "${ppid/PPid:}")"
2017-01-02 05:40:30 +00:00
;;
*)
ppid="$(ps -p "${1:-$PPID}" -o ppid=)"
2017-05-12 17:42:04 +01:00
;;
esac
2017-05-12 17:42:04 +01:00
printf "%s" "$ppid"
}
2017-01-13 21:07:50 +00:00
get_process_name() {
# Get PID name.
case "$os" in
"Windows")
name="$(ps -p "${1:-$PPID}" | awk '{printf $8}')"
name="${name/'COMMAND'}"
name="${name/*\/}"
;;
"Linux")
name="$(< "/proc/${1:-$PPID}/comm")"
2016-12-20 04:00:16 +00:00
;;
*)
name="$(ps -p "${1:-$PPID}" -o comm=)"
2016-02-23 05:52:25 +00:00
;;
esac
2016-02-23 05:52:25 +00:00
printf "%s" "$name"
}
decode_url() {
decode="${1//+/ }"
printf "%b" "${decode//%/\\x}"
}
2016-11-13 09:21:32 +00:00
# FINISH UP
2017-03-22 10:07:59 +00:00
usage() { printf "%s" "\
Usage: neofetch --option \"value\" --option \"value\"
2017-07-22 15:33:46 +01:00
Neofetch is a CLI system information tool written in BASH. Neofetch
displays information about your system next to an image, your OS logo,
or any ASCII file of your choice.
2016-02-23 05:52:25 +00:00
NOTE: Every launch flag has a config option.
2017-08-12 18:14:12 +01:00
Options:
INFO:
--disable infoname Allows you to disable an info line from appearing
2018-05-28 00:46:08 +01:00
in the output. 'infoname' is the function name from the
'print_info()' function inside the config file.
For example: 'info \"Memory\" memory' would be '--disable memory'
2016-02-23 05:52:25 +00:00
NOTE: You can supply multiple args. eg. 'neofetch --disable cpu gpu'
2017-01-02 07:02:28 +00:00
2018-06-03 01:26:20 +01:00
--package_managers on/off Hide/Show Package Manager names.
--os_arch on/off Hide/Show OS architecture.
--speed_type type Change the type of cpu speed to display.
Possible values: current, min, max, bios,
scaling_current, scaling_min, scaling_max
2016-11-07 06:54:38 +00:00
NOTE: This only supports Linux with cpufreq.
2016-02-23 05:52:25 +00:00
--speed_shorthand on/off Whether or not to show decimals in CPU speed.
2017-01-02 05:40:30 +00:00
NOTE: This flag is not supported in systems with CPU speed less than
1 GHz.
--cpu_brand on/off Enable/Disable CPU brand in output.
--cpu_cores type Whether or not to display the number of CPU cores
Possible values: logical, physical, off
2017-01-02 05:40:30 +00:00
NOTE: 'physical' doesn't work on BSD.
2017-01-02 05:53:05 +00:00
--cpu_speed on/off Hide/Show cpu speed.
--cpu_temp C/F/off Hide/Show cpu temperature.
2017-01-02 05:53:05 +00:00
NOTE: This only works on Linux and BSD.
2017-01-02 05:53:05 +00:00
NOTE: For FreeBSD and NetBSD-based systems, you need to enable
coretemp kernel module. This only supports newer Intel processors.
2017-01-02 05:53:05 +00:00
--distro_shorthand on/off Shorten the output of distro (tiny, on, off)
2017-07-16 19:02:43 +01:00
NOTE: This option won't work in Windows (Cygwin)
--kernel_shorthand on/off Shorten the output of kernel
2017-01-02 05:53:05 +00:00
NOTE: This option won't work in BSDs (except PacBSD and PC-BSD)
2017-01-02 05:53:05 +00:00
--uptime_shorthand on/off Shorten the output of uptime (tiny, on, off)
--refresh_rate on/off Whether to display the refresh rate of each monitor
Unsupported on Windows
--gpu_brand on/off Enable/Disable GPU brand in output. (AMD/NVIDIA/Intel)
--gpu_type type Which GPU to display. (all, dedicated, integrated)
2017-01-02 05:53:05 +00:00
NOTE: This only supports Linux.
2016-02-23 05:52:25 +00:00
--gtk_shorthand on/off Shorten output of gtk theme/icons
--gtk2 on/off Enable/Disable gtk2 theme/font/icons output
--gtk3 on/off Enable/Disable gtk3 theme/font/icons output
--shell_path on/off Enable/Disable showing \$SHELL path
--shell_version on/off Enable/Disable showing \$SHELL version
--disk_show value Which disks to display.
Possible values: '/', '/dev/sdXX', '/path/to/mount point'
2017-08-25 00:55:06 +01:00
NOTE: Multiple values can be given. (--disk_show '/' '/dev/sdc1')
2016-02-23 05:52:25 +00:00
--disk_subtitle type What information to append to the Disk subtitle.
Takes: name, mount, dir
'name' shows the disk's name (sda1, sda2, etc)
2017-01-02 05:53:05 +00:00
'mount' shows the disk's mount point (/, /mnt/Local Disk, etc)
2017-01-02 05:53:05 +00:00
'dir' shows the basename of the disks's path. (/, Local Disk, etc)
2016-02-23 05:52:25 +00:00
--ip_host url URL to query for public IP
2018-05-09 23:49:05 +01:00
--song_format format Print the song data in a specific format (see config file).
--song_shorthand on/off Print the Artist/Album/Title on separate lines.
--music_player player-name Manually specify a player to use.
Available values are listed in the config file
2016-02-23 05:52:25 +00:00
TEXT FORMATTING:
--colors x x x x x x Changes the text colors in this order:
title, @, underline, subtitle, colon, info
--underline on/off Enable/Disable the underline.
--underline_char char Character to use when underlining title
--bold on/off Enable/Disable bold text
COLOR BLOCKS:
--color_blocks on/off Enable/Disable the color blocks
--block_width num Width of color blocks in spaces
--block_height num Height of color blocks in lines
--block_range num num Range of colors to print as blocks
2016-02-23 05:52:25 +00:00
BARS:
--bar_char 'elapsed char' 'total char'
Characters to use when drawing bars.
--bar_border on/off Whether or not to surround the bar with '[]'
--bar_length num Length in spaces to make the bars.
--bar_colors num num Colors to make the bar.
Set in this order: elapsed, total
--cpu_display mode Bar mode.
Possible values: bar, infobar, barinfo, off
--memory_display mode Bar mode.
Possible values: bar, infobar, barinfo, off
--battery_display mode Bar mode.
Possible values: bar, infobar, barinfo, off
--disk_display mode Bar mode.
Possible values: bar, infobar, barinfo, off
2017-03-09 18:55:06 +00:00
IMAGE BACKEND:
--backend backend Which image backend to use.
Possible values: 'ascii', 'caca', 'jp2a', 'iterm2', 'off',
'sixel', 'tycat', 'w3m'
--source source Which image or ascii file to use.
Possible values: 'auto', 'ascii', 'wallpaper', '/path/to/img',
'/path/to/ascii', '/path/to/dir/'
--ascii source Shortcut to use 'ascii' backend.
--caca source Shortcut to use 'caca' backend.
--iterm2 source Shortcut to use 'iterm2' backend.
--jp2a source Shortcut to use 'jp2a' backend.
--kitty source Shortcut to use 'kitty' backend.
--pixterm source Shortcut to use 'pixterm' backend.
--sixel source Shortcut to use 'sixel' backend.
--termpix source Shortcut to use 'termpix' backend.
--tycat source Shortcut to use 'tycat' backend.
--w3m source Shortcut to use 'w3m' backend.
2018-05-28 00:47:17 +01:00
--off Shortcut to use 'off' backend (Disable ascii art).
2016-02-23 05:52:25 +00:00
NOTE: 'source; can be any of the following: 'auto', 'ascii', 'wallpaper', '/path/to/img',
'/path/to/ascii', '/path/to/dir/'
2016-03-26 11:32:31 +00:00
ASCII:
--ascii_colors x x x x x x Colors to print the ascii art
--ascii_distro distro Which Distro's ascii art to print
2017-07-22 03:34:12 +01:00
NOTE: Arch and Ubuntu have 'old' logo variants.
2017-01-02 05:53:05 +00:00
NOTE: Use 'arch_old' or 'ubuntu_old' to use the old logos.
2017-01-02 05:53:05 +00:00
NOTE: Ubuntu has flavor variants.
2017-01-02 07:26:45 +00:00
NOTE: Change this to 'Lubuntu', 'Xubuntu', 'Ubuntu-GNOME',
'Ubuntu-Studio' or 'Ubuntu-Budgie' to use the flavors.
2016-10-15 23:38:56 +01:00
NOTE: Alpine, Arch, CRUX, Debian, Gentoo, FreeBSD, Mac, NixOS,
OpenBSD, and Void have a smaller logo variant.
2016-02-23 05:52:25 +00:00
NOTE: Use '{distro name}_small' to use the small variants.
2016-12-20 03:50:06 +00:00
--ascii_bold on/off Whether or not to bold the ascii logo.
-L, --logo Hide the info text and only show the ascii logo.
2016-12-24 00:11:52 +00:00
Possible values: bar, infobar, barinfo, off
2016-02-23 05:52:25 +00:00
IMAGE:
--loop Redraw the image constantly until Ctrl+C is used. This fixes issues
in some terminals emulators when using image mode.
--size 00px | --size 00% How to size the image.
Possible values: auto, 00px, 00%, none
--crop_mode mode Which crop mode to use
Takes the values: normal, fit, fill
--crop_offset value Change the crop offset for normal mode.
Possible values: northwest, north, northeast,
west, center, east, southwest, south, southeast
2017-01-02 05:53:05 +00:00
--xoffset px How close the image will be to the left edge of the
window. This only works with w3m.
--yoffset px How close the image will be to the top edge of the
window. This only works with w3m.
--bg_color color Background color to display behind transparent image.
This only works with w3m.
--gap num Gap between image and text.
NOTE: --gap can take a negative value which will move the text
closer to the left side.
2017-01-02 05:53:05 +00:00
--clean Delete cached files and thumbnails.
OTHER:
--config /path/to/config Specify a path to a custom config file
--config none Launch the script without a config file
--print_config Print the default config file to stdout.
--stdout Turn off all colors and disables any ASCII/image backend.
--help Print this text and exit
--version Show neofetch version
-v Display error messages.
-vv Display a verbose log for error reporting.
2017-01-06 12:04:49 +00:00
DEVELOPER:
--gen-man Generate a manpage for Neofetch in your PWD. (Requires GNU help2man)
2016-02-23 05:52:25 +00:00
Report bugs to https://github.com/dylanaraps/neofetch/issues
"
exit 1
}
2017-01-02 05:53:05 +00:00
get_args() {
# Check the commandline flags early for '--config'.
[[ "$*" != *--config* ]] && get_user_config
while [[ "$1" ]]; do
case "$1" in
# Info
2018-06-03 01:26:20 +01:00
"--package_managers") package_managers="$2" ;;
"--os_arch") os_arch="$2" ;;
"--cpu_cores") cpu_cores="$2" ;;
"--cpu_speed") cpu_speed="$2" ;;
"--speed_type") speed_type="$2" ;;
"--speed_shorthand") speed_shorthand="$2" ;;
"--distro_shorthand") distro_shorthand="$2" ;;
"--kernel_shorthand") kernel_shorthand="$2" ;;
"--uptime_shorthand") uptime_shorthand="$2" ;;
"--cpu_brand") cpu_brand="$2" ;;
"--gpu_brand") gpu_brand="$2" ;;
"--gpu_type") gpu_type="$2" ;;
"--refresh_rate") refresh_rate="$2" ;;
"--gtk_shorthand") gtk_shorthand="$2" ;;
"--gtk2") gtk2="$2" ;;
"--gtk3") gtk3="$2" ;;
"--shell_path") shell_path="$2" ;;
"--shell_version") shell_version="$2" ;;
"--ip_host") public_ip_host="$2" ;;
2018-05-09 23:49:05 +01:00
"--song_format") song_format="$2" ;;
"--song_shorthand") song_shorthand="$2" ;;
"--music_player") music_player="$2" ;;
"--cpu_temp")
cpu_temp="$2"
[[ "$cpu_temp" == "on" ]] && cpu_temp="C"
;;
2017-01-02 07:02:28 +00:00
"--disk_subtitle") disk_subtitle="$2" ;;
"--disk_show")
unset disk_show
for arg in "$@"; do
case "$arg" in
"--disk_show") ;;
"-"*) break ;;
*) disk_show+=("$arg") ;;
esac
done
;;
"--disable")
for func in "$@"; do
case "$func" in
"--disable") continue ;;
"-"*) break ;;
*)
((bash_version >= 4)) && func="${func,,}"
unset -f "get_$func"
;;
esac
done
;;
2017-01-02 07:02:28 +00:00
# Text Colors
"--colors")
unset colors
for arg in "$2" "$3" "$4" "$5" "$6" "$7"; do
case "$arg" in
"-"*) break ;;
*) colors+=("$arg") ;;
esac
done
colors+=(7 7 7 7 7 7)
;;
2017-04-27 04:37:33 +01:00
# Text Formatting
"--underline") underline_enabled="$2" ;;
"--underline_char") underline_char="$2" ;;
"--bold") bold="$2" ;;
2017-01-02 05:53:05 +00:00
# Color Blocks
"--color_blocks") color_blocks="$2" ;;
"--block_range") block_range=("$2" "$3") ;;
"--block_width") block_width="$2" ;;
"--block_height") block_height="$2" ;;
2015-12-30 10:18:17 +00:00
# Bars
"--bar_char")
bar_char_elapsed="$2"
bar_char_total="$3"
;;
"--bar_border") bar_border="$2" ;;
"--bar_length") bar_length="$2" ;;
"--bar_colors")
bar_color_elapsed="$2"
bar_color_total="$3"
;;
"--cpu_display") cpu_display="$2" ;;
"--memory_display") memory_display="$2" ;;
"--battery_display") battery_display="$2" ;;
"--disk_display") disk_display="$2" ;;
2016-02-23 05:52:25 +00:00
# Image backend
"--backend") image_backend="$2" ;;
"--source") image_source="$2" ;;
"--ascii" | "--caca" | "--jp2a" | "--iterm2" | "--off" | "--pixterm" |\
"--sixel" | "--termpix" | "--tycat" | "--w3m" | "--kitty")
image_backend="${1/--}"
case "$2" in
"-"* | "") ;;
*) image_source="$2" ;;
esac
;;
# Image options
"--loop") image_loop="on" ;;
"--image_size" | "--size") image_size="$2" ;;
"--crop_mode") crop_mode="$2" ;;
"--crop_offset") crop_offset="$2" ;;
"--xoffset") xoffset="$2" ;;
"--yoffset") yoffset="$2" ;;
"--background_color" | "--bg_color") background_color="$2" ;;
"--gap") gap="$2" ;;
"--clean")
[[ -d "$thumbnail_dir" ]] && rm -rf "$thumbnail_dir"
rm -rf "/Library/Caches/neofetch/"
rm -rf "/tmp/neofetch/"
exit
;;
"--ascii_colors")
unset ascii_colors
for arg in "$2" "$3" "$4" "$5" "$6" "$7"; do
case "$arg" in
"-"*) break ;;
*) ascii_colors+=("$arg")
esac
done
ascii_colors+=(7 7 7 7 7 7)
;;
"--ascii_distro")
image_backend="ascii"
ascii_distro="$2"
case "$2" in "-"* | "") ascii_distro="$distro" ;; esac
;;
2016-01-20 22:49:50 +00:00
"--ascii_bold") ascii_bold="$2" ;;
"--logo" | "-L")
image_backend="ascii"
print_info() { info line_break; }
;;
2016-03-04 02:15:03 +00:00
# Other
"--config")
case "$2" in
"none" | "off" | "") ;;
*)
config_file="$(get_full_path "$2")"
get_user_config
;;
esac
;;
"--stdout") stdout="on" ;;
"-v") verbose="on" ;;
2018-06-01 03:58:23 +01:00
"--print_config") printf '%s\n' "$config"; exit ;;
"-vv") set -x; verbose="on" ;;
"--help") usage ;;
"--version")
2018-06-01 03:58:23 +01:00
printf '%s\n' "Neofetch $version"
exit 1
;;
"--gen-man")
help2man -n "A fast, highly customizable system info script" \
-N ./neofetch -o neofetch.1
exit 1
;;
2018-05-24 07:51:23 +01:00
"--json")
json="on"
unset -f get_title get_cols get_line_break get_underline
2018-06-01 03:58:23 +01:00
printf '{\n'
2018-05-24 07:51:23 +01:00
print_info 2>/dev/null
2018-06-01 03:58:23 +01:00
printf ' %s\n' "\"Version\": \"${version}\""
printf '}\n'
2018-05-24 07:51:23 +01:00
exit
;;
"--travis")
print_info() {
info title
info underline
info "OS" distro
info "Host" model
info "Kernel" kernel
info "Uptime" uptime
info "Packages" packages
info "Shell" shell
info "Resolution" resolution
info "DE" de
info "WM" wm
info "WM Theme" wm_theme
info "Theme" theme
info "Icons" icons
info "Terminal" term
info "Terminal Font" term_font
info "CPU" cpu
info "GPU" gpu
info "GPU Driver" gpu_driver
info "Memory" memory
info "CPU Usage" cpu_usage
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 line_break
info cols
info line_break
2017-01-02 05:53:05 +00:00
# Testing.
prin "prin"
prin "prin" "prin"
2017-11-02 20:13:55 +00:00
# Testing no subtitles.
info uptime
info disk
}
refresh_rate="on"
shell_version="on"
cpu_display="infobar"
memory_display="infobar"
disk_display="infobar"
cpu_temp="C"
2018-06-02 03:40:09 +01:00
# Known implicit unused variables.
printf '%s\n' "$kernel $icons $font $battery $locale"
;;
esac
2016-08-12 00:47:09 +01:00
shift
done
}
2016-08-12 00:47:09 +01:00
2018-05-04 02:46:55 +01:00
get_distro_ascii() {
# This function gets the distro ascii art and colors.
#
# $ascii_distro is the same as $distro.
2018-05-20 05:22:26 +01:00
case "$( trim "$ascii_distro")" in
"AIX"*)
set_colors 2 7
2018-05-03 05:32:59 +01:00
read -rd '' ascii_data <<'EOF'
${c1} `:+ssssossossss+-`
.oys///oyhddddhyo///sy+.
/yo:+hNNNNNNNNNNNNNNNNh+:oy/
:h/:yNNNNNNNNNNNNNNNNNNNNNNy-+h:
`ys.yNNNNNNNNNNNNNNNNNNNNNNNNNNy.ys
`h+-mNNNNNNNNNNNNNNNNNNNNNNNNNNNNm-oh
h+-NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN.oy
/d`mNNNNNNN/::mNNNd::m+:/dNNNo::dNNNd`m:
h//NNNNNNN: . .NNNh mNo od. -dNNNNN:+y
N.sNNNNNN+ -N/ -NNh mNNd. sNNNNNNNo-m
N.sNNNNNs +oo /Nh mNNs` ` /mNNNNNNo-m
h//NNNNh ossss` +h md- .hm/ `sNNNNN:+y
:d`mNNN+/yNNNNNd//y//h//oNNNNy//sNNNd`m-
yo-NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNm.ss
`h+-mNNNNNNNNNNNNNNNNNNNNNNNNNNNNm-oy
sy.yNNNNNNNNNNNNNNNNNNNNNNNNNNs.yo
:h+-yNNNNNNNNNNNNNNNNNNNNNNs-oh-
:ys:/yNNNNNNNNNNNNNNNmy/:sy:
.+ys///osyhhhhys+///sy+.
-/osssossossso/-
2018-05-03 05:32:59 +01:00
EOF
2017-01-02 05:53:05 +00:00
;;
2016-01-29 15:14:29 +00:00
"alpine_small")
set_colors 4 7
2018-05-03 05:32:59 +01:00
read -rd '' ascii_data <<'EOF'
${c1} /\\ /\\
/${c2}/ ${c1}\\ \\
/${c2}/ ${c1}\\ \\
/${c2}// ${c1}\\ \\
${c2}// ${c1}\\ \\
\\
2018-05-03 05:32:59 +01:00
EOF
2017-01-02 05:53:05 +00:00
;;
2016-01-29 15:14:29 +00:00
"Alpine"*)
set_colors 4 5 7 6
2018-05-03 05:32:59 +01:00
read -rd '' ascii_data <<'EOF'
${c1} .hddddddddddddddddddddddh.
:dddddddddddddddddddddddddd:
/dddddddddddddddddddddddddddd/
+dddddddddddddddddddddddddddddd+
`sdddddddddddddddddddddddddddddddds`
`ydddddddddddd++hdddddddddddddddddddy`
.hddddddddddd+` `+ddddh:-sdddddddddddh.
hdddddddddd+` `+y: .sddddddddddh
ddddddddh+` `//` `.` -sddddddddd
ddddddh+` `/hddh/` `:s- -sddddddd
ddddh+` `/+/dddddh/` `+s- -sddddd
ddd+` `/o` :dddddddh/` `oy- .yddd
hdddyo+ohddyosdddddddddho+oydddy++ohdddh
.hddddddddddddddddddddddddddddddddddddh.
`yddddddddddddddddddddddddddddddddddy`
`sdddddddddddddddddddddddddddddddds`
+dddddddddddddddddddddddddddddd+
/dddddddddddddddddddddddddddd/
:dddddddddddddddddddddddddd:
.hddddddddddddddddddddddh.
2018-05-03 05:32:59 +01:00
EOF
2017-01-02 05:53:05 +00:00
;;
"Amazon"*)
set_colors 3 7
2018-05-03 05:32:59 +01:00
read -rd '' ascii_data <<'EOF'
${c1} `-/oydNNdyo:.`
`.:+shmMMMMMMMMMMMMMMmhs+:.`
-+hNNMMMMMMMMMMMMMMMMMMMMMMNNho-
.`` -/+shmNNMMMMMMNNmhs+/- ``.
dNmhs+:. `.:/oo/:.` .:+shmNd
dMMMMMMMNdhs+:.. ..:+shdNMMMMMMMd
dMMMMMMMMMMMMMMNds odNMMMMMMMMMMMMMMd
dMMMMMMMMMMMMMMMMh yMMMMMMMMMMMMMMMMd
dMMMMMMMMMMMMMMMMh yMMMMMMMMMMMMMMMMd
dMMMMMMMMMMMMMMMMh yMMMMMMMMMMMMMMMMd
dMMMMMMMMMMMMMMMMh yMMMMMMMMMMMMMMMMd
dMMMMMMMMMMMMMMMMh yMMMMMMMMMMMMMMMMd
dMMMMMMMMMMMMMMMMh yMMMMMMMMMMMMMMMMd
dMMMMMMMMMMMMMMMMh yMMMMMMMMMMMMMMMMd
dMMMMMMMMMMMMMMMMh yMMMMMMMMMMMMMMMMd
dMMMMMMMMMMMMMMMMh yMMMMMMMMMMMMMMMMd
.:+ydNMMMMMMMMMMMh yMMMMMMMMMMMNdy+:.
`.:+shNMMMMMh yMMMMMNhs+:``
`-+shy shs+:`
2018-05-03 05:32:59 +01:00
EOF
2016-02-23 05:52:25 +00:00
;;
"Anarchy"*)
set_colors 7 4
2018-05-03 05:32:59 +01:00
read -rd '' ascii_data <<'EOF'
${c2}..${c1}
${c2}..${c1}
${c2}:..${c1}
${c2}:+++.${c1}
.:::++${c2}++++${c1}+::.
.:+######${c2}++++${c1}######+:.
.+#########${c2}+++++${c1}##########:.
.+##########${c2}+++++++${c1}##${c2}+${c1}#########+.
+###########${c2}+++++++++${c1}############:
+##########${c2}++++++${c1}#${c2}++++${c1}#${c2}+${c1}###########+
+###########${c2}+++++${c1}###${c2}++++${c1}#${c2}+${c1}###########+
:##########${c2}+${c1}#${c2}++++${c1}####${c2}++++${c1}#${c2}+${c1}############:
###########${c2}+++++${c1}#####${c2}+++++${c1}#${c2}+${c1}###${c2}++${c1}######+
.##########${c2}++++++${c1}#####${c2}++++++++++++${c1}#######.
.##########${c2}+++++++++++++++++++${c1}###########.
#####${c2}++++++++++++++${c1}###${c2}++++++++${c1}#########+
:###${c2}++++++++++${c1}#########${c2}+++++++${c1}#########:
+######${c2}+++++${c1}##########${c2}++++++++${c1}#######+
+####${c2}+++++${c1}###########${c2}+++++++++${c1}#####+
:##${c2}++++++${c1}############${c2}++++++++++${c1}##:
.${c2}++++++${c1}#############${c2}++++++++++${c1}+.
:${c2}++++${c1}###############${c2}+++++++${c1}::
.${c2}++. .:+${c1}##############${c2}+++++++${c1}..
${c2}.:.${c1} ..::++++++::..:${c2}++++${c1}+.
${c2}.${c1} ${c2}.:+++${c1}.
${c2}.:${c1}:
${c2}..${c1}
${c2}..${c1}
EOF
;;
2016-01-29 15:14:29 +00:00
"Android"*)
set_colors 2 7
read -rd '' ascii_data <<'EOF'
${c1} -o o-
+hydNNNNdyh+
+mMMMMMMMMMMMMm+
`dMM${c2}m:${c1}NMMMMMMN${c2}:m${c1}MMd`
hMMMMMMMMMMMMMMMMMMh
.. yyyyyyyyyyyyyyyyyyyy ..
.mMMm`MMMMMMMMMMMMMMMMMMMM`mMMm.
:MMMM-MMMMMMMMMMMMMMMMMMMM-MMMM:
:MMMM-MMMMMMMMMMMMMMMMMMMM-MMMM:
:MMMM-MMMMMMMMMMMMMMMMMMMM-MMMM:
:MMMM-MMMMMMMMMMMMMMMMMMMM-MMMM:
-MMMM-MMMMMMMMMMMMMMMMMMMM-MMMM-
+yy+ MMMMMMMMMMMMMMMMMMMM +yy+
mMMMMMMMMMMMMMMMMMMm
`/++MMMMh++hMMMM++/`
MMMMo oMMMM
MMMMo oMMMM
oNMm- -mMNs
2018-05-03 05:32:59 +01:00
EOF
2017-08-25 00:55:06 +01:00
;;
"Antergos"*)
set_colors 4 6
2018-05-03 05:32:59 +01:00
read -rd '' ascii_data <<'EOF'
${c2} `.-/::/-``
.-/osssssssso/.
:osyysssssssyyys+-
`.+yyyysssssssssyyyyy+.
`/syyyyyssssssssssyyyyys-`
`/yhyyyyysss${c1}++${c2}ssosyyyyhhy/`
.ohhhyyyys${c1}o++/+o${c2}so${c1}+${c2}syy${c1}+${c2}shhhho.
.shhhhys${c1}oo++//+${c2}sss${c1}+++${c2}yyy${c1}+s${c2}hhhhs.
-yhhhhs${c1}+++++++o${c2}ssso${c1}+++${c2}yyy${c1}s+o${c2}hhddy:
-yddhhy${c1}o+++++o${c2}syyss${c1}++++${c2}yyy${c1}yooy${c2}hdddy-
.yddddhs${c1}o++o${c2}syyyyys${c1}+++++${c2}yyhh${c1}sos${c2}hddddy`
`odddddhyosyhyyyyyy${c1}++++++${c2}yhhhyosddddddo
.dmdddddhhhhhhhyyyo${c1}+++++${c2}shhhhhohddddmmh.
ddmmdddddhhhhhhhso${c1}++++++${c2}yhhhhhhdddddmmdy
dmmmdddddddhhhyso${c1}++++++${c2}shhhhhddddddmmmmh
-dmmmdddddddhhys${c1}o++++o${c2}shhhhdddddddmmmmd-
.smmmmddddddddhhhhhhhhhdddddddddmmmms.
`+ydmmmdddddddddddddddddddmmmmdy/.
`.:+ooyyddddddddddddyyso+:.`
2018-05-03 05:32:59 +01:00
EOF
2016-02-23 05:52:25 +00:00
;;
"antiX"*)
set_colors 1 7 3
2018-05-03 05:32:59 +01:00
read -rd '' ascii_data <<'EOF'
${c1}
\
, - ~ ^ ~ - \ /
, ' \ ' , /
, \ '/
, \ / ,
,___, \/ ,
/ | _ _ _|_ o /\ ,
|, | / |/ | | | / \ ,
\,_/\_/ | |_/|_/|_/_/ \,
, / ,\
, / , ' \
' - , _ _ _ , '
2018-05-03 05:32:59 +01:00
EOF
;;
"AOSC"*)
set_colors 4 7 1
2018-05-03 05:32:59 +01:00
read -rd '' ascii_data <<'EOF'
${c2} .:+syhhhhys+:.
.ohNMMMMMMMMMMMMMMNho.
`+mMMMMMMMMMMmdmNMMMMMMMMm+`
+NMMMMMMMMMMMM/ `./smMMMMMN+
.mMMMMMMMMMMMMMMo -yMMMMMm.
:NMMMMMMMMMMMMMMMs .hMMMMN:
.NMMMMhmMMMMMMMMMMm+/- oMMMMN.
dMMMMs ./ymMMMMMMMMMMNy. sMMMMd
-MMMMN` oMMMMMMMMMMMN: `NMMMM-
/MMMMh NMMMMMMMMMMMMm hMMMM/
/MMMMh NMMMMMMMMMMMMm hMMMM/
-MMMMN` :MMMMMMMMMMMMy. `NMMMM-
dMMMMs .yNMMMMMMMMMMMNy/. sMMMMd
.NMMMMo -/+sMMMMMMMMMMMmMMMMN.
:NMMMMh. .MMMMMMMMMMMMMMMN:
.mMMMMMy- NMMMMMMMMMMMMMm.
+NMMMMMms/.` mMMMMMMMMMMMN+
`+mMMMMMMMMNmddMMMMMMMMMMm+`
.ohNMMMMMMMMMMMMMMNho.
.:+syhhhhys+:.
2018-05-03 05:32:59 +01:00
EOF
2017-01-02 05:53:05 +00:00
;;
2016-01-29 15:14:29 +00:00
"Apricity"*)
set_colors 4 7 1
2018-05-03 05:32:59 +01:00
read -rd '' ascii_data <<'EOF'
${c2} ./o-
``...`` `:. -/:
`-+ymNMMMMMNmho-` :sdNNm/
`+dMMMMMMMMMMMMMMMmo` sh:.:::-
/mMMMMMMMMMMMMMMMMMMMm/`sNd/
oMMMMMMMMMMMMMMMMMMMMMMMs -`
:MMMMMMMMMMMMMMMMMMMMMMMMM/
NMMMMMMMMMMMMMMMMMMMMMMMMMd
MMMMMMMmdmMMMMMMMMMMMMMMMMd
MMMMMMy` .mMMMMMMMMMMMmho:`
MMMMMMNo/sMMMMMMMNdy+-.`-/
MMMMMMMMMMMMNdy+:.`.:ohmm:
MMMMMMMmhs+-.`.:+ymNMMMy.
MMMMMM/`.-/ohmNMMMMMMy-
MMMMMMNmNNMMMMMMMMmo.
MMMMMMMMMMMMMMMms:`
MMMMMMMMMMNds/.
dhhyys+/-`
2018-05-03 05:32:59 +01:00
EOF
2017-01-02 05:53:05 +00:00
;;
"ArcoLinux"*)
set_colors 7 4
2018-05-03 05:32:59 +01:00
read -rd '' ascii_data <<'EOF'
${c2} /-
ooo:
yoooo/
yooooooo
yooooooooo
yooooooooooo
.yooooooooooooo
.oooooooooooooooo
.oooooooarcoooooooo
.ooooooooo-oooooooooo
.ooooooooo- oooooooooo
:ooooooooo. :ooooooooo
:ooooooooo. :ooooooooo
:oooarcooo .oooarcooo
:ooooooooy .ooooooooo
:ooooooooo ${c1}/ooooooooooooooooooo${c2}
:ooooooooo ${c1}.-ooooooooooooooooo.${c2}
ooooooooo- ${c1}-ooooooooooooo.${c2}
ooooooooo- ${c1}.-oooooooooo.${c2}
ooooooooo. ${c1}-ooooooooo${c2}
2018-05-03 05:32:59 +01:00
EOF
2016-02-23 05:52:25 +00:00
;;
2016-01-29 15:18:27 +00:00
"arch_small")
set_colors 6 7 1
2018-05-03 05:32:59 +01:00
read -rd '' ascii_data <<'EOF'
${c1} /\
/^^\
/\ \
/${c2} __ \
/ ( ) \
/ __| |__\\\
/// \\\\\
2018-05-03 05:32:59 +01:00
EOF
2016-02-23 05:52:25 +00:00
;;
2016-01-29 15:18:27 +00:00
"arch_old")
set_colors 6 7 1
2018-05-03 05:32:59 +01:00
read -rd '' ascii_data <<'EOF'
${c1} __
_=(SDGJT=_
_GTDJHGGFCVS)
,GTDJGGDTDFBGX0
${c1} JDJDIJHRORVFSBSVL${c2}-=+=,_
${c1} IJFDUFHJNXIXCDXDSV,${c2} "DEBL
${c1} [LKDSDJTDU=OUSCSBFLD.${c2} '?ZWX,
${c1} ,LMDSDSWH' `DCBOSI${c2} DRDS],
${c1} SDDFDFH' !YEWD,${c2} )HDROD
${c1} !KMDOCG &GSU|${c2}\_GFHRGO\'
${c1} HKLSGP'${c2} __${c1}\TKM0${c2}\GHRBV)'
${c1}JSNRVW'${c2} __+MNAEC${c1}\IOI,${c2}\BN'
${c1}HELK['${c2} __,=OFFXCBGHC${c1}\FD)
${c1}?KGHE ${c2}\_-#DASDFLSV='${c1} 'EF
'EHTI !H
`0F' '!
2018-05-03 05:32:59 +01:00
EOF
;;
"ArchBox"*)
set_colors 2 7 1
2018-05-03 05:32:59 +01:00
read -rd '' ascii_data <<'EOF'
${c1} ...:+oh/:::..
..-/oshhhhhh` `::::-.
.:/ohhhhhhhhhhhh` `-::::.
.+shhhhhhhhhhhhhhhhh` `.::-.
/`-:+shhhhhhhhhhhhhh` .-/+shh
/ .:/ohhhhhhhhh` .:/ohhhhhhhh
/ `-:+shhh` ..:+shhhhhhhhhhhh
/ .:ohhhhhhhhhhhhhhhhhhh
/ `hhhhhhhhhhhhhhhhhhhh
/ `hhhhhhhhhhhhhhhhhhhh
/ `hhhhhhhhhhhhhhhhhhhh
/ `hhhhhhhhhhhhhhhhhhhh
/ .+o+ `hhhhhhhhhhhhhhhhhhhh
/ -hhhhh `hhhhhhhhhhhhhhhhhhhh
/ ohhhhho `hhhhhhhhhhhhhhhhhhhh
/:::+`hhhhoos` `hhhhhhhhhhhhhhhhhs+`
`--/:` /: `hhhhhhhhhhhho/-
-/:. `hhhhhhs+:-`
::::/ho/-`
2018-05-03 05:32:59 +01:00
EOF
2016-02-23 05:52:25 +00:00
;;
2016-01-29 15:14:29 +00:00
"ARCHlabs"*)
set_colors 6 6 7 1
2018-05-03 05:32:59 +01:00
read -rd '' ascii_data <<'EOF'
${c1} 'c'
'kKk,
.dKKKx.
.oKXKXKd.
.l0XXXXKKo.
c0KXXXXKX0l.
:0XKKOxxOKX0l.
:OXKOc. .c0XX0l.
:OK0o. ${c4}...${c1}'dKKX0l.
:OX0c ${c4};xOx'${c1}'dKXX0l.
:0KKo.${c4}.o0XXKd'.${c1}lKXX0l.
c0XKd.${c4}.oKXXXXKd..${c1}oKKX0l.
.c0XKk;${c4}.l0K0OO0XKd..${c1}oKXXKo.
.l0XXXk:${c4},dKx,.'l0XKo.${c1}.kXXXKo.
.o0XXXX0d,${c4}:x; .oKKx'${c1}.dXKXXKd.
.oKXXXXKK0c.${c4};. :00c'${c1}cOXXXXXKd.
.dKXXXXXXXXk,${c4}. cKx'${c1}'xKXXXXXXKx'
'xKXXXXK0kdl:. ${c4}.ok; ${c1}.cdk0KKXXXKx'
'xKK0koc,.. ${c4}'c, ${c1} ..,cok0KKk,
,xko:'. ${c4}.. ${c1} .':okx;
.,'. .',.
2018-05-03 05:32:59 +01:00
EOF
2017-03-09 18:55:06 +00:00
;;
*"XFerience"*)
set_colors 6 6 7 1
2018-05-03 05:32:59 +01:00
read -rd '' ascii_data <<'EOF'
${c1} ``--:::::::-.`
.-/+++ooooooooo+++:-`
`-/+oooooooooooooooooo++:.
-/+oooooo/+ooooooooo+/ooo++:`
`/+oo++oo. .+oooooo+.-: +:-o+-
`/+o/. -o. :oooooo+ ```:.+oo+-
`:+oo- -/` :oooooo+ .`-`+oooo/.
.+ooo+. .` `://///+-+..oooooo+:`
-+ooo:` ``.-+oooooo+/`
-+oo/` :+oooo/.
.+oo: ..-/. . -+oo+/`
`/++- -:::++::/. -+oo+-
./o: `:///+- `./ooo+:`
.++- `` /-` -:/+oooo+:`
.:+/:`` `-:ooooooo++-
./+o+//:...../+oooooooo++:`
`:/++ooooooooooooo++/-`
`.-//++++++//:-.`
``````
2018-05-03 05:32:59 +01:00
EOF
2016-02-23 05:52:25 +00:00
;;
"ArchMerge"*)
set_colors 6 6 7 1
2018-05-03 05:32:59 +01:00
read -rd '' ascii_data <<'EOF'
${c1} y:
sMN-
+MMMm`
/MMMMMd`
:NMMMMMMy
-NMMMMMMMMs
.NMMMMMMMMMM+
.mMMMMMMMMMMMM+
oNMMMMMMMMMMMMM+
`+:-+NMMMMMMMMMMMM+
.sNMNhNMMMMMMMMMMMM/
`hho/sNMMMMMMMMMMMMMMM/
`.`omMMmMMMMMMMMMMMMMMMM+
.mMNdshMMMMd+::oNMMMMMMMMMo
.mMMMMMMMMM+ `yMMMMMMMMMs
.NMMMMMMMMM/ yMMMMMMMMMy
-NMMMMMMMMMh `mNMMMMMMMMd`
/NMMMNds+:.` `-/oymMMMm.
+Mmy/. `:smN:
/+. -o.
2018-05-03 05:32:59 +01:00
EOF
2016-03-26 11:32:31 +00:00
;;
"Arch"*)
set_colors 6 6 7 1
2018-05-03 05:32:59 +01:00
read -rd '' ascii_data <<'EOF'
${c1} -`
.o+`
`ooo/
`+oooo:
`+oooooo:
-+oooooo+:
`/:-:++oooo+:
`/++++/+++++++:
`/++++++++++++++:
`/+++o${c2}oooooooo${c1}oooo/`
${c2} ${c1}./${c2}ooosssso++osssssso${c1}+`
${c2} .oossssso-````/ossssss+`
-osssssso. :ssssssso.
:osssssss/ osssso+++.
/ossssssss/ +ssssooo/-
`/ossssso+/:- -:/+osssso+-
`+sso+:-` `.-/+oso:
`++:. `-/+/
.` `/
EOF
;;
2016-03-02 23:12:21 +00:00
"Artix"*)
set_colors 6 4 2 7
read -rd '' ascii_data <<'EOF'
${c1} d${c2}c.
${c1} x${c2}dc.
${c1} '.${c4}.${c1} d${c2}dlc.
${c1} c${c2}0d:${c1}o${c2}xllc;
${c1} :${c2}0ddlolc,lc,
${c1} :${c1}ko${c4}.${c1}:${c2}0ddollc..dlc.
${c1} ;${c1}K${c2}kxoOddollc' cllc.
${c1} ,${c1}K${c2}kkkxdddllc, ${c4}.${c2}lll:
${c1} ,${c1}X${c2}kkkddddlll;${c3}...';${c1}d${c2}llll${c3}dxk:
${c1} ,${c1}X${c2}kkkddddllll${c3}oxxxddo${c2}lll${c3}oooo,
${c3} xxk${c1}0${c2}kkkdddd${c1}o${c2}lll${c1}o${c3}ooooooolooooc;${c1}.
${c3} ddd${c2}kkk${c1}d${c2}ddd${c1}ol${c2}lc:${c3}:;,'.${c3}... .${c2}lll;
${c1} .${c3}xd${c1}x${c2}kk${c1}xd${c2}dl${c1}'cl:${c4}. ${c2}.llc,
${c1} .${c1}0${c2}kkkxddl${c4}. ${c2};'${c4}. ${c2};llc.
${c1} .${c1}K${c2}Okdcddl${c4}. ${c2}cllc${c4}.
${c1} 0${c2}Okd''dc. .cll;
${c1} k${c2}Okd' .llc,
${c1} d${c2}Od, 'lc.
${c1} :,${c4}. ${c2}...
2018-05-03 05:32:59 +01:00
EOF
2017-07-22 03:34:12 +01:00
;;
2016-03-02 23:12:21 +00:00
"Arya"*)
set_colors 2 1
2018-05-03 05:32:59 +01:00
read -rd '' ascii_data <<'EOF'
${c1} `oyyy/${c2}-yyyyyy+
${c1} -syyyy/${c2}-yyyyyy+
${c1} .syyyyy/${c2}-yyyyyy+
${c1} :yyyyyy/${c2}-yyyyyy+
${c1} `/ :yyyyyy/${c2}-yyyyyy+
${c1} .+s :yyyyyy/${c2}-yyyyyy+
${c1} .oys :yyyyyy/${c2}-yyyyyy+
${c1} -oyys :yyyyyy/${c2}-yyyyyy+
${c1} :syyys :yyyyyy/${c2}-yyyyyy+
${c1} /syyyys :yyyyyy/${c2}-yyyyyy+
${c1} +yyyyyys :yyyyyy/${c2}-yyyyyy+
${c1} .oyyyyyyo. :yyyyyy/${c2}-yyyyyy+ ---------
${c1} .syyyyyy+` :yyyyyy/${c2}-yyyyy+-+syyyyyyyy
${c1} -syyyyyy/ :yyyyyy/${c2}-yyys:.syyyyyyyyyy
${c1}:syyyyyy/ :yyyyyy/${c2}-yyo.:syyyyyyyyyyy
2018-05-03 05:32:59 +01:00
EOF
2017-01-02 05:53:05 +00:00
;;
2016-04-24 09:30:57 +01:00
"Bitrig"*)
set_colors 2 7
2018-05-03 05:32:59 +01:00
read -rd '' ascii_data <<'EOF'
${c1} `hMMMMN+
-MMo-dMd`
oMN- oMN`
yMd /NM:
.mMmyyhMMs
:NMMMhsmMh
+MNhNNoyMm-
hMd.-hMNMN:
mMmsssmMMMo
.MMdyyhNMMMd
oMN.`/dMddMN`
yMm/hNm+./MM/
.dMMMmo.``.NMo
:NMMMNmmmmmMMh
/MN/-------oNN:
hMd. .dMh
sm/ /ms
EOF
;;
2016-04-24 09:30:57 +01:00
"BLAG"*)
set_colors 5 7
read -rd '' ascii_data <<'EOF'
${c1} d
,MK:
xMMMX:
.NMMMMMX;
lMMMMMMMM0clodkO0KXWW:
KMMMMMMMMMMMMMMMMMMX'
.;d0NMMMMMMMMMMMMMMMMMMK.
.;dONMMMMMMMMMMMMMMMMMMMMMMx
'dKMMMMMMMMMMMMMMMMMMMMMMMMl
.:xKWMMMMMMMMMMMMMMMMMMM0.
.:xNMMMMMMMMMMMMMMMMMK.
lMMMMMMMMMMMMMMMMMMK.
,MMMMMMMMWkOXWMMMMMM0
.NMMMMMNd. `':ldko
OMMMK:
oWk,
;:
2018-05-03 05:32:59 +01:00
EOF
2017-01-02 05:53:05 +00:00
;;
2016-03-02 23:12:21 +00:00
"BlankOn"*)
set_colors 1 7 3
2018-05-03 05:32:59 +01:00
read -rd '' ascii_data <<'EOF'
${c2} `./ohdNMMMMNmho+.` ${c1} .+oo:`
${c2} -smMMMMMMMMMMMMMMMMmy-` ${c1}`yyyyy+
${c2} `:dMMMMMMMMMMMMMMMMMMMMMMd/` ${c1}`yyyyys
${c2} .hMMMMMMMNmhso/++symNMMMMMMMh- ${c1}`yyyyys
${c2} -mMMMMMMms-` -omMMMMMMN-${c1}.yyyyys
${c2}.mMMMMMMy. .yMMMMMMm:${c1}yyyyys
${c2}sMMMMMMy `sMMMMMMh${c1}yyyyys
${c2}NMMMMMN: .NMMMMMN${c1}yyyyys
${c2}MMMMMMm. NMMMMMN${c1}yyyyys
${c2}hMMMMMM+ /MMMMMMN${c1}yyyyys
${c2}:NMMMMMN: :mMMMMMM+${c1}yyyyys
${c2} oMMMMMMNs- .sNMMMMMMs.${c1}yyyyys
${c2} +MMMMMMMNho:.` `.:ohNMMMMMMNo ${c1}`yyyyys
${c2} -hMMMMMMMMNNNmmNNNMMMMMMMMh- ${c1}`yyyyys
${c2} :yNMMMMMMMMMMMMMMMMMMNy:` ${c1}`yyyyys
${c2} .:sdNMMMMMMMMMMNds/. ${c1}`yyyyyo
${c2} `.:/++++/:.` ${c1}:oys+.
2018-05-03 05:32:59 +01:00
EOF
2017-01-02 07:26:45 +00:00
;;
2016-12-02 09:06:43 +00:00
"BSD")
set_colors 1 7 4 3 6
2018-05-03 05:32:59 +01:00
read -rd '' ascii_data <<'EOF'
${c1} , ,
/( )`
\ \___ / |
/- _ `-/ '
(${c2}/\/ \ ${c1}\ /\
${c2}/ / | ` ${c1}\
${c3}O O ${c2}) ${c1}/ |
${c2}`-^--'${c1}`< '
(_.) _ ) /
`.___/` /
`-----' /
${c4}<----. __ / __ \
${c4}<----|====${c1}O)))${c4}==${c1}) \) /${c4}====|
<----' ${c1}`--' `.__,' \
| |
\ / /\
${c5}______${c1}( (_ / \______/
${c5},' ,-----' |
`--{__________)
2018-05-03 05:32:59 +01:00
EOF
;;
"BunsenLabs"*)
set_colors fg 7
2018-05-03 05:32:59 +01:00
read -rd '' ascii_data <<'EOF'
${c1} `++
-yMMs
`yMMMMN`
-NMMMMMMm.
:MMMMMMMMMN-
.NMMMMMMMMMMM/
yMMMMMMMMMMMMM/
`MMMMMMNMMMMMMMN.
-MMMMN+ /mMMMMMMy
-MMMm` `dMMMMMM
`MMN. .NMMMMM.
hMy yMMMMM`
-Mo +MMMMN
/o +MMMMs
+MMMN`
hMMM:
`NMM/
+MN:
mh.
-/
2018-05-03 05:32:59 +01:00
EOF
2016-10-15 23:38:56 +01:00
;;
"Calculate"*)
set_colors 7 3
2018-05-03 05:32:59 +01:00
read -rd '' ascii_data <<'EOF'
${c1} ......
,,+++++++,.
.,,,....,,,${c2}+**+,,.${c1}
............,${c2}++++,,,${c1}
...............
......,,,........
.....+*#####+,,,*+.
.....,*###############,..,,,,,,..
......,*#################*..,,,,,..,,,..
.,,....*####################+***+,,,,...,++,
.,,..,..*#####################*,
,+,.+*..*#######################.
,+,,+*+..,########################*
.,++++++. ..+##**###################+
..... ..+##***#################*.
.,.*#*****##############*.
..,,*********#####****+.
${c2}.,++*****+++${c1}*****************${c2}+++++,.${c1}
${c2},++++++**+++++${c1}***********${c2}+++++++++,${c1}
${c2}.,,,,++++,.. .,,,,,.....,+++,.,,${c1}
2018-05-03 05:32:59 +01:00
EOF
2016-02-23 05:52:25 +00:00
;;
"CentOS"*)
set_colors 3 2 4 5 7
2018-05-03 05:32:59 +01:00
read -rd '' ascii_data <<'EOF'
${c1} ..
.PLTJ.
<><><><>
${c2}KKSSV' 4KKK ${c1}LJ${c4} KKKL.'VSSKK
${c2}KKV' 4KKKKK ${c1}LJ${c4} KKKKAL 'VKK
${c2}V' ' 'VKKKK ${c1}LJ${c4} KKKKV' ' 'V
${c2}.4MA.' 'VKK ${c1}LJ${c4} KKV' '.4Mb.
${c4} . ${c2}KKKKKA.' 'V ${c1}LJ${c4} V' '.4KKKKK ${c3}.
${c4} .4D ${c2}KKKKKKKA.'' ${c1}LJ${c4} ''.4KKKKKKK ${c3}FA.
${c4}<QDD ++++++++++++ ${c3}++++++++++++ GFD>
${c4} 'VD ${c3}KKKKKKKK'.. ${c2}LJ ${c1}..'KKKKKKKK ${c3}FV
${c4} ' ${c3}VKKKKK'. .4 ${c2}LJ ${c1}K. .'KKKKKV ${c3}'
${c3} 'VK'. .4KK ${c2}LJ ${c1}KKA. .'KV'
${c3}A. . .4KKKK ${c2}LJ ${c1}KKKKA. . .4
${c3}KKA. 'KKKKK ${c2}LJ ${c1}KKKKK' .4KK
${c3}KKSSA. VKKK ${c2}LJ ${c1}KKKV .4SSKK
${c2} <><><><>
'MKKM'
''
2018-05-03 05:32:59 +01:00
EOF
2016-12-20 03:50:06 +00:00
;;
2016-04-01 07:38:06 +01:00
"Chakra"*)
set_colors 4 5 7 6
2018-05-03 05:32:59 +01:00
read -rd '' ascii_data <<'EOF'
${c1} _ _ _ "kkkkkkkk.
,kkkkkkkk., 'kkkkkkkkk,
,kkkkkkkkkkkk., 'kkkkkkkkk.
,kkkkkkkkkkkkkkkk,'kkkkkkkk,
,kkkkkkkkkkkkkkkkkkk'kkkkkkk.
"''"''',;::,,"''kkk''kkkkk; __
,kkkkkkkkkk, "k''kkkkk' ,kkkk
,kkkkkkk' ., ' .: 'kkkk',kkkkkk
,kkkkkkkk'.k' , ,kkkk;kkkkkkkkk
,kkkkkkkk';kk 'k "'k',kkkkkkkkkkkk
.kkkkkkkkk.kkkk.'kkkkkkkkkkkkkkkkkk'
;kkkkkkkk''kkkkkk;'kkkkkkkkkkkkk''
'kkkkkkk; 'kkkkkkkk.,""''"''""
''kkkk; 'kkkkkkkkkk.,
';' 'kkkkkkkkkkkk.,
';kkkkkkkkkk'
';kkkkkk'
"''"
2018-05-03 05:32:59 +01:00
EOF
2016-12-24 00:11:52 +00:00
;;
2016-04-01 04:50:15 +01:00
"ChaletOS"*)
set_colors 4 7 1
2018-05-03 05:32:59 +01:00
read -rd '' ascii_data <<'EOF'
${c1} `.//+osso+/:``
`/sdNNmhyssssydmNNdo:`
:hNmy+-` .-+hNNs-
/mMh/` `+:` `+dMd:
.hMd- -sNNMNo. /yyy /mMs`
-NM+ `/dMd/--omNh::dMM `yMd`
.NN+ .sNNs:/dMNy:/hNmo/s yMd`
hMs `/hNd+-smMMMMMMd+:omNy- `dMo
:NM. .omMy:/hNMMMMMMMMMMNy:/hMd+` :Md`
/Md` `sm+.omMMMMMMMMMMMMMMMMd/-sm+ .MN:
/Md` MMMMMMMMMMMMMMMMMMMN .MN:
:NN. MMMMMMm....--NMMMMMN -Mm.
`dMo MMMMMMd mMMMMMN hMs
-MN: MMMMMMd mMMMMMN oMm`
:NM: MMMMMMd mMMMMMN +Mm-
-mMy. mmmmmmh dmmmmmh -hMh.
oNNs- :yMm/
.+mMdo:` `:smMd/`
-ohNNmhsoo++osshmNNh+.
`./+syyhhyys+:``
2018-05-03 05:32:59 +01:00
EOF
2016-02-23 05:52:25 +00:00
;;
2016-12-22 08:07:34 +00:00
"Chapeau"*)
set_colors 2 7
2018-05-03 05:32:59 +01:00
read -rd '' ascii_data <<'EOF'
${c1} .-/-.
////////.
////////${c2}y+${c1}//.
////////${c2}mMN${c1}/////.
////////${c2}mMN+${c1}////////.
////////////////////////.
/////////+${c2}shhddhyo${c1}+////////.
////////${c2}ymMNmdhhdmNNdo${c1}///////.
///////+${c2}mMms${c1}////////${c2}hNMh${c1}///////.
///////${c2}NMm+${c1}//////////${c2}sMMh${c1}///////
//////${c2}oMMNmmmmmmmmmmmmMMm${c1}///////
//////${c2}+MMmssssssssssssss+${c1}///////
`//////${c2}yMMy${c1}////////////////////
`//////${c2}smMNhso++oydNm${c1}////////
`///////${c2}ohmNMMMNNdy+${c1}///////
`//////////${c2}++${c1}//////////
`////////////////.
-////////-
2018-05-03 05:32:59 +01:00
EOF
2017-01-02 05:53:05 +00:00
;;
2016-12-22 08:04:28 +00:00
"Chrom"*)
set_colors 2 1 3 4 7
2018-05-03 05:32:59 +01:00
read -rd '' ascii_data <<'EOF'
${c2} .,:loool:,.
.,coooooooooooooc,.
.,lllllllllllllllllllll,.
;ccccccccccccccccccccccccc;
${c1} '${c2}ccccccccccccccccccccccccccccc.
${c1} ,oo${c2}c::::::::okO${c5}000${c3}0OOkkkkkkkkkkk:
${c1}.ooool${c2};;;;:x${c5}K0${c4}kxxxxxk${c5}0X${c3}K0000000000.
${c1}:oooool${c2};,;O${c5}K${c4}ddddddddddd${c5}KX${c3}000000000d
${c1}lllllool${c2};l${c5}N${c4}dllllllllllld${c5}N${c3}K000000000
${c1}lllllllll${c2}o${c5}M${c4}dccccccccccco${c5}W${c3}K000000000
${c1};cllllllllX${c5}X${c4}c:::::::::c${c5}0X${c3}000000000d
${c1}.ccccllllllO${c5}Nk${c4}c;,,,;cx${c5}KK${c3}0000000000.
${c1} .cccccclllllxOO${c5}OOO${c1}Okx${c3}O0000000000;
${c1} .:ccccccccllllllllo${c3}O0000000OOO,
${c1} ,:ccccccccclllcd${c3}0000OOOOOOl.
${c1} '::ccccccccc${c3}dOOOOOOOkx:.
${c1} ..,::cccc${c3}xOOOkkko;.
${c1} ..,:${c3}dOkxl:.
2018-05-03 05:32:59 +01:00
EOF
;;
"Clover"*)
set_colors 2 6
read -rd '' ascii_data <<'EOF'
${c1} `omo``omo`
`oNMMMNNMMMNo`
`oNMMMMMMMMMMMMNo`
oNMMMMMMMMMMMMMMMMNo
`sNMMMMMMMMMMMMMMNs`
`omo` `sNMMMMMMMMMMNs` `omo`
`oNMMMNo` `sNMMMMMMNs` `oNMMMNo`
`oNMMMMMMMNo` `oNMMNs` `oNMMMMMMMNo`
oNMMMMMMMMMMMNo` `sy` `oNMMMMMMMMMMMNo
`sNMMMMMMMMMMMMNo.${c2}oNNs${c1}.oNMMMMMMMMMMMMNs`
`oNMMMMMMMMMMMMNs.${c2}oNNs${c1}.oNMMMMMMMMMMMMNo`
oNMMMMMMMMMMMNs` `sy` `oNMMMMMMMMMMMNo
`oNMMMMMMMNs` `oNMMNo` `oNMMMMMMMNs`
`oNMMMNs` `sNMMMMMMNs` `oNMMMNs`
`oNs` `sNMMMMMMMMMMNs` `oNs`
`sNMMMMMMMMMMMMMMNs`
+NMMMMMMMMMMMMMMMMNo
`oNMMMMMMMMMMMMNo`
`oNMMMNNMMMNs`
`omo``oNs`
EOF
;;
2016-04-01 04:50:15 +01:00
"Container Linux by CoreOS"*)
set_colors 4 7 1
2018-05-03 05:32:59 +01:00
read -rd '' ascii_data <<'EOF'
${c1} .....
.';:cccccccc:;'.
':ccccclc${c3}lllllllll${c1}cc:.
.;cccccccc${c3}lllllllllllllll${c1}c,
;clllccccc${c3}llllllllllllllllll${c1}c,
.cllclccccc${c3}lllll${c2}lll${c3}llllllllllll${c1}c:
ccclclcccc${c3}cllll${c2}kWMMNKk${c3}llllllllll${c1}c:
:ccclclcccc${c3}llll${c2}oWMMMMMMWO${c3}lllllllll${c1}c,
.ccllllllccc${c3}clll${c2}OMMMMMMMMM0${c3}lllllllll${c1}c
.lllllclcccc${c3}llll${c2}KMMMMMMMMMMo${c3}llllllll${c1}c.
.lllllllcccc${c3}clll${c2}KMMMMMMMMN0${c3}lllllllll${c1}c.
.cclllllcccc${c3}lllld${c2}xkkxxdo${c3}llllllllllc${c1}lc
:cccllllllcccc${c3}lllccllllcclccc${c1}cccccc;
.ccclllllllcccccccc${c3}lll${c1}ccccclccccccc
.cllllllllllclcccclccclccllllcllc
:cllllllllccclcllllllllllllcc;
.cccccccccccccclcccccccccc:.
.;cccclccccccllllllccc,.
.';ccccclllccc:;..
.....
2018-05-03 05:32:59 +01:00
EOF
2017-01-02 05:53:05 +00:00
;;
"crux_small")
set_colors 4 5 7 6
2018-05-03 05:32:59 +01:00
read -rd '' ascii_data <<'EOF'
${c1} ___
(${c3}.· ${c1}|
(${c2}<> ${c1}|
/ ${c3}__ ${c1}\\
( ${c3}/ \\ ${c1}/|
${c2}_${c1}/\\ ${c3}__)${c1}/${c2}_${c1})
${c2}\/${c1}-____${c2}\/
EOF
;;
"CRUX"*)
set_colors 4 5 7 6
read -rd '' ascii_data <<'EOF'
${c1} odddd
oddxkkkxxdoo
ddcoddxxxdoool
xdclodod olol
xoc xdd olol
xdc ${c2}k00${c1}Okdlol
xxd${c2}kOKKKOkd${c1}ldd
xdco${c2}xOkdlo${c1}dldd
ddc:cl${c2}lll${c1}oooodo
odxxdd${c3}xkO000kx${c1}ooxdo
oxdd${c3}x0NMMMMMMWW0od${c1}kkxo
oooxd${c3}0WMMMMMMMMMW0o${c1}dxkx
docldkXW${c3}MMMMMMMWWN${c1}Odolco
xx${c2}dx${c1}kxxOKN${c3}WMMWN${c1}0xdoxo::c
${c2}xOkkO${c1}0oo${c3}odOW${c2}WW${c1}XkdodOxc:l
${c2}dkkkxkkk${c3}OKX${c2}NNNX0Oxx${c1}xc:cd
${c2} odxxdx${c3}xllod${c2}ddooxx${c1}dc:ldo
${c2} lodd${c1}dolccc${c2}ccox${c1}xoloo
2018-05-03 05:32:59 +01:00
EOF
2016-12-12 06:41:35 +00:00
;;
2016-08-13 10:42:31 +01:00
"debian_small")
set_colors 1 7 3
read -rd '' ascii_data <<'EOF'
${c1}_____
/ __ \\
| / |
| \\___-
-_
--_
2018-05-03 05:32:59 +01:00
EOF
2017-01-02 05:53:05 +00:00
;;
2016-08-13 10:42:31 +01:00
"Debian"*)
set_colors 1 7 3
2018-05-03 05:32:59 +01:00
read -rd '' ascii_data <<'EOF'
${c2} _,met$$$$$gg.
,g$$$$$$$$$$$$$$$P.
,g$$P" """Y$$.".
,$$P' `$$$.
',$$P ,ggs. `$$b:
`d$$' ,$P"' ${c1}.${c2} $$$
$$P d$' ${c1},${c2} $$P
$$: $$. ${c1}-${c2} ,d$$'
$$; Y$b._ _,d$P'
Y$$. ${c1}`.${c2}`"Y$$$$P"'
${c2} `$$b ${c1}"-.__
${c2} `Y$$
`Y$$.
`$$b.
`Y$$b.
`"Y$b._
`"""
2018-05-03 05:32:59 +01:00
EOF
2017-01-06 12:04:49 +00:00
;;
2016-08-13 10:42:31 +01:00
"Deepin"*)
set_colors 2 7
2018-05-03 05:32:59 +01:00
read -rd '' ascii_data <<'EOF'
${c1} ............
.';;;;;. .,;,.
.,;;;;;;;. ';;;;;;;.
.;::::::::' .,::;;,''''',.
,'.:::::::: .;;'. ';
;' 'cccccc, ,' :: '.. .:
,, :ccccc. ;: .c, '' :. ,;
.l. cllll' ., .lc :; .l' l.
.c :lllc ;cl: .l' .ll. :'
.l 'looc. . ,o: 'oo' c,
.o. .:ool::coc' .ooo' o.
:: ..... .;dddo ;c
l:... .';lddddo. ,o
lxxxxxdoolllodxxxxxxxxxc :l
,dxxxxxxxxxxxxxxxxxxl. 'o,
,dkkkkkkkkkkkkko;. .;o;
.;okkkkkdl;. .,cl:.
.,:cccccccc:,.
2018-05-03 05:32:59 +01:00
EOF
;;
"DesaOS")
set_colors 2 7
2018-05-03 05:32:59 +01:00
read -rd '' ascii_data <<'EOF'
${c1}███████████████████████
███████████████████████
███████████████████████
███████████████████████
████████ ███████
████████ ███████
████████ ███████
████████ ███████
████████ ███████
████████ ███████
████████ ███████
██████████████████████████████
██████████████████████████████
████████████████████████
████████████████████████
████████████████████████
2018-05-03 05:32:59 +01:00
EOF
2016-02-23 05:52:25 +00:00
;;
"Devuan"*)
set_colors 5 7
2018-05-03 05:32:59 +01:00
read -rd '' ascii_data <<'EOF'
${c1} ..,,;;;::;,..
`':ddd;:,.
`'dPPd:,.
`:b$$b`.
'P$$$d`
.$$$$$`
;$$$$$P
.:P$$$$$$`
.,:b$$$$$$$;'
.,:dP$$$$$$$$b:'
.,:;db$$$$$$$$$$Pd'`
,db$$$$$$$$$$$$$$b:'`
:$$$$$$$$$$$$b:'`
`$$$$$bd:''`
`'''`
2018-05-03 05:32:59 +01:00
EOF
;;
"DracOS"*)
set_colors 1 7 3
2018-05-03 05:32:59 +01:00
read -rd '' ascii_data <<'EOF'
${c1} `-:/-
-os:
-os/`
:sy+-`
`/yyyy+.
`+yyyyo-
`/yyyys:
`:osssoooo++- +yyyyyy/`
./yyyyyyo yo`:syyyy+.
-oyyy+ +- :yyyyyo-
`:sy: `. `/yyyyys:
./o/.` .oyyso+oo:`
:+oo+//::::///:-.` `.`
2018-05-03 05:32:59 +01:00
EOF
;;
"dragonfly_old"*)
set_colors 1 7 3
read -rd '' ascii_data <<'EOF'
${c1} |
.-.
${c3} ()${c1}I${c3}()
${c1} "==.__:-:__.=="
"==.__/~|~\__.=="
"==._( Y )_.=="
${c2}.-'~~""~=--...,__${c1}\/|\/${c2}__,...--=~""~~'-.
( ..=${c1}\\=${c1}/${c2}=.. )
`'-. ,.-"`;${c1}/=\\${c2};"-.,_ .-'`
`~"-=-~` .-~` ${c1}|=|${c2} `~-. `~-=-"~`
.-~` /${c1}|=|${c2}\ `~-.
.~` / ${c1}|=|${c2} \ `~.
.-~` .' ${c1}|=|${c2} `. `~-.
(` _,.-="` ${c1} |=|${c2} `"=-.,_ `)
`~"~"` ${c1} |=|${c2} `"~"~`
${c1} /=\\
\\=/
^
2018-05-03 05:55:34 +01:00
EOF
;;
"dragonfly_small"*)
set_colors 1 7 3
read -rd '' ascii_data <<'EOF'
${c2}(\${c3}"${c2}/)
${c2}(/${c1}|${c2}\)
${c1} |
|
2018-05-03 05:55:34 +01:00
EOF
;;
"DragonFly"*)
set_colors 1 7 3
read -rd '' ascii_data <<'EOF'
${c2},--, ${c1}| ${c2},--,
${c2}| `-, ${c1},^, ${c2},-' |
${c2} `, `-, ${c3}(/ \) ${c2},-' ,'
${c2} `-, `-,${c1}/ \${c2},-' ,-'
${c2} `------${c1}( )${c2}------'
${c2} ,----------${c1}( )${c2}----------,
${c2} | _,-${c1}( )${c2}-,_ |
${c2} `-,__,-' ${c1}\ /${c2} `-,__,-'
${c1} | |
| |
| |
| |
| |
| |
`|'
2018-05-03 05:55:34 +01:00
EOF
;;
"Elementary"*)
set_colors 4 7 1
read -rd '' ascii_data <<'EOF'
${c2} eeeeeeeeeeeeeeeee
eeeeeeeeeeeeeeeeeeeeeee
eeeee eeeeeeeeeeee eeeee
eeee eeeee eee eeee
eeee eeee eee eeee
eee eee eee eee
eee eee eee eee
ee eee eeee eeee
ee eee eeeee eeeeee
ee eee eeeee eeeee ee
eee eeee eeeeee eeeee eee
eee eeeeeeeeee eeeeee eee
eeeeeeeeeeeeeeeeeeeeeeee eeeee
eeeeeeee eeeeeeeeeeee eeee
eeeee eeeee
eeeeeee eeeeeee
eeeeeeeeeeeeeeeee
2018-05-03 05:55:34 +01:00
EOF
;;
"Endless"*)
set_colors 1 7
read -rd '' ascii_data <<'EOF'
${c1} `:+yhmNMMMMNmhy+:`
-odMMNhso//////oshNMMdo-
/dMMh+. .+hMMd/
/mMNo` `oNMm:
`yMMo` `oMMy`
`dMN- -NMd`
hMN. .NMh
/MM/ -os` /MM/
dMm `smNmmhs/- `:sNMd+ `` mMd
MMy oMd--:+yMMMMMNo.:ohmMMMNy` yMM
MMy -NNyyhmMNh+oNMMMMMy:. dMo yMM
dMm `/++/-``/yNNh+/sdNMNddMm- mMd
/MM/ `dNy: `-::- /MM/
hMN. .NMh
`dMN- -NMd`
`yMMo` `oMMy`
/mMNo` `oNMm/
/dMMh+. .+hMMd/
-odMMNhso//////oshNMMdo-
`:+yhmNMMMMNmhy+:`
EOF
;;
2017-01-02 00:27:37 +00:00
"Exherbo"*)
set_colors 4 7 1
read -rd '' ascii_data <<'EOF'
${c2} ,
OXo.
NXdX0: .cok0KXNNXXK0ko:.
KX '0XdKMMK;.xMMMk, .0MMMMMXx; ...
'NO..xWkMMx kMMM cMMMMMX,NMWOxOXd.
cNMk NK .oXM. OMMMMO. 0MMNo kW.
lMc o: ., .oKNk; ;NMMWlxW'
;Mc .. .,,' .0M${c1}g;${c2}WMN'dWMMMMMMO
XX ,WMMMMW. cM${c1}cfli${c2}WMKlo. .kMk
.Mo .WM${c1}GD${c2}MW. XM${c1}WO0${c2}MMk oMl
,M: ,XMMWx::,''oOK0x; NM.
'Ml ,kNKOxxxxxkkO0XXKOd:. oMk
NK .0Nxc${c3}:::::::::::::::${c2}fkKNk, .MW
,Mo .NXc${c3}::${c2}qXWXb${c3}::::::::::${c2}oo${c3}::${c2}lNK. .MW
;Wo oMd${c3}:::${c2}oNMNP${c3}::::::::${c2}oWMMMx${c3}:${c2}c0M; lMO
'NO;W0c${c3}:::::::::::::::${c2}dMMMMO${c3}::${c2}lMk .WM'
xWONXdc${c3}::::::::::::::${c2}oOOo${c3}::${c2}lXN. ,WMd
'KWWNXXK0Okxxo,${c3}:::::::${c2},lkKNo xMMO
:XMNxl,';:lodxkOO000Oxc. .oWMMo
'dXMMXkl;,. .,o0MMNo'
':d0XWMMMMWNNNNMMMNOl'
':okKXWNKkl'
EOF
;;
"Fedora"* | "RFRemix"*)
set_colors 4 7 1
read -rd '' ascii_data <<'EOF'
${c1} /:-------------:\\
:-------------------::
:-----------${c2}/shhOHbmp${c1}---:\\
/-----------${c2}omMMMNNNMMD ${c1}---:
:-----------${c2}sMMMMNMNMP${c1}. ---:
:-----------${c2}:MMMdP${c1}------- ---\\
,------------${c2}:MMMd${c1}-------- ---:
:------------${c2}:MMMd${c1}------- .---:
:---- ${c2}oNMMMMMMMMMNho${c1} .----:
:-- .${c2}+shhhMMMmhhy++${c1} .------/
:- -------${c2}:MMMd${c1}--------------:
:- --------${c2}/MMMd${c1}-------------;
:- ------${c2}/hMMMy${c1}------------:
:--${c2} :dMNdhhdNMMNo${c1}------------;
:---${c2}:sdNMMMMNds:${c1}------------:
:------${c2}:://:${c1}-------------::
:---------------------://
EOF
;;
"freebsd_small")
set_colors 1 7 3
read -rd '' ascii_data <<'EOF'
${c1} /\\ _____ /\\
\\_) (_/
/ \
| |
| |
\ /
--_____--
EOF
;;
"FreeBSD"*)
set_colors 1 7 3
read -rd '' ascii_data <<'EOF'
${c2}``` ${c1}`
${c2}` `.....---...${c1}....--.``` -/
${c2}+o .--` ${c1}/y:` +.
${c2} yo`:. ${c1}:o `+-
${c2}y/ ${c1}-/` -o/
${c2}.- ${c1}::/sy+:.
${c2}/ ${c1}`-- /
${c2}`: ${c1}:`
${c2}`: ${c1}:`
${c2}/ ${c1}/
${c2}.- ${c1}-.
${c2}-- ${c1}-.
${c2}`:` ${c1}`:`
.-- `--.
.---.....----.
EOF
;;
2016-01-29 15:18:27 +00:00
"FreeMiNT"*)
# Don't explicitly set colors since
# TosWin2 doesn't reset well.
read -rd '' ascii_data <<'EOF'
${c1} ##
## #########
#### ##
#### #### ##
#### #### ## ##
#### #### ## ##
#### #### ## ## ##
#### ######
###### ## ## ####
#### ################
#### ## ####
## #### ######
## ## #### ####
## ## ## ## ## ####
#### ## ## ##
EOF
;;
2016-11-13 08:44:03 +00:00
"Frugalware"*)
set_colors 4 7 1
read -rd '' ascii_data <<'EOF'
${c1} `++/::-.`
/o+++++++++/::-.`
`o+++++++++++++++o++/::-.`
/+++++++++++++++++++++++oo++/:-.``
.o+ooooooooooooooooooosssssssso++oo++/:-`
++osoooooooooooosssssssssssssyyo+++++++o:
-o+ssoooooooooooosssssssssssssyyo+++++++s`
o++ssoooooo++++++++++++++sssyyyyo++++++o:
:o++ssoooooo${c2}/-------------${c1}+syyyyyo+++++oo
`o+++ssoooooo${c2}/-----${c1}+++++ooosyyyyyyo++++os:
/o+++ssoooooo${c2}/-----${c1}ooooooosyyyyyyyo+oooss
.o++++ssooooos${c2}/------------${c1}syyyyyyhsosssy-
++++++ssooooss${c2}/-----${c1}+++++ooyyhhhhhdssssso
-s+++++syssssss${c2}/-----${c1}yyhhhhhhhhhhhddssssy.
sooooooyhyyyyyh${c2}/-----${c1}hhhhhhhhhhhddddyssy+
:yooooooyhyyyhhhyyyyyyhhhhhhhhhhdddddyssy`
yoooooooyhyyhhhhhhhhhhhhhhhhhhhddddddysy/
-ysooooooydhhhhhhhhhhhddddddddddddddddssy
.-:/+osssyyyysyyyyyyyyyyyyyyyyyyyyyyssy:
``.-/+oosysssssssssssssssssssssss
``.:/+osyysssssssssssssh.
`-:/+osyyssssyo
.-:+++`
EOF
;;
"Funtoo"*)
set_colors 5 7
read -rd '' ascii_data <<'EOF'
2018-06-03 01:20:18 +01:00
${c1} .dKXXd .
:XXl;:. .OXo
.'OXO'' .''''''''''''''''''''':XNd..'oco.lco,
xXXXXXX, cXXXNNNXXXXNNXXXXXXXXNNNNKOOK; d0O .k
kXX xXo KNNN0 KNN. 'xXNo :c; 'cc.
kXX xNo KNNN0 KNN. :xxxx. 'NNo
kXX xNo loooc KNN. oNNNN. 'NNo
kXX xN0:. KNN' oNNNX' ,XNk
kXX xNNXNNNNNNNNXNNNNNNNNXNNOxXNX0Xl
... ......................... .;cc;.
EOF
;;
"GalliumOS"*)
set_colors 4 7 1
read -rd '' ascii_data <<'EOF'
${c1}sooooooooooooooooooooooooooooooooooooo+:
yyooooooooooooooooooooooooooooooooo+/:::
yyysoooooooooooooooooooooooooooo+/::::::
yyyyyoooooooooooooooooooooooo+/:::::::::
yyyyyysoooooooooooooooooo++/::::::::::::
yyyyyyysoooooooooooooo++/:::::::::::::::
yyyyyyyyysoooooo${c2}sydddys${c1}+/:::::::::::::::
yyyyyyyyyysooo${c2}smMMMMMMMNd${c1}+::::::::::::::
yyyyyyyyyyyyo${c2}sMMMMMMMMMMMN${c1}/:::::::::::::
yyyyyyyyyyyyy${c2}dMMMMMMMMMMMM${c1}o//:::::::::::
yyyyyyyyyyyyy${c2}hMMMMMMMMMMMm${c1}--//::::::::::
yyyyyyyyyyyyyy${c2}hmMMMMMMMNy${c1}:..-://::::::::
yyyyyyyyyyyyyyy${c2}yyhhyys+:${c1}......://:::::::
yyyyyyyyyyyyyyys+:--...........-///:::::
yyyyyyyyyyyys+:--................://::::
yyyyyyyyyo+:-.....................-//:::
yyyyyyo+:-..........................://:
yyyo+:-..............................-//
o/:-...................................:
EOF
;;
"gentoo_small")
set_colors 5 7
read -rd '' ascii_data <<'EOF'
${c1} _-----_
( \\
\ 0 \\
${c2} \ )
/ _/
( _-
\____-
EOF
;;
"Gentoo"*)
set_colors 5 7
read -rd '' ascii_data <<'EOF'
${c1} -/oyddmdhs+:.
-o${c2}dNMMMMMMMMNNmhy+${c1}-`
-y${c2}NMMMMMMMMMMMNNNmmdhy${c1}+-
`o${c2}mMMMMMMMMMMMMNmdmmmmddhhy${c1}/`
om${c2}MMMMMMMMMMMN${c1}hhyyyo${c2}hmdddhhhd${c1}o`
.y${c2}dMMMMMMMMMMd${c1}hs++so/s${c2}mdddhhhhdm${c1}+`
oy${c2}hdmNMMMMMMMN${c1}dyooy${c2}dmddddhhhhyhN${c1}d.
:o${c2}yhhdNNMMMMMMMNNNmmdddhhhhhyym${c1}Mh
.:${c2}+sydNMMMMMNNNmmmdddhhhhhhmM${c1}my
/m${c2}MMMMMMNNNmmmdddhhhhhmMNh${c1}s:
`o${c2}NMMMMMMMNNNmmmddddhhdmMNhs${c1}+`
`s${c2}NMMMMMMMMNNNmmmdddddmNMmhs${c1}/.
/N${c2}MMMMMMMMNNNNmmmdddmNMNdso${c1}:`
+M${c2}MMMMMMNNNNNmmmmdmNMNdso${c1}/-
yM${c2}MNNNNNNNmmmmmNNMmhs+/${c1}-`
/h${c2}MMNNNNNNNNMNdhs++/${c1}-`
`/${c2}ohdmmddhys+++/:${c1}.`
`-//////:--.
EOF
;;
"gNewSense"*)
set_colors 4 5 7 6
read -rd '' ascii_data <<'EOF'
${c1} ..,,,,..
.oocchhhhhhhhhhccoo.
.ochhlllllllc hhhhhh ollllllhhco.
ochlllllllllll hhhllllllhhh lllllllllllhco
.cllllllllllllll hlllllo +hllh llllllllllllllc.
ollllllllllhco'' hlllllo +hllh ``ochllllllllllo
hllllllllc' hllllllllllllh `cllllllllh
ollllllh +llllllllllll+ hllllllo
`cllllh. ohllllllho .hllllc'
ochllc. ++++ .cllhco
`+occooo+. .+ooocco+'
`+oo++++ ++++oo+'
EOF
;;
"GNU")
set_colors fg 7
read -rd '' ascii_data <<'EOF'
${c1} _-`````-, ,- '- .
.' .- - | | - -. `.
/.' / `. \
:/ : _... ..._ `` :
:: : /._ .`:'_.._\. || :
:: `._ ./ ,` : \ . _.'' .
`:. / | -. \-. \\_ /
\:._ _/ .' .@) \@) ` `\ ,.'
_/,--' .- .\,-.`--`.
,'/'' (( \ ` )
/'/' \ `-' (
'/'' `._,-----'
''/' .,---'
''/' ;:
''/'' ''/
''/''/''
'/'/'
`;
EOF
;;
"GoboLinux"*)
set_colors 5 4 6 2
read -rd '' ascii_data <<'EOF'
${c1}_____ _
/ ____| | |
| | __ ___ | |__ ___
| | |_ |/ _ \| '_ \ / _ \
| |__| | (_) | |_) | (_) |
\_____|\___/|_.__/ \___/
EOF
;;
"Grombyang"*)
set_colors 4 2 1
read -rd '' ascii_data <<'EOF'
${c1} eeeeeeeeeeee
eeeeeeeeeeeeeeeee
eeeeeeeeeeeeeeeeeeeeeee
eeeee ${c2}.o+ ${c1}eeee
eeee ${c2}`ooo/ ${c1}eeee
eeee ${c2}`+oooo: ${c1}eeee
eee ${c2}`+oooooo: ${c1}eee
eee ${c2}-+oooooo+: ${c1}eee
ee ${c2}`/:oooooooo+: ${c1}ee
ee ${c2}`/+ +++ +: ${c1}ee
ee ${c2}+o+\ ${c1}ee
eee ${c2}+o+\ ${c1}eee
eee ${c2}// \\ooo/ \\\ ${c1}eee
eee ${c2}//++++oooo++++\\\ ${c1}eee
eeee ${c2}::::++oooo+::::: ${c1}eeee
eeeee ${c3}Grombyang OS ${c1} eeee
eeeeeeeeeeeeeeeeeeeeeee
eeeeeeeeeeeeeeeee
EOF
;;
"GuixSD"*)
set_colors 3 7 6 1 8
read -rd '' ascii_data <<'EOF'
${c1} .. `.
`--..```..` `..```..--`
.-:///-:::. `-:::///:-.
````.:::` `:::.````
-//:` -::-
://: -::-
`///- .:::`
-+++-:::.
:+/:::-
`-....`
EOF
;;
2016-12-16 04:59:07 +00:00
"Haiku"*)
set_colors 2 8
read -rd '' ascii_data <<'EOF'
${c2} :dc'
'l:;'${c1},${c2}'ck. .;dc:.
co ${c1}..${c2}k. .;; ':o.
co ${c1}..${c2}k. ol ${c1}.${c2}0.
co ${c1}..${c2}k. oc ${c1}..${c2}0.
co ${c1}..${c2}k. oc ${c1}..${c2}0.
.Ol,. co ${c1}...''${c2}Oc;kkodxOdddOoc,.
';lxxlxOdxkxk0kd${c1}oooll${c2}dl${c1}ccc:${c2}clxd;
..${c1}oOolllllccccccc:::::${c2}od;
cx:ooc${c1}:::::::;${c2}cooolcX.
cd${c1}.${c2}''cloxdoollc' ${c1}...${c2}0.
cd${c1}......${c2}k;${c1}.${c2}xl${c1}.... .${c2}0.
.::c${c1};..${c2}cx;${c1}.${c2}xo${c1}..... .${c2}0.
'::c'${c1}...${c2}do${c1}..... .${c2}K,
cd,.${c1}....:${c2}O,${c1}
':clod:'${c1}
${c1}
EOF
;;
"Hyperbola"*)
set_colors 8
read -rd '' ascii_data <<'EOF'
${c1} WW
KX W
WO0W NX0O
NOO0NW WNXK0OOKW
W0OOOOOOOOOOOOKN
N0OOOOOOO0KXW
WNXXXNW
NXK00000KN
WNK0OOOOOOOOOO0W
NK0OOOOOOOOOOOOOO0W
X0OOOOOOO00KK00OOOOOK
X0OOOO0KNWW WX0OO0W
X0OO0XNW KOOW
N00KNW KOW
NKXN W0W
WW W
EOF
;;
"Kali"*)
set_colors 4 8
read -rd '' ascii_data <<'EOF'
${c1}..............
..,;:ccc,.
......''';lxO.
.....''''..........,:ld;
.';;;:::;,,.x,
..'''. 0Xxoc:,. ...
.... ,ONkc;,;cokOdc',.
. OMo ':${c2}dd${c1}o.
dMc :OO;
0M. .:o.
;Wd
;XO,
,d0Odlc;,..
..',;:cdOOd::,.
.:d;.':;.
'd, .'
;l ..
.o
c
.'
.
EOF
;;
"KaOS"*)
set_colors 4 7 1
read -rd '' ascii_data <<'EOF'
${c1} ..
..... ..OSSAAAAAAA..
.KKKKSS. .SSAAAAAAAAAAA.
.KKKKKSO. .SAAAAAAAAAA...
KKKKKKS. .OAAAAAAAA.
KKKKKKS. .OAAAAAA.
KKKKKKS. .SSAA..
.KKKKKS..OAAAAAAAAAAAA........
DKKKKO.=AA=========A===AASSSO..
AKKKS.==========AASSSSAAAAAASS.
.=KKO..========ASS.....SSSSASSSS.
.KK. .ASS..O.. =SSSSAOSS:
.OK. .ASSSSSSSO...=A.SSA.
.K ..SSSASSSS.. ..SSA.
.SSS.AAKAKSSKA.
.SSS....S..
EOF
;;
"KDE"*)
set_colors 2 7
read -rd '' ascii_data <<'EOF'
${c1} `..---+/---..`
`---.`` `` `.---.`
.--.` `` `-:-.
`:/: `.----//----.` :/-
.:. `---` `--.` .:`
.:` `--` .:- `:.
`/ `:. `.-::-.` -:` `/`
/. /. `:++++++++:` .: .:
`/ .: `+++++++++++/ /` `+`
/+` -- .++++++++++++` :. .+:
`/ .: `+++++++++++/ /` `+`
/` /. `:++++++++:` .: .:
./ `:. `.:::-.` -:` `/`
.:` `--` .:- `:.
.:. `---` `--.` .:`
`:/: `.----//----.` :/-
.-:.` `` `-:-.
`---.`` `` `.---.`
`..---+/---..`
EOF
;;
2018-06-01 00:54:46 +01:00
"Kibojoe"*)
set_colors 2 7 4
read -rd '' ascii_data <<'EOF'
${c3} ./+oooooo+/.
-/+ooooo+/:.`
${c1}`${c3}yyyo${c2}+++/++${c3}osss${c1}.
${c1}+NMN${c3}yssssssssssss${c1}.
${c1}.dMMMMN${c3}sssssssssssy${c1}Ns`
+MMMMMMMm${c3}sssssssssssh${c1}MNo`
`hMMMMMNNNMd${c3}sssssssssssd${c1}MMN/
.${c3}syyyssssssy${c1}NNmmmmd${c3}sssss${c1}hMMMMd:
-NMmh${c3}yssssssssyhhhhyssyh${c1}mMMMMMMMy`
-NMMMMMNN${c3}mdhyyyyyyyhdm${c1}NMMMMMMMMMMMN+
`NMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMd.
ods+/:-----://+oyydmNMMMMMMMMMMMMMMMMMN-
` .-:+osyhhdmmNNNmdo
EOF
;;
"Kogaion"*)
set_colors 4 7 1
read -rd '' ascii_data <<'EOF'
${c1} ;; ,;
;;; ,;;
,;;;; ;;;;
,;;;;;;;; ;;;;
;;;;;;;;;;; ;;;;;
,;;;;;;;;;;;; ';;;;;,
;;;;;;;;;;;;;;, ';;;;;;;
;;;;;;;;;;;;;;;;;, ';;;;;
; ';;;;;;;;;;;;;;;;;;, ;;;
;;;, ';;;;;;;;;;;;;;;;;;;,;;
;;;;;, ';;;;;;;;;;;;;;;;;;,
;;;;;;;;, ';;;;;;;;;;;;;;;;,
;;;;;;;;;;;;, ';;;;;;;;;;;;;;
';;;;;;;;;;;;; ';;;;;;;;;;;;;
';;;;;;;;;;;;;, ';;;;;;;;;;;
';;;;;;;;;;;;; ;;;;;;;;;;
';;;;;;;;;;;; ;;;;;;;;
';;;;;;;; ;;;;;;
';;;;; ;;;;
';;; ;;
EOF
;;
"Korora"*)
set_colors 4 7 1
read -rd '' ascii_data <<'EOF'
${c2} ____________
_add55555555554${c1}:
_w?'${c1}``````````'${c2})k${c1}:
_Z'${c1}`${c2} ]k${c1}:
m(${c1}`${c2} )k${c1}:
_.ss${c1}`${c2}m[${c1}`${c2}, ]e${c1}:
.uY"^`${c1}`${c2}Xc${c1}`${c2}?Ss. d(${c1}`
jF'${c1}`${c2} `@. ${c1}`${c2}Sc .jr${c1}`
jr${c1}`${c2} `?n_ ${c1}`${c2}$; _a2"${c1}`
.m${c1}:${c2} `~M${c1}`${c2}1k${c1}`${c2}5?!`${c1}`
:#${c1}:${c2} ${c1}`${c2})e${c1}```
:m${c1}:${c2} ,#'${c1}`
:#${c1}:${c2} .s2'${c1}`
:m,________.aa7^${c1}`
:#baaaaaaas!J'${c1}`
```````````
EOF
;;
"KSLinux"*)
set_colors 4 7 1
read -rd '' ascii_data <<'EOF'
${c1} K K U U RRRR ooo
K K U U R R o o
KKK U U RRRR o o
K K U U R R o o
K K UUU R R ooo
${c2} SSS AAA W W AAA
S A A W W A A
SSS AAAAA W W W AAAAA
S A A WW WW A A
SSS A A W W A A
EOF
;;
"Kubuntu"*)
set_colors 4 7 1
read -rd '' ascii_data <<'EOF'
${c1} `.:/ossyyyysso/:.
.:oyyyyyyyyyyyyyyyyyyo:`
-oyyyyyyyo${c2}dMMy${c1}yyyyyyysyyyyo-
-syyyyyyyyyy${c2}dMMy${c1}oyyyy${c2}dmMMy${c1}yyyys-
oyyys${c2}dMy${c1}syyyy${c2}dMMMMMMMMMMMMMy${c1}yyyyyyo
`oyyyy${c2}dMMMMy${c1}syysoooooo${c2}dMMMMy${c1}yyyyyyyyo`
oyyyyyy${c2}dMMMMy${c1}yyyyyyyyyyys${c2}dMMy${c1}sssssyyyo
-yyyyyyyy${c2}dMy${c1}syyyyyyyyyyyyyys${c2}dMMMMMy${c1}syyy-
oyyyysoo${c2}dMy${c1}yyyyyyyyyyyyyyyyyy${c2}dMMMMy${c1}syyyo
yyys${c2}dMMMMMy${c1}yyyyyyyyyyyyyyyyyysosyyyyyyyy
yyys${c2}dMMMMMy${c1}yyyyyyyyyyyyyyyyyyyyyyyyyyyyy
oyyyyysos${c2}dy${c1}yyyyyyyyyyyyyyyyyy${c2}dMMMMy${c1}syyyo
-yyyyyyyy${c2}dMy${c1}syyyyyyyyyyyyyys${c2}dMMMMMy${c1}syyy-
oyyyyyy${c2}dMMMy${c1}syyyyyyyyyyys${c2}dMMy${c1}oyyyoyyyo
`oyyyy${c2}dMMMy${c1}syyyoooooo${c2}dMMMMy${c1}oyyyyyyyyo
oyyysyyoyyyys${c2}dMMMMMMMMMMMy${c1}yyyyyyyo
-syyyyyyyyy${c2}dMMMy${c1}syyy${c2}dMMMy${c1}syyyys-
-oyyyyyyy${c2}dMMy${c1}yyyyyysosyyyyo-
./oyyyyyyyyyyyyyyyyyyo/.
`.:/oosyyyysso/:.`
EOF
;;
"LEDE"*)
set_colors 4 7 1
read -rd '' ascii_data <<'EOF'
${c1} _________
/ /\
/ LE / \
/ DE / \
/________/ LE \
\ \ DE /
\ LE \ /
\ DE \ /
\________\/
EOF
;;
"Linux")
set_colors fg 8 3
read -rd '' ascii_data <<'EOF'
${c2} #####
${c2} #######
${c2} ##${c1}O${c2}#${c1}O${c2}##
${c2} #${c3}#####${c2}#
${c2} ##${c1}##${c3}###${c1}##${c2}##
${c2} #${c1}##########${c2}##
${c2} #${c1}############${c2}##
${c2} #${c1}############${c2}###
${c3} ##${c2}#${c1}###########${c2}##${c3}#
${c3}######${c2}#${c1}#######${c2}#${c3}######
${c3}#######${c2}#${c1}#####${c2}#${c3}#######
${c3} #####${c2}#######${c3}#####
EOF
;;
2018-06-01 01:16:35 +01:00
"Linux Lite"*)
set_colors 2 7
read -rd '' ascii_data <<'EOF'
${c1} ,xXc
.l0MMMMMO
.kNMMMMMWMMMN,
KMMMMMMKMMMMMMo
'MMMMMMNKMMMMMM:
kMMMMMMOMMMMMMO
.MMMMMMX0MMMMMW.
oMMMMMMxWMMMMM:
WMMMMMNkMMMMMO
:MMMMMMOXMMMMW
.0MMMMMxMMMMM;
:;cKMMWxMMMMO
'MMWMMXOMMMMl
kMMMMKOMMMMMX:
.WMMMMKOWMMM0c
lMMMMMWO0MNd:'
oollXMKXoxl;.
':. .: .'
..
.
EOF
;;
"LMDE"*)
set_colors 2 7
read -rd '' ascii_data <<'EOF'
${c2}`.-::---..
${c1} .:++++ooooosssoo:.
.+o++::. `.:oos+.
${c1} :oo:.` -+oo${c2}:
${c1} ${c2}`${c1}+o/` .${c2}::::::${c1}-. .++-${c2}`
${c1}${c2}`${c1}/s/ .yyyyyyyyyyo: +o-${c2}`
${c1}${c2}`${c1}so .ss ohyo` :s-${c2}:
${c1}${c2}`${c1}s/ .ss h m myy/ /s`${c2}`
${c1}`s: `oo s m Myy+-o:`
`oo :+sdoohyoydyso/.
:o. .:////////++:
${c1} `/++ ${c2}-:::::-
${c1} ${c2}`${c1}++-
${c1} ${c2}`${c1}/+-
${c1} ${c2}.${c1}+/.
${c1} ${c2}.${c1}:+-.
`--.``
EOF
;;
"Lubuntu"*)
set_colors 4 7 1
read -rd '' ascii_data <<'EOF'
${c1} `-/+oyyhhhhyyo+/-`
./shhhhhhhhhhhhhhhhhhs/.
`:shhhhhhhhhhhhhhhhhhhhhhhhs:`
:yhhhhhhhhhhhhhhhs++yhhhhhhhhhy:
`ohhhhhhhhhhhhhs+:. .yhhhhhhhhhhhho`
`shhhhhhhhhhy+:` /yhhhhhhhhhhhhhs`
shhhhhhhhy+. .ohhhhhhhhhhhhhs
:hhhhhhy/. /hhhhhhhhhhhhh:
shhhy/. :hhhhhhhhhhhhs
hy+. ` `+yhs/` +hhhhhhhhhhhh
-.:/oshy- ` :yhhhhhy/ shhhhhhhhhhh
shhhhhy-`/s. .shhhhhhhhho` .hhhhhhhhhhs
:hhhho`:ys` /yhhhhhhhhhhhs` +hhhhhhhhh:
shh/.sh+ `ohhhhhhhhhhhhhhs` .hhhhhhhhs
`o-+hh: :yhhhhhhhhhhhhhhhho ohhhhhhs`
+hy-`ohhhhhhhhhhhhhhhhhhh+ -hhhhho`
:.-yhhhhhhhhhhhhhhhhhhhhh: yhhy:
:shhhhhhhhhhhhhhhhhhhhhy`+s:`
.+shhhhhhhhhhhhhhhhhhs:`
`-/+oyyhhhhyys+/-`
EOF
;;
"Lunar"*)
set_colors 4 7 3
read -rd '' ascii_data <<'EOF'
${c1}`-. `-.
-ohys/-` `:+shy/`
-omNNdyo/` :+shmNNy/`
${c3} -
/mMmo
hMMMN`
.NMMs
${c1} -:+oooo+//: ${c3}/MN${c1}. -///oooo+/-`
/:.` ${c3}/${c1} `.:/`
${c3} __
| | _ _ ___ ___ ___
| |__| | | | .'| _|
|_____|___|_|_|__,|_|
EOF
;;
"mac"*"_small")
set_colors 2 3 1 5 4
read -rd '' ascii_data <<'EOF'
${c1} .:'
_ :'_
${c2} .'`_`-'_``.
:________.-'
${c3}:_______:
:_______:
${c4} :_______`-;
${c5} `._.-._.'
EOF
;;
"mac" | "Darwin")
set_colors 2 3 1 1 5 4
read -rd '' ascii_data <<'EOF'
${c1} 'c.
,xNMM.
.OMMMMo
OMMM0,
.;loddo:' loolloddol;.
cKMMMMMMMMMMNWMMMMMMMMMM0:
${c2} .KMMMMMMMMMMMMMMMMMMMMMMMWd.
XMMMMMMMMMMMMMMMMMMMMMMMX.
${c3};MMMMMMMMMMMMMMMMMMMMMMMM:
:MMMMMMMMMMMMMMMMMMMMMMMM:
${c4}.MMMMMMMMMMMMMMMMMMMMMMMMX.
kMMMMMMMMMMMMMMMMMMMMMMMMWd.
${c5}.XMMMMMMMMMMMMMMMMMMMMMMMMMMk
.XMMMMMMMMMMMMMMMMMMMMMMMMK.
${c6}kMMMMMMMMMMMMMMMMMMMMMMd
;KMMMMMMMWXXWMMMMMMMk.
.cooc,. .,coo:.
EOF
;;
"Mageia"*)
set_colors 6 7
read -rd '' ascii_data <<'EOF'
${c1} .°°.
°° .°°.
.°°°. °°
. .
°°° .°°°.
.°°°. '___'
${c2} .${c1}'___' ${c2} .
:dkxc;'. ..,cxkd;
.dkk. kkkkkkkkkk .kkd.
.dkk. ';cloolc;. .kkd
ckk. .kk;
xO: cOd
xO: lOd
lOO. .OO:
.k00. .00x
.k00; ;00O.
.lO0Kc;,,,,,,;c0KOc.
;d00KKKKKK00d;
.,KKKK,.
EOF
;;
"MagpieOS"*)
set_colors 2 1 3 5
read -rd '' ascii_data <<'EOF'
${c1} ;00000 :000Ol
.x00kk00: O0kk00k;
l00: :00. o0k :O0k.
.k0k. x${c2}d$dddd${c1}k' .d00;
k0k. ${c2}.dddddl ${c1}o00,
o00. ${c2}':cc:. ${c1}d0O
.00l ,00.
l00. d0x
k0O .:k0o
O0k ;dO0000d.
k0O .O0O${c2}xxxxk${c1}00:
o00. k0O${c2}dddddd${c1}occ
'00l x0O${c2}dddddo${c3};..${c1}
x00. .x00${c2}kxxd${c3}:..${c1}
.O0x .:oxxx${c4}Okl.${c1}
.x0d ${c4},xx,${c1}
.:o. ${c4}.xd ckd${c1}
.. ${c4}dxl .xx;
:xxolldxd'
;oxdl.
EOF
;;
"Manjaro"*)
set_colors 2 7
read -rd '' ascii_data <<'EOF'
${c1}██████████████████ ████████
██████████████████ ████████
██████████████████ ████████
██████████████████ ████████
████████ ████████
████████ ████████ ████████
████████ ████████ ████████
████████ ████████ ████████
████████ ████████ ████████
████████ ████████ ████████
████████ ████████ ████████
████████ ████████ ████████
████████ ████████ ████████
████████ ████████ ████████
EOF
;;
"Maui"*)
set_colors 6 7
read -rd '' ascii_data <<'EOF'
${c1} `.-://////:--`
.:/oooooooooooooooo+:.
`:+ooooooooooooooooooooooo:`
`:oooooooooooooooooooooooooooo/`
..```-oooooo/-`` `:oooooo+:.` `--
:. +oo+-` /ooo/` -/
-o. `o+- +o/` -o:
`oo` ::` :o/ `+. .+o` /oo.
/o+ . -+oo- ` /oo/ `ooo/
+o- /ooo+` .+ooo. :ooo+
++ .+oooo: -oooo+ `oooo+
:. .oooooo` :ooooo- :oooo:
` .oooooo: :ooooo+ `ooo+-`
.+oooooo` -oooooo: `o/-
+oooooo: .ooooooo.
/ooooooo` /ooooooo/ ..
`:oooooooo/:::/ooooooooo+:--:/:`
`:+oooooooooooooooooooooo+:`
.:+oooooooooooooooo+:.
`.-://////:-.`
EOF
;;
"Mer"*)
set_colors 4 7 1
read -rd '' ascii_data <<'EOF'
${c1} dMs
.-`
`y`-o+`
``NMMy
.--`:++.
.hNNNNs
/MMMMMN
`ommmd/ +/
```` +/
`:+sssso/-`
.-::. `-::-` `smNMNmdmNMNd/ .://-`
.ymNMNNdmNMMNm+` -dMMh:.....+dMMs `sNNMMNo
dMN+::NMMy::hMM+ mMMo `ohhy/ `dMM+ yMMy::-
MMm yMM- :MMs NMN` `:::::--sMMh dMM`
MMm yMM- -MMs mMM+ `ymmdsymMMMs dMM`
NNd sNN- -NNs -mMNs-.--..:dMMh` dNN
--- .--` `--. .smMMmdddmMNdo` .--
./ohddds+:`
+h- `.:-.
./`.dMMMN+
+MMMMMd
`+dmmy-
``` .+`
.dMNo-y.
`hmm/
.:`
dMs
EOF
;;
"Minix"*)
set_colors 1 7 3
read -rd '' ascii_data <<'EOF'
${c2} -sdhyo+:-` -/syymm:
sdyooymmNNy. `` .smNmmdysNd
odyoso+syNNmysoyhhdhsoomNmm+/osdm/
:hhy+-/syNNmddhddddddmNMNo:sdNd:
`smNNdNmmNmddddddddddmmmmmmmy`
`ohhhhdddddmmNNdmddNmNNmdddddmdh-
odNNNmdyo/:/-/hNddNy-`..-+ydNNNmd:
`+mNho:` smmd/ sNNh :dmms` -+ymmo.
-od/ -m${c1}mm${c2}mo -NN+ +m${c1}mm${c2}m- yms:
+sms -.` :so: .NN+ :os/ .-`mNh:
.-hyh+:////- -sNNd:` .--://ohNs-
`:hNNNNNNNMMd/sNMmhsdMMh/ymmNNNmmNNy/
-+sNNNNMMNNNsmNMo: :NNmymNNNNMMMms:
//oydNMMMMydMMNysNMMmsMMMMMNyo/`
../-yNMMy--/::/-.sMMmos+.`
-+oyhNsooo+omy/```
`::ohdmds-`
EOF
;;
"Linux Mint"* | "LinuxMint"*)
set_colors 2 7
read -rd '' ascii_data <<'EOF'
${c1}MMMMMMMMMMMMMMMMMMMMMMMMMmds+.
MMm----::-://////////////oymNMd+`
MMd ${c2}/++ ${c1}-sNMd:
MMNso/` ${c2}dMM `.::-. .-::.` ${c1}.hMN:
ddddMMh ${c2}dMM :hNMNMNhNMNMNh: ${c1}`NMm
NMm ${c2}dMM .NMN/-+MMM+-/NMN` ${c1}dMM
NMm ${c2}dMM -MMm `MMM dMM. ${c1}dMM
NMm ${c2}dMM -MMm `MMM dMM. ${c1}dMM
NMm ${c2}dMM .mmd `mmm yMM. ${c1}dMM
NMm ${c2}dMM` ..` ... ydm. ${c1}dMM
hMM- ${c2}+MMd/-------...-:sdds ${c1}dMM
-NMm- ${c2}:hNMNNNmdddddddddy/` ${c1}dMM
-dMNs-${c2}``-::::-------.`` ${c1}dMM
`/dMNmy+/:-------------:/yMMM
./ydNMMMMMMMMMMMMMMMMMMMMM
.MMMMMMMMMMMMMMMMMMM
EOF
;;
"MX"*)
set_colors 4 6 7
read -rd '' ascii_data <<'EOF'
${c3}MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMNMMMMMMMMM
MMMMMMMMMMNs..yMMMMMMMMMMMMMm: +NMMMMMMM
MMMMMMMMMN+ :mMMMMMMMMMNo` -dMMMMMMMM
MMMMMMMMMMMs. `oNMMMMMMh- `sNMMMMMMMMM
MMMMMMMMMMMMN/ -hMMMN+ :dMMMMMMMMMMM
MMMMMMMMMMMMMMh- +ms. .sMMMMMMMMMMMMM
MMMMMMMMMMMMMMMN+` ` +NMMMMMMMMMMMMMM
MMMMMMMMMMMMMMNMMd: .dMMMMMMMMMMMMMMM
MMMMMMMMMMMMm/-hMd- `sNMMMMMMMMMMMMM
MMMMMMMMMMNo` -` :h/ -dMMMMMMMMMMMM
MMMMMMMMMd: /NMMh- `+NMMMMMMMMMM
MMMMMMMNo` :mMMN+` `-hMMMMMMMM
MMMMMMh. `oNMMd: `/mMMMMMM
MMMMm/ -hMd- `sNMMMM
MMNs` - :dMMM
Mm: `oMM
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
EOF
;;
2017-07-13 13:04:42 +01:00
"NetBSD"*)
set_colors 5 7
read -rd '' ascii_data <<'EOF'
${c1} `-/oshdmNMNdhyo+:-`
${c2}y${c1}/s+:-`` `.-:+oydNMMMMNhs/-``
${c2}-m+${c1}NMMMMMMMMMMMMMMMMMMMNdhmNMMMmdhs+/-`
${c2}-m+${c1}NMMMMMMMMMMMMMMMMMMMMmy+:`
${c2}-N/${c1}dMMMMMMMMMMMMMMMds:`
${c2}-N/${c1}hMMMMMMMMMmho:`
${c2}-N/${c1}-:/++/:.`
${c2} :M+
:Mo
:Ms
:Ms
:Ms
:Ms
:Ms
:Ms
:Ms
:Ms
EOF
;;
"Netrunner"*)
set_colors 4 7 1
read -rd '' ascii_data <<'EOF'
${c1} .:oydmMMMMMMmdyo:`
-smMMMMMMMMMMMMMMMMMMds-
+mMMMMMMMMMMMMMMMMMMMMMMMMd+
/mMMMMMMMMMMMMMMMMMMMMMMMMMMMMm/
`hMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMy`
.mMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMd`
dMMMMMMMMMMMMMMMMMMMMMMNdhmMMMMMMMMMMh
+MMMMMMMMMMMMMNmhyo+/-. -MMMMMMMMMMMM/
mMMMMMMMMd+:.` `mMMMMMMMMMMMMd
MMMMMMMMMMMdy/. yMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMNh+` +MMMMMMMMMMMMMMM
mMMMMMMMMMMMMMMMMMs -NMMMMMMMMMMMMMMd
+MMMMMMMMMMMMMMMMMN. `mMMMMMMMMMMMMMMM/
dMMMMMMMMMMMMMMMMMy hMMMMMMMMMMMMMMMh
`dMMMMMMMMMMMMMMMMM-+MMMMMMMMMMMMMMMd`
`hMMMMMMMMMMMMMMMMmMMMMMMMMMMMMMMMy
/mMMMMMMMMMMMMMMMMMMMMMMMMMMMMm:
+dMMMMMMMMMMMMMMMMMMMMMMMMd/
-odMMMMMMMMMMMMMMMMMMdo-
`:+ydmNMMMMNmhy+-`
EOF
;;
2017-07-13 13:04:42 +01:00
"Nitrux"*)
set_colors 4
read -rd '' ascii_data <<'EOF'
${c1}`:/.
`/yo
`/yo
`/yo .+:.
`/yo .sys+:.`
`/yo `-/sys+:.`
`/yo ./sss+:.`
`/yo .:oss+:-`
`/yo ./o///:-`
`/yo `.-:///////:`
`/yo `.://///++//-``
`/yo `.-:////++++/-`
`/yo `-://///++o+/-`
`/yo `-/+o+++ooo+/-`
`/s+:+oooossso/.`
`//+sssssso:.
`+syyyy+:`
:+s+-
EOF
;;
"nixos_small")
set_colors 4 6
read -rd '' ascii_data <<'EOF'
2018-06-03 01:14:53 +01:00
${c1} \\\\ \\\\ //
==\\\\__\\\\/ //
// \\\\//
==// //==
//\\\\___//
// /\\\\ \\\\==
// \\\\ \\\\
EOF
;;
"NixOS"*)
set_colors 4 6
read -rd '' ascii_data <<'EOF'
${c1} ::::. ${c2}'::::: ::::'
${c1} '::::: ${c2}':::::. ::::'
${c1} ::::: ${c2}'::::.:::::
${c1} .......:::::..... ${c2}::::::::
${c1} ::::::::::::::::::. ${c2}:::::: ${c1}::::.
::::::::::::::::::::: ${c2}:::::. ${c1}.::::'
${c2} ..... ::::' ${c1}:::::'
${c2} ::::: '::' ${c1}:::::'
${c2} ........::::: ' ${c1}:::::::::::.
${c2}::::::::::::: ${c1}:::::::::::::
${c2} ::::::::::: ${c1}.. ${c1}:::::
${c2} .::::: ${c1}.::: ${c1}:::::
${c2} .::::: ${c1}::::: ${c1}''''' ${c2}.....
::::: ${c1}':::::. ${c2}......:::::::::::::'
::: ${c1}::::::. ${c2}':::::::::::::::::'
${c1} .:::::::: ${c2}'::::::::::
${c1} .::::''::::. ${c2}'::::.
${c1} .::::' ::::. ${c2}'::::.
${c1} .:::: :::: ${c2}'::::.
EOF
;;
"Nurunner"*)
set_colors 4
read -rd '' ascii_data <<'EOF'
${c1} ,xc
;00cxXl
;K0, .xNo.
:KO' .lXx.
cXk. ;xl cXk.
cXk. ;k:.,xo. cXk.
.lXx. :x::0MNl,dd. :KO,
.xNx. cx;:KMMMMMNo'dx. ;KK;
.dNl. cd,cXMMMMMMMMMWd,ox' 'OK:
;WK. 'K,.KMMMMMMMMMMMMMWc.Kx lMO
'OK: 'dl'xWMMMMMMMMMM0::x: 'OK:
.kNo .xo'xWMMMMMM0;:O: ;KK;
.dXd. .do,oNMMO;ck: ;00,
oNd. .dx,;'cO; ;K0,
oNx. okk; ;K0,
lXx. :KO'
cKk' cXk.
;00:lXx.
,kd.
EOF
;;
2016-12-16 04:59:07 +00:00
"NuTyX"*)
set_colors 4 1
read -rd '' ascii_data <<'EOF'
${c1} .
.
...
...
.... .........--.
..-++-----....--++++++---.
.-++++++-. .-++++++++++++-----..
.--... .++..-+++--.....-++++++++++--..
. .-+-. .**- .... ..-+----..
.+++. .*+. + -++-----.
.+++++- ++. .*+. .....-+++-----.
-+++-++. .+. .-+***++***++--++++. .
-+-. -- -. -*- ...... ..--.
.-. .+- . -+.
. .+- +.
-- --
-+----. .-
-++-.+. .
.++. --
+. ----.
. .+. ..
- .
.
EOF
;;
"OBRevenge"*)
set_colors 1 7 3
read -rd '' ascii_data <<'EOF'
${c1} __ __
_@@@@ @@@g_
_@@@@@@ @@@@@@
_@@@@@@M W@@@@@@_
j@@@@P ^W@@@@
@@@@L____ _____Q@@@@
Q@@@@@@@@@@j@@@@@@@@@@
@@@@@ T@j@ T@@@@@
@@@@@ ___Q@J@ _@@@@@
@@@@@fMMM@@j@jggg@@@@@@
@@@@@ j@j@^MW@P @@@@
Q@@@@@ggg@@f@ @@@@@@L
^@@@@WWMMP ^ Q@@@@
@@@@@_ _@@@@l
W@@@@@g_____g@@@@@P
@@@@@@@@@@@@@@@@l
^W@@@@@@@@@@@P
^TMMMMTll
EOF
;;
"openbsd_small")
set_colors 3 7 6 1 8
read -rd '' ascii_data <<'EOF'
${c1} _____
\\- -/
\\_/ \\
| ${c2}O O${c1} |
|_ < ) 3 )
/ \\ /
/-_____-\\
EOF
;;
"OpenBSD"*)
set_colors 3 7 6 1 8
read -rd '' ascii_data <<'EOF'
2018-06-03 01:14:53 +01:00
${c3} _
(_)
${c1} | .
${c1} . |L /| . ${c3} _
${c1} _ . |\ _| \--+._/| . ${c3}(_)
${c1} / ||\| Y J ) / |/| ./
J |)'( | ` F`.'/ ${c3} _
${c1} -<| F __ .-< ${c3}(_)
${c1} | / .-'${c3}. ${c1}`. /${c3}-. ${c1}L___
J \\ < ${c3}\ ${c1} | | ${c5}O${c3}\\${c1}|.-' ${c3} _
${c1} _J \\ .- \\${c3}/ ${c5}O ${c3}| ${c1}| \\ |${c1}F ${c3}(_)
${c1} '-F -<_. \\ .-' `-' L__
__J _ _. >-' ${c1})${c4}._. ${c1}|-'
${c1} `-|.' /_. ${c4}\_| ${c1} F
/.- . _.<
/' /.' .' `\\
/L /' |/ _.-'-\\
/'J ___.---'\|
|\ .--' V | `. `
|/`. `-. `._)
/ .-.\\
\\ ( `\\
`.\
EOF
;;
"OpenIndiana"*)
set_colors 4 7 1
read -rd '' ascii_data <<'EOF'
${c2} .sy/
.yh+
${c1}-+syyyo+- ${c2} /+.
${c1}+ddo/---/sdh/ ${c2} ym-
${c1}`hm+ `sms${c2} ym-```````.-.
${c1}sm+ sm/ ${c2} ym- +s
${c1}hm. /mo ${c2} ym- /h
${c1}omo ym: ${c2} ym- `os`
${c1}smo` .ym+ ${c2} ym- .os-
`` ${c1}:ymy+///oyms- ${c2} ym- .+s+.
..` ${c1}`:+oo+/-` ${c2} -//oyo-
-:` .:oys/.
+- `./oyys/.
h+` `.-:+oyyyo/-`
`/ossssysso+/-.`
EOF
;;
"OpenMandriva"*)
set_colors 4 3
read -rd '' ascii_data <<'EOF'
${c2} ``
`-.
${c1} ` ${c2}.---
${c1} -/ ${c2}-::--`
${c1} `++ ${c2}`----...```-:::::.
${c1} `os. ${c2}.::::::::::::::-``` ` `
${c1} +s+ ${c2}.::::::::::::::::---...--`
${c1}-ss: ${c2}`-::::::::::::::::-.``.``
${c1}/ss- ${c2}.::::::::::::-.`` `
${c1}+ss: ${c2}.::::::::::::-
${c1}/sso ${c2}.::::::-::::::-
${c1}.sss/ ${c2}-:::-.` .:::::
${c1} /sss+. ${c2}..`${c1} `--` ${c2}.:::
${c1} -ossso+/:://+/-` ${c2}.:`
${c1} -/+ooo+/-. ${c2}`
EOF
;;
"OpenWrt"*)
set_colors 4 7 1
read -rd '' ascii_data <<'EOF'
${c1} _______
| |.-----.-----.-----.
| - || _ | -__| |
|_______|| __|_____|__|__|
|__|
________ __
| | | |.----.| |_
| | | || _|| _|
|________||__| |____|
EOF
;;
"Open Source Media Center"* | "osmc")
set_colors 4 7 1
read -rd '' ascii_data <<'EOF'
${c1} -+shdmNNNNmdhs+-
.+hMNho/:..``..:/ohNMh+.
:hMdo. .odMh:
-dMy- -yMd-
sMd- -dMs
hMy +. .+ yMh
yMy dMs. .sMd yMy
:Mm dMNMs` `sMNMd `mM:
yM+ dM//mNs``sNm//Md +My
mM- dM: +NNNN+ :Md -Mm
mM- dM: `oNN+ :Md -Mm
yM+ dM/+NNo` :Md +My
:Mm` dMMNs` :Md `mM:
yMy dMs` -ms yMy
hMy +. yMh
sMd- -dMs
-dMy- -yMd-
:hMdo. .odMh:
.+hMNho/:..``..:/ohNMh+.
-+shdmNNNNmdhs+-
EOF
;;
"Oracle"*)
set_colors 1 7 3
read -rd '' ascii_data <<'EOF'
${c1}
`-/+++++++++++++++++/-.`
`/syyyyyyyyyyyyyyyyyyyyyyys/.
:yyyyo/-...............-/oyyyy/
/yyys- .oyyy+
.yyyy` `syyy-
:yyyo /yyy/
.yyyy` `syyy-
/yyys. .oyyyo
/yyyyo:-...............-:oyyyy/`
`/syyyyyyyyyyyyyyyyyyyyyyys+.
`.:/+ooooooooooooooo+/:.`
EOF
;;
2017-01-06 07:53:26 +00:00
"PacBSD"*)
set_colors 1 7 3
read -rd '' ascii_data <<'EOF'
${c1} :+sMs.
`:ddNMd- -o--`
-sMMMMh: `+N+``
yMMMMMs` .....-/-... `mNh/
yMMMMMmh+-`:sdmmmmmmMmmmmddy+-``./ddNMMm
yNMMNMMMMNdyyNNMMMMMMMMMMMMMMMhyshNmMMMm
:yMMMMMMMMMNdooNMMMMMMMMMMMMMMMMNmy:mMMd
+MMMMMMMMMmy:sNMMMMMMMMMMMMMMMMMMMmshs-
:hNMMMMMMN+-+MMMMMMMMMMMMMMMMMMMMMMMs.
.omysmNNhy/+yNMMMMMMMMMMNMMMMMMMMMNdNNy-
/hMM:::::/hNMMMMMMMMMMMm/-yNMMMMMMN.mMNh`
.hMMMMdhdMMMMMMMMMMMMMMmo `sMMMMMMN mMMm-
:dMMMMMMMMMMMMMMMMMMMMMdo+ oMMMMMMN`smMNo`
/dMMMMMMMMMMMMMMMMMMMMMNd/` :yMMMMMN:-hMMM.
:dMMMMMMMMMMMMMMMMMMMMMNh` oMMMMMMNo/dMNN`
:hMMMMMMMMMMMMMMMMMMMMMMNs--sMMMMMMMNNmy++`
sNMMMMMMMMMMMMMMMMMMMMMMMmmNMMMMMMNho::o.
:yMMMMMMMMMMMMMNho+sydNNNNNNNmysso/` -//
/dMMMMMMMMMMMMMs- ````````..``
.oMMMMMMMMMMMMNs` ./y:`
+dNMMNMMMMMMMmy` ``./ys.
`/hMMMMMMMMMMMNo-`` `.+yy+-`
`-/hmNMNMMMMMMmmddddhhy/-`
`-+oooyMMMdsoo+/:.
EOF
;;
2017-01-08 03:23:55 +00:00
"Parabola"*)
set_colors 5 7
read -rd '' ascii_data <<'EOF'
${c1} `.-. `.
`.` `:++. `-+o+.
`` `:+/. `:+/. `-+oooo+
``-::-.:+/. `:+/. `-+oooooo+
`.-:///- ..` .-. `-+oooooooo-
`..-..` `+ooooooooo:
`` :oooooooo/
`ooooooo:
`oooooo:
-oooo+.
+ooo/`
-ooo-
`+o/.
/+-
//`
-.
EOF
;;
2017-01-08 03:23:55 +00:00
"Pardus"*)
set_colors 3 7 6 1 8
read -rd '' ascii_data <<'EOF'
${c1} .smNdy+- `.:/osyyso+:.` -+ydmNs.
/Md- -/ymMdmNNdhso/::/oshdNNmdMmy/. :dM/
mN. oMdyy- -y `-dMo .Nm
.mN+` sMy hN+ -: yMs `+Nm.
`yMMddMs.dy `+` sMddMMy`
+MMMo .` . oMMM+
`NM/ `````.` `.````` +MN`
yM+ `.-:yhomy ymohy:-.` +My
yM: yo oy :My
+Ms .N` `N. +h sM+
`MN - -::::::- : :o:+`NM`
yM/ sh -dMMMMd- ho +y+My
.dNhsohMh-//: /mm/ ://-yMyoshNd`
`-ommNMm+:/. oo ./:+mMNmmo:`
`/o+.-somNh- :yy: -hNmos-.+o/`
./` .s/`s+sMdd+``+ddMs+s`/s. `/.
: -y. -hNmddmNy. .y- :
-+ `..` +-
EOF
;;
2017-01-08 03:23:55 +00:00
"Parrot"*)
set_colors 6 7
read -rd '' ascii_data <<'EOF'
${c1} `:oho/-`
`mMMMMMMMMMMMNmmdhy-
dMMMMMMMMMMMMMMMMMMs`
+MMsohNMMMMMMMMMMMMMm/
.My .+dMMMMMMMMMMMMMh.
+ :NMMMMMMMMMMMMNo
`yMMMMMMMMMMMMMm:
/NMMMMMMMMMMMMMy`
.hMMMMMMMMMMMMMN+
``-NMMMMMMMMMd-
/MMMMMMMMMMMs`
mMMMMMMMsyNMN/
+MMMMMMMo :sNh.
`NMMMMMMm -o/
oMMMMMMM.
`NMMMMMM+
+MMd/NMh
mMm -mN`
/MM `h:
dM` .
:M-
d:
-+
-
EOF
;;
2017-01-08 03:23:55 +00:00
"Parsix"*)
set_colors 3 1 7 8
read -rd '' ascii_data <<'EOF'
${c2}-/+/:.
${c2}.syssssys.
${c1}.--. ${c2}ssssssssso${c1} ..--.
:++++++: ${c2}+ssssssss+${c1} ./++/+++:
/+++++++++.${c2}.yssooooy`${c1}-+///////o-
/++++++++++.${c2}+soooos:${c1}:+////////+-
:+++++////o-${c2}oooooo-${c1}+/////////-
`-/++//++-${c4}.-----.-${c1}:+/////:-
${c3}-://::--${c1}-:/:${c4}.--.````.--.${c1}:::-${c3}--::::::.
${c3}-/:::::::://:${c4}.:-` `-:${c3}`:/:::::::--/-
${c3}/::::::::::/-${c4}--. .-.${c3}-/://///::::/
${c3}-/:::::::::/:${c4}`:-. .-:${c3}`:///////////-
`${c3}-::::--${c1}.-://.${c4}---....---${c1}`:+/:-${c3}--::::-`
${c1}-/+///+o/-${c4}.----.${c1}.:oo+++o+.
${c1}-+/////+++o:${c2}syyyyy.${c1}o+++++++++:
${c1}.+////+++++-${c2}+sssssy+${c1}.++++++++++\
${c1}.+:/++++++.${c2}.yssssssy-${c1}`+++++++++:
${c1}:/+++++- ${c2}+sssssssss ${c1}-++++++-
${c1}`--` ${c2}+sssssssso ${c1}`--`
${c2}+sssssy+`
${c2}`.::-`
EOF
;;
"PCBSD"* | "TrueOS"*)
set_colors 1 7 3
read -rd '' ascii_data <<'EOF'
${c1} ..
s.
+y
yN
-MN `.
:NMs `m
.yMMm` `No
`-/+++sdMMMNs+-`+Ms
`:oo+-` .yMMMMy` `-+oNMh
-oo- +NMMMM/ oMMh-
.s+` ` oMMMMM/ - oMMMhy.
+s`- :: :MMMMMd -o `mMMMy`s+
y+ h .Ny+oNMMMMMN/ sh+NMMMMo +y
s+ .ds -NMMMMMMMMMMNdhdNMMMMMMh` +s
-h .NM` `hMMMMMMMMMMMMMMNMMNy: h-
y- hMN` hMMmMMMMMMMMMNsdMNs. -y
m` mMMy` oMMNoNMMMMMMo` sMMMo `m
m` :NMMMdyydMMMMo+MdMMMs sMMMd` `m
h- `+ymMMMMMMMM--M+hMMN/ +MMMMy -h
:y `.sMMMMM/ oMM+.yMMNddNMMMMMm y:
y: `s dMMN- .MMMM/ :MMMMMMMMMMh :y
`h: `mdmMMM/ yMMMMs sMMMMMMMMN- :h`
so -NMMMN /mmd+ `dMMMMMMMm- os
:y: `yMMM` `+NMMMMMMNo`:y:
/s+`.omy /NMMMMMNh/.+s:
.+oo:-. /mdhs+::oo+.
-/o+++++++++++/-
EOF
;;
"PCLinuxOS"*)
set_colors 4 7 1
read -rd '' ascii_data <<'EOF'
${c1}mhhhyyyyhhhdN
dyssyhhhhhhhhhhhssyhN
Nysyhhyo/:-.....-/oyhhhssd
Nsshhy+. `/shhysm
dohhy/ -shhsy
dohhs` /hhys
N+hho ${c2}+ssssss+- .+syhys+ ${c1}/hhsy
ohhh` ${c2}ymmo++hmm+`smmy/::+y` ${c1}shh+
+hho ${c2}ymm- /mmy+mms ${c1}:hhod
/hh+ ${c2}ymmhhdmmh.smm/ ${c1}.hhsh
+hhs ${c2}ymm+::-` /mmy` ` ${c1}/hh+m
yyhh- ${c2}ymm- /dmdyosyd` ${c1}`yhh+
ohhy` ${c2}://` -/+++/- ${c1}ohhom
N+hhy- `shhoh
sshho. `+hhyom
dsyhhs/. `:ohhhoy
dysyhhhso///://+syhhhssh
dhyssyhhhhhhyssyyhN
mddhdhdmN
EOF
;;
"Peppermint"*)
set_colors 1 7 3
read -rd '' ascii_data <<'EOF'
${c1} 8ZZZZZZ${c2}MMMMM
${c1} .ZZZZZZZZZ${c2}MMMMMMM.
${c2} MM${c1}ZZZZZZZZZ${c2}MMMMMMM${c1}ZZZZ
${c2} MMMMM${c1}ZZZZZZZZ${c2}MMMMM${c1}ZZZZZZZM
${c2} MMMMMMM${c1}ZZZZZZZ${c2}MMMM${c1}ZZZZZZZZZ.
${c2} MMMMMMMMM${c1}ZZZZZZ${c2}MMM${c1}ZZZZZZZZZZZI
${c2}MMMMMMMMMMM${c1}ZZZZZZ${c2}MM${c1}ZZZZZZZZZZ${c2}MMM
${c1}.ZZZ${c2}MMMMMMMMMM${c1}IZZ${c2}MM${c1}ZZZZZ${c2}MMMMMMMMM
${c1}ZZZZZZZ${c2}MMMMMMMM${c1}ZZ${c2}M${c1}ZZZZ${c2}MMMMMMMMMMM
${c1}ZZZZZZZZZZZZZZZZ${c2}M${c1}Z${c2}MMMMMMMMMMMMMMM
${c1}.ZZZZZZZZZZZZZ${c2}MMM${c1}Z${c2}M${c1}ZZZZZZZZZZ${c2}MMMM
${c1}.ZZZZZZZZZZZ${c2}MMM${c1}7ZZ${c2}MM${c1}ZZZZZZZZZZ7${c2}M
${c1} ZZZZZZZZZ${c2}MMMM${c1}ZZZZ${c2}MMMM${c1}ZZZZZZZ77
${c2} MMMMMMMMMMMM${c1}ZZZZZ${c2}MMMM${c1}ZZZZZ77
${c2} MMMMMMMMMM${c1}7ZZZZZZ${c2}MMMMM${c1}ZZ77
${c2} .MMMMMMM${c1}ZZZZZZZZ${c2}MMMMM${c1}Z7Z
${c2} MMMMM${c1}ZZZZZZZZZ${c2}MMMMMMM
${c1} NZZZZZZZZZZZ${c2}MMMMM
${c1} ZZZZZZZZZ${c2}MM)
EOF
;;
"Pop!_OS"*)
set_colors 6 7
read -rd '' ascii_data <<'EOF'
${c1} /////////////
/////////////////////
///////${c2}*767${c1}////////////////
//////${c2}7676767676*${c1}//////////////
/////${c2}76767${c1}//${c2}7676767${c1}//////////////
/////${c2}767676${c1}///${c2}*76767${c1}///////////////
///////${c2}767676${c1}///${c2}76767${c1}.///${c2}7676*${c1}///////
/////////${c2}767676${c1}//${c2}76767${c1}///${c2}767676${c1}////////
//////////${c2}76767676767${c1}////${c2}76767${c1}/////////
///////////${c2}76767676${c1}//////${c2}7676${c1}//////////
////////////,${c2}7676${c1},///////${c2}767${c1}///////////
/////////////*${c2}7676${c1}///////${c2}76${c1}////////////
///////////////${c2}7676${c1}////////////////////
///////////////${c2}7676${c1}///${c2}767${c1}////////////
//////////////////////${c2}'${c1}////////////
//////${c2}.7676767676767676767,${c1}//////
/////${c2}767676767676767676767${c1}/////
///////////////////////////
/////////////////////
/////////////
EOF
;;
"Porteus"*)
set_colors 6 7
read -rd '' ascii_data <<'EOF'
${c1} `.-:::-.`
-+ydmNNNNNNNmdy+-
.+dNmdhs+//////+shdmdo.
.smmy+-` ./sdy:
`omdo. `.-/+osssso+/-` `+dy.
`yms. `:shmNmdhsoo++osyyo-``oh.
hm/ .odNmds/.` ``.....:::-+s
/m: `+dNmy:` `./oyhhhhyyooo++so
ys `yNmy- .+hmmho:-.` ```
s: yNm+` .smNd+.
`` /Nm: +dNd+`
yN+ `smNy.
dm oNNy`
hy -mNm.
+y oNNo
`y` sNN:
`: +NN:
` .mNo
/mm`
/my`
.sy`
.+:
`
EOF
;;
"PostMarketOS"*)
set_colors 2 7
read -rd '' ascii_data <<'EOF'
${c1} ss
`hMMh`
.dMMMMd.
-NMMMMMMN-
/MMMMMMMMMN/
hMMMMMMMMMMMo
y+`mMMmdNMMMMMMy
`dMM-.-:- .mMMMMMMh`
.mMMMMMMd` `dMMMMMMm.
:NMMMMMMy yMMMMMMN:
/MMMMMMMo oMMMmdmN/
oMMMMMMM/ /MN.-/:-.
`yMMMMMMN- -:.NMMMMy`
`dMMMMMMM- -/////////////dMMMMMMd`
-mMMMMMMMMN+`sMMMMMMMMMMMMMMMMMMMMm-
:NMMMMMMMMMMM/ yMMMMMMMMMMMMMMMMMMMMN:
+MMMMMMMMMMMh.:mMMMMMMMMMMMMMMMMMMMMMMM+
EOF
;;
"Puppy"* | "Quirky Werewolf"* | "Precise Puppy"*)
set_colors 4 7
read -rd '' ascii_data <<'EOF'
${c1} `-/osyyyysosyhhhhhyys+-
-ohmNNmh+/hMMMMMMMMNNNNd+dMMMMNM+
yMMMMNNmmddo/NMMMNNNNNNNNNo+NNNNNy
.NNNNNNmmmddds:MMNNNNNNNNNNNh:mNNN/
-NNNdyyyhdmmmd`dNNNNNmmmmNNmdd/os/
.Nm+shddyooo+/smNNNNmmmmNh. :mmd.
NNNNy:` ./hmmmmmmmNNNN: hNMh
NMN- -++- +NNNNNNNNNNm+..-sMMMM-
.MMo oNNNNo hNNNNNNNNmhdNNNMMMMM+
.MMs /NNNN/ dNmhs+:-` yMMMMMMMM+
mMM+ .. `sNN+. hMMMMhhMMM-
+MMMmo:...:sNMMMMMms:` hMMMMm.hMMy
yMMMMMMMMMMMNdMMMMMM::/+o+//dMMd`
sMMMMMMMMMMN+:oyyo:sMMMNNMMMNy`
:mMMMMMMMMMMMmddNMMMMMMMMmh/
/dMMMMMMMMMMMMMMMMMMNdy/`
.+hNMMMMMMMMMNmdhs/.
.:/+ooo+/:-.
EOF
;;
2017-01-17 03:59:57 +00:00
2018-06-01 00:34:26 +01:00
"PureOS"*)
set_colors 2 7 7
read -rd '' ascii_data <<'EOF'
${c1}dmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmd
dNm//////////////////////////////////mNd
dNd dNd
dNd dNd
dNd dNd
dNd dNd
dNd dNd
dNd dNd
dNd dNd
dNd dNd
dNm//////////////////////////////////mNd
dmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmd
EOF
;;
"Qubes"*)
set_colors 4 5 7 6
read -rd '' ascii_data <<'EOF'
${c1} `..--..`
`.----------.`
`..----------------..`
`.------------------------.``
`..-------------....-------------..`
.::----------..`` ``..----------:+:
:////:----..` `..---:/ossso
:///////:` `/osssssso
:///////: /ssssssso
:///////: /ssssssso
:///////: /ssssssso
:///////: /ssssssso
:///////: /ssssssso
:////////-` .:sssssssso
:///////////-.` `-/osssssssssso
`//////////////:-```.:+ssssssssssssso-
.-://////////////sssssssssssssso/-`
`.:///////////sssssssssssssso:.
.-:///////ssssssssssssssssss/`
`.:////ssss+/+ssssssssssss.
`--//- `-/osssso/.
EOF
;;
"Raspbian"*)
set_colors 2 1
read -rd '' ascii_data <<'EOF'
${c1} `.::///+:/-. --///+//-:``
`+oooooooooooo: `+oooooooooooo:
/oooo++//ooooo: ooooo+//+ooooo.
`+ooooooo:-:oo- +o+::/ooooooo:
`:oooooooo+`` `.oooooooo+-
`:++ooo/. :+ooo+/.`
${c2}...` `.----.` ``..
.::::-``:::::::::.`-:::-`
-:::-` .:::::::-` `-:::-
`::. `.--.` `` `.---.``.::`
.::::::::` -::::::::` `
.::` .:::::::::- `::::::::::``::.
-:::` ::::::::::. ::::::::::.`:::-
:::: -::::::::. `-:::::::: ::::
-::- .-:::-.``....``.-::-. -::-
.. `` .::::::::. `..`..
-:::-` -::::::::::` .:::::`
:::::::` -::::::::::` :::::::.
.::::::: -::::::::. ::::::::
`-:::::` ..--.` ::::::.
`...` `...--..` `...`
.::::::::::
`.-::::-`
EOF
;;
"Red Star"* | "Redstar"*)
set_colors 1 7 3
read -rd '' ascii_data <<'EOF'
${c1} ..
.oK0l
:0KKKKd.
.xKO0KKKKd
,Od' .d0000l
.c;. .'''... ..'.
.,:cloddxxxkkkkOOOOkkkkkkkkxxxxxxxxxkkkx:
;kOOOOOOOkxOkc'...',;;;;,,,'',;;:cllc:,.
.okkkkd,.lko .......',;:cllc:;,,'''''.
.cdo. :xd' cd:. ..';'',,,'',,;;;,'.
. .ddl.;doooc'..;oc;'..';::;,'.
coo;.oooolllllllcccc:'. .
.ool''lllllccccccc:::::;.
;lll. .':cccc:::::::;;;;'
:lcc:'',..';::::;;;;;;;,,.
:cccc::::;...';;;;;,,,,,,.
,::::::;;;,'. ..',,,,'''.
........ ......
EOF
;;
2018-05-21 10:03:36 +01:00
"Redcore"*)
set_colors 1
read -rd '' ascii_data <<'EOF'
${c1} RRRRRRRRR
RRRRRRRRRRRRR
RRRRRRRRRR RRRRR
RRRRRRRRRRRRRRRRRRRRRRRRRRR
RRRRRRR RRR RRR RRRRRRRR
RRRRR RR RRRRRRRRR
RRRR RR RRRRRRRR RR RRRRRR
RRRR R RRRRRRRRRRRRRR RR RRRRR
RRRR R RRRRRRRRRRRRRRRRRR R RRRRR
RRRR RRRRRRRRRRRRRRRRRRR R RRRR
RRR RRRRRRRRRRRRRRRRRRRR R RRRR
RRR RRRRRRRRRRRRRRRRRRRR RRRR
RR RRRRRRRRRRRRRRRRRRR RRR
RR RRRRRRRRRRRRRRRRR RRR
RR RRRRRRRRRRRRRR RR
R RRRR RR
EOF
;;
"Redhat"* | "Red Hat"* | "rhel"*)
set_colors 1 7 3
read -rd '' ascii_data <<'EOF'
${c1} `.-..........`
`////////::.`-/.
-: ....-////////.
//:-::///////////`
`--::: `-://////////////:
//////- ``.-:///////// .`
`://////:-.` :///////::///:`
.-/////////:---/////////////:
.-://////////////////////.
${c2} yMN+`.-${c1}::///////////////-`
${c2} .-`:NMMNMs` `..-------..`
MN+/mMMMMMhoooyysshsss
MMM MMMMMMMMMMMMMMyyddMMM+
MMMM MMMMMMMMMMMMMNdyNMMh` hyhMMM
MMMMMMMMMMMMMMMMyoNNNMMM+. MMMMMMMM
MMNMMMNNMMMMMNM+ mhsMNyyyyMNMMMMsMM
EOF
;;
"Refracted Devuan"*)
set_colors 8 7
read -rd '' ascii_data <<'EOF'
${c2} A
VW
VVW\\
.yWWW\\
,;,,u,;yy;;v;uyyyyyyy ,WWWWW^
*WWWWWWWWWWWWWWWW/ $VWWWWw ,
^*%WWWWWWVWWX $WWWW** ,yy
, "**WWW/' **' ,yy/WWW*`
&WWWWwy `*` <,ywWW%VWWW*
yWWWWWWWWWW* ., "**WW%W
,&WWWWWM*"` ,y/ &WWWww ^*
XWWX*^ ,yWWWW09 .WWWWWWWWwy,
*` &WWWWWM WWWWWWWWWWWWWww,
(WWWWW` /#####WWW***********
^WWWW
VWW
Wh.
V/
EOF
;;
"Rosa"*)
set_colors 4 7 1
read -rd '' ascii_data <<'EOF'
${c1} ROSAROSAROSAROSAR
ROSA AROS
ROS SAROSAROSAROSAR AROS
RO ROSAROSAROSAROSAROSAR RO
ARO AROSAROSAROSARO AROS ROS
ARO ROSAROS OSAR ROSA ROS
RO AROSA ROSAROSAROSA ROSAR RO
RO ROSAR ROSAROSAROSAR R ROSARO RO
RO ROSA AROSAROSAROSA AR ROSARO AR
RO AROS ROSAROSAROSA ROS AROSARO AR
RO AROS ROSAROSARO ROSARO ROSARO AR
RO ROS AROSAROS ROSAROSA AROSAR AR
RO ROSA ROS ROSAROSAR ROSARO RO
RO ROS AROSAROSAROSA ROSARO AR
ARO ROSA ROSAROSAROS AROSAR ARO
ARO OROSA R ROSAROS ROS
RO AROSAROS AROSAROSAR RO
AROS AROSAROSAROSARO AROS
ROSA SARO
ROSAROSAROSAROSAR
EOF
;;
"sabotage"*)
set_colors 4 7 1
read -rd '' ascii_data <<'EOF'
${c2} .|'''.| | '||''|. ..|''||
||.. ' ||| || || .|' ||
''|||. | || ||'''|. || ||
. '|| .''''|. || || '|. ||
|'....|' .|. .||. .||...|' ''|...|'
2016-12-19 03:43:07 +00:00
|''||''| | ..|'''.| '||''''|
|| ||| .|' ' || .
|| | || || .... ||''|
|| .''''|. '|. || ||
.||. .|. .||. ''|...'| .||.....|
EOF
;;
2016-12-19 03:43:07 +00:00
"Sabayon"*)
set_colors 4 7 1
read -rd '' ascii_data <<'EOF'
${c1} ...........
.. ..
.. ..
.. ${c2}o ${c1}..
.. ${c2}:W' ${c1}..
.. ${c2}.d. ${c1}..
:. ${c2}.KNO ${c1}.:
:. ${c2}cNNN. ${c1}.:
: ${c2}dXXX, ${c1}:
: ${c2}. dXXX, .cd, ${c1}:
: ${c2}'kc .. dKKK. ,ll;:' ${c1}:
: ${c2}.xkkxc;..dkkkc',cxkkl ${c1}:
:. ${c2}.,cdddddddddddddo:. ${c1}.:
.. ${c2}:lllllll: ${c1}..
.. ${c2}',,,,, ${c1}..
.. ..
.. ..
...............
EOF
;;
2016-01-27 11:33:22 +00:00
"SailfishOS"*)
set_colors 4 5 7 6
read -rd '' ascii_data <<'EOF'
${c1} .+eWWW
.+ee+++eee e.
.ee++eeeeeeee +e.
.e++ee++eeeeeee+eee+e+
ee.e+.ee+eee++eeeeee+
W.+e.e+.e++ee+eee
W.+e.W.ee.W++ee'
+e.W W.e+.W.W+
W.e.+e.W W W.
e e e +e.W.W
.W W W.
W.+e.W.
W++e.ee+.
++ +ee++eeeee++.
' '+++e 'ee.
ee
ee
e
EOF
;;
"SalentOS"*)
set_colors 2 1 3 7
read -rd '' ascii_data <<'EOF'
${c1} ``..``
.-:+oshdNMMMMMMNdhyo+:-.`
-oydmMMMMMMMMMMMMMMMMMMMMMMMMMMNdhs/
${c4} +hdddm${c1}NMMMMMMMMMMMMMMMMMMMMMMMMN${c4}mdddh+`
${c2}`MMMMMN${c4}mdddddm${c1}MMMMMMMMMMMM${c4}mdddddm${c3}NMMMMM-
${c2} mMMMMMMMMMMMN${c4}ddddhyyhhddd${c3}NMMMMMMMMMMMM`
${c2} dMMMMMMMMMMMMMMMMM${c4}oo${c3}MMMMMMMMMMMMMMMMMN`
${c2} yMMMMMMMMMMMMMMMMM${c4}hh${c3}MMMMMMMMMMMMMMMMMd
${c2} +MMMMMMMMMMMMMMMMM${c4}hh${c3}MMMMMMMMMMMMMMMMMy
${c2} :MMMMMMMMMMMMMMMMM${c4}hh${c3}MMMMMMMMMMMMMMMMMo
${c2} .MMMMMMMMMMMMMMMMM${c4}hh${c3}MMMMMMMMMMMMMMMMM/
${c2} `NMMMMMMMMMMMMMMMM${c4}hh${c3}MMMMMMMMMMMMMMMMM-
${c2} mMMMMMMMMMMMMMMMM${c4}hh${c3}MMMMMMMMMMMMMMMMN`
${c2} hMMMMMMMMMMMMMMMM${c4}hh${c3}MMMMMMMMMMMMMMMMm
${c2} /MMMMMMMMMMMMMMMM${c4}hh${c3}MMMMMMMMMMMMMMMMy
${c2} .+hMMMMMMMMMMMMM${c4}hh${c3}MMMMMMMMMMMMMms:
${c2} `:smMMMMMMMMM${c4}hh${c3}MMMMMMMMMNh+.
${c2} .+hMMMMMM${c4}hh${c3}MMMMMMdo:
${c2} `:smMM${c4}yy${c3}MMNy/`
${c2}.- ${c4}`${c3}:.
EOF
;;
"Scientific"*)
set_colors 4 7 1
read -rd '' ascii_data <<'EOF'
${c1} =/;;/-
+: //
/; /;
-X H.
.//;;;:;;-, X= :+ .-;:=;:;#;.
M- ,=;;;#:, ,:#;;:=, ,@
:# :#.=/++++/=.$= #=
,#; #/:+/;,,/++:+/ ;+.
,+/. ,;@+, ,#H;, ,/+,
;+;;/= @. ${c3}.H${c2}#${c3}#X ${c1}-X :///+;
;+=;;;.@, ${c2}.X${c3}M${c2}@$. ${c1}=X.//;=#/.
,;: :@#= =$H: .+#-
,#= #;-///==///-// =#,
;+ :#-;;;:;;;;-X- +:
@- .-;;;;M- =M/;;;-. -X
:;;::;;-. #- :+ ,-;;-;:==
,X H.
;/ #=
// +;
'////'
EOF
;;
2018-06-01 01:04:04 +01:00
"SharkLinux"*)
set_colors 4 7
read -rd '' ascii_data <<'EOF'
${c1} `:shd/
`:yNMMMMs
`-smMMMMMMN.
.+dNMMMMMMMMs
.smNNMMMMMMMMm`
.sNNNNNNNMMMMMM/
`omNNNNNNNMMMMMMm
/dNNNNNNNNMMMMMMM+
.yNNNNNNNNNMMMMMMMN`
+mNNNNNNNNNMMMMMMMMh
.hNNNNNNNNNNMMMMMMMMMs
+mMNNNNNNNNMMMMMMMMMMMs
.hNMMNNNNMMMMMMMMMMMMMMMd
.oNNNNNNNNNNMMMMMMMMMMMMMMMo
`:+syyssoo++++ooooossssssssssso:
EOF
;;
"Siduction"*)
set_colors 4 4
read -rd '' ascii_data <<'EOF'
${c1} _aass,
jQh: =$w
QWmwawQW
)$QQQQ@( ..
_a_a. ~??^ syDY?Sa,
_mW>-<$c jWmi imm.
]QQwayQE 4QQmgwmQQ`
?WWQWP' -9QQQQQ@'._aas,
_a%is. .adYYs,. -"?!` aQB*~^3$c
_Qh;.nm .QWc. {QL ]QQp;..vmQ/
"QQmmQ@ -QQQggmQP ]QQWmggmQQ(
-???" "$WQQQY` __, ?QQQQQQW!
_yZ!?q, - .yWY!!Sw, "???^
.QQa_=qQ mQm>..vmm
$QQWQQP $QQQgmQQ@
"???" _aa, -9WWQQWY`
_mB>~)$a -~~
mQms_vmQ.
]WQQQQQP
-?T??"
EOF
;;
"Slackware"*)
set_colors 4 7 1
read -rd '' ascii_data <<'EOF'
${c1} :::::::
:::::::::::::::::::
:::::::::::::::::::::::::
::::::::${c2}cllcccccllllllll${c1}::::::
:::::::::${c2}lc dc${c1}:::::::
::::::::${c2}cl clllccllll oc${c1}:::::::::
:::::::::${c2}o lc${c1}::::::::${c2}co oc${c1}::::::::::
::::::::::${c2}o cccclc${c1}:::::${c2}clcc${c1}::::::::::::
:::::::::::${c2}lc cclccclc${c1}:::::::::::::
::::::::::::::${c2}lcclcc lc${c1}::::::::::::
::::::::::${c2}cclcc${c1}:::::${c2}lccclc oc${c1}:::::::::::
::::::::::${c2}o l${c1}::::::::::${c2}l lc${c1}:::::::::::
:::::${c2}cll${c1}:${c2}o clcllcccll o${c1}:::::::::::
:::::${c2}occ${c1}:${c2}o clc${c1}:::::::::::
::::${c2}ocl${c1}:${c2}ccslclccclclccclclc${c1}:::::::::::::
:::${c2}oclcccccccccccccllllllllllllll${c1}:::::
::${c2}lcc1lcccccccccccccccccccccccco${c1}::::
::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::
::::::::::::::::::::::
::::::::::::
EOF
;;
"SliTaz"*)
set_colors 3 3
read -rd '' ascii_data <<'EOF'
${c1} @ @( @
@@ @@ @ @/
@@ @@ @@ @@
@@ %@@ @@ @@
@@ %@@@ @@@@@. @@@@ @@
@@@ @@@@ @@@@@@@ &@@@ @@@
@@@@@@@ %@@@@@@@@@@@@ &@@@% @@@@@@@/
,@@@@@@@@@@@@@@@@@@@@@@@@@
.@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@/
@@@@@@. @@@@@@@@@@@@@@@@@@@@@ /@@@@@@
@@ @@@@@ @@@@@@@@@@@@, @@@@@ @@@
@@ @@@@. @@@@@@@@@@@@@% #@@@@ @@.
@@ ,@@ @@@@@@@@@@@@@ @@@ @@
@ @@. @@@@@@@@@@@@@ @@@ *@
@ @@ @@@@@@@@@@@@ @@ @
@ @@@@@@@@@. #@
@ ,@@@@@ @
EOF
;;
"SmartOS"*)
set_colors 6 7
read -rd '' ascii_data <<'EOF'
${c1}yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
yyyys oyyyyyyyyyyyyyyyy
yyyys yyyyyyyyy oyyyyyyyyyyyyyyyy
yyyys yyyyyyyyy oyyyyyyyyyyyyyyyy
yyyys yyyyyyyyy oyyyyyyyyyyyyyyyy
yyyys yyyyyyyyy oyyyyyyyyyyyyyyyy
yyyys yyyyyyyyyyyyyyyyyyyyyyyyyyyy
yyyyy syyyy
yyyyyyyyyyyyyyyyyyyyyyyyyyyy syyyy
yyyyyyyyyyyyyyyy syyyyyyyyy syyyy
yyyyyyyyyyyyyyyy oyyyyyyyyy syyyy
yyyyyyyyyyyyyyyy oyyyyyyyyy syyyy
yyyyyyyyyyyyyyyy syyyyyyyyy syyyy
yyyyyyyyyyyyyyyy yyyyy
yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
EOF
;;
"Solus"*)
set_colors 4 7 1
read -rd '' ascii_data <<'EOF'
${c2} -```````````
`-+/------------.`
.---:mNo---------------.
.-----yMMMy:---------------.
`------oMMMMMm/----------------`
.------/MMMMMMMN+----------------.
.------/NMMMMMMMMm-+/--------------.
`------/NMMMMMMMMMN-:mh/-------------`
.-----/NMMMMMMMMMMM:-+MMd//oso/:-----.
-----/NMMMMMMMMMMMM+--mMMMh::smMmyo:--
----+NMMMMMMMMMMMMMo--yMMMMNo-:yMMMMd/.
.--oMMMMMMMMMMMMMMMy--yMMMMMMh:-yMMMy-`
`-sMMMMMMMMMMMMMMMMh--dMMMMMMMd:/Ny+y.
`-/+osyhhdmmNNMMMMMm-/MMMMMMMmh+/ohm+
.------------:://+-/++++++${c1}oshddys:
-hhhhyyyyyyyyyyyhhhhddddhysssso-
`:ossssssyysssssssssssssssso:`
`:+ssssssssssssssssssss+-
`-/+ssssssssssso+/-`
`.-----..`
EOF
;;
"Source Mage"*)
set_colors 4 7 1
read -rd '' ascii_data <<'EOF'
${c2} :ymNMNho.
.+sdmNMMMMMMMMMMy`
.-::/yMMMMMMMMMMMm-
sMMMMMMMMMMMm/
/NMMMMMMMMMMMMMm:
.MMMMMMMMMMMMMMMMM:
`MMMMMMMMMMMMMMMMMN.
NMMMMMMMMMMMMMMMMMd
mMMMMMMMMMMMMMMMMMMo
hhMMMMMMMMMMMMMMMMMM.
.`/MMMMMMMMMMMMMMMMMs
:mMMMMMMMMMMMMMMMN`
`sMMMMMMMMMMMMMMM+
/NMMMMMMMMMMMMMN`
oMMMMMMMMMMMMM+
./sd.-hMMMMMMMMmmN`
./+oyyyh- `MMMMMMMMMmNh
sMMMMMMMMMmmo
`NMMMMMMMMMd:
-dMMMMMMMMMo
-shmNMMms.
EOF
;;
2016-12-14 12:04:08 +00:00
"Sparky"*)
set_colors 1 7
read -rd '' ascii_data <<'EOF'
${c1}
. `-:-`
.o` .-///-`
`oo` .:/++:.
os+` -/+++:` ``.........```
/ys+`./+++/-.-::::::----......``
`syyo`++o+--::::-::/+++/-``
-yyy+.+o+`:/:-:sdmmmmmmmmdy+-`
::-` :yyy/-oo.-+/`ymho++++++oyhdmdy/`
`/yy+-`.syyo`+o..o--h..osyhhddhs+//osyy/`
-ydhs+-oyy/.+o.-: ` ` :/::+ydhy+```-os-
.sdddy::syo--/:. `.:dy+-ohhho ./:
:yddds/:+oo+//:-`- /+ +hy+.shhy: ``
`:ydmmdysooooooo-.ss`/yss--oyyo
`./ossyyyyo+:-/oo:.osso- .oys
``..-------::////.-oooo/ :so
`...----::::::::--.`/oooo: .o:
``````` ++o+:` `:`
./+/-` `
`-:-.
``
EOF
;;
"SteamOS"*)
set_colors 5 7
read -rd '' ascii_data <<'EOF'
${c1} .,,,,.
.,'onNMMMMMNNnn',.
.'oNMANKMMMMMMMMMMMNNn'.
.'ANMMMMMMMXKNNWWWPFFWNNMNn.
;NNMMMMMMMMMMNWW'' ,.., 'WMMM,
;NMMMMV+##+VNWWW' .+;'':+, 'WMW,
,VNNWP+${c2}######${c1}+WW, ${c2}+: ${c1}:+, +MMM,
'${c2}+#############, +. ,+' ${c1}+NMMM
${c2} '*#########*' '*,,*' ${c1}.+NMMMM.
${c2} `'*###*' ,.,;###${c1}+WNM,
${c2} .,;;, .;##########${c1}+W
${c2},',. '; ,+##############'
'###+. :,. .,; ,###############'
'####.. `'' .,###############'
'#####+++################'
'*##################*'
''*##########*''
''''''
EOF
;;
"SunOS" | "Solaris")
set_colors 3 7
read -rd '' ascii_data <<'EOF'
${c1} `- `
`-- `+- .:
.+: `++: -/+- .
`.::` -++/``:::`./+/ `.-/.
`++/-`.` ` /++:`
`` ./:` .: `..`.-
``./+/:- -+++:-
-/+` :.
EOF
;;
2017-01-02 00:27:37 +00:00
"openSUSE Tumbleweed"*)
set_colors 2 7
read -rd '' ascii_data <<'EOF'
${c2} ......
.,cdxxxoc,. .:kKMMMNWMMMNk:.
cKMMN0OOOKWMMXo. ; ;0MWk:. .:OMMk.
;WMK;. .lKMMNM, :NMK, .OMW;
cMW; 'WMMMN ,XMK, oMM'
.MMc ..;l. xMN: KM0
'MM. 'NMO oMM
.MM, .kMMl xMN
KM0 .kMM0. .dl:,.. .WMd
.XM0. ,OMMK, OMMMK. .XMK
oWMO:. .;xNMMk, NNNMKl. .xWMx
:ONMMNXMMMKx; . ,xNMWKkxllox0NMWk,
..... .:dOOXXKOxl,
EOF
;;
"openSUSE"* | "open SUSE"* | "SUSE"*)
set_colors 2 7
read -rd '' ascii_data <<'EOF'
${c2} .;ldkO0000Okdl;.
.;d00xl:^''''''^:ok00d;.
.d00l' 'o00d.
.d0Kd'${c1} Okxol:;,. ${c2}:O0d.
.OK${c1}KKK0kOKKKKKKKKKKOxo:, ${c2}lKO.
,0K${c1}KKKKKKKKKKKKKKK0P^${c2},,,${c1}^dx:${c2} ;00,
.OK${c1}KKKKKKKKKKKKKKKk'${c2}.oOPPb.${c1}'0k.${c2} cKO.
:KK${c1}KKKKKKKKKKKKKKK: ${c2}kKx..dd ${c1}lKd${c2} 'OK:
dKK${c1}KKKKKKKKKOx0KKKd ${c2}^0KKKO' ${c1}kKKc${c2} dKd
dKK${c1}KKKKKKKKKK;.;oOKx,..${c2}^${c1}..;kKKK0.${c2} dKd
:KK${c1}KKKKKKKKKK0o;...^cdxxOK0O/^^' ${c2}.0K:
kKK${c1}KKKKKKKKKKKKK0x;,,......,;od ${c2}lKk
'0K${c1}KKKKKKKKKKKKKKKKKKKK00KKOo^ ${c2}c00'
'kK${c1}KKOxddxkOO00000Okxoc;'' ${c2}.dKk'
l0Ko. .c00l'
'l0Kk:. .;xK0l'
'lkK0xl:;,,,,;:ldO0kl'
'^:ldxkkkkxdl:^'
EOF
;;
"SwagArch"*)
set_colors 4 7 1
read -rd '' ascii_data <<'EOF'
${c2} .;ldkOKXXNNNNXXK0Oxoc,.
,lkXMMNK0OkkxkkOKWMMMMMMMMMM;
'K0xo ..,;:c:. `'lKMMMMM0
.lONMMMMMM' `lNMk'
${c2} ;WMMMMMMMMMO. ${c1}....::...
${c2} OMMMMMMMMMMMMKl. ${c1}.,;;;;;ccccccc,
${c2} `0MMMMMMMMMMMMMM0: ${c1}.. .ccccccc.
${c2} 'kWMMMMMMMMMMMMMNo. ${c1}.,:' .ccccccc.
${c2} `c0MMMMMMMMMMMMMN,${c1},:c; :cccccc:
${c2} ckl. `lXMMMMMMMMMX${c1}occcc:.. ;ccccccc.
${c2}dMMMMXd, `OMMMMMMWk${c1}ccc;:''` ,ccccccc:
${c2}XMMMMMMMWKkxxOWMMMMMNo${c1}ccc; .cccccccc.
${c2} `':ldxO0KXXXXXK0Okdo${c1}cccc. :cccccccc.
:ccc:' `cccccccc:,
''
EOF
;;
"Tails"*)
set_colors 5 7
read -rd '' ascii_data <<'EOF'
${c1} ``
./yhNh
syy/Nshh `:o/
N:dsNshh █ `ohNMMd
N-/+Nshh `yMMMMd
N-yhMshh yMMMMd
N-s:hshh █ yMMMMd so//.
N-oyNsyh yMMMMd d Mms.
N:hohhhd:. yMMMMd syMMM+
Nsyh+-..+y+- yMMMMd :mMM+
+hy- -ss/`yMMMM `+d+
:sy/. ./yNMMMMm ``
.+ys- `:+hNMMMMMMy/`
`hNmmMMMMMMMMMMMMdo.
dMMMMMMMMMMMMMMMMMNh:
+hMMMMMMMMMMMMMMMMMmy.
-oNMMMMMMMMMMmy+.`
`:yNMMMds/.`
.//`
EOF
;;
"Trisquel"*)
set_colors 4 6
read -rd '' ascii_data <<'EOF'
${c1} ▄▄▄▄▄▄
▄█████████▄
▄▄▄▄▄▄ ████▀ ▀████
▄██████████▄ ████▀ ▄▄ ▀███
▄███▀▀ ▀▀████ ███▄ ▄█ ███
▄███ ▄▄▄ ████▄ ▀██████ ▄███
███ █▀▀██▄ █████▄ ▀▀ ▄████
▀███ ███ ███████▄▄ ▄▄██████
${c1} ▀███▄ ▄███ █████████████${c2}████▀
${c1} ▀█████████ ███████${c2}███▀▀▀
▀▀███▀▀ ██████▀▀
██████▀ ▄▄▄▄
█████▀ ████████
█████ ███▀ ▀███
████▄ ██▄▄▄ ███
█████▄ ▀▀ ▄██
██████▄▄▄████
▀▀█████▀▀
EOF
;;
"Ubuntu-Budgie"*)
set_colors 4 7 1
read -rd '' ascii_data <<'EOF'
${c2} ./oydmMMMMMMmdyo/.
:smMMMMMMMMMMMhs+:++yhs:
`omMMMMMMMMMMMN+` `odo`
/NMMMMMMMMMMMMN- `sN/
`hMMMMmhhmMMMMMMh sMh`
.mMmo- /yMMMMm` `MMm.
mN/ yMMMMMMMd- MMMm
oN- oMMMMMMMMMms+//+o+: :MMMMo
m/ +NMMMMMMMMMMMMMMMMm. :NMMMMm
M` .NMMMMMMMMMMMMMMMNodMMMMMMM
M- sMMMMMMMMMMMMMMMMMMMMMMMMM
mm` mMMMMMMMMMNdhhdNMMMMMMMMMm
oMm/ .dMMMMMMMMh: :dMMMMMMMo
mMMNyo/:/sdMMMMMMMMM+ sMMMMMm
.mMMMMMMMMMMMMMMMMMs `NMMMm.
`hMMMMMMMMMMM.oo+. `MMMh`
/NMMMMMMMMMo sMN/
`omMMMMMMMMy. :dmo`
:smMMMMMMMh+-` `.:ohs:
./oydmMMMMMMdhyo/.
EOF
;;
"Ubuntu-GNOME"*)
set_colors 4 5 7 6
read -rd '' ascii_data <<'EOF'
${c3} ./o.
.oooooooo
.oooo```soooo
.oooo` `soooo
.ooo` ${c4}.o.${c3} `\/ooo.
:ooo ${c4}:oooo.${c3} `\/ooo.
sooo ${c4}`ooooo${c3} \/oooo
\/ooo ${c4}`soooo${c3} `ooooo
`soooo ${c4}`\/ooo${c3} `soooo
${c4}./oo ${c3}`\/ooo ${c4}`/oooo.${c3} `/ooo
${c4}`\/ooo. ${c3}`/oooo. ${c4}`/oooo.${c3} ``
${c4} `\/ooo. ${c3}/oooo ${c4}/ooo`
${c4} `ooooo ${c3}`` ${c4}.oooo
${c4} `soooo. .oooo`
`\/oooooooooo`
``\/oo``
EOF
;;
"Ubuntu-MATE"*)
set_colors 2 7
read -rd '' ascii_data <<'EOF'
${c1} `:+shmNNMMNNmhs+:`
.odMMMMMMMMMMMMMMMMMMdo.
/dMMMMMMMMMMMMMMMmMMMMMMMMd/
:mMMMMMMMMMMMMNNNNM/`/yNMMMMMMm:
`yMMMMMMMMMms:..-::oM: -omMMMMMy`
`dMMMMMMMMy-.odNMMMMMM: -odMMMMMMd`
hMMMMMMMm-.hMMy/....+M:`/yNm+mMMMMMMMh
/MMMMNmMN-:NMy`-yNMMMMMmNyyMN:`dMMMMMMM/
hMMMMm -odMMh`sMMMMMMMMMMs sMN..MMMMMMMh
NMMMMm `/yNMMMMMMMMMMMM: MM+ mMMMMMMN
NMMMMm `/yNMMMMMMMMMMMM: MM+ mMMMMMMN
hMMMMm -odMMh sMMMMMMMMMMs oMN..MMMMMMMh
/MMMMNNMN-:NMy`-yNMMMMMNNsyMN:`dMMMMMMM/
hMMMMMMMm-.hMMy/....+M:.+hNd+mMMMMMMMh
`dMMMMMMMMy-.odNMMMMMM: :smMMMMMMd`
yMMMMMMMMMms/..-::oM: .+dMMMMMy
:mMMMMMMMMMMMMNNNNM: :smMMMMMMm:
/dMMMMMMMMMMMMMMMdNMMMMMMMd/
.odMMMMMMMMMMMMMMMMMMdo.
`:+shmNNMMNNmhs+:`
EOF
;;
"ubuntu_old")
set_colors 1 7 3
read -rd '' ascii_data <<'EOF'
${c1} ./+o+-
${c2} yyyyy- ${c1}-yyyyyy+
${c2} ${c2}://+//////${c1}-yyyyyyo
${c3} .++ ${c2}.:/++++++/-${c1}.+sss/`
${c3} .:++o: ${c2}/++++++++/:--:/-
${c3} o:+o+:++.${c2}`..```.-/oo+++++/
${c3} .:+o:+o/.${c2} `+sssoo+/
${c2} .++/+:${c3}+oo+o:`${c2} /sssooo.
${c2}/+++//+:${c3}`oo+o${c2} /::--:.
${c2}+/+o+++${c3}`o++o${c1} ++////.
${c2} .++.o+${c3}++oo+:`${c1} /dddhhh.
${c3} .+.o+oo:.${c1} `oddhhhh+
${c3} +.++o+o`${c1}`-````.:ohdhhhhh+
${c3} `:o+++ ${c1}`ohhhhhhhhyo++os:
${c3} .o:${c1}`.syhhhhhhh/${c3}.oo++o`
${c1} /osyyyyyyo${c3}++ooo+++/
${c1} ````` ${c3}+oo+++o:
${c3} `oo++.
EOF
;;
"Ubuntu-Studio")
set_colors 6 7
read -rd '' ascii_data <<'EOF'
${c1} ..-::::::-.`
`.:+++++++++++${c2}ooo${c1}++:.`
./+++++++++++++${c2}sMMMNdyo${c1}+/.
.++++++++++++++++${c2}oyhmMMMMms${c1}++.
`/+++++++++${c2}osyhddddhys${c1}+${c2}osdMMMh${c1}++/`
`+++++++++${c2}ydMMMMNNNMMMMNds${c1}+${c2}oyyo${c1}++++`
+++++++++${c2}dMMNhso${c1}++++${c2}oydNMMmo${c1}++++++++`
:+${c2}odmy${c1}+++${c2}ooysoohmNMMNmyoohMMNs${c1}+++++++:
++${c2}dMMm${c1}+${c2}oNMd${c1}++${c2}yMMMmhhmMMNs+yMMNo${c1}+++++++
`++${c2}NMMy${c1}+${c2}hMMd${c1}+${c2}oMMMs${c1}++++${c2}sMMN${c1}++${c2}NMMs${c1}+++++++.
`++${c2}NMMy${c1}+${c2}hMMd${c1}+${c2}oMMMo${c1}++++${c2}sMMN${c1}++${c2}mMMs${c1}+++++++.
++${c2}dMMd${c1}+${c2}oNMm${c1}++${c2}yMMNdhhdMMMs${c1}+y${c2}MMNo${c1}+++++++
:+${c2}odmy${c1}++${c2}oo${c1}+${c2}ss${c1}+${c2}ohNMMMMmho${c1}+${c2}yMMMs${c1}+++++++:
+++++++++${c2}hMMmhs+ooo+oshNMMms${c1}++++++++
`++++++++${c2}oymMMMMNmmNMMMMmy+oys${c1}+++++`
`/+++++++++${c2}oyhdmmmmdhso+sdMMMs${c1}++/
./+++++++++++++++${c2}oyhdNMMMms${c1}++.
./+++++++++++++${c2}hMMMNdyo${c1}+/.
`.:+++++++++++${c2}sso${c1}++:.
..-::::::-..
EOF
;;
2016-08-14 04:13:21 +01:00
"Ubuntu"*)
set_colors 1 7 3
read -rd '' ascii_data <<'EOF'
${c1} .-/+oossssoo+/-.
`:+ssssssssssssssssss+:`
-+ssssssssssssssssssyyssss+-
.ossssssssssssssssss${c2}dMMMNy${c1}sssso.
/sssssssssss${c2}hdmmNNmmyNMMMMh${c1}ssssss/
+sssssssss${c2}hm${c1}yd${c2}MMMMMMMNddddy${c1}ssssssss+
/ssssssss${c2}hNMMM${c1}yh${c2}hyyyyhmNMMMNh${c1}ssssssss/
.ssssssss${c2}dMMMNh${c1}ssssssssss${c2}hNMMMd${c1}ssssssss.
+ssss${c2}hhhyNMMNy${c1}ssssssssssss${c2}yNMMMy${c1}sssssss+
oss${c2}yNMMMNyMMh${c1}ssssssssssssss${c2}hmmmh${c1}ssssssso
oss${c2}yNMMMNyMMh${c1}sssssssssssssshmmmh${c1}ssssssso
+ssss${c2}hhhyNMMNy${c1}ssssssssssss${c2}yNMMMy${c1}sssssss+
.ssssssss${c2}dMMMNh${c1}ssssssssss${c2}hNMMMd${c1}ssssssss.
/ssssssss${c2}hNMMM${c1}yh${c2}hyyyyhdNMMMNh${c1}ssssssss/
+sssssssss${c2}dm${c1}yd${c2}MMMMMMMMddddy${c1}ssssssss+
/sssssssssss${c2}hdmNNNNmyNMMMMh${c1}ssssss/
.ossssssssssssssssss${c2}dMMMNy${c1}sssso.
-+sssssssssssssssss${c2}yyy${c1}ssss+-
`:+ssssssssssssssssss+:`
.-/+oossssoo+/-.
EOF
;;
2017-01-02 00:27:37 +00:00
"void_small")
set_colors 2 8
read -rd '' ascii_data <<'EOF'
${c1} _______
_ \______ -
| \ ___ \ |
| | / \ | |
| | \___/ | |
| \______ \_|
-_______\
EOF
;;
2017-01-06 07:53:26 +00:00
"Void"*)
set_colors 2 8
read -rd '' ascii_data <<'EOF'
${c1} __.;=====;.__
_.=+==++=++=+=+===;.
-=+++=+===+=+=+++++=_
. -=:`` `--==+=++==.
_vi, ` --+=++++:
.uvnvi. _._ -==+==+.
.vvnvnI` .;==|==;. :|=||=|.
${c2}+QmQQm${c1}pvvnv; ${c2}_yYsyQQWUUQQQm #QmQ#${c1}:${c2}QQQWUV$QQmL
${c2} -QQWQW${c1}pvvo${c2}wZ?.wQQQE${c1}==<${c2}QWWQ/QWQW.QQWW${c1}(: ${c2}jQWQE
${c2} -$QQQQmmU' jQQQ@${c1}+=<${c2}QWQQ)mQQQ.mQQQC${c1}+;${c2}jWQQ@'
${c2} -$WQ8Y${c1}nI: ${c2}QWQQwgQQWV${c1}`${c2}mWQQ.jQWQQgyyWW@!
${c1} -1vvnvv. `~+++` ++|+++
+vnvnnv, `-|===
+vnvnvns. . :=-
-Invnvvnsi..___..=sv=. `
+Invnvnvnnnnnnnnvvnn;.
~|Invnvnvvnvvvnnv}+`
-~|{*l}*|~
EOF
;;
2016-01-27 11:33:22 +00:00
2018-05-17 03:36:03 +01:00
*"[Windows 10]"*|*"on Windows 10"*|"Windows 8"*|\
"Windows 10"* |"windows10"|"windows8")
set_colors 6 7
read -rd '' ascii_data <<'EOF'
${c1} ..,
....,,:;+ccllll
...,,+:; cllllllllllllllllll
,cclllllllllll lllllllllllllllllll
llllllllllllll lllllllllllllllllll
llllllllllllll lllllllllllllllllll
llllllllllllll lllllllllllllllllll
llllllllllllll lllllllllllllllllll
llllllllllllll lllllllllllllllllll
llllllllllllll lllllllllllllllllll
llllllllllllll lllllllllllllllllll
llllllllllllll lllllllllllllllllll
llllllllllllll lllllllllllllllllll
llllllllllllll lllllllllllllllllll
`'ccllllllllll lllllllllllllllllll
`' \\*:: :ccllllllllllllllll
````''*::cll
``
EOF
;;
2018-05-20 05:22:26 +01:00
"Windows"*)
set_colors 1 2 4 3
read -rd '' ascii_data <<'EOF'
${c1} ,.=:!!t3Z3z.,
:tt:::tt333EE3
${c1} Et:::ztt33EEEL${c2} @Ee., ..,
${c1} ;tt:::tt333EE7${c2} ;EEEEEEttttt33#
${c1} :Et:::zt333EEQ.${c2} $EEEEEttttt33QL
${c1} it::::tt333EEF${c2} @EEEEEEttttt33F
${c1} ;3=*^```"*4EEV${c2} :EEEEEEttttt33@.
${c3} ,.=::::!t=., ${c1}`${c2} @EEEEEEtttz33QF
${c3} ;::::::::zt33)${c2} "4EEEtttji3P*
${c3} :t::::::::tt33.${c4}:Z3z..${c2} ``${c4} ,..g.
${c3} i::::::::zt33F${c4} AEEEtttt::::ztF
${c3} ;:::::::::t33V${c4} ;EEEttttt::::t3
${c3} E::::::::zt33L${c4} @EEEtttt::::z3F
${c3}{3=*^```"*4E3)${c4} ;EEEtttt:::::tZ`
${c3} `${c4} :EEEEtttt::::z7
"VEzjt:;;z>*`
EOF
;;
"Xubuntu"*)
set_colors 4 7 1
read -rd '' ascii_data <<'EOF'
${c1} `-/osyhddddhyso/-`
.+yddddddddddddddddddy+.
:yddddddddddddddddddddddddy:
-yddddddddddddddddddddhdddddddy-
odddddddddddyshdddddddh`dddd+ydddo
`yddddddhshdd- ydddddd+`ddh.:dddddy`
sddddddy /d. :dddddd-:dy`-ddddddds
:ddddddds /+ .dddddd`yy`:ddddddddd:
sdddddddd` . .-:/+ssdyodddddddddds
ddddddddy `:ohddddddddd
dddddddd. +dddddddd
sddddddy ydddddds
:dddddd+ .oddddddd:
sdddddo ./ydddddddds
`yddddd. `:ohddddddddddy`
oddddh/` `.:+shdddddddddddddo
-ydddddhyssyhdddddddddddddddddy-
:yddddddddddddddddddddddddy:
.+yddddddddddddddddddy+.
`-/osyhddddhyso/-`
EOF
;;
2016-08-14 04:13:21 +01:00
"Zorin"*)
set_colors 4 6
read -rd '' ascii_data <<'EOF'
${c1} `osssssssssssssssssssso`
.osssssssssssssssssssssso.
.+oooooooooooooooooooooooo+.
2016-11-15 11:27:36 +00:00
`::::::::::::::::::::::. .:`
`+ssssssssssssssssss+:.` `.:+ssso`
.ossssssssssssssso/. `-+ossssssso.
ssssssssssssso/-` `-/osssssssssssss
.ossssssso/-` .-/ossssssssssssssso.
`+sss+:. `.:+ssssssssssssssssss+`
`:. .::::::::::::::::::::::`
2016-08-14 04:13:21 +01:00
.+oooooooooooooooooooooooo+.
-osssssssssssssssssssssso-
`osssssssssssssssssssso`
EOF
;;
*)
case "$kernel_name" in
*"BSD")
set_colors 1 7 4 3 6
read -rd '' ascii_data <<'EOF'
${c1} , ,
/( )`
\ \___ / |
/- _ `-/ '
(${c2}/\/ \ ${c1}\ /\
${c2}/ / | ` ${c1}\
${c3}O O ${c2}) ${c1}/ |
${c2}`-^--'${c1}`< '
(_.) _ ) /
`.___/` /
`-----' /
${c4}<----. __ / __ \
${c4}<----|====${c1}O)))${c4}==${c1}) \) /${c4}====|
<----' ${c1}`--' `.__,' \
| |
\ / /\
${c5}______${c1}( (_ / \______/
${c5},' ,-----' |
`--{__________)
EOF
;;
2016-08-12 01:41:52 +01:00
"Darwin")
set_colors 2 3 1 1 5 4
read -rd '' ascii_data <<'EOF'
${c1} 'c.
,xNMM.
.OMMMMo
OMMM0,
.;loddo:' loolloddol;.
cKMMMMMMMMMMNWMMMMMMMMMM0:
${c2} .KMMMMMMMMMMMMMMMMMMMMMMMWd.
XMMMMMMMMMMMMMMMMMMMMMMMX.
${c3};MMMMMMMMMMMMMMMMMMMMMMMM:
:MMMMMMMMMMMMMMMMMMMMMMMM:
${c4}.MMMMMMMMMMMMMMMMMMMMMMMMX.
kMMMMMMMMMMMMMMMMMMMMMMMMWd.
${c5}.XMMMMMMMMMMMMMMMMMMMMMMMMMMk
.XMMMMMMMMMMMMMMMMMMMMMMMMK.
${c6}kMMMMMMMMMMMMMMMMMMMMMMd
;KMMMMMMMWXXWMMMMMMMk.
.cooc,. .,coo:.
EOF
;;
2016-08-14 04:13:21 +01:00
"GNU"*)
set_colors fg 7
read -rd '' ascii_data <<'EOF'
${c1} _-`````-, ,- '- .
.' .- - | | - -. `.
/.' / `. \
:/ : _... ..._ `` :
:: : /._ .`:'_.._\. || :
:: `._ ./ ,` : \ . _.'' .
`:. / | -. \-. \\_ /
\:._ _/ .' .@) \@) ` `\ ,.'
_/,--' .- .\,-.`--`.
,'/'' (( \ ` )
/'/' \ `-' (
'/'' `._,-----'
''/' .,---'
''/' ;:
''/'' ''/
''/''/''
'/'/'
`;
EOF
;;
2016-10-03 11:51:42 +01:00
"Linux")
set_colors fg 8 3
read -rd '' ascii_data <<'EOF'
${c2} #####
${c2} #######
${c2} ##${c1}O${c2}#${c1}O${c2}##
${c2} #${c3}#####${c2}#
${c2} ##${c1}##${c3}###${c1}##${c2}##
${c2} #${c1}##########${c2}##
${c2} #${c1}############${c2}##
${c2} #${c1}############${c2}###
${c3} ##${c2}#${c1}###########${c2}##${c3}#
${c3}######${c2}#${c1}#######${c2}#${c3}######
${c3}#######${c2}#${c1}#####${c2}#${c3}#######
${c3} #####${c2}#######${c3}#####
EOF
;;
2016-10-02 13:58:08 +01:00
"SunOS")
set_colors 3 7
read -rd '' ascii_data <<'EOF'
${c1} `- `
`-- `+- .:
.+: `++: -/+- .
`.::` -++/``:::`./+/ `.-/.
`++/-`.` ` /++:`
`` ./:` .: `..`.-
``./+/:- -+++:-
-/+` :.
EOF
;;
2016-08-14 04:13:21 +01:00
"IRIX"*)
set_colors 4 7
read -rd '' ascii_data <<'EOF'
${c1} ./ohmNd/ +dNmho/-
`:+ydNMMMMMMMM.-MMMMMMMMMdyo:.
`hMMMMMMNhs/sMMM-:MMM+/shNMMMMMMh`
-NMMMMMmo-` /MMM-/MMM- `-omMMMMMN.
`.`-+hNMMMMMNhyMMM-/MMMshmMMMMMmy+...`
+mMNds:-:sdNMMMMMMMyyMMMMMMMNdo:.:sdMMm+
dMMMMMMmy+.-/ymNMMMMMMMMNmy/-.+hmMMMMMMd
oMMMMmMMMMNds:.+MMMmmMMN/.-odNMMMMmMMMM+
.MMMM-/ymMMMMMmNMMy..hMMNmMMMMMmy/-MMMM.
hMMM/ `/dMMMMMMMN////NMMMMMMMd/. /MMMh
/MMMdhmMMMmyyMMMMMMMMMMMMhymMMMmhdMMM:
`mMMMMNho//sdMMMMM//NMMMMms//ohNMMMMd
`/so/:+ymMMMNMMMM` mMMMMMMMmh+::+o/`
`yNMMNho-yMMMM` NMMMm.+hNMMNh`
-MMMMd: oMMMM. NMMMh :hMMMM-
-yNMMMmooMMMM- NMMMyomMMMNy-
.omMMMMMMMM-`NMMMMMMMmo.
`:hMMMMMM. NMMMMMh/`
.odNm+ /dNms.
EOF
;;
esac
;;
esac
2015-12-30 10:18:17 +00:00
# Overwrite distro colors if '$ascii_colors' doesn't
# equal 'distro'.
if [[ "${ascii_colors[0]}" != "distro" ]]; then
color_text="off"
set_colors "${ascii_colors[@]}"
fi
2016-08-14 04:13:21 +01:00
}
2015-12-30 10:18:17 +00:00
2016-08-12 11:53:04 +01:00
main() {
cache_uname
get_os
2018-05-03 05:05:49 +01:00
# Load default config.
eval "$config"
2018-05-03 05:05:49 +01:00
get_args "$@"
[[ "$verbose" != "on" ]] && exec 2>/dev/null
get_distro
2016-11-13 10:29:25 +00:00
get_bold
2018-05-04 02:46:55 +01:00
get_distro_ascii
2017-08-03 09:16:52 +01:00
[[ "$stdout" == "on" ]] && stdout
# Minix doesn't support these sequences.
2017-08-03 09:16:52 +01:00
if [[ "$TERM" != "minix" && "$stdout" != "on" ]]; then
# If the script exits for any reason, unhide the cursor.
trap 'printf "\e[?25h\e[?7h"' EXIT
2016-04-13 06:31:53 +01:00
2016-12-20 10:17:40 +00:00
# Hide the cursor and disable line wrap.
2018-06-02 03:08:08 +01:00
printf '\e[?25l\e[?7l'
fi
2016-01-30 06:44:52 +00:00
2017-01-14 09:59:12 +00:00
image_backend
2016-12-02 09:06:43 +00:00
get_cache_dir
print_info
2016-12-12 06:41:35 +00:00
dynamic_prompt
2016-12-12 06:41:35 +00:00
# w3m-img: Draw the image a second time to fix
# rendering issues in specific terminal emulators.
[[ "$image_backend" == *w3m* ]] && display_image
# Add neofetch info to verbose output.
err "Neofetch command: $0 $*"
err "Neofetch version: $version"
2016-12-20 10:17:40 +00:00
# Show error messages.
2016-12-20 11:36:54 +00:00
[[ "$verbose" == "on" ]] && printf "%b" "$err" >&2
2017-04-25 22:39:10 +01:00
# If `--loop` was used, constantly redraw the image.
2018-05-22 05:14:17 +01:00
while [[ "$image_loop" == "on" && "$image_backend" == "w3m" ]]; do display_image; sleep 1; done
2017-04-25 22:39:10 +01:00
2016-11-11 07:42:51 +00:00
return 0
}
2017-05-20 13:10:49 +01:00
main "$@"