Merge branch 'master' of https://github.com/dylanaraps/neofetch
This commit is contained in:
commit
da983b3adf
|
@ -1,13 +1,14 @@
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
Only fill in the fields below if relevant. If you're
|
If you're suggesting a new feature then just a description will suffice.
|
||||||
suggesting a new feature then just a description will suffice.
|
|
||||||
|
|
||||||
|
|
||||||
#### Neofetch version
|
#### Neofetch version
|
||||||
|
|
||||||
## Screenshot
|
## Screenshot
|
||||||
|
|
||||||
|
## Config file
|
||||||
|
|
||||||
## Verbose log
|
## Verbose log
|
||||||
|
|
||||||
1. Run `neofetch -vv 2> neofetchlog`
|
1. Run `neofetch -vv 2> neofetchlog`
|
||||||
|
|
|
@ -2,11 +2,9 @@
|
||||||
|
|
||||||
Only fill in the fields below if relevant.
|
Only fill in the fields below if relevant.
|
||||||
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
## Issues
|
## Issues
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
18
.travis.yml
18
.travis.yml
|
@ -1,13 +1,27 @@
|
||||||
language: bash
|
language: bash
|
||||||
sudo: required
|
sudo: required
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- debian-sid
|
||||||
|
packages:
|
||||||
|
- shellcheck
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install screenresolution; fi
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install screenresolution; fi
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- time ./neofetch --ascii --config travis --ascii_distro travis -v
|
- time ./neofetch --ascii --config config/travis.conf -v
|
||||||
|
# See this wiki page for why we're disabling these errors.
|
||||||
|
# https://github.com/dylanaraps/neofetch/wiki/Shellcheck-Exclusions
|
||||||
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then shellcheck neofetch -e SC1090,SC2009,SC2012,SC2016,SC2034,SC2128,SC2153,SC2154,SC2178,SC2010,SC1004; fi
|
||||||
|
# The if statement is here to invert the exit code from grep.
|
||||||
|
# grep normally errors if no match is found but we want the opposite.
|
||||||
|
# We invert it so grep fails if a match is found.
|
||||||
|
- if grep '.\{101\}' neofetch; then (exit 1); else (exit 0); fi
|
||||||
|
|
134
CHANGELOG.md
134
CHANGELOG.md
|
@ -1,133 +1,27 @@
|
||||||
## Contributors
|
## Contributors
|
||||||
|
|
||||||
- **[@konimex](https://github.com/konimex)**
|
- [**@yslgirl**](https://github.com/yslgirl)
|
||||||
- **[@TonCherAmi](https://github.com/TonCherAmi)**
|
- [**@iandrewt**](https://github.com/iandrewt)
|
||||||
- **[@JorgeGonzalez](https://github.com/JorgeGonzalez)**
|
- [**@chrisweeksnz**](https://github.com/chrisweeksnz)
|
||||||
- **[@iandrewt](https://github.com/iandrewt)**
|
|
||||||
- **[@iwamatsu](https://github.com/iwamatsu)**
|
|
||||||
|
|
||||||
|
|
||||||
## Packages
|
## OS
|
||||||
|
|
||||||
- Neofetch is now in Debian's official repos.
|
|
||||||
- Neofetch is now in Ubuntu's official repos.
|
|
||||||
|
|
||||||
|
|
||||||
## General
|
|
||||||
|
|
||||||
- All functions/variables now follow the same naming scheme. `example_func_name`
|
|
||||||
- Call `uname` once and cache the output instead of calling `uname` 4-5 times.
|
|
||||||
- Cleaned up and rewrote large chunks of the script.
|
|
||||||
- Convert math tests to correct syntax.
|
|
||||||
- Fixed `--disable` and capitalized arguments.
|
|
||||||
- Fixed issue where `bold=off` wouldn't work.
|
|
||||||
- Fixed issue where info wasn't detected properly but the subtitle was still displayed.
|
|
||||||
- Fixed issue where using `--disable func func` broke other args.
|
|
||||||
- Removed all traces of `eval` from neofetch.
|
|
||||||
- Removed all vim fold markers and stopped enforcing folding for vim users.
|
|
||||||
- See [#431](https://github.com/dylanaraps/neofetch/pull/431)
|
|
||||||
- Rewrote all of config file documentation.
|
|
||||||
- Swap all tests from `[` to `[[`.
|
|
||||||
|
|
||||||
|
|
||||||
## Operating System
|
|
||||||
|
|
||||||
- Added support for ChaletOS.
|
|
||||||
- Added support for DracOS.
|
|
||||||
- Added support for GNU Hurd. **[@konimex](https://github.com/konimex)**
|
|
||||||
- Added support for Haiku. **[@konimex](https://github.com/konimex)**
|
|
||||||
- Added support for Korora. **[@konimex](https://github.com/konimex)**
|
|
||||||
- Added support for Netrunner. **[@konimex](https://github.com/konimex)**
|
|
||||||
- Added support for Pardus.
|
|
||||||
- Added support for iPhone 7 and 7 Plus.
|
|
||||||
|
|
||||||
|
|
||||||
## Ascii
|
|
||||||
|
|
||||||
- Ascii art is no longer read as a script and is now read as plain text.
|
|
||||||
- See this wiki page about the new ascii art format.
|
|
||||||
- https://github.com/dylanaraps/neofetch/wiki/Custom-Ascii-art-file-format
|
|
||||||
- Neofetch now displays your OS's ascii logo if your distro's logo isn't found. **[@konimex](https://github.com/konimex)**
|
|
||||||
- Example: [Linux] Tux is displayed if there's no distro ascii.
|
|
||||||
- `neofetch --ascii_distro x` now sets the mode to ascii for you. You no longer have to use a combination of `--ascii` and `--ascii_distro`.
|
|
||||||
- [Arch Linux] Changed default ascii colors.
|
|
||||||
- [Bunsenlabs] Changed default ascii colors.
|
|
||||||
- Fixed issue with Solarized and certain ascii art.
|
|
||||||
- Remove all duplicates from `get_distro_colors()`.
|
|
||||||
- Remove execution permission flag from ascii art files. **[@iwamatsu](https://github.com/iwamatsu)**
|
|
||||||
- Rename `colors()` to `get_distro_colors()`.
|
|
||||||
- Rename `setcolors()` to `set_colors()`.
|
|
||||||
- Update Netrunner ascii art.
|
|
||||||
|
|
||||||
|
|
||||||
## Images
|
|
||||||
|
|
||||||
- Fixed images not appearing in st.
|
|
||||||
- Added `to_ascii()` and `to_off()`.
|
|
||||||
- These functions are used when falling back to different image modes.
|
|
||||||
- Renamed `check_old_flags()` to `old_flags()` to match `old_functions()`.
|
|
||||||
- Split `get_image()` into `get_term_size()`, `get_image_size()`, `get_image_program()` and `make_thumbnail()`.
|
|
||||||
- Use `$XDG_CACHE_HOME` as the thumbnail dir if available.
|
|
||||||
|
|
||||||
|
|
||||||
## Bars
|
|
||||||
|
|
||||||
- Rename all `progress_` variables to `bar_` to match the function name.
|
|
||||||
|
|
||||||
|
- Fixed detection bug with Gentoo.
|
||||||
|
- Added support for macOS High Sierra. [**@yslgirl**](https://github.com/yslgirl)
|
||||||
|
- Added support for Container Linux by CoreOS. [**@chrisweeksnz**](https://github.com/chrisweeksnz)
|
||||||
|
- Added support for 2017 iOS devices [**@iandrewt**](https://github.com/iandrewt)
|
||||||
|
|
||||||
## Info
|
## Info
|
||||||
|
|
||||||
**Distro**<br \>
|
**Window Manager**
|
||||||
|
|
||||||
- [Linux] Source `/etc/*-release` files instead of having a dozen separate `awk` commands.
|
- [macOS] Fixed chunkwm being detected as Kwm. [**@iandrewt**](https://github.com/iandrewt)
|
||||||
- We source `/etc/os-release` before falling back to `/etc/*-release`.
|
|
||||||
- Remove lsb_release detection.
|
|
||||||
- This change was made since lsb_release prints innacurate results on some distros.
|
|
||||||
- Added fallback when distro isn't found. **[@konimex](https://github.com/konimex)**
|
|
||||||
- Example: `Linux (Unknown)`
|
|
||||||
|
|
||||||
**Packages**<br \>
|
**Install Date**
|
||||||
|
|
||||||
- [Solus] If `pisi` is unavailable, use `eopkg`.
|
- [macOS] Fixed Install Date. [**@iandrewt**](https://github.com/iandrewt)
|
||||||
- Added package detection for Lunar Linux. **[@konimex](https://github.com/konimex)**
|
|
||||||
- Added package detection for TinyCore. **[@konimex](https://github.com/konimex)**
|
|
||||||
- Remove `/usr/games` from `$PATH` to fix issues with pacman game.
|
|
||||||
|
|
||||||
**GPU**<br \>
|
**Resolution**
|
||||||
|
|
||||||
- [Linux] Properly detect gpu in multi gpu setups. **[@TonCherAmi](https://github.com/TonCherAmi)**
|
- [macOS] Fixed errors on non-retina screens. [**@iandrewt**](https://github.com/iandrewt)
|
||||||
|
|
||||||
**Terminal**<br \>
|
|
||||||
|
|
||||||
- Added support for HyperTerm. **[@JorgeGonzalez](https://github.com/JorgeGonzalez)**
|
|
||||||
|
|
||||||
**Terminal Font**<br \>
|
|
||||||
|
|
||||||
- Added support for HyperTerm. **[@JorgeGonzalez](https://github.com/JorgeGonzalez)**
|
|
||||||
|
|
||||||
**CPU**<br \>
|
|
||||||
|
|
||||||
- [BSD] Added cpu_temp support. **[@konimex](https://github.com/konimex)**
|
|
||||||
|
|
||||||
**CPU Usage**<br \>
|
|
||||||
|
|
||||||
- [iOS] Fixed CPU usage.
|
|
||||||
|
|
||||||
**Shell**<br \>
|
|
||||||
|
|
||||||
- [bash] Simplify bash version.
|
|
||||||
|
|
||||||
**Song**<br \>
|
|
||||||
|
|
||||||
- Added support for Clementine. **[@konimex](https://github.com/konimex)**
|
|
||||||
- Added support for GNOME Music. **[@konimex](https://github.com/konimex)**
|
|
||||||
- Added support for Lollypop. **[@konimex](https://github.com/konimex)**
|
|
||||||
- Added support for Pragha. **[@konimex](https://github.com/konimex)**
|
|
||||||
|
|
||||||
**Public IP**<br \>
|
|
||||||
|
|
||||||
- [dig] Fixed connection timed out with public_ip. **[@iandrewt](https://github.com/iandrewt)**
|
|
||||||
|
|
||||||
**Resolution**<br \>
|
|
||||||
|
|
||||||
- [MacOS] If refresh rate is empty don't append Hz.
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2016 Dylan Araps
|
Copyright (c) 2016-2017 Dylan Araps
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -9,6 +9,9 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
copies of the Software, and to permit persons to whom the Software is
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
furnished to do so, subject to the following conditions:
|
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
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
|
39
Makefile
39
Makefile
|
@ -1,24 +1,29 @@
|
||||||
PREFIX ?= /usr
|
PREFIX ?= /usr
|
||||||
RM ?= rm -f
|
SYSCONFDIR ?= /etc
|
||||||
INSTALL_DIR ?= install -m755 -d
|
MANDIR ?= $(PREFIX)/share/man
|
||||||
INSTALL_PROG ?= install -m755
|
|
||||||
INSTALL_FILE ?= install -m644
|
|
||||||
|
|
||||||
all:
|
all:
|
||||||
@echo Run \'make install\' to install Neofetch
|
@echo Run \'make install\' to install Neofetch.
|
||||||
|
|
||||||
install:
|
install:
|
||||||
$(INSTALL_DIR) $(DESTDIR)$(PREFIX)/bin
|
@echo 'Making directories...'
|
||||||
$(INSTALL_DIR) $(DESTDIR)$(PREFIX)/share/neofetch/ascii/distro
|
@mkdir -p $(DESTDIR)$(PREFIX)/bin
|
||||||
$(INSTALL_DIR) $(DESTDIR)$(PREFIX)/share/man/man1
|
@mkdir -p $(DESTDIR)$(PREFIX)/share/neofetch/ascii/distro
|
||||||
$(INSTALL_PROG) neofetch $(DESTDIR)$(PREFIX)/bin/neofetch
|
@mkdir -p $(DESTDIR)$(MANDIR)/man1
|
||||||
$(INSTALL_FILE) neofetch.1 $(DESTDIR)$(PREFIX)/share/man/man1/neofetch.1
|
@mkdir -p $(DESTDIR)$(SYSCONFDIR)/neofetch
|
||||||
$(INSTALL_PROG) config/config $(DESTDIR)$(PREFIX)/share/neofetch/config
|
|
||||||
$(INSTALL_FILE) ascii/distro/* $(DESTDIR)$(PREFIX)/share/neofetch/ascii/distro
|
@echo 'Installing binaries...'
|
||||||
|
@sed "s|ASCIIDIR|$(PREFIX)/share/neofetch/ascii/distro|g;s|CONFDIR|$(SYSCONFDIR)/neofetch|g" < neofetch > $(DESTDIR)$(PREFIX)/bin/neofetch
|
||||||
|
@chmod 755 $(DESTDIR)$(PREFIX)/bin/neofetch
|
||||||
|
|
||||||
|
@echo 'Installing ASCII files, man page and config file...'
|
||||||
|
@cp -p ascii/distro/* $(DESTDIR)$(PREFIX)/share/neofetch/ascii/distro
|
||||||
|
@cp -p neofetch.1 $(DESTDIR)$(MANDIR)/man1
|
||||||
|
@cp -p config/config.conf $(DESTDIR)$(SYSCONFDIR)/neofetch/config.conf
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
$(RM) $(DESTDIR)$(PREFIX)/bin/neofetch
|
@echo 'Removing files...'
|
||||||
$(RM) $(DESTDIR)$(PREFIX)/share/man/man1/neofetch.1
|
@rm -rf $(DESTDIR)$(PREFIX)/bin/neofetch
|
||||||
$(RM) -r $(DESTDIR)$(PREFIX)/share/neofetch
|
@rm -rf $(DESTDIR)$(MANDIR)/man1/neofetch.1*
|
||||||
|
@rm -rf $(DESTDIR)$(PREFIX)/share/neofetch
|
||||||
|
@rm -rf $(DESTDIR)$(SYSCONFDIR)/neofetch
|
||||||
|
|
90
README.md
90
README.md
|
@ -1,18 +1,22 @@
|
||||||
# Neofetch
|
# Neofetch
|
||||||
|
|
||||||
[![Gitter](https://badges.gitter.im/dylanaraps/fetch.svg)](https://gitter.im/dylanaraps/fetch?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [![Build Status](https://travis-ci.org/dylanaraps/neofetch.svg?branch=master)](https://travis-ci.org/dylanaraps/neofetch) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE.md) [![Latest release](https://img.shields.io/github/release/dylanaraps/neofetch.svg)](https://github.com/dylanaraps/neofetch/releases)
|
[![Gitter](https://badges.gitter.im/dylanaraps/fetch.svg)](https://gitter.im/dylanaraps/fetch?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
||||||
|
[![Build Status](https://travis-ci.org/dylanaraps/neofetch.svg?branch=master)](https://travis-ci.org/dylanaraps/neofetch)
|
||||||
|
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE.md)
|
||||||
|
[![Latest release](https://img.shields.io/github/release/dylanaraps/neofetch.svg)](https://github.com/dylanaraps/neofetch/releases)
|
||||||
|
[![Donate](https://img.shields.io/badge/donate-patreon-yellow.svg)](https://www.patreon.com/dyla)
|
||||||
|
|
||||||
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. The main purpose of neofetch is to be used in screenshots to show other users what OS/Distro you're running, what Theme/Icons you're using and etc.
|
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. The main purpose of Neofetch is to be used in screenshots to show other users what OS/Distro you're running, what Theme/Icons you're using etc.
|
||||||
|
|
||||||
Neofetch is highly customizable through the use of commandline flags or the user config file. There are over 50 config options to mess around with and there's the `print_info()` function and friends which let you add your own custom info.
|
Neofetch is highly customizable through the use of command line flags or the user config file. There are over 50 config options to mess around with and there's the `print_info()` function and friends which let you add your own custom info.
|
||||||
|
|
||||||
Neofetch can be used on any OS that has BASH, it's just a matter of adding support. If your OS/Distro isn't in the list below, feel free to open an issue on the repo and I'll gladly add support. Neofetch currently supports `Linux`, `MacOS`, `iOS`, `BSD`, `Solaris`, `Android`, `Haiku`, `GNU Hurd` and `Windows (Cygwin/Windows 10 Linux subsystem)`.
|
Neofetch can be used on any OS that has BASH 3.2+, it's just a matter of adding support. If your OS/Distro isn't in the list below, feel free to open an issue on the repo and I'll gladly add support. Neofetch currently supports `Linux`, `MacOS`, `iOS`, `BSD`, `Solaris`, `Android`, `Haiku`, `GNU Hurd`, `MINIX`, `AIX`, `IRIX`, and `Windows (Cygwin/MSYS2/MinGW/Windows 10 Linux subsystem)`.
|
||||||
|
|
||||||
For more information:
|
For more information:
|
||||||
|
|
||||||
**https://github.com/dylanaraps/neofetch/wiki**
|
**https://github.com/dylanaraps/neofetch/wiki**
|
||||||
|
|
||||||
![1](https://ipfs.pics/ipfs/QmTtF9Sx8o617QE88GH3Z4yX7mRyi4yS1hsMHyRVmn14vJ)
|
![neofetch screenshot](https://u.teknik.io/KlBsD.png)
|
||||||
|
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
@ -34,15 +38,17 @@ Neofetch will by default create a config file at `$HOME/.config/neofetch/config`
|
||||||
|
|
||||||
You can launch the script without a config file by using the flag `--config none` and you can specify a custom config location using `--config path/to/config`.
|
You can launch the script without a config file by using the flag `--config none` and you can specify a custom config location using `--config path/to/config`.
|
||||||
|
|
||||||
|
See this wiki page for the default config: https://github.com/dylanaraps/neofetch/wiki/Config-File
|
||||||
|
|
||||||
|
|
||||||
### Customizing what info gets displayed
|
### Customizing what info gets displayed
|
||||||
|
|
||||||
https://github.com/dylanaraps/fetch/wiki/Customizing-Info
|
https://github.com/dylanaraps/neofetch/wiki/Customizing-Info
|
||||||
|
|
||||||
|
|
||||||
### Customizing the script using a custom alias
|
### Customizing the script using a custom alias
|
||||||
|
|
||||||
If you don't want to use the config file you can customize almost everything using launch flags!
|
If you don't want to use the config file you can customize almost everything using launch flags.
|
||||||
|
|
||||||
Here's an example neofetch alias:
|
Here's an example neofetch alias:
|
||||||
|
|
||||||
|
@ -58,60 +64,28 @@ alias neofetch2="neofetch \
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Frequently Asked Questions
|
|
||||||
|
|
||||||
|
|
||||||
### How do I enable screenfetch mode?
|
|
||||||
|
|
||||||
Launching the script with `--ascii` or setting `image="ascii"` inside the config file will launch the script in "screenfetch mode". The script will display your distro's ascii next to the info, exactly like screenfetch.
|
|
||||||
|
|
||||||
**NOTE:** If you **don't** have an image-mode dependency installed screenfetch mode will be used automatically.
|
|
||||||
|
|
||||||
### Why doesn't Neofetch support my wallpaper setter?
|
|
||||||
|
|
||||||
It's hard to add support for other wallpaper setters as they don't provide a way of getting the current wallpaper from the cli.
|
|
||||||
|
|
||||||
If your wallpaper setter **does** provide a way of getting the current wallpaper or you know where the wallpaper is stored then adding support won't be a problem!
|
|
||||||
|
|
||||||
|
|
||||||
## Issues and Workarounds
|
|
||||||
|
|
||||||
### getgpu doesn't show my exact video card name
|
|
||||||
|
|
||||||
If your `lspci | grep "VGA"` output looks like this:
|
|
||||||
|
|
||||||
```
|
|
||||||
01:00.0 VGA compatible controller: NVIDIA Corporation Device 1401 (rev a1)
|
|
||||||
```
|
|
||||||
|
|
||||||
Instead of this:
|
|
||||||
|
|
||||||
```
|
|
||||||
01:00.0 VGA compatible controller: NVIDIA Corporation GM206 [GeForce GTX 960] (rev a1)
|
|
||||||
```
|
|
||||||
|
|
||||||
Then you're affected by the issue.
|
|
||||||
|
|
||||||
This is caused by your `/usr/share/misc/pci.ids*` files being outdated and you can fix it by running this command as root.
|
|
||||||
|
|
||||||
```
|
|
||||||
sudo update-pciids
|
|
||||||
```
|
|
||||||
|
|
||||||
### Neofetch doesn't work correctly with ConEmu.
|
|
||||||
|
|
||||||
You need to be using the CYGWIN/Msys connector for Neofetch to work seamlessly with ConEmu.
|
|
||||||
|
|
||||||
https://conemu.github.io/en/CygwinMsysConnector.html
|
|
||||||
|
|
||||||
|
|
||||||
## Thanks
|
## Thanks
|
||||||
|
|
||||||
Thanks to:
|
Thanks to:
|
||||||
|
|
||||||
|
- [Contributors](https://github.com/dylanaraps/neofetch/contributors)
|
||||||
|
- Thanks for making Neofetch better, I really appreciate it.
|
||||||
|
- [Packagers](https://github.com/dylanaraps/neofetch/issues/115)
|
||||||
|
- Thanks for maintaining Neofetch packages.
|
||||||
|
- Users
|
||||||
|
- Thanks for using Neofetch!
|
||||||
- [Screenfetch](https://github.com/KittyKatt/screenFetch):
|
- [Screenfetch](https://github.com/KittyKatt/screenFetch):
|
||||||
- I've used some snippets as a base for a few functions in this script.
|
- We've used some snippets as a base for a few functions in this script.
|
||||||
- Some of the ascii logos.
|
- Some of the ASCII logos.
|
||||||
- [ufetch](https://github.com/jschx/ufetch):
|
- [ufetch](https://github.com/jschx/ufetch):
|
||||||
- Tiny ascii logos
|
- Tiny ASCII logos
|
||||||
- Everyone else helped out in one way or another. I'd list all of the names but there's just too many of you. :)
|
|
||||||
|
|
||||||
|
|
||||||
|
## Donate
|
||||||
|
|
||||||
|
Donations will allow me to spend more time working on `neofetch`.
|
||||||
|
|
||||||
|
If you like `neofetch` and want to give back in some way you can donate here:
|
||||||
|
|
||||||
|
**https://patreon.com/dyla**
|
||||||
|
|
|
@ -0,0 +1,20 @@
|
||||||
|
${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/-
|
|
@ -0,0 +1,6 @@
|
||||||
|
${c1} /\\ /\\
|
||||||
|
/${c2}/ ${c1}\\ \\
|
||||||
|
/${c2}/ ${c1}\\ \\
|
||||||
|
/${c2}// ${c1}\\ \\
|
||||||
|
${c2}// ${c1}\\ \\
|
||||||
|
\\
|
|
@ -0,0 +1,19 @@
|
||||||
|
${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+:`
|
|
@ -0,0 +1,13 @@
|
||||||
|
${c1}
|
||||||
|
\
|
||||||
|
, - ~ ^ ~ - \ /
|
||||||
|
, ' \ ' , /
|
||||||
|
, \ '/
|
||||||
|
, \ / ,
|
||||||
|
,___, \/ ,
|
||||||
|
/ | _ _ _|_ o /\ ,
|
||||||
|
|, | / |/ | | | / \ ,
|
||||||
|
\,_/\_/ | |_/|_/|_/_/ \,
|
||||||
|
, / ,\
|
||||||
|
, / , ' \
|
||||||
|
' - , _ _ _ , '
|
|
@ -0,0 +1,20 @@
|
||||||
|
${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+:.
|
|
@ -0,0 +1,18 @@
|
||||||
|
${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+/-`
|
|
@ -7,9 +7,9 @@ ${c1} -`
|
||||||
`/:-:++oooo+:
|
`/:-:++oooo+:
|
||||||
`/++++/+++++++:
|
`/++++/+++++++:
|
||||||
`/++++++++++++++:
|
`/++++++++++++++:
|
||||||
`/+++ooooooooooooo/`
|
`/+++o${c2}oooooooo${c1}oooo/`
|
||||||
./ooosssso++osssssso+`
|
${c2} ${c1}./${c2}ooosssso++osssssso${c1}+`
|
||||||
.oossssso-````/ossssss+`
|
${c2} .oossssso-````/ossssss+`
|
||||||
-osssssso. :ssssssso.
|
-osssssso. :ssssssso.
|
||||||
:osssssss/ osssso+++.
|
:osssssss/ osssso+++.
|
||||||
/ossssssss/ +ssssooo/-
|
/ossssssss/ +ssssooo/-
|
||||||
|
|
|
@ -0,0 +1,16 @@
|
||||||
|
${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' '!
|
|
@ -0,0 +1,19 @@
|
||||||
|
${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++/-`
|
||||||
|
`.-//++++++//:-.`
|
||||||
|
``````
|
|
@ -0,0 +1,19 @@
|
||||||
|
${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/-`
|
|
@ -0,0 +1,18 @@
|
||||||
|
${c1} sy
|
||||||
|
h--d
|
||||||
|
d---:
|
||||||
|
:----/N
|
||||||
|
:------/N
|
||||||
|
N/----:---+
|
||||||
|
N/---+/ :--:o
|
||||||
|
N/--:/ ::::s
|
||||||
|
+--- ::::s
|
||||||
|
N+---+ ::::s
|
||||||
|
N+----o +:o s::::s
|
||||||
|
N/----:: s:::s h:::::s
|
||||||
|
N/----:::y::::+ o::::::o
|
||||||
|
N/---::::::::::s d::::::::+N
|
||||||
|
/--::::::::::::dd::::::::::+N
|
||||||
|
:-:::/+syhd NNN N dhys+/:::/
|
||||||
|
d::+ydN /s+/d
|
||||||
|
arc y\\.
|
|
@ -0,0 +1,19 @@
|
||||||
|
${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}...
|
|
@ -0,0 +1,15 @@
|
||||||
|
${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
|
|
@ -0,0 +1,20 @@
|
||||||
|
${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`
|
|
@ -0,0 +1,20 @@
|
||||||
|
${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:;..
|
||||||
|
.....
|
|
@ -0,0 +1,6 @@
|
||||||
|
${c1}_____
|
||||||
|
/ __ \\
|
||||||
|
| / |
|
||||||
|
| \\___-
|
||||||
|
-_
|
||||||
|
--_
|
|
@ -0,0 +1,16 @@
|
||||||
|
${c1}███████████████████████
|
||||||
|
███████████████████████
|
||||||
|
███████████████████████
|
||||||
|
███████████████████████
|
||||||
|
████████ ███████
|
||||||
|
████████ ███████
|
||||||
|
████████ ███████
|
||||||
|
████████ ███████
|
||||||
|
████████ ███████
|
||||||
|
████████ ███████
|
||||||
|
████████ ███████
|
||||||
|
██████████████████████████████
|
||||||
|
██████████████████████████████
|
||||||
|
████████████████████████
|
||||||
|
████████████████████████
|
||||||
|
████████████████████████
|
|
@ -0,0 +1,21 @@
|
||||||
|
${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+:`
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
${c1} /\\ _____ /\\
|
||||||
|
\\_) (_/
|
||||||
|
/ \
|
||||||
|
| |
|
||||||
|
| |
|
||||||
|
\ /
|
||||||
|
--_____--
|
|
@ -0,0 +1,6 @@
|
||||||
|
${c1}_____ _
|
||||||
|
/ ____| | |
|
||||||
|
| | __ ___ | |__ ___
|
||||||
|
| | |_ |/ _ \| '_ \ / _ \
|
||||||
|
| |__| | (_) | |_) | (_) |
|
||||||
|
\_____|\___/|_.__/ \___/
|
|
@ -0,0 +1,18 @@
|
||||||
|
${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
|
|
@ -0,0 +1,19 @@
|
||||||
|
${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.
|
|
@ -0,0 +1,11 @@
|
||||||
|
${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
|
|
@ -0,0 +1,13 @@
|
||||||
|
${c1}`-. `-.
|
||||||
|
-ohys/-` `:+shy/`
|
||||||
|
-omNNdyo/` :+shmNNy/`
|
||||||
|
${c3} -
|
||||||
|
/mMmo
|
||||||
|
hMMMN`
|
||||||
|
.NMMs
|
||||||
|
${c1} -:+oooo+//: ${c3}/MN${c1}. -///oooo+/-`
|
||||||
|
/:.` ${c3}/${c1} `.:/`
|
||||||
|
${c3} __
|
||||||
|
| | _ _ ___ ___ ___
|
||||||
|
| |__| | | | .'| _|
|
||||||
|
|_____|___|_|_|__,|_|
|
|
@ -1,16 +1,18 @@
|
||||||
${c1} -/+:.
|
${c1} 'c.
|
||||||
:++++.
|
,xNMM.
|
||||||
/+++/.
|
.OMMMMo
|
||||||
.:-::- .+/:-``.::-
|
OMMM0,
|
||||||
.:/++++++/::::/++++++/:`
|
.;loddo:' loolloddol;.
|
||||||
${c2} .:///////////////////////:`
|
cKMMMMMMMMMMNWMMMMMMMMMM0:
|
||||||
////////////////////////`
|
${c2} .KMMMMMMMMMMMMMMMMMMMMMMMWd.
|
||||||
${c3}-+++++++++++++++++++++++`
|
XMMMMMMMMMMMMMMMMMMMMMMMX.
|
||||||
/++++++++++++++++++++++/
|
${c3};MMMMMMMMMMMMMMMMMMMMMMMM:
|
||||||
${c4}/sssssssssssssssssssssss.
|
:MMMMMMMMMMMMMMMMMMMMMMMM:
|
||||||
:ssssssssssssssssssssssss-
|
${c4}.MMMMMMMMMMMMMMMMMMMMMMMMX.
|
||||||
${c5} osssssssssssssssssssssssso/`
|
kMMMMMMMMMMMMMMMMMMMMMMMMWd.
|
||||||
`syyyyyyyyyyyyyyyyyyyyyyyy+`
|
${c5}.XMMMMMMMMMMMMMMMMMMMMMMMMMMk
|
||||||
${c6} `ossssssssssssssssssssss/
|
.XMMMMMMMMMMMMMMMMMMMMMMMMK.
|
||||||
:ooooooooooooooooooo+.
|
${c6}kMMMMMMMMMMMMMMMMMMMMMMd
|
||||||
`:+oo+/:-..-:/+o+/-
|
;KMMMMMMMWXXWMMMMMMMk.
|
||||||
|
.cooc,. .,coo:.
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
${c1} .:'
|
||||||
|
_ :'_
|
||||||
|
${c2} .'`_`-'_``.
|
||||||
|
:________.-'
|
||||||
|
${c3}:_______:
|
||||||
|
:_______:
|
||||||
|
${c4} :_______`-;
|
||||||
|
${c5} `._.-._.'
|
|
@ -12,6 +12,3 @@ ${c1}██████████████████ ██████
|
||||||
████████ ████████ ████████
|
████████ ████████ ████████
|
||||||
████████ ████████ ████████
|
████████ ████████ ████████
|
||||||
████████ ████████ ████████
|
████████ ████████ ████████
|
||||||
████████ ████████ ████████
|
|
||||||
████████ ████████ ████████
|
|
||||||
████████ ████████ ████████
|
|
||||||
|
|
|
@ -0,0 +1,20 @@
|
||||||
|
${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+:.
|
||||||
|
`.-://////:-.`
|
|
@ -0,0 +1,27 @@
|
||||||
|
${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
|
|
@ -0,0 +1,17 @@
|
||||||
|
${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-`
|
|
@ -0,0 +1,17 @@
|
||||||
|
${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
|
|
@ -0,0 +1,18 @@
|
||||||
|
${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+-
|
|
@ -0,0 +1,7 @@
|
||||||
|
${c1}\\\\ \\\\ //
|
||||||
|
==\\\\__\\\\/ //
|
||||||
|
// \\\\//
|
||||||
|
==// //==
|
||||||
|
//\\\\___//
|
||||||
|
// /\\\\ \\\\==
|
||||||
|
// \\\\ \\\\
|
|
@ -0,0 +1,19 @@
|
||||||
|
${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.
|
|
@ -0,0 +1,18 @@
|
||||||
|
${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
|
|
@ -7,8 +7,8 @@ ${c1} / ||\| Y J ) / |/| ./
|
||||||
J |)'( | ` F`.'/ ${c3} _
|
J |)'( | ` F`.'/ ${c3} _
|
||||||
${c1} -<| F __ .-< ${c3}(_)
|
${c1} -<| F __ .-< ${c3}(_)
|
||||||
${c1} | / .-'${c3}. ${c1}`. /${c3}-. ${c1}L___
|
${c1} | / .-'${c3}. ${c1}`. /${c3}-. ${c1}L___
|
||||||
J \\ < ${c3}\ ${c1} | | ${c5}O${c3}\\\\${c1}|.-' ${c3} _
|
J \\ < ${c3}\ ${c1} | | ${c5}O${c3}\\${c1}|.-' ${c3} _
|
||||||
${c1} _J \\ .- \\\\${c3}/ ${c5}O ${c3}| ${c1}| \\ |${c1}F ${c3}(_)
|
${c1} _J \\ .- \\${c3}/ ${c5}O ${c3}| ${c1}| \\ |${c1}F ${c3}(_)
|
||||||
${c1} '-F -<_. \\ .-' `-' L__
|
${c1} '-F -<_. \\ .-' `-' L__
|
||||||
__J _ _. >-' ${c1})${c4}._. ${c1}|-'
|
__J _ _. >-' ${c1})${c4}._. ${c1}|-'
|
||||||
${c1} `-|.' /_. ${c4}\_| ${c1} F
|
${c1} `-|.' /_. ${c4}\_| ${c1} F
|
||||||
|
|
|
@ -0,0 +1,20 @@
|
||||||
|
${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+-
|
|
@ -1,17 +1,16 @@
|
||||||
${c1} eeeeeeeee
|
${c1} `.-. `.
|
||||||
eeeeeeeeeeeeeee
|
`.` `:++. `-+o+.
|
||||||
eeeeee${c2}//////////${c1}eeeee
|
`` `:+/. `:+/. `-+oooo+
|
||||||
eeeee${c2}///////////////${c1}eeeee
|
``-::-.:+/. `:+/. `-+oooooo+
|
||||||
eeeee${c2}/// ////${c1}eeee
|
`.-:///- ..` .-. `-+oooooooo-
|
||||||
eeee${c2}// ///${c1}eeeee
|
`..-..` `+ooooooooo:
|
||||||
eee ${c2}///${c1}eeeee
|
`` :oooooooo/
|
||||||
ee ${c2}//${c1}eeeeee
|
`ooooooo:
|
||||||
e ${c2}/${c1}eeeeeee
|
`oooooo:
|
||||||
eeeeeee
|
-oooo+.
|
||||||
eeeeee
|
+ooo/`
|
||||||
eeeeee
|
-ooo-
|
||||||
eeeee
|
`+o/.
|
||||||
eeee
|
/+-
|
||||||
eee
|
//`
|
||||||
ee
|
-.
|
||||||
e
|
|
||||||
|
|
|
@ -0,0 +1,24 @@
|
||||||
|
${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:
|
||||||
|
-+
|
||||||
|
-
|
|
@ -0,0 +1,21 @@
|
||||||
|
${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}`.::-`
|
|
@ -1,18 +1,23 @@
|
||||||
${c1} .',;:cc;,'. .,;::c:,,.
|
${c1} `.::///+:/-. --///+//-:``
|
||||||
,ooolcloooo: 'oooooccloo:
|
`+oooooooooooo: `+oooooooooooo:
|
||||||
.looooc;;:ol :oc;;:ooooo'
|
/oooo++//ooooo: ooooo+//+ooooo.
|
||||||
;oooooo: ,ooooooc.
|
`+ooooooo:-:oo- +o+::/ooooooo:
|
||||||
.,:;'. .;:;'.
|
`:oooooooo+`` `.oooooooo+-
|
||||||
${c2}.... ..'''''. ....
|
`:++ooo/. :+ooo+/.`
|
||||||
.''. ..'''''. ..''.
|
${c2}...` `.----.` ``..
|
||||||
.. ..... ..... ..
|
.::::-``:::::::::.`-:::-`
|
||||||
. .''''''' .''''''. .
|
-:::-` .:::::::-` `-:::-
|
||||||
.'' .'''''''' .'''''''. ''.
|
`::. `.--.` `` `.---.``.::`
|
||||||
''' ''''''' .'''''' '''
|
.::::::::` -::::::::` `
|
||||||
.' ........... ... .'.
|
.::` .:::::::::- `::::::::::``::.
|
||||||
.... ''''''''. .''.
|
-:::` ::::::::::. ::::::::::.`:::-
|
||||||
'''''. ''''''''. .'''''
|
:::: -::::::::. `-:::::::: ::::
|
||||||
'''''. .'''''. .'''''.
|
-::- .-:::-.``....``.-::-. -::-
|
||||||
..''. . .''..
|
.. `` .::::::::. `..`..
|
||||||
.'''''''
|
-:::-` -::::::::::` .:::::`
|
||||||
......
|
:::::::` -::::::::::` :::::::.
|
||||||
|
.::::::: -::::::::. ::::::::
|
||||||
|
`-:::::` ..--.` ::::::.
|
||||||
|
`...` `...--..` `...`
|
||||||
|
.::::::::::
|
||||||
|
`.-::::-`
|
||||||
|
|
|
@ -0,0 +1,19 @@
|
||||||
|
${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/
|
||||||
|
|
|
@ -0,0 +1,12 @@
|
||||||
|
|
||||||
|
${c2} .|'''.| | '||''|. ..|''||
|
||||||
|
||.. ' ||| || || .|' ||
|
||||||
|
''|||. | || ||'''|. || ||
|
||||||
|
. '|| .''''|. || || '|. ||
|
||||||
|
|'....|' .|. .||. .||...|' ''|...|'
|
||||||
|
|
||||||
|
|''||''| | ..|'''.| '||''''|
|
||||||
|
|| ||| .|' ' || .
|
||||||
|
|| | || || .... ||''|
|
||||||
|
|| .''''|. '|. || ||
|
||||||
|
.||. .|. .||. ''|...'| .||.....|
|
|
@ -0,0 +1,20 @@
|
||||||
|
${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}:.
|
|
@ -0,0 +1,21 @@
|
||||||
|
${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??"
|
||||||
|
|
|
@ -0,0 +1,17 @@
|
||||||
|
${c1} @ @( @
|
||||||
|
@@ @@ @ @/
|
||||||
|
@@ @@ @@ @@
|
||||||
|
@@ %@@ @@ @@
|
||||||
|
@@ %@@@ @@@@@. @@@@ @@
|
||||||
|
@@@ @@@@ @@@@@@@ &@@@ @@@
|
||||||
|
@@@@@@@ %@@@@@@@@@@@@ &@@@% @@@@@@@/
|
||||||
|
,@@@@@@@@@@@@@@@@@@@@@@@@@
|
||||||
|
.@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@/
|
||||||
|
@@@@@@. @@@@@@@@@@@@@@@@@@@@@ /@@@@@@
|
||||||
|
@@ @@@@@ @@@@@@@@@@@@, @@@@@ @@@
|
||||||
|
@@ @@@@. @@@@@@@@@@@@@% #@@@@ @@.
|
||||||
|
@@ ,@@ @@@@@@@@@@@@@ @@@ @@
|
||||||
|
@ @@. @@@@@@@@@@@@@ @@@ *@
|
||||||
|
@ @@ @@@@@@@@@@@@ @@ @
|
||||||
|
@ @@@@@@@@@. #@
|
||||||
|
@ ,@@@@@ @
|
|
@ -0,0 +1,17 @@
|
||||||
|
${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
|
|
@ -0,0 +1,21 @@
|
||||||
|
${c2} :ymNMNho.
|
||||||
|
.+sdmNMMMMMMMMMMy`
|
||||||
|
.-::/yMMMMMMMMMMMm-
|
||||||
|
sMMMMMMMMMMMm/
|
||||||
|
/NMMMMMMMMMMMMMm:
|
||||||
|
.MMMMMMMMMMMMMMMMM:
|
||||||
|
`MMMMMMMMMMMMMMMMMN.
|
||||||
|
NMMMMMMMMMMMMMMMMMd
|
||||||
|
mMMMMMMMMMMMMMMMMMMo
|
||||||
|
hhMMMMMMMMMMMMMMMMMM.
|
||||||
|
.`/MMMMMMMMMMMMMMMMMs
|
||||||
|
:mMMMMMMMMMMMMMMMN`
|
||||||
|
`sMMMMMMMMMMMMMMM+
|
||||||
|
/NMMMMMMMMMMMMMN`
|
||||||
|
oMMMMMMMMMMMMM+
|
||||||
|
./sd.-hMMMMMMMMmmN`
|
||||||
|
./+oyyyh- `MMMMMMMMMmNh
|
||||||
|
sMMMMMMMMMmmo
|
||||||
|
`NMMMMMMMMMd:
|
||||||
|
-dMMMMMMMMMo
|
||||||
|
-shmNMMms.
|
|
@ -0,0 +1,15 @@
|
||||||
|
${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:,
|
||||||
|
''
|
|
@ -1,6 +0,0 @@
|
||||||
${c1} _______ _
|
|
||||||
${c2}|__ __| | |
|
|
||||||
${c3} | | ___ ___| |_
|
|
||||||
${c4} | |/ _ \/ __| __|
|
|
||||||
${c5} | | __/\__ \ |_
|
|
||||||
${c6} |_|\___||___/\__|
|
|
|
@ -0,0 +1,27 @@
|
||||||
|
${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+++++++++++/-
|
|
@ -1,18 +1,20 @@
|
||||||
${c1} ./+o+-
|
${c1} .-/+oossssoo+/-.
|
||||||
${c2} yyyyy- ${c1}-yyyyyy+
|
`:+ssssssssssssssssss+:`
|
||||||
${c2} ${c2}://+//////${c1}-yyyyyyo
|
-+ssssssssssssssssssyyssss+-
|
||||||
${c3} .++ ${c2}.:/++++++/-${c1}.+sss/`
|
.ossssssssssssssssss${c2}dMMMNy${c1}sssso.
|
||||||
${c3} .:++o: ${c2}/++++++++/:--:/-
|
/sssssssssss${c2}hdmmNNmmyNMMMMh${c1}ssssss/
|
||||||
${c3} o:+o+:++.${c2}`..```.-/oo+++++/
|
+sssssssss${c2}hm${c1}yd${c2}MMMMMMMNddddy${c1}ssssssss+
|
||||||
${c3} .:+o:+o/.${c2} `+sssoo+/
|
/ssssssss${c2}hNMMM${c1}yh${c2}hyyyyhmNMMMNh${c1}ssssssss/
|
||||||
${c2} .++/+:${c3}+oo+o:`${c2} /sssooo.
|
.ssssssss${c2}dMMMNh${c1}ssssssssss${c2}hNMMMd${c1}ssssssss.
|
||||||
${c2}/+++//+:${c3}`oo+o${c2} /::--:.
|
+ssss${c2}hhhyNMMNy${c1}ssssssssssss${c2}yNMMMy${c1}sssssss+
|
||||||
${c2}+/+o+++${c3}`o++o${c1} ++////.
|
oss${c2}yNMMMNyMMh${c1}ssssssssssssss${c2}hmmmh${c1}ssssssso
|
||||||
${c2} .++.o+${c3}++oo+:`${c1} /dddhhh.
|
oss${c2}yNMMMNyMMh${c1}sssssssssssssshmmmh${c1}ssssssso
|
||||||
${c3} .+.o+oo:.${c1} `oddhhhh+
|
+ssss${c2}hhhyNMMNy${c1}ssssssssssss${c2}yNMMMy${c1}sssssss+
|
||||||
${c3} +.++o+o`${c1}`-````.:ohdhhhhh+
|
.ssssssss${c2}dMMMNh${c1}ssssssssss${c2}hNMMMd${c1}ssssssss.
|
||||||
${c3} `:o+++ ${c1}`ohhhhhhhhyo++os:
|
/ssssssss${c2}hNMMM${c1}yh${c2}hyyyyhdNMMMNh${c1}ssssssss/
|
||||||
${c3} .o:${c1}`.syhhhhhhh/${c3}.oo++o`
|
+sssssssss${c2}dm${c1}yd${c2}MMMMMMMMddddy${c1}ssssssss+
|
||||||
${c1} /osyyyyyyo${c3}++ooo+++/
|
/sssssssssss${c2}hdmNNNNmyNMMMMh${c1}ssssss/
|
||||||
${c1} ````` ${c3}+oo+++o:
|
.ossssssssssssssssss${c2}dMMMNy${c1}sssso.
|
||||||
${c3} `oo++.
|
-+sssssssssssssssss${c2}yyy${c1}ssss+-
|
||||||
|
`:+ssssssssssssssssss+:`
|
||||||
|
.-/+oossssoo+/-.
|
||||||
|
|
|
@ -0,0 +1,20 @@
|
||||||
|
${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/.
|
|
@ -0,0 +1,20 @@
|
||||||
|
${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+:`
|
|
@ -0,0 +1,20 @@
|
||||||
|
${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}++:.
|
||||||
|
..-::::::-..
|
|
@ -0,0 +1,19 @@
|
||||||
|
|
||||||
|
${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++.
|
|
@ -0,0 +1,7 @@
|
||||||
|
${c1} _______
|
||||||
|
_ \______ -
|
||||||
|
| \ ___ \ |
|
||||||
|
| | / \ | |
|
||||||
|
| | \___/ | |
|
||||||
|
| \______ \_|
|
||||||
|
-_______\
|
|
@ -1,11 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
#
|
|
||||||
# Neofetch config file
|
# Neofetch config file
|
||||||
# https://github.com/dylanaraps/neofetch
|
# https://github.com/dylanaraps/neofetch
|
||||||
|
|
||||||
# Speed up script by not using unicode
|
|
||||||
export LC_ALL=C
|
|
||||||
export LANG=C
|
|
||||||
|
|
||||||
# See this wiki page for more info:
|
# See this wiki page for more info:
|
||||||
# https://github.com/dylanaraps/neofetch/wiki/Customizing-Info
|
# https://github.com/dylanaraps/neofetch/wiki/Customizing-Info
|
||||||
|
@ -14,7 +9,7 @@ print_info() {
|
||||||
info underline
|
info underline
|
||||||
|
|
||||||
info "OS" distro
|
info "OS" distro
|
||||||
info "Model" model
|
info "Host" model
|
||||||
info "Kernel" kernel
|
info "Kernel" kernel
|
||||||
info "Uptime" uptime
|
info "Uptime" uptime
|
||||||
info "Packages" packages
|
info "Packages" packages
|
||||||
|
@ -31,6 +26,7 @@ print_info() {
|
||||||
info "GPU" gpu
|
info "GPU" gpu
|
||||||
info "Memory" memory
|
info "Memory" memory
|
||||||
|
|
||||||
|
# info "GPU Driver" gpu_driver # Linux/macOS only
|
||||||
# info "CPU Usage" cpu_usage
|
# info "CPU Usage" cpu_usage
|
||||||
# info "Disk" disk
|
# info "Disk" disk
|
||||||
# info "Battery" battery
|
# info "Battery" battery
|
||||||
|
@ -39,7 +35,8 @@ print_info() {
|
||||||
# info "Local IP" local_ip
|
# info "Local IP" local_ip
|
||||||
# info "Public IP" public_ip
|
# info "Public IP" public_ip
|
||||||
# info "Users" users
|
# info "Users" users
|
||||||
# info "Birthday" birthday
|
# info "Install Date" install_date
|
||||||
|
# info "Locale" locale # This only works on glibc systems.
|
||||||
|
|
||||||
info line_break
|
info line_break
|
||||||
info cols
|
info cols
|
||||||
|
@ -92,7 +89,7 @@ os_arch="on"
|
||||||
|
|
||||||
# Shorten the output of the uptime function
|
# Shorten the output of the uptime function
|
||||||
#
|
#
|
||||||
# Default: 'off'
|
# Default: 'on'
|
||||||
# Values: 'on', 'off', 'tiny'
|
# Values: 'on', 'off', 'tiny'
|
||||||
# Flag: --uptime_shorthand
|
# Flag: --uptime_shorthand
|
||||||
#
|
#
|
||||||
|
@ -100,7 +97,7 @@ os_arch="on"
|
||||||
# on: '2 days, 10 hours, 3 mins'
|
# on: '2 days, 10 hours, 3 mins'
|
||||||
# off: '2 days, 10 hours, 3 minutes'
|
# off: '2 days, 10 hours, 3 minutes'
|
||||||
# tiny: '2d 10h 3m'
|
# tiny: '2d 10h 3m'
|
||||||
uptime_shorthand="off"
|
uptime_shorthand="on"
|
||||||
|
|
||||||
|
|
||||||
# Shell
|
# Shell
|
||||||
|
@ -134,27 +131,35 @@ shell_version="on"
|
||||||
|
|
||||||
# CPU speed type
|
# CPU speed type
|
||||||
#
|
#
|
||||||
# Default: 'max'
|
# Default: 'bios_limit'
|
||||||
# Values: 'current', 'min', 'max', 'bios',
|
# Values: 'scaling_cur_freq', 'scaling_min_freq', 'scaling_max_freq', 'bios_limit'.
|
||||||
# 'scaling_current', 'scaling_min',
|
|
||||||
# 'scaling_max'
|
|
||||||
# Flag: --speed_type
|
# Flag: --speed_type
|
||||||
# Supports: Linux with 'cpufreq'
|
# Supports: Linux with 'cpufreq'
|
||||||
speed_type="current"
|
# NOTE: Any file in '/sys/devices/system/cpu/cpu0/cpufreq' can be used as a value.
|
||||||
|
speed_type="bios_limit"
|
||||||
|
|
||||||
# Shorten the output of the CPU function
|
# CPU speed shorthand
|
||||||
#
|
#
|
||||||
# Default: 'off'
|
# Default: 'off'
|
||||||
# Values: 'on', 'off', 'tiny', 'name', 'speed'
|
# Values: 'on', 'off'.
|
||||||
# Flag: --cpu_shorthand
|
# Flag: --speed_shorthand.
|
||||||
|
# NOTE: This flag is not supported in systems with CPU speed less than 1 GHz
|
||||||
#
|
#
|
||||||
# Example:
|
# Example:
|
||||||
# on: 'i7-6500U (4) @ 3.1GHz'
|
# on: 'i7-6500U (4) @ 3.1GHz'
|
||||||
# off: 'Intel i7-6500U (4) @ 3.1GHz'
|
# off: 'i7-6500U (4) @ 3.100GHz'
|
||||||
# tiny: 'i7-6500U (4)'
|
speed_shorthand="off"
|
||||||
# name: 'Intel i7-6500U (4)'
|
|
||||||
# speed: '3.1GHz'
|
# Enable/Disable CPU brand in output.
|
||||||
cpu_shorthand="off"
|
#
|
||||||
|
# Default: 'on'
|
||||||
|
# Values: 'on', 'off'
|
||||||
|
# Flag: --cpu_brand
|
||||||
|
#
|
||||||
|
# Example:
|
||||||
|
# on: 'Intel i7-6500U'
|
||||||
|
# off: 'i7-6500U (4)'
|
||||||
|
cpu_brand="on"
|
||||||
|
|
||||||
# CPU Speed
|
# CPU Speed
|
||||||
# Hide/Show CPU speed.
|
# Hide/Show CPU speed.
|
||||||
|
@ -184,11 +189,19 @@ cpu_cores="logical"
|
||||||
|
|
||||||
# CPU Temperature
|
# CPU Temperature
|
||||||
# Hide/Show CPU temperature.
|
# Hide/Show CPU temperature.
|
||||||
|
# Note the temperature is added to the regular CPU function.
|
||||||
#
|
#
|
||||||
# Default: 'off'
|
# Default: 'off'
|
||||||
# Values: 'on', 'off'
|
# Values: 'C', 'F', 'off'
|
||||||
# Flag: --cpu_temp
|
# Flag: --cpu_temp
|
||||||
# Supports: Linux
|
# 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"
|
cpu_temp="off"
|
||||||
|
|
||||||
|
|
||||||
|
@ -206,6 +219,25 @@ cpu_temp="off"
|
||||||
# off: 'HD 7950'
|
# off: 'HD 7950'
|
||||||
gpu_brand="on"
|
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
|
# Resolution
|
||||||
|
|
||||||
|
@ -271,10 +303,52 @@ gtk3="on"
|
||||||
public_ip_host="http://ident.me"
|
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
|
# Song
|
||||||
|
|
||||||
|
|
||||||
# Print the Artist and Title on seperate lines
|
# Print the Artist and Title on separate lines
|
||||||
#
|
#
|
||||||
# Default: 'off'
|
# Default: 'off'
|
||||||
# Values: 'on', 'off'
|
# Values: 'on', 'off'
|
||||||
|
@ -288,38 +362,30 @@ public_ip_host="http://ident.me"
|
||||||
song_shorthand="off"
|
song_shorthand="off"
|
||||||
|
|
||||||
|
|
||||||
# Birthday
|
# Install Date
|
||||||
|
|
||||||
|
|
||||||
# Shorten the output of the Birthday functon.
|
|
||||||
#
|
|
||||||
# Default: 'off'
|
|
||||||
# Values: 'on', 'off'
|
|
||||||
# Flag: --birthday_shorthand
|
|
||||||
# Supports: 'off' doesn't work on OpenBSD and NetBSD.
|
|
||||||
#
|
|
||||||
# Example:
|
|
||||||
# on: 'Thu 14 Apr 2016 11:50 PM'
|
|
||||||
# off: '2016-04-14 23:50:55'
|
|
||||||
birthday_shorthand="off"
|
|
||||||
|
|
||||||
# Whether to show the time in the output
|
# Whether to show the time in the output
|
||||||
#
|
#
|
||||||
# Default: 'on'
|
# Default: 'on'
|
||||||
# Values: 'on', 'off'
|
# Values: 'on', 'off'
|
||||||
# Flag: --birthday_time
|
# Flag: --install_time
|
||||||
#
|
#
|
||||||
# Example:
|
# Example:
|
||||||
# on: 'Thu 14 Apr 2016 11:50 PM'
|
# on: 'Thu 14 Apr 2016 11:50 PM'
|
||||||
# off: 'Thu 14 Apr 2016'
|
# off: 'Thu 14 Apr 2016'
|
||||||
birthday_time="on"
|
install_time="on"
|
||||||
|
|
||||||
# Date format to use when printing birthday
|
# Set time format in the output
|
||||||
#
|
#
|
||||||
# Default: '+%a %d %b %Y %l:%M %p'
|
# Default: '24h'
|
||||||
# Values: 'date format'
|
# Values: '12h', '24h'
|
||||||
# Flag: --birthday_format
|
# Flag: --install_time_format
|
||||||
birthday_format="+%a %d %b %Y %l:%M %p"
|
#
|
||||||
|
# Example:
|
||||||
|
# 12h: 'Thu 14 Apr 2016 11:50 PM'
|
||||||
|
# 24h: 'Thu 14 Apr 2016 23:50'
|
||||||
|
install_time_format="12h"
|
||||||
|
|
||||||
|
|
||||||
# Text Colors
|
# Text Colors
|
||||||
|
@ -369,8 +435,7 @@ underline_char="-"
|
||||||
|
|
||||||
|
|
||||||
# Color block range
|
# Color block range
|
||||||
# Start/End refer to the range of colors
|
# The range of colors to print.
|
||||||
# to print in the blocks.
|
|
||||||
#
|
#
|
||||||
# Default: '0', '7'
|
# Default: '0', '7'
|
||||||
# Values: 'num'
|
# Values: 'num'
|
||||||
|
@ -378,13 +443,12 @@ underline_char="-"
|
||||||
#
|
#
|
||||||
# Example:
|
# Example:
|
||||||
#
|
#
|
||||||
# Display colors 0-7 in the blocks.
|
# Display colors 0-7 in the blocks. (8 colors)
|
||||||
# neofetch --block_range 0 7
|
# neofetch --block_range 0 7
|
||||||
#
|
#
|
||||||
# Display colors 0-15 in the blocks.
|
# Display colors 0-15 in the blocks. (16 colors)
|
||||||
# neofetch --block_range 0 15
|
# neofetch --block_range 0 15
|
||||||
start=0
|
block_range=(0 7)
|
||||||
end=7
|
|
||||||
|
|
||||||
# Toggle color blocks
|
# Toggle color blocks
|
||||||
#
|
#
|
||||||
|
@ -473,15 +537,79 @@ battery_display="off"
|
||||||
disk_display="off"
|
disk_display="off"
|
||||||
|
|
||||||
|
|
||||||
# Image Options
|
# Backend Settings
|
||||||
|
|
||||||
|
|
||||||
|
# Image backend.
|
||||||
|
#
|
||||||
|
# Default: 'ascii'
|
||||||
|
# Values: 'ascii', 'caca', 'catimg', 'jp2a', 'iterm2', 'off', 'tycat', 'w3m'
|
||||||
|
# Flag: --backend
|
||||||
|
image_backend="ascii"
|
||||||
|
|
||||||
# Image Source
|
# Image Source
|
||||||
#
|
#
|
||||||
# Default: 'wallpaper'
|
# Which image or ascii file to display.
|
||||||
# Values: 'wallpaper', '/path/to/img', '/path/to/dir/', 'off'
|
#
|
||||||
# Flag: --image
|
# Default: 'auto'
|
||||||
image_source="wallpaper"
|
# 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
|
# Thumbnail directory
|
||||||
#
|
#
|
||||||
|
@ -489,22 +617,6 @@ image_source="wallpaper"
|
||||||
# Values: 'dir'
|
# Values: 'dir'
|
||||||
thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch"
|
thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch"
|
||||||
|
|
||||||
# w3m-img path
|
|
||||||
# Only works with the w3m backend.
|
|
||||||
#
|
|
||||||
# NOTE: Only change this if "neofetch -v" says that it "couldn't find w3m-img".
|
|
||||||
# Neofetch has a function that automatically finds w3m-img for you. It looks
|
|
||||||
# in the following directories:
|
|
||||||
# /usr/lib/w3m/w3mimgdisplay
|
|
||||||
# /usr/libexec/w3m/w3mimgdisplay
|
|
||||||
# /usr/lib64/w3m/w3mimgdisplay
|
|
||||||
# /usr/libexec64/w3m/w3mimgdisplay
|
|
||||||
# If w3m-img is installed elsewhere on your system, open an issue on the repo
|
|
||||||
# and I'll add it to the function inside the script. If w3m-img is installed
|
|
||||||
# in a non-standard way (in your home folder, etc) then change the variable
|
|
||||||
# below to the custom location. Otherwise, don't touch this.
|
|
||||||
w3m_img_path="/usr/lib/w3m/w3mimgdisplay"
|
|
||||||
|
|
||||||
# Crop mode
|
# Crop mode
|
||||||
#
|
#
|
||||||
# Default: 'normal'
|
# Default: 'normal'
|
||||||
|
@ -559,56 +671,6 @@ xoffset=0
|
||||||
background_color=
|
background_color=
|
||||||
|
|
||||||
|
|
||||||
# Ascii Options
|
|
||||||
|
|
||||||
|
|
||||||
# Default ascii image to use
|
|
||||||
# When this is set to distro it will use your
|
|
||||||
# distro's logo as the ascii.
|
|
||||||
#
|
|
||||||
# Default: 'distro'
|
|
||||||
# Values: 'distro', '/path/to/ascii_file'
|
|
||||||
# Flag: --ascii
|
|
||||||
ascii="distro"
|
|
||||||
|
|
||||||
# Ascii distro
|
|
||||||
# Which distro's ascii art to display.
|
|
||||||
#
|
|
||||||
# Default: 'auto'
|
|
||||||
# Values: 'auto', 'distro_name'
|
|
||||||
# Flag: --ascii_distro
|
|
||||||
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)
|
|
||||||
|
|
||||||
# Logo size
|
|
||||||
# Arch, Crux and Gentoo have a smaller logo
|
|
||||||
# variant. Changing the value below to small
|
|
||||||
# will make neofetch use the small logo.
|
|
||||||
#
|
|
||||||
# Default: 'normal'
|
|
||||||
# Values: 'normal', 'small'
|
|
||||||
# Flag: --ascii_logo_size
|
|
||||||
ascii_logo_size="normal"
|
|
||||||
|
|
||||||
# Bold ascii logo
|
|
||||||
# Whether or not to bold the ascii logo.
|
|
||||||
#
|
|
||||||
# Default: 'on'
|
|
||||||
# Values: 'on', 'off'
|
|
||||||
# Flag: --ascii_bold
|
|
||||||
ascii_bold="on"
|
|
||||||
|
|
||||||
|
|
||||||
# Scrot Options
|
# Scrot Options
|
||||||
|
|
||||||
|
|
||||||
|
@ -621,26 +683,20 @@ ascii_bold="on"
|
||||||
# -s
|
# -s
|
||||||
scrot="off"
|
scrot="off"
|
||||||
|
|
||||||
# Screenshot program to launch
|
# Screenshot Program
|
||||||
# If you're not using 'scrot' change this to your screenshot
|
# Neofetch will automatically use whatever screenshot tool
|
||||||
# program.
|
# is installed on your system.
|
||||||
#
|
#
|
||||||
# Default: 'scrot -c -d 3'
|
# If 'neofetch -v' says that it couldn't find a screenshot
|
||||||
# Values: 'cmd -flags'
|
# tool or you're using a custom tool then you can change
|
||||||
|
# the option below to a custom command.
|
||||||
|
#
|
||||||
|
# Default: 'auto'
|
||||||
|
# Values: 'auto' 'cmd -flags'
|
||||||
# Flag: --scrot_cmd
|
# Flag: --scrot_cmd
|
||||||
scrot_cmd="scrot -c -d 3"
|
scrot_cmd="auto"
|
||||||
|
|
||||||
# Scrot dir
|
# Screenshot Filename
|
||||||
# Where to save the screenshots
|
|
||||||
#
|
|
||||||
# Default: '~/Pictures/'
|
|
||||||
# Values: 'dir'
|
|
||||||
# Flag: --scrot_dir
|
|
||||||
#
|
|
||||||
# Note: Neofetch won't create the directory if it doesn't exist.
|
|
||||||
scrot_dir="$HOME/Pictures/"
|
|
||||||
|
|
||||||
# Scrot filename
|
|
||||||
# What to name the screenshots
|
# What to name the screenshots
|
||||||
#
|
#
|
||||||
# Default: 'neofetch-$(date +%F-%I-%M-%S-${RANDOM}).png'
|
# Default: 'neofetch-$(date +%F-%I-%M-%S-${RANDOM}).png'
|
||||||
|
@ -651,34 +707,26 @@ scrot_name="neofetch-$(date +%F-%I-%M-%S-${RANDOM}).png"
|
||||||
# Image upload host
|
# Image upload host
|
||||||
# Where to upload the image.
|
# Where to upload the image.
|
||||||
#
|
#
|
||||||
# Default: 'imgur'
|
# Default: 'teknik'
|
||||||
# Values: 'imgur', 'teknik'
|
# Values: 'imgur', 'teknik'
|
||||||
# Flag: --image_host
|
# Flag: --image_host
|
||||||
image_host="imgur"
|
|
||||||
|
|
||||||
|
|
||||||
# Config Options
|
|
||||||
|
|
||||||
|
|
||||||
# Enable/Disable config file
|
|
||||||
#
|
#
|
||||||
# Default: 'on'
|
# NOTE: If you'd like another image host to be added to Neofetch.
|
||||||
|
# Open an issue on github.
|
||||||
|
image_host="teknik"
|
||||||
|
|
||||||
|
|
||||||
|
# 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'
|
# Values: 'on', 'off'
|
||||||
# Flag: --config
|
stdout="off"
|
||||||
# --config off, none
|
|
||||||
#
|
|
||||||
# Note: This option is only used when neofetch sources this config
|
|
||||||
# as a default config and NOT as a user config. Changing this in
|
|
||||||
# your user config won't actually do anything.
|
|
||||||
config="on"
|
|
||||||
|
|
||||||
# Path to custom config file location
|
# Config version.
|
||||||
#
|
#
|
||||||
# Default: '${XDG_CONFIG_HOME:-${HOME}/.config}/neofetch/config'
|
# NOTE: Don't change this value, neofetch reads this to determine
|
||||||
# Values: '/path/to/config'
|
# how to handle backwards compatibility.
|
||||||
# Flag: --config_file
|
config_version="3.3.1-git"
|
||||||
#
|
|
||||||
# Note: This option is only used when neofetch sources this config
|
|
||||||
# as a default config and NOT as a user config. Changing this in
|
|
||||||
# your user config won't actually do anything.
|
|
||||||
config_file="${XDG_CONFIG_HOME:-${HOME}/.config}/neofetch/config"
|
|
|
@ -1,5 +1,3 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
#
|
|
||||||
# Neofetch config file for travis.ci
|
# Neofetch config file for travis.ci
|
||||||
# https://github.com/dylanaraps/neofetch
|
# https://github.com/dylanaraps/neofetch
|
||||||
|
|
||||||
|
@ -7,8 +5,8 @@ print_info() {
|
||||||
info title
|
info title
|
||||||
info underline
|
info underline
|
||||||
|
|
||||||
info "Model" model
|
|
||||||
info "OS" distro
|
info "OS" distro
|
||||||
|
info "Host" model
|
||||||
info "Kernel" kernel
|
info "Kernel" kernel
|
||||||
info "Uptime" uptime
|
info "Uptime" uptime
|
||||||
info "Packages" packages
|
info "Packages" packages
|
||||||
|
@ -23,6 +21,7 @@ print_info() {
|
||||||
info "Terminal Font" term_font
|
info "Terminal Font" term_font
|
||||||
info "CPU" cpu
|
info "CPU" cpu
|
||||||
info "GPU" gpu
|
info "GPU" gpu
|
||||||
|
info "GPU Driver" gpu_driver
|
||||||
info "Memory" memory
|
info "Memory" memory
|
||||||
|
|
||||||
info "CPU Usage" cpu_usage
|
info "CPU Usage" cpu_usage
|
||||||
|
@ -33,11 +32,19 @@ print_info() {
|
||||||
info "Local IP" local_ip
|
info "Local IP" local_ip
|
||||||
info "Public IP" public_ip
|
info "Public IP" public_ip
|
||||||
info "Users" users
|
info "Users" users
|
||||||
info "Birthday" birthday
|
info "Install Date" install_date
|
||||||
|
|
||||||
info line_break
|
info line_break
|
||||||
info cols
|
info cols
|
||||||
info line_break
|
info line_break
|
||||||
|
|
||||||
|
# Testing.
|
||||||
|
prin "prin"
|
||||||
|
prin "prin" "prin"
|
||||||
|
|
||||||
|
# Testing no subtitles.
|
||||||
|
info uptime
|
||||||
|
info disk
|
||||||
}
|
}
|
||||||
|
|
||||||
refresh_rate="on"
|
refresh_rate="on"
|
||||||
|
@ -45,4 +52,4 @@ shell_version="on"
|
||||||
cpu_display="infobar"
|
cpu_display="infobar"
|
||||||
memory_display="infobar"
|
memory_display="infobar"
|
||||||
disk_display="infobar"
|
disk_display="infobar"
|
||||||
cpu_temp="on"
|
cpu_temp="C"
|
440
neofetch.1
440
neofetch.1
|
@ -1,309 +1,359 @@
|
||||||
.TH NEOFETCH "1" "November 2016" "2.0" "User Commands"
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
|
||||||
|
.TH NEOFETCH "1" "September 2017" "Neofetch 3.3.0" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
neofetch \- simple system information script
|
Neofetch \- A fast, highly customizable system info script
|
||||||
|
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B neofetch \fR[Optional Flags]
|
.B neofetch
|
||||||
|
\fI\,--option "value" --option "value"\/\fR
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
neofetch is a script that gathers information about your system and prints
|
Neofetch is a CLI system information tool written in BASH. Neofetch
|
||||||
it to the terminal next to an image, a distro's logo or any ASCII art of
|
displays information about your system next to an image, your OS logo,
|
||||||
your choice.
|
or any ASCII file of your choice.
|
||||||
|
.PP
|
||||||
|
NOTE: Every launch flag has a config option.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
|
.SS "INFO:"
|
||||||
.TP
|
.TP
|
||||||
.B \--disable 'infoname'
|
\fB\-\-disable\fR infoname
|
||||||
Allows you to disable an info line from appearing in the output.
|
Allows you to disable an info line from appearing
|
||||||
.br
|
in the output.
|
||||||
NOTE: You can supply multiple args. eg.
|
.IP
|
||||||
.br
|
NOTE: You can supply multiple args. eg. 'neofetch \fB\-\-disable\fR cpu gpu'
|
||||||
\'neofetch --disable cpu gpu disk shell\'
|
|
||||||
.br
|
|
||||||
NOTE: The arguments must all be lowercase.
|
|
||||||
.TP
|
.TP
|
||||||
.B \--os_arch 'on/off'
|
\fB\-\-os_arch\fR on/off
|
||||||
Hide/Show OS architecture.
|
Hide/Show OS architecture.
|
||||||
.TP
|
.TP
|
||||||
.B \--speed_type 'type'
|
\fB\-\-speed_type\fR type
|
||||||
Change the type of cpu speed to display.
|
Change the type of cpu speed to display.
|
||||||
.br
|
|
||||||
Possible values: current, min, max, bios,
|
Possible values: current, min, max, bios,
|
||||||
scaling_current, scaling_min, scaling_max
|
scaling_current, scaling_min, scaling_max
|
||||||
.br
|
.IP
|
||||||
NOTE: This only support Linux with cpufreq.
|
NOTE: This only supports Linux with cpufreq.
|
||||||
.TP
|
.TP
|
||||||
.B \--cpu_shorthand 'type'
|
\fB\-\-speed_shorthand\fR on/off
|
||||||
Shorten the output of CPU
|
Whether or not to show decimals in CPU speed.
|
||||||
.br
|
|
||||||
Possible values: name, speed, tiny, on, off
|
|
||||||
.TP
|
.TP
|
||||||
.B \--cpu_cores 'logical/physical/off'
|
NOTE: This flag is not supported in systems with CPU speed less than
|
||||||
|
1 GHz.
|
||||||
|
.TP
|
||||||
|
\fB\-\-cpu_brand\fR on/off
|
||||||
|
Enable/Disable CPU brand in output.
|
||||||
|
.TP
|
||||||
|
\fB\-\-cpu_cores\fR type
|
||||||
Whether or not to display the number of CPU cores
|
Whether or not to display the number of CPU cores
|
||||||
.br
|
Possible values: logical, physical, off
|
||||||
Note: 'physical' doesn't work on BSD.
|
.IP
|
||||||
|
NOTE: 'physical' doesn't work on BSD.
|
||||||
.TP
|
.TP
|
||||||
.B \--cpu_speed 'on/off'
|
\fB\-\-cpu_speed\fR on/off
|
||||||
Hide/Show cpu speed.
|
Hide/Show cpu speed.
|
||||||
.TP
|
.TP
|
||||||
.B \--cpu_temp 'on/off'
|
\fB\-\-cpu_temp\fR C/F/off
|
||||||
Hide/Show cpu temperature.
|
Hide/Show cpu temperature.
|
||||||
.br
|
.IP
|
||||||
NOTE: This only works on Linux and BSD.
|
NOTE: This only works on Linux and BSD.
|
||||||
.br
|
|
||||||
NOTE: For FreeBSD-based systems, you need to enable coretemp kernel module.
|
|
||||||
.TP
|
.TP
|
||||||
.B \--distro_shorthand 'on/off'
|
NOTE: For FreeBSD and NetBSD\-based systems, you need to enable
|
||||||
|
coretemp kernel module. This only supports newer Intel processors.
|
||||||
|
.TP
|
||||||
|
\fB\-\-distro_shorthand\fR on/off
|
||||||
Shorten the output of distro (tiny, on, off)
|
Shorten the output of distro (tiny, on, off)
|
||||||
.br
|
.IP
|
||||||
NOTE: This option won't work in Windows (Cygwin)
|
NOTE: This option won't work in Windows (Cygwin)
|
||||||
.TP
|
.TP
|
||||||
.B \--kernel_shorthand 'on/off'
|
\fB\-\-kernel_shorthand\fR on/off
|
||||||
Shorten the output of kernel
|
Shorten the output of kernel
|
||||||
.br
|
.IP
|
||||||
NOTE: This option won't work in BSDs (except PacBSD and PC-BSD)
|
NOTE: This option won't work in BSDs (except PacBSD and PC\-BSD)
|
||||||
.TP
|
.TP
|
||||||
.B \--uptime_shorthand 'on/off'
|
\fB\-\-uptime_shorthand\fR on/off
|
||||||
Shorten the output of uptime (tiny, on, off)
|
Shorten the output of uptime (tiny, on, off)
|
||||||
.TP
|
.TP
|
||||||
.B \--refresh_rate 'on/off'
|
\fB\-\-refresh_rate\fR on/off
|
||||||
Whether to display the refresh rate of each monitor
|
Whether to display the refresh rate of each monitor
|
||||||
.br
|
Unsupported on Windows
|
||||||
Note: Unsupported on Windows
|
|
||||||
.TP
|
.TP
|
||||||
.B \--gpu_brand on/off
|
\fB\-\-gpu_brand\fR on/off
|
||||||
Enable/Disable GPU brand in output. (AMD/NVIDIA/Intel)
|
Enable/Disable GPU brand in output. (AMD/NVIDIA/Intel)
|
||||||
.TP
|
.TP
|
||||||
.B \--gtk_shorthand 'on/off'
|
\fB\-\-gpu_type\fR type
|
||||||
|
Which GPU to display. (all, dedicated, integrated)
|
||||||
|
.IP
|
||||||
|
NOTE: This only supports Linux.
|
||||||
|
.TP
|
||||||
|
\fB\-\-gtk_shorthand\fR on/off
|
||||||
Shorten output of gtk theme/icons
|
Shorten output of gtk theme/icons
|
||||||
.TP
|
.TP
|
||||||
.B \--gtk2 'on/off'
|
\fB\-\-gtk2\fR on/off
|
||||||
Enable/Disable GTK2 theme/icons output
|
Enable/Disable gtk2 theme/font/icons output
|
||||||
.TP
|
.TP
|
||||||
.B \--gtk3 'on/off'
|
\fB\-\-gtk3\fR on/off
|
||||||
Enable/Disable gtk3 theme/icons output
|
Enable/Disable gtk3 theme/font/icons output
|
||||||
.TP
|
.TP
|
||||||
.B \--shell_path 'on/off'
|
\fB\-\-shell_path\fR on/off
|
||||||
Enable/Disable showing $SHELL path
|
Enable/Disable showing $SHELL path
|
||||||
.TP
|
.TP
|
||||||
.B \--shell_version 'on/off'
|
\fB\-\-shell_version\fR on/off
|
||||||
Enable/Disable showing $SHELL version
|
Enable/Disable showing $SHELL version
|
||||||
.TP
|
.TP
|
||||||
.B \--ip_host 'url'
|
\fB\-\-disk_show\fR value
|
||||||
|
Which disks to display.
|
||||||
|
Possible values: '/', '/dev/sdXX', '/path/to/mount point'
|
||||||
|
.IP
|
||||||
|
NOTE: Multiple values can be given. (\fB\-\-disk_show\fR '/' '/dev/sdc1')
|
||||||
|
.TP
|
||||||
|
\fB\-\-disk_subtitle\fR type
|
||||||
|
What information to append to the Disk subtitle.
|
||||||
|
Takes: name, mount, dir
|
||||||
|
.IP
|
||||||
|
\&'name' shows the disk's name (sda1, sda2, etc)
|
||||||
|
.IP
|
||||||
|
\&'mount' shows the disk's mount point (/, \fI\,/mnt/Local\/\fP Disk, etc)
|
||||||
|
.IP
|
||||||
|
\&'dir' shows the basename of the disks's path. (/, Local Disk, etc)
|
||||||
|
.TP
|
||||||
|
\fB\-\-ip_host\fR url
|
||||||
URL to query for public IP
|
URL to query for public IP
|
||||||
.TP
|
.TP
|
||||||
.B \--song_shorthand 'on/off'
|
\fB\-\-song_shorthand\fR on/off
|
||||||
Print the Artist/Title on seperate lines
|
Print the Artist/Title on separate lines
|
||||||
.TP
|
.TP
|
||||||
.B \--birthday_shorthand 'on/off'
|
\fB\-\-install_time\fR on/off
|
||||||
Shorten the output of birthday
|
Enable/Disable showing the time in Install Date output.
|
||||||
.TP
|
.TP
|
||||||
.B \--birthday_time 'on/off'
|
\fB\-\-install_time_format\fR 12h/24h
|
||||||
Enable/Disable showing the time in birthday output
|
Set time format in Install Date to be 12 hour or 24 hour.
|
||||||
|
.SS "TEXT FORMATTING:"
|
||||||
.TP
|
.TP
|
||||||
.B \--birthday_format 'format'
|
\fB\-\-colors\fR x x x x x x
|
||||||
Format the birthday output. (Uses 'date' cmd format)
|
|
||||||
|
|
||||||
.SH TEXT FORMATTING
|
|
||||||
.TP
|
|
||||||
.B \--colors x x x x x x
|
|
||||||
Changes the text colors in this order:
|
Changes the text colors in this order:
|
||||||
title, @, underline, subtitle, colon, info
|
title, @, underline, subtitle, colon, info
|
||||||
.TP
|
.TP
|
||||||
.B \--underline on/off
|
\fB\-\-underline\fR on/off
|
||||||
enable/disable the underline.
|
Enable/Disable the underline.
|
||||||
.TP
|
.TP
|
||||||
.B \--underline_char 'char'
|
\fB\-\-underline_char\fR char
|
||||||
Character to use when underlining title
|
Character to use when underlining title
|
||||||
.TP
|
.TP
|
||||||
.B \--bold 'on/off'
|
\fB\-\-bold\fR on/off
|
||||||
Enable/Disable bold text
|
Enable/Disable bold text
|
||||||
|
.SS "COLOR BLOCKS:"
|
||||||
.TP
|
.TP
|
||||||
.B \--prompt_height 'num'
|
\fB\-\-color_blocks\fR on/off
|
||||||
Set this to your prompt height to fix issues
|
|
||||||
with the text going off screen at the top
|
|
||||||
|
|
||||||
.SH COLOR BLOCKS
|
|
||||||
.TP
|
|
||||||
.B \--color_blocks 'on/off'
|
|
||||||
Enable/Disable the color blocks
|
Enable/Disable the color blocks
|
||||||
.TP
|
.TP
|
||||||
.B \--block_width 'num'
|
\fB\-\-block_width\fR num
|
||||||
Width of color blocks in spaces
|
Width of color blocks in spaces
|
||||||
.TP
|
.TP
|
||||||
.B \--block_height 'num'
|
\fB\-\-block_height\fR num
|
||||||
Height of color blocks in lines
|
Height of color blocks in lines
|
||||||
.TP
|
.TP
|
||||||
.B \--block_range 'start' 'end'
|
\fB\-\-block_range\fR num num
|
||||||
Range of colors to print as blocks
|
Range of colors to print as blocks
|
||||||
|
.SS "BARS:"
|
||||||
.SH BARS
|
|
||||||
.TP
|
.TP
|
||||||
.B \--bar_char 'elapsed char' 'total char'
|
\fB\-\-bar_char\fR 'elapsed char' 'total char'
|
||||||
Characters to use when drawing bars.
|
Characters to use when drawing bars.
|
||||||
.TP
|
.TP
|
||||||
.B \--bar_border on/off
|
\fB\-\-bar_border\fR on/off
|
||||||
Whether or not to surround the bar with '[]'
|
Whether or not to surround the bar with '[]'
|
||||||
.TP
|
.TP
|
||||||
.B \--bar_length 'num'
|
\fB\-\-bar_length\fR num
|
||||||
Length in spaces to make the bars.
|
Length in spaces to make the bars.
|
||||||
.TP
|
.TP
|
||||||
.B \--bar_colors 'num' 'num'
|
\fB\-\-bar_colors\fR num num
|
||||||
Colors to make the bar.
|
Colors to make the bar.
|
||||||
.br
|
|
||||||
Set in this order: elapsed, total
|
Set in this order: elapsed, total
|
||||||
.TP
|
.TP
|
||||||
.B \--cpu_display 'mode'
|
\fB\-\-cpu_display\fR mode
|
||||||
Bar mode.
|
Bar mode.
|
||||||
.br
|
Possible values: bar, infobar, barinfo, off
|
||||||
Takes: bar, infobar, barinfo, off
|
|
||||||
.TP
|
.TP
|
||||||
.B \--memory_display 'mode'
|
\fB\-\-memory_display\fR mode
|
||||||
Bar mode.
|
Bar mode.
|
||||||
.br
|
Possible values: bar, infobar, barinfo, off
|
||||||
Takes: bar, infobar, barinfo, off
|
|
||||||
.TP
|
.TP
|
||||||
.B \--battery_display 'mode'
|
\fB\-\-battery_display\fR mode
|
||||||
Bar mode.
|
Bar mode.
|
||||||
.br
|
Possible values: bar, infobar, barinfo, off
|
||||||
Takes: bar, infobar, barinfo, off
|
|
||||||
.TP
|
.TP
|
||||||
.B \--disk_display 'mode'
|
\fB\-\-disk_display\fR mode
|
||||||
Bar mode.
|
Bar mode.
|
||||||
.br
|
Possible values: bar, infobar, barinfo, off
|
||||||
Takes: bar, infobar, barinfo, off
|
.SS "IMAGE BACKEND:"
|
||||||
|
|
||||||
.SH IMAGE
|
|
||||||
.TP
|
.TP
|
||||||
.B \--image 'type'
|
\fB\-\-backend\fR backend
|
||||||
Image source. Where and what image we display.
|
Which image backend to use.
|
||||||
.br
|
Possible values: 'ascii', 'caca', 'catimg', 'jp2a', 'iterm2', 'off',
|
||||||
Possible values: wall, ascii, /path/to/img, /path/to/dir/, off
|
\&'sixel', 'tycat', 'w3m'
|
||||||
.TP
|
.TP
|
||||||
.B \--size 'size'
|
\fB\-\-source\fR source
|
||||||
|
Which image or ascii file to use.
|
||||||
|
Possible values: 'auto', 'ascii', 'wallpaper', '/path/to/img',
|
||||||
|
\&'/path/to/ascii', '/path/to/dir/'
|
||||||
|
.TP
|
||||||
|
\fB\-\-ascii\fR source
|
||||||
|
Shortcut to use 'ascii' backend.
|
||||||
|
.TP
|
||||||
|
\fB\-\-caca\fR source
|
||||||
|
Shortcut to use 'caca' backend.
|
||||||
|
.TP
|
||||||
|
\fB\-\-catimg\fR source
|
||||||
|
Shortcut to use 'catimg' backend.
|
||||||
|
.TP
|
||||||
|
\fB\-\-iterm2\fR source
|
||||||
|
Shortcut to use 'iterm2' backend.
|
||||||
|
.TP
|
||||||
|
\fB\-\-jp2a\fR source
|
||||||
|
Shortcut to use 'jp2a' backend.
|
||||||
|
.TP
|
||||||
|
\fB\-\-sixel\fR source
|
||||||
|
Shortcut to use 'sixel' backend.
|
||||||
|
.TP
|
||||||
|
\fB\-\-termpix\fR source
|
||||||
|
Shortcut to use 'termpix' backend.
|
||||||
|
.TP
|
||||||
|
\fB\-\-tycat\fR source
|
||||||
|
Shortcut to use 'tycat' backend.
|
||||||
|
.TP
|
||||||
|
\fB\-\-w3m\fR source
|
||||||
|
Shortcut to use 'w3m' backend.
|
||||||
|
.TP
|
||||||
|
\fB\-\-off\fR
|
||||||
|
Shortcut to use 'off' backend.
|
||||||
|
.IP
|
||||||
|
NOTE: 'source; can be any of the following: 'auto', 'ascii', 'wallpaper', '/path/to/img',
|
||||||
|
\&'/path/to/ascii', '/path/to/dir/'
|
||||||
|
.SS "ASCII:"
|
||||||
|
.TP
|
||||||
|
\fB\-\-ascii_colors\fR x x x x x x
|
||||||
|
Colors to print the ascii art
|
||||||
|
.TP
|
||||||
|
\fB\-\-ascii_distro\fR distro
|
||||||
|
Which Distro's ascii art to print
|
||||||
|
.IP
|
||||||
|
NOTE: Arch and Ubuntu have 'old' logo variants.
|
||||||
|
.IP
|
||||||
|
NOTE: Use 'arch_old' or 'ubuntu_old' to use the old logos.
|
||||||
|
.IP
|
||||||
|
NOTE: Ubuntu has flavor variants.
|
||||||
|
.TP
|
||||||
|
NOTE: Change this to 'Lubuntu', 'Xubuntu', 'Ubuntu\-GNOME',
|
||||||
|
\&'Ubuntu\-Studio' or 'Ubuntu\-Budgie' to use the flavors.
|
||||||
|
.TP
|
||||||
|
NOTE: Alpine, Arch, CRUX, Debian, Gentoo, FreeBSD, Mac, NixOS,
|
||||||
|
OpenBSD, and Void have a smaller logo variant.
|
||||||
|
.IP
|
||||||
|
NOTE: Use '{distro name}_small' to use the small variants.
|
||||||
|
.TP
|
||||||
|
\fB\-\-ascii_bold\fR on/off
|
||||||
|
Whether or not to bold the ascii logo.
|
||||||
|
.TP
|
||||||
|
\fB\-L\fR, \fB\-\-logo\fR
|
||||||
|
Hide the info text and only show the ascii logo.
|
||||||
|
.IP
|
||||||
|
Possible values: bar, infobar, barinfo, off
|
||||||
|
.SS "IMAGE:"
|
||||||
|
.TP
|
||||||
|
\fB\-\-loop\fR
|
||||||
|
Redraw the image constantly until Ctrl+C is used. This fixes issues
|
||||||
|
in some terminals emulators when using image mode.
|
||||||
|
.TP
|
||||||
|
\fB\-\-size\fR 00px | \fB\-\-size\fR 00%
|
||||||
How to size the image.
|
How to size the image.
|
||||||
.br
|
|
||||||
Possible values: auto, 00px, 00%, none
|
Possible values: auto, 00px, 00%, none
|
||||||
.TP
|
.TP
|
||||||
.B \--crop_mode 'mode'
|
\fB\-\-crop_mode\fR mode
|
||||||
Which crop mode to use
|
Which crop mode to use
|
||||||
.br
|
|
||||||
Takes the values: normal, fit, fill
|
Takes the values: normal, fit, fill
|
||||||
.TP
|
.TP
|
||||||
.B \--crop_offset 'value'
|
\fB\-\-crop_offset\fR value
|
||||||
Change the crop offset for normal mode.
|
Change the crop offset for normal mode.
|
||||||
.br
|
|
||||||
Possible values: northwest, north, northeast,
|
Possible values: northwest, north, northeast,
|
||||||
west, center, east, southwest, south, southeast
|
west, center, east, southwest, south, southeast
|
||||||
.TP
|
.TP
|
||||||
.B \--xoffset 'value'
|
\fB\-\-xoffset\fR px
|
||||||
How close the image will be to the left edge of the
|
How close the image will be to the left edge of the
|
||||||
window in pixel. This only works with w3m.
|
window. This only works with w3m.
|
||||||
.TP
|
.TP
|
||||||
.B \--yoffset 'value'
|
\fB\-\-yoffset\fR px
|
||||||
How close the image will be to the top edge
|
How close the image will be to the top edge of the
|
||||||
of the window. This only works with w3m.
|
window. This only works with w3m.
|
||||||
.TP
|
.TP
|
||||||
.B \--bg_color 'color'
|
\fB\-\-bg_color\fR color
|
||||||
Background color to display behind transparent image.
|
Background color to display behind transparent image.
|
||||||
This only works with w3m.
|
This only works with w3m.
|
||||||
.TP
|
.TP
|
||||||
.B \--gap 'num'
|
\fB\-\-gap\fR num
|
||||||
Gap between image and text.
|
Gap between image and text.
|
||||||
.br
|
|
||||||
NOTE: --gap can take a negative value which
|
|
||||||
will move the text closer to the left side.
|
|
||||||
.TP
|
.TP
|
||||||
.B \--clean
|
NOTE: \fB\-\-gap\fR can take a negative value which will move the text
|
||||||
|
closer to the left side.
|
||||||
|
.TP
|
||||||
|
\fB\-\-clean\fR
|
||||||
Delete cached files and thumbnails.
|
Delete cached files and thumbnails.
|
||||||
|
.SS "SCREENSHOT:"
|
||||||
.SH ASCII
|
|
||||||
.TP
|
.TP
|
||||||
.B \--ascii 'value'
|
\fB\-s\fR, \fB\-\-scrot\fR \fI\,/path/to/img\/\fP
|
||||||
Where to get the ASCII from
|
Take a screenshot, if path is left empty the screenshot function will use $scrot_dir and $scrot_name.
|
||||||
.br
|
|
||||||
Possible values: distro, /path/to/ascii
|
|
||||||
.TP
|
.TP
|
||||||
.B \--ascii_colors x x x x x x
|
\fB\-su\fR, \fB\-\-upload\fR \fI\,/path/to/img\/\fP
|
||||||
Colors to print the ASCII art
|
Same as \fB\-\-scrot\fR but uploads the scrot to a website.
|
||||||
.TP
|
.TP
|
||||||
.B \--ascii_distro 'distro'
|
\fB\-\-image_host\fR imgur/teknik
|
||||||
Which Distro\'s ASCII art to print
|
Website to upload scrots to.
|
||||||
.TP
|
.TP
|
||||||
.B \--ascii_logo_size 'size'
|
\fB\-\-scrot_cmd\fR cmd
|
||||||
Size of ascii logo.
|
|
||||||
Supported distros: Arch, Gentoo, Crux, OpenBSD.
|
|
||||||
Possible values: small, normal
|
|
||||||
.TP
|
|
||||||
.B \--ascii_bold 'on/off'
|
|
||||||
Whether or not to bold the ascii logo.
|
|
||||||
.TP
|
|
||||||
.B \--logo | -L
|
|
||||||
Hide the info text and only show the ascii logo.
|
|
||||||
|
|
||||||
.SH SCREENSHOT
|
|
||||||
.TP
|
|
||||||
.B \--scrot 'path'
|
|
||||||
Take a screenshot, if path is left empty the screenshot
|
|
||||||
function will use $scrot_dir and $scrot_name.
|
|
||||||
.TP
|
|
||||||
.B \--upload | -su 'path'
|
|
||||||
Same as --scrot but uploads the scrot to a website.
|
|
||||||
.TP
|
|
||||||
.B \--image_host 'host'
|
|
||||||
Website to upload scrots to. Takes: imgur, teknik
|
|
||||||
.TP
|
|
||||||
.B \--scrot_cmd 'cmd'
|
|
||||||
Screenshot program to launch
|
Screenshot program to launch
|
||||||
|
.SS "OTHER:"
|
||||||
.SH OTHER
|
|
||||||
.TP
|
.TP
|
||||||
.B \--config 'path'
|
\fB\-\-config\fR \fI\,/path/to/config\/\fP
|
||||||
Specify a path to a custom config file
|
Specify a path to a custom config file
|
||||||
.TP
|
.TP
|
||||||
.B \--config none
|
\fB\-\-config\fR none
|
||||||
Launch the script without a config file
|
Launch the script without a config file
|
||||||
.TP
|
.TP
|
||||||
.B \--help
|
\fB\-\-stdout\fR
|
||||||
|
Turn off all colors and disables any ASCII/image backend.
|
||||||
.TP
|
.TP
|
||||||
.B \--test
|
\fB\-\-help\fR
|
||||||
Launch the script with all functions / options enabled.
|
Print this text and exit
|
||||||
This should only be used for testing purposes, ie Travis.CI.
|
|
||||||
.TP
|
.TP
|
||||||
.B \--version
|
\fB\-\-version\fR
|
||||||
Show neofetch version.
|
Show neofetch version
|
||||||
.TP
|
.TP
|
||||||
.B \-v
|
\fB\-v\fR
|
||||||
Display error messages.
|
Display error messages.
|
||||||
.TP
|
.TP
|
||||||
.B \-vv
|
\fB\-vv\fR
|
||||||
Display a verbose log for error reporting.
|
Display a verbose log for error reporting.
|
||||||
|
.SS "DEVELOPER:"
|
||||||
.SH "SEE ALSO"
|
.TP
|
||||||
http://github.com/dylanaraps/neofetch
|
\fB\-\-gen\-man\fR
|
||||||
|
Generate a manpage for Neofetch in your PWD. (Requires GNU help2man)
|
||||||
.SH BUGS
|
|
||||||
Report bugs to <https://github.com/dylanaraps/neofetch/issues>
|
|
||||||
|
|
||||||
.SH LICENSE
|
|
||||||
|
|
||||||
The MIT License (MIT)
|
|
||||||
|
|
||||||
Copyright (c) 2016 Dylan Araps
|
|
||||||
|
|
||||||
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 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.
|
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Created by Dylan Araps.
|
Written by Dylan Araps with help from the following people:
|
||||||
|
.PP
|
||||||
|
https://github.com/dylanaraps/neofetch/contributors
|
||||||
|
.SH "REPORTING BUGS"
|
||||||
|
Report bugs to https://github.com/dylanaraps/neofetch/issues
|
||||||
|
.SH COPYRIGHT
|
||||||
|
Copyright \(co 2016\-2017 Dylan Araps
|
||||||
|
.PP
|
||||||
|
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:
|
||||||
|
.PP
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
.PP
|
||||||
|
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.
|
||||||
|
|
Reference in New Issue