Compare commits
109 Commits
1.4.4
...
neofetch-7.3.6
| Author | SHA1 | Date | |
|---|---|---|---|
| 2fda114552 | |||
| 8ee516e640 | |||
| d4c8472991 | |||
| 7960624185 | |||
| 4fe39b405b | |||
| d017b6066c | |||
| 6cd2bf4b41 | |||
| 56976cdfdd | |||
| 3535dd3fcf | |||
| 2ffa75f567 | |||
| de97821341 | |||
| 139b89204e | |||
| 1aaeae1197 | |||
| 70690c50df | |||
| 117bc7738c | |||
| 36d6ada646 | |||
| e1f65895db | |||
| e5c227119f | |||
| 2f84ef0160 | |||
| 0538e02eee | |||
| 9a52096c91 | |||
| 426a242c94 | |||
| 1b19c63d53 | |||
| c0125cb632 | |||
| d7ecefa051 | |||
| 2330b159ca | |||
| 51ed5be11e | |||
| d6f16601a8 | |||
| 14c7963d88 | |||
| c69407345c | |||
| b30bbf5927 | |||
| 501c4f5e1f | |||
| 3938f43134 | |||
| f3bdeb2d30 | |||
| c2bac01778 | |||
| 99a6fc0770 | |||
| 1c2cee4cf5 | |||
| 281904948b | |||
| 8b14d02f05 | |||
| 007c82b3f4 | |||
| 24a1283095 | |||
| 798cf64a94 | |||
| eb516710e8 | |||
| 7d75a62c41 | |||
| b97b9403b9 | |||
| 2ebf79a0d9 | |||
| e99db35920 | |||
| 6a7c72446b | |||
| 3d3a793d53 | |||
| a54013ffd9 | |||
| eac7381023 | |||
| d6c18e1222 | |||
| 244efd541e | |||
| 39be7aa916 | |||
| 4fab51355e | |||
| b951600d00 | |||
| efb5a4f4be | |||
| 51b8bd61e0 | |||
| bc2a8dbf3c | |||
| 0c4b239266 | |||
| 5d392262c1 | |||
| 485aa44f3f | |||
| adc947cecd | |||
| 6404b37b9e | |||
| 0897d468a8 | |||
| 5c0f6bfd78 | |||
| 2117040796 | |||
| dea5f5b583 | |||
| 4447313769 | |||
| 389cd91346 | |||
| f786dce40e | |||
| 4d073df750 | |||
| 2ca7103f1a | |||
| 7e0b0d7212 | |||
| 1b0cf4ae1e | |||
| 1ac9680442 | |||
| 818a27e949 | |||
| 30c50dc792 | |||
| dd5084fbe8 | |||
| d607b3326c | |||
| b5f1af6949 | |||
| 18fe75efae | |||
| 3f6211aec8 | |||
| 2f741d8933 | |||
| ef9d0886e6 | |||
| 961acd9713 | |||
| b2b51fa621 | |||
| 36605b9745 | |||
| 1bccaad8fd | |||
| 79a086fcc3 | |||
| 0fbf8d58cc | |||
| 5b9271e7e5 | |||
| 4ed6e3d7cc | |||
| b86f43e9ab | |||
| 50d0f24a80 | |||
| 58ddcc52c6 | |||
| 1614fd8dbb | |||
| cbcef65610 | |||
| 25d8e2f10e | |||
| 829c387dc4 | |||
| 834aa56030 | |||
| de3c3aa9b6 | |||
| d6c57bd6f9 | |||
| ee64bd843a | |||
| 737e4afaac | |||
| f68377fead | |||
| d7c4d493c9 | |||
| 8235a400f0 | |||
| 4c3465badf |
+1
-1
@@ -1,6 +1,6 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2015-2021 Dylan Araps
|
||||
Copyright (c) 2015-2023 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
|
||||
|
||||
@@ -87,10 +87,9 @@ Updates to `neowofetch` begins with the emoji 🖼️
|
||||
|
||||
* [ ] (Important!) Refactor flag storage & coloring to support non-stride patterns
|
||||
* [ ] Config menu: Allow left-right arrow keys for pagination
|
||||
* [ ] Neofetch argument pass through
|
||||
|
||||
<!-- CHANGELOG STARTS HERE --->
|
||||
|
||||
### 1.4.4
|
||||
### Nightly
|
||||
|
||||
Note: You can install the latest nightly version by using:
|
||||
|
||||
@@ -98,6 +97,42 @@ Note: You can install the latest nightly version by using:
|
||||
pip install git+https://github.com/hykilpikonna/hyfetch.git@master
|
||||
```
|
||||
|
||||
<!-- CHANGELOG STARTS HERE --->
|
||||
|
||||
### 1.4.6
|
||||
|
||||
* 🌈 Add compatibility for FastFetch version `>1.8.0` (#62)
|
||||
* 🖼 Distro - Add Aperture Science ascii art (#61)
|
||||
* 🖼 Distro - Add RhaymOS ([dylanaraps#2274](https://github.com/dylanaraps/neofetch/pull/2274))
|
||||
* 🖼 Editor - Add editor information detection ([dylanaraps#2271](https://github.com/dylanaraps/neofetch/pull/2271))
|
||||
* 🖼 Packages - Fix empty cargo directory (#58)
|
||||
* 🖼 Terminal - Display gnome-console instead of kgx ([dylanaraps#2277](https://github.com/dylanaraps/neofetch/pull/2277))
|
||||
* 🖼 Terminal - Fix terminal detection with new get_process_name function
|
||||
* 🖼 CPU - Detect ISA string on RISC-V CPUs (#60)
|
||||
* 🖼 Song - Fix CMUS player song detection on macOS (#55)
|
||||
* 🖼 Network - Fix macOS network detection (#56)
|
||||
* 🖼 Misc - Change LICENSE year to 2023 (#59)
|
||||
|
||||
### 1.4.5
|
||||
|
||||
* 🌈 **Support using FastFetch as a HyFetch backend** (`hyfetch -b fastfetch`)
|
||||
* 🌈 Add config file argument (#48)
|
||||
* 🌈 Fix problems caused by color detection on Windows (#16)
|
||||
* 🌈 Support pure-python distro detection for FastFetch
|
||||
* 🖼️ Distro - Add Aster Linux ([dylanaraps#2251](https://github.com/dylanaraps/neofetch/pull/2251))
|
||||
* 🖼️ Distro - Add Hybrid Linux ([dylanaraps#2239](https://github.com/dylanaraps/neofetch/pull/2239))
|
||||
* 🖼️ Distro - Add UrukOS ([dylanaraps#2258](https://github.com/dylanaraps/neofetch/pull/2258))
|
||||
* 🖼️ Distro - Add Project Sasanqua ([dylanaraps#2264](https://github.com/dylanaraps/neofetch/pull/2264))
|
||||
* 🖼️ Distro - Add Kali small variant ([dylanaraps#2242](https://github.com/dylanaraps/neofetch/pull/2242))
|
||||
* 🖼️ Distro - Fix CachyOS matching ([dylanaraps#2026](https://github.com/dylanaraps/neofetch/pull/2026))
|
||||
* 🖼 WM - Fix wm detection with `fuser` (#39)
|
||||
* 🖼️ Memory - Make memory unit decimal calculation more accurate (#52)
|
||||
* 🖼 Packages - Fix squirrel (Stock Linux) package count detection (#39)
|
||||
* 🖼 Packages - Support cargo bin environment variable (#49)
|
||||
* 🖼 Packages - Add tea.xyz package manager (issue [dylanaraps#2235](https://github.com/dylanaraps/neofetch/pull/2235))
|
||||
|
||||
### 1.4.4
|
||||
|
||||
* 🌈 Fix Python 3.11 compatibility (#35)
|
||||
* 🌈 Fix many overflow problems when screen is too small
|
||||
* 🖼️ Distro - Add Enso ([dylanaraps#2233](https://github.com/dylanaraps/neofetch/pull/2233))
|
||||
|
||||
@@ -2,13 +2,9 @@ from __future__ import annotations
|
||||
|
||||
import colorsys
|
||||
from dataclasses import dataclass, astuple
|
||||
from typing_extensions import Literal
|
||||
|
||||
from .constants import GLOBAL_CFG
|
||||
|
||||
AnsiMode = Literal['default', 'ansi', '8bit', 'rgb']
|
||||
LightDark = Literal['light', 'dark']
|
||||
|
||||
from .types import *
|
||||
|
||||
MINECRAFT_COLORS = ["&0/\033[0;30m", "&1/\033[0;34m", "&2/\033[0;32m", "&3/\033[0;36m", "&4/\033[0;31m",
|
||||
"&5/\033[0;35m", "&6/\033[0;33m", "&7/\033[0;37m", "&8/\033[1;30m", "&9/\033[1;34m",
|
||||
|
||||
@@ -1,13 +1,12 @@
|
||||
from __future__ import annotations
|
||||
|
||||
import os
|
||||
from dataclasses import dataclass
|
||||
from pathlib import Path
|
||||
|
||||
from typing_extensions import Literal
|
||||
from .types import LightDark
|
||||
|
||||
CONFIG_PATH = Path.home() / '.config/hyfetch.json'
|
||||
VERSION = '1.4.4'
|
||||
VERSION = '1.4.6'
|
||||
|
||||
|
||||
TEST_ASCII = r"""
|
||||
@@ -36,10 +35,10 @@ class GlobalConfig:
|
||||
debug: bool
|
||||
is_light: bool
|
||||
|
||||
def light_dark(self) -> Literal['light', 'dark']:
|
||||
def light_dark(self) -> LightDark:
|
||||
return 'light' if self.is_light else 'dark'
|
||||
|
||||
def default_lightness(self, term: Literal['light', 'dark'] | None = None) -> float:
|
||||
def default_lightness(self, term: LightDark | None = None) -> float:
|
||||
if term is None:
|
||||
term = self.light_dark()
|
||||
return 0.65 if term.lower() == 'dark' else 0.4
|
||||
|
||||
@@ -2,8 +2,6 @@ from __future__ import annotations
|
||||
|
||||
import string
|
||||
|
||||
asciis: list['AsciiArt'] = []
|
||||
|
||||
|
||||
class AsciiArt:
|
||||
name: str
|
||||
@@ -16,10 +14,7 @@ class AsciiArt:
|
||||
self.color = color
|
||||
self.ascii = ascii
|
||||
self.name = name or self.get_friendly_name()
|
||||
asciis.append(self)
|
||||
|
||||
def get_friendly_name(self) -> str:
|
||||
return self.match.split("|")[0].strip(string.punctuation + '* ') \
|
||||
.replace('"', '').replace('*', '')
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
aix = AsciiArt(match=r'''"AIX"*''', color='2 7', ascii=r"""
|
||||
${c1} `:+ssssossossss+-`
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
almalinux = AsciiArt(match=r'''"AlmaLinux"*''', color='1 3 4 2 6', ascii=r"""
|
||||
${c1} 'c:.
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
alpine = AsciiArt(match=r'''"Alpine"*''', color='4 5 7 6', ascii=r"""
|
||||
${c1} .hddddddddddddddddddddddh.
|
||||
@@ -0,0 +1,12 @@
|
||||
|
||||
from . import AsciiArt
|
||||
|
||||
alpine_small = AsciiArt(match=r'''"alpine_small"''', color='4 7', ascii=r"""
|
||||
${c1} /\ /\
|
||||
/${c2}/ ${c1}\ \
|
||||
/${c2}/ ${c1}\ \
|
||||
/${c2}// ${c1}\ \
|
||||
${c2}// ${c1}\ \
|
||||
\
|
||||
""")
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
alter = AsciiArt(match=r'''"Alter"*''', color='6 6', ascii=r"""
|
||||
${c1} %,
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
amazon = AsciiArt(match=r'''"Amazon"*''', color='3 7', ascii=r"""
|
||||
${c1} `-/oydNNdyo:.`
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
amogos = AsciiArt(match=r'''"AmogOS"*''', color='15 6', ascii=r"""
|
||||
${c1} ___________
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
anarchy = AsciiArt(match=r'''"Anarchy"*''', color='7 4', ascii=r"""
|
||||
${c2}..${c1}
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
android = AsciiArt(match=r'''"Android"*''', color='2 7', ascii=r"""
|
||||
${c1} -o o-
|
||||
@@ -1,11 +1,11 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
android_small = AsciiArt(match=r'''"android_small"*''', color='2 7', ascii=r"""
|
||||
${c1} ;, ,;
|
||||
';,.-----.,;'
|
||||
,' ',
|
||||
/ O O \\
|
||||
/ O O \
|
||||
| |
|
||||
'-----------------'
|
||||
""")
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
antergos = AsciiArt(match=r'''"Antergos"*''', color='4 6', ascii=r"""
|
||||
${c2} `.-/::/-``
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
antix = AsciiArt(match=r'''"antiX"*''', color='1 7 3', ascii=r"""
|
||||
${c1}
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
aosc_os = AsciiArt(match=r'''"AOSC OS"*''', color='4 7 1', ascii=r"""
|
||||
${c2} .:+syhhhhys+:.
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
aosc_os_retro = AsciiArt(match=r'''"AOSC OS/Retro"*''', color='4 7 1 3', ascii=r"""
|
||||
${c2} .........
|
||||
@@ -1,13 +1,13 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
aoscosretro_small = AsciiArt(match=r'''"aoscosretro_small"''', color='4 7 1 3', ascii=r"""
|
||||
${c2} _____ ${c1}_____${c2}
|
||||
-' '-${c1}| |${c2}
|
||||
/ ___ ${c1}| |${c2}
|
||||
| / _ \\${c1}|_____|${c2}
|
||||
' / /_\\ \\
|
||||
\\ / _____ \\${c4}___
|
||||
| / _ \${c1}|_____|${c2}
|
||||
' / /_\ \
|
||||
\ / _____ \${c4}___
|
||||
${c3}|${c2}/_/ ${c3}| ${c4}| |
|
||||
${c3}| | ${c4}|___|
|
||||
${c3}|_____|
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
aperio_gnu_linux = AsciiArt(match=r'''"Aperio GNU/Linux"*''', color='255', ascii=r"""
|
||||
${c2}
|
||||
@@ -0,0 +1,26 @@
|
||||
|
||||
from . import AsciiArt
|
||||
|
||||
aperture = AsciiArt(match=r'''"Aperture"*''', color='6 6 7 1', ascii=r"""
|
||||
${c1} .,-:;//;:=,
|
||||
. :H@@@MM@M#H/.,+%;,
|
||||
,/X+ +M@@M@MM%=,-%HMMM@X/,
|
||||
-+@MM; $M@@MH+-,;XMMMM@MMMM@+-
|
||||
;@M@@M- XM@X;. -+XXXXXHHH@M@M#@/.
|
||||
,%MM@@MH ,@%= .---=-=:=,.
|
||||
=@#@@@MX., -%HX$$%%%:;
|
||||
=-./@M@M$ .;@MMMM@MM:
|
||||
X@/ -$MM/ . +MM@@@M$
|
||||
,@M@H: :@: . =X#@@@@-
|
||||
,@@@MMX, . /H- ;@M@M=
|
||||
.H@@@@M@+, %MM+..%#$.
|
||||
/MMMM@MMH/. XM@MH; =;
|
||||
/%+%$XHH@$= , .H@@@@MX,
|
||||
.=--------. -%H.,@@@@@MX,
|
||||
.%MM@@@HHHXX$$$%+- .:$MMX =M@@MM%.
|
||||
=XMMM@MM@MM#H;,-+HMM@M+ /MMMX=
|
||||
=%@M@M#@$-.=$@MM@@@M; %M%=
|
||||
,:+$+-,/H#MMMMMMM@= =,
|
||||
=++%%%%+/:-.
|
||||
""")
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
apricity = AsciiArt(match=r'''"Apricity"*''', color='4 7 1', ascii=r"""
|
||||
${c2} ./o-
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
arch = AsciiArt(match=r'''"Arch"*''', color='6 6 7 1', ascii=r"""
|
||||
${c1} -`
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
arch_old = AsciiArt(match=r'''"arch_old"''', color='6 7 1', ascii=r"""
|
||||
${c1} __
|
||||
@@ -0,0 +1,13 @@
|
||||
|
||||
from . import AsciiArt
|
||||
|
||||
arch_small = AsciiArt(match=r'''"arch_small"''', color='6 7 1', ascii=r"""
|
||||
${c1} /\
|
||||
/ \
|
||||
/\ \
|
||||
${c2} / \
|
||||
/ ,, \
|
||||
/ | | -\
|
||||
/_-'' ''-_\
|
||||
""")
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
archbox = AsciiArt(match=r'''"ArchBox"*''', color='2 7 1', ascii=r"""
|
||||
${c1} ...:+oh/:::..
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
archcraft = AsciiArt(match=r'''"Archcraft"*''', color='6 1 2 3 4 5', ascii=r"""
|
||||
${c1}⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄${c1}⢰⡆${c1}⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
archlabs = AsciiArt(match=r'''"ARCHlabs"*''', color='6 6 7 1', ascii=r"""
|
||||
${c1} 'c'
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
archmerge = AsciiArt(match=r'''"ArchMerge"*''', color='6 6 7 1', ascii=r"""
|
||||
${c1} y:
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
archstrike = AsciiArt(match=r'''"ArchStrike"*''', color='8 6', ascii=r"""
|
||||
${c1} *
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
arcolinux = AsciiArt(match=r'''"ArcoLinux"*''', color='7 4', ascii=r"""
|
||||
${c2} /-
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
arcolinux_small = AsciiArt(match=r'''"arcolinux_small"*''', color='7 4', ascii=r"""
|
||||
${c2} A
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
artix = AsciiArt(match=r'''"Artix"*''', color='6 6 7 1', ascii=r"""
|
||||
${c1} '
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
artix_small = AsciiArt(match=r'''"artix_small"*''', color='6 6 7 1', ascii=r"""
|
||||
${c1} '
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
arya = AsciiArt(match=r'''"Arya"*''', color='2 1', ascii=r"""
|
||||
${c1} `oyyy/${c2}-yyyyyy+
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
asahi = AsciiArt(match=r'''"Asahi"*''', color='3 2 1 8 7 6 4', ascii=r"""
|
||||
${c1} ## ${c2}**
|
||||
@@ -0,0 +1,24 @@
|
||||
|
||||
from . import AsciiArt
|
||||
|
||||
aster = AsciiArt(match=r'''"Aster"*''', color='6 6', ascii=r"""
|
||||
${c1} ...''...
|
||||
${c1} .;oOXWMWNXXXNMMN0d:.
|
||||
${c1} .oXMWOo;.. ..:oO;
|
||||
${c1} ;KMWx, co,
|
||||
${c1} 'KMNl dMMW.
|
||||
${c1} oMMx xMMMMk
|
||||
${c1} xMM: dMMMMMM;
|
||||
${c1} cMMl dMMMMMMMW
|
||||
${c1} NMK xMMMx::dXMx
|
||||
${c1} ,MMl xMMN' .o.
|
||||
${c1} cMM; dMMW'
|
||||
${c1} ;MMc oMMW,
|
||||
${c1} WMK dMMW, ccccccc.
|
||||
${c1} lMMl oMMM; ooooooo.
|
||||
${c1} OMMc ...
|
||||
${c1} xMMx
|
||||
${c1} ;XMN:
|
||||
${c1} ,.
|
||||
""")
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
asteroidos = AsciiArt(match=r'''"AsteroidOS"*''', color='160 208 202 214', ascii=r"""
|
||||
${c1} ***
|
||||
@@ -0,0 +1,29 @@
|
||||
|
||||
from . import AsciiArt
|
||||
|
||||
astos = AsciiArt(match=r'''"astOS"*''', color='8', ascii=r"""
|
||||
${c1} oQA#$%UMn
|
||||
H 9
|
||||
G #
|
||||
6 %
|
||||
?#M#%KW3"
|
||||
// \\
|
||||
// \\
|
||||
// \\
|
||||
// \\
|
||||
n%@$DK&ML .0O3#@&M_
|
||||
P # 8 W
|
||||
H U G #
|
||||
B N O @
|
||||
C&&#%HNAR 'WS3QMHB"
|
||||
// \\ \\
|
||||
// \\ \\
|
||||
// \\ \\
|
||||
// \\ \\
|
||||
uURF$##Bv nKWB$%ABc aM@3R@D@b
|
||||
8 M @ O # %
|
||||
% & G U @ @
|
||||
& @ # % % #
|
||||
!HGN@MNCf t&$9#%HQr ?@G#6S@QP
|
||||
""")
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
|
||||
from . import AsciiArt
|
||||
|
||||
bedrock = AsciiArt(match=r'''"Bedrock"*''', color='8 7', ascii=r"""
|
||||
${c1}--------------------------------------
|
||||
--------------------------------------
|
||||
--------------------------------------
|
||||
---${c2}\\\\\\\\\\\\${c1}-----------------------
|
||||
----${c2}\\\ \\\${c1}----------------------
|
||||
-----${c2}\\\ \\\${c1}---------------------
|
||||
------${c2}\\\ \\\\\\\\\\\\\\\\\${c1}------
|
||||
-------${c2}\\\ \\\${c1}-----
|
||||
--------${c2}\\\ \\\${c1}----
|
||||
---------${c2}\\\ ______ \\\${c1}---
|
||||
----------${c2}\\\ ///${c1}---
|
||||
-----------${c2}\\\ ///${c1}----
|
||||
------------${c2}\\\ ///${c1}-----
|
||||
-------------${c2}\\\////////////////${c1}------
|
||||
--------------------------------------
|
||||
--------------------------------------
|
||||
--------------------------------------
|
||||
""")
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
biglinux = AsciiArt(match=r'''"BigLinux"*''', color='6 11 4', ascii=r"""
|
||||
${c1} ...
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
bitrig = AsciiArt(match=r'''"Bitrig"*''', color='2 7', ascii=r"""
|
||||
${c1} `hMMMMN+
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
blackarch = AsciiArt(match=r'''"BlackArch"*''', color='1 1 0 1', ascii=r"""
|
||||
${c3} 00
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
blackpanther = AsciiArt(match=r'''"blackPanther"* | 'blackpanther'*''', color='1 11 12', ascii=r"""
|
||||
${c3} ........
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
blag = AsciiArt(match=r'''"BLAG"*''', color='5 7', ascii=r"""
|
||||
${c1} d
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
blankon = AsciiArt(match=r'''"BlankOn"*''', color='1 7 3', ascii=r"""
|
||||
${c2} `./ohdNMMMMNmho+.` ${c1} .+oo:`
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
bluelight = AsciiArt(match=r'''"BlueLight"*''', color='7 4', ascii=r"""
|
||||
${c1} oMMNMMMMMMMMMMMMMMMMMMMMMM
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
bodhi = AsciiArt(match=r'''"Bodhi"*''', color='7 11 2', ascii=r"""
|
||||
${c1}| ${c2},,mmKKKKKKKKWm,,
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
bonsai = AsciiArt(match=r'''"bonsai"*''', color='6 2 3', ascii=r"""
|
||||
${c2} ,####,
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
bsd = AsciiArt(match=r'''*"BSD"''', color='1 7 4 3 6', ascii=r"""
|
||||
${c1} , ,
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
bunsenlabs = AsciiArt(match=r'''"BunsenLabs"*''', color='fg 7', ascii=r"""
|
||||
${c1} `++
|
||||
@@ -0,0 +1,28 @@
|
||||
|
||||
from . import AsciiArt
|
||||
|
||||
cachyos = AsciiArt(match=r'''"CachyOS"*''', color='2 8 6', ascii=r"""
|
||||
${c3} ${c2}.${c3}-------------------------:
|
||||
${c3} .${c1}+=${c3}========================.
|
||||
${c3} :${c1}++${c3}===${c1}++===${c3}===============- :${c1}++${c3}-
|
||||
${c3} :${c1}*++${c3}====${c1}+++++==${c3}===========- .==:
|
||||
${c3} -${c1}*+++${c3}=====${c1}+***++=${c3}=========:
|
||||
${c3} =${c1}*++++=${c3}=======------------:
|
||||
${c3} =${c1}*+++++=${c3}====- ${c2}...${c3}
|
||||
${c3} .${c1}+*+++++${c3}=-===: .${c1}=+++=${c3}:
|
||||
${c3} :${c1}++++${c3}=====-==: -***${c1}**${c3}+
|
||||
${c3} :${c1}++=${c3}=======-=. .=+**+${c2}.${c3}
|
||||
${c3}.${c1}+${c3}==========-. ${c2}.${c3}
|
||||
${c3} :${c1}+++++++${c3}====- ${c2}.${c3}--==-${c2}.${c3}
|
||||
${c3} :${c1}++${c3}==========. ${c2}:${c1}+++++++${c3}${c2}:
|
||||
${c3} .-===========. =*****+*+
|
||||
${c3} .-===========: .+*****+:
|
||||
${c3} -=======${c1}++++${c3}:::::::::::::::::::::::::-: ${c2}.${c3}---:
|
||||
${c3} :======${c1}++++${c3}====${c1}+++******************=.
|
||||
${c3} :=====${c1}+++${c3}==========${c1}++++++++++++++*-
|
||||
${c3} .====${c1}++${c3}==============${c1}++++++++++*-
|
||||
${c3} .===${c1}+${c3}==================${c1}+++++++:
|
||||
${c3} .-=======================${c1}+++:
|
||||
${c3} ${c2}..........................
|
||||
""")
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
calculate = AsciiArt(match=r'''"Calculate"*''', color='7 3', ascii=r"""
|
||||
${c1} ......
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
calinixos = AsciiArt(match=r'''"CalinixOS"''', color='4 5 4 4 4 4', ascii=r"""
|
||||
${c2}
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
calinixos_small = AsciiArt(match=r'''"CalinixOS_small"*''', color='4 5 4 4 4 4', ascii=r"""
|
||||
${c2}
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
carbs = AsciiArt(match=r'''"Carbs"*''', color='4 5 4 4 4 4', ascii=r"""
|
||||
${c2} ..........
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
cbl_mariner = AsciiArt(match=r'''"CBL-Mariner"*''', color='6', ascii=r"""
|
||||
${c1} .
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
celos = AsciiArt(match=r'''"CelOS"*''', color='4 6 0 5', ascii=r"""
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
center = AsciiArt(match=r'''"Center"*''', color='7 7', ascii=r"""
|
||||
${c2} .
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
centos = AsciiArt(match=r'''"CentOS"*''', color='3 2 4 5 7', ascii=r"""
|
||||
${c1} ..
|
||||
@@ -1,13 +1,13 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
centos_small = AsciiArt(match=r'''"centos_small"*''', color='3 2 4 5 7', ascii=r"""
|
||||
${c2} ____${c1}^${c4}____
|
||||
${c2} |\\ ${c1}|${c4} /|
|
||||
${c2} | \\ ${c1}|${c4} / |
|
||||
${c2} |\ ${c1}|${c4} /|
|
||||
${c2} | \ ${c1}|${c4} / |
|
||||
${c4}<---- ${c3}---->
|
||||
${c3} | / ${c2}|${c1} \\ |
|
||||
${c3} |/__${c2}|${c1}__\\|
|
||||
${c3} | / ${c2}|${c1} \ |
|
||||
${c3} |/__${c2}|${c1}__\|
|
||||
${c2} v
|
||||
""")
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
chakra = AsciiArt(match=r'''"Chakra"*''', color='4 5 7 6', ascii=r"""
|
||||
${c1} _ _ _ "kkkkkkkk.
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
chaletos = AsciiArt(match=r'''"ChaletOS"*''', color='4 7 1', ascii=r"""
|
||||
${c1} `.//+osso+/:``
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
chapeau = AsciiArt(match=r'''"Chapeau"*''', color='2 7', ascii=r"""
|
||||
${c1} .-/-.
|
||||
@@ -0,0 +1,27 @@
|
||||
|
||||
from . import AsciiArt
|
||||
|
||||
chonkysealos = AsciiArt(match=r'''"ChonkySealOS"*''', color='7', ascii=r"""
|
||||
${c1} .-/-.
|
||||
.:-=++****++=-:.
|
||||
.:=+*##%%%%%%%%%%##*+=:.
|
||||
:=*#%%%%%%%%%%%%%%%%%%%%#*=:
|
||||
:=*#%%%%%%%%%%%%%%%%%%%%%%%%#*=.
|
||||
-+#%%%%%%%%%%%%%%%%%%%%%%%%%%%%#+-
|
||||
=+#%%%%@@@@@@@%%%%%%%@@@@@@@%%%%%#+=
|
||||
=+#@%%%%*+=-==*%%%%%%%#+====*%%%%%@#+=
|
||||
:+*%%%%@* +@%%%@# -@%%%%%*+:
|
||||
=+#%%%%%%#+====*###%%##*=--=+*%%%%%%%#+=
|
||||
+*%%%%%%%@@##%%%%*=::=#%%%##%@%%%%%%%%*+
|
||||
+*%%%%%%%@**@%%%%%@==@%%%%%@+#%%%%%%%%*+
|
||||
=+#%%%%%%@#*@%%%%%%**%%%%%@%+%%%%%%%%#+=
|
||||
:+*%%%%%%%@#*####**###*####*%@%%%%%%%*+:
|
||||
=+#@%%%%%%@%%%%%%%@@%%%%%%%%%%%%%%@#+=
|
||||
=+#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#+=
|
||||
-+#%%%%%%%%%%%%%%%%%%%%%%%%%%%%*+-
|
||||
.=*#%%%%%%%%%%%%%%%%%%%%%%%%#*=.
|
||||
:=*##%%%%%%%%%%%%%%%%%%##*=:
|
||||
.:=+*##%%%%%%%%%%##*+=:.
|
||||
.:-=++****++=-:.
|
||||
""")
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
chrom = AsciiArt(match=r'''"Chrom"*''', color='2 1 3 4 7', ascii=r"""
|
||||
${c2} .,:loool:,.
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
cleanjaro = AsciiArt(match=r'''"Cleanjaro"*''', color='7 7', ascii=r"""
|
||||
${c1}███████▌ ████████████████
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
cleanjaro_small = AsciiArt(match=r'''"cleanjaro_small"*''', color='7 7', ascii=r"""
|
||||
${c1}█████ ██████████
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
clear_linux_os = AsciiArt(match=r'''"Clear Linux OS"* | "Clear_Linux"*''', color='4 3 7 6', ascii=r"""
|
||||
${c1} BBB
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
clearos = AsciiArt(match=r'''"ClearOS"*''', color='2', ascii=r"""
|
||||
${c1} `.--::::::--.`
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
clover = AsciiArt(match=r'''"Clover"*''', color='2 6', ascii=r"""
|
||||
${c1} `omo``omo`
|
||||
@@ -0,0 +1,22 @@
|
||||
|
||||
from . import AsciiArt
|
||||
|
||||
cobalt = AsciiArt(match=r'''"Cobalt"*''', color='33 33 59 31 8', ascii=r"""
|
||||
${c1} ///
|
||||
${c1} ,//////////////
|
||||
${c1} ///////////////////////////////
|
||||
${c1} ///////////////${c5}***********${c1}//////
|
||||
////${c5}***********************${c1}/////
|
||||
/////${c5}***********************${c1}////
|
||||
//////${c5},,,,,,,,,,,,,,,,,,,,,,${c1}///
|
||||
//////${c5},,,,,,,,,,,,,,,,,,,,,,,,,${c1}/////
|
||||
/////${c5},,,,,,,,,,,,,,,,,,,,,,,,,,,,${c1}/////
|
||||
${c4} *****${c3},,,,,,,,,,,,,,,,,,,,,,,,,,,,,${c4}*****
|
||||
******${c3},,,,,,,,,,,,,,,,,,,,,,,,,,,,${c4}*****
|
||||
*******${c3},,,,,,,,,,,,,,,,,,,,,,,,,${c4}******
|
||||
*******${c3}......................${c4}*******
|
||||
******${c3}....${c4}***********************
|
||||
****************************
|
||||
*****
|
||||
""")
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
condres = AsciiArt(match=r'''"Condres"*''', color='2 3 6', ascii=r"""
|
||||
${c1}syyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy+${c3}.+.
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
container_linux_by_coreos = AsciiArt(match=r'''"Container Linux by CoreOS"* | "Container_Linux"*''', color='4 7 1', ascii=r"""
|
||||
${c1} .....
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
crux = AsciiArt(match=r'''"CRUX"*''', color='4 5 7 6', ascii=r"""
|
||||
${c1} odddd
|
||||
@@ -1,13 +1,13 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
crux_small = AsciiArt(match=r'''"crux_small" | KISS*''', color='4 5 7 6', ascii=r"""
|
||||
${c1} ___
|
||||
(${c3}.· ${c1}|
|
||||
(${c2}<> ${c1}|
|
||||
/ ${c3}__ ${c1}\\
|
||||
( ${c3}/ \\ ${c1}/|
|
||||
${c2}_${c1}/\\ ${c3}__)${c1}/${c2}_${c1})
|
||||
/ ${c3}__ ${c1}\
|
||||
( ${c3}/ \ ${c1}/|
|
||||
${c2}_${c1}/\ ${c3}__)${c1}/${c2}_${c1})
|
||||
${c2}\/${c1}-____${c2}\/
|
||||
""")
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
crystal_linux = AsciiArt(match=r'''*"Crystal Linux"*''', color='13 5', ascii=r"""
|
||||
${c1} mysssym
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
cucumber = AsciiArt(match=r'''*"Cucumber"*''', color='2 3', ascii=r"""
|
||||
${c1} `.-://++++++//:-.`
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
cutefishos = AsciiArt(match=r'''"CutefishOS"*''', color='6 7 4', ascii=r"""
|
||||
${c1} ___ww___
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
cyberos = AsciiArt(match=r'''"CyberOS"*''', color='50 32 57', ascii=r"""
|
||||
${c3} !M$EEEEEEEEEEEP
|
||||
@@ -7,7 +7,7 @@ ${c3} !M$EEEEEEEEEEEP
|
||||
${c3}&MMMMMM${c2}MMMMMMMMMMMMM9
|
||||
${c3}~MMM${c1}MMMM${c2}MMMMMMMMMMMMC
|
||||
${c1}" ${c3}M${c1}MMMMMMM${c2}MMMMMMMMMMs
|
||||
${c1}iM${c2}MMM&&${c1}MMMMMMMM${c2}MMMMMMMM\\
|
||||
${c1}iM${c2}MMM&&${c1}MMMMMMMM${c2}MMMMMMMM\
|
||||
${c1}BMMM${c2}MMMMM${c1}MMMMMMM${c2}MMMMMM${c3}"
|
||||
${c1}9MMMMM${c2}MMMMMMM${c1}MMMM${c2}MMMM${c3}MMMf-
|
||||
${c2}sMMMMMMMM${c1}MM${c2}M${c3}MMMMMMMMM3_
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
dahlia = AsciiArt(match=r'''"dahlia"*''', color='1 7 3', ascii=r"""
|
||||
${c1}
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
darkos = AsciiArt(match=r'''"DarkOs"''', color='1 6 5 3 2', ascii=r"""
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
darwin = AsciiArt(match=r'''"Darwin"''', color='2 3 1 1 5 4', ascii=r"""
|
||||
${c1} c.'
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
debian = AsciiArt(match=r'''"Debian"*''', color='1 7 3', ascii=r"""
|
||||
${c2} _,met$$$$$gg.
|
||||
@@ -1,11 +1,11 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
debian_small = AsciiArt(match=r'''"debian_small"''', color='1 7 3', ascii=r"""
|
||||
${c1} _____
|
||||
/ __ \\
|
||||
/ __ \
|
||||
| / |
|
||||
| \\___-
|
||||
| \___-
|
||||
-_
|
||||
--_
|
||||
""")
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
deepin = AsciiArt(match=r'''"Deepin"*''', color='2 7', ascii=r"""
|
||||
${c1} ............
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
desaos = AsciiArt(match=r'''"DesaOS"''', color='2 7', ascii=r"""
|
||||
${c1}███████████████████████
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
devuan = AsciiArt(match=r'''"Devuan"*''', color='5 7', ascii=r"""
|
||||
${c1} ..,,;;;::;,..
|
||||
@@ -0,0 +1,25 @@
|
||||
|
||||
from . import AsciiArt
|
||||
|
||||
dietpi = AsciiArt(match=r'''"DietPi"*''', color='2 0', ascii=r"""
|
||||
${c1} :=+******+- -+******+=:
|
||||
=#-::-::::-=#:-#=-::::-::-#=
|
||||
:%-::--==-::-%%-::-==--::-%:
|
||||
+#-:::::=+++${c2}@@${c1}+++=-::::-#=
|
||||
:#+-::::=%${c2}@@@@@${c1}=::::-+#:
|
||||
=@%##%${c2}@@@@@@@@${c1}%##%@=
|
||||
${c2} .#@@@@@@@@@@@@@@@@@@@@#.
|
||||
%@@@@@@@@@@@@@@@@@@@@@@%
|
||||
-@@@@@@@@@@@@@@@@@@@@@@@@:
|
||||
.#@@@@@@@@@@%%%%%@@@@@@@@@@@#.
|
||||
#@@@${c1}+-=*#%${c2}%%%%%%%%%${c1}%%#+--#${c2}@@@#
|
||||
%@@%${c1}*. .:${c2}=*%%%%*${c1}=: .#${c2}@@@%
|
||||
:%@@@${c1}#+=-:${c2}:-*%%%%+::${c1}:-=+%${c2}@@@%:
|
||||
:@@@@%@%%%%@${c1}#${c2}#${c1}#${c2}%@%%%%@%@@@@.
|
||||
+@@@@@@@@@${c1}%${c2}=*+${c1}%${c2}@%@@@@@@@@+
|
||||
#@@@@@@@@@@@@@@@@@@@@@@#
|
||||
-#@@@@@@@@@@@@@@@@@@#-
|
||||
-*%@@@@@@@@@@%*-
|
||||
.+%@@@@%+.
|
||||
""")
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
dracos = AsciiArt(match=r'''"DracOS"*''', color='1 7 3', ascii=r"""
|
||||
${c1} `-:/-
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
dragonfly = AsciiArt(match=r'''"DragonFly"*''', color='1 7 3', ascii=r"""
|
||||
${c2},--, ${c1}| ${c2},--,
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
dragonfly_old = AsciiArt(match=r'''"dragonfly_old"*''', color='1 7 3', ascii=r"""
|
||||
${c1} .-.
|
||||
@@ -8,16 +8,16 @@ dragonfly_old = AsciiArt(match=r'''"dragonfly_old"*''', color='1 7 3', ascii=r""
|
||||
"==.__/~|~\__.=="
|
||||
"==._( Y )_.=="
|
||||
${c2}.-'~~""~=--...,__${c1}\/|\/${c2}__,...--=~""~~'-.
|
||||
( ..=${c1}\\=${c1}/${c2}=.. )
|
||||
`'-. ,.-"`;${c1}/=\\${c2};"-.,_ .-'`
|
||||
( ..=${c1}\=${c1}/${c2}=.. )
|
||||
`'-. ,.-"`;${c1}/=\${c2};"-.,_ .-'`
|
||||
`~"-=-~` .-~` ${c1}|=|${c2} `~-. `~-=-"~`
|
||||
.-~` /${c1}|=|${c2}\ `~-.
|
||||
.~` / ${c1}|=|${c2} \ `~.
|
||||
.-~` .' ${c1}|=|${c2} `. `~-.
|
||||
(` _,.-="` ${c1} |=|${c2} `"=-.,_ `)
|
||||
`~"~"` ${c1} |=|${c2} `"~"~`
|
||||
${c1} /=\\
|
||||
\\=/
|
||||
${c1} /=\
|
||||
\=/
|
||||
^
|
||||
""")
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
dragonfly_small = AsciiArt(match=r'''"dragonfly_small"*''', color='1 7 3', ascii=r"""
|
||||
${c2} ,${c1}_${c2},
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
drauger = AsciiArt(match=r'''"Drauger"*''', color='1 7', ascii=r"""
|
||||
${c1} -``-
|
||||
@@ -0,0 +1,21 @@
|
||||
|
||||
from . import AsciiArt
|
||||
|
||||
droidian = AsciiArt(match=r'''"Droidian"*''', color='2 10', ascii=r"""
|
||||
${c2} _,met$$$$$gg.
|
||||
,g$$$$$$$$$$$$$$$$P.
|
||||
,$$P' `$$$.
|
||||
',$$P ,ggs. `$$b:
|
||||
`d$$' ,$P"' ${c1}.${c2} $$$
|
||||
$$P d$' ${c1},${c2} $$P
|
||||
$$: $$. ${c1}-${c2} ,d$$'
|
||||
$$; Y$b._ _,d$P'
|
||||
Y$$. ${c1}`.${c2}`"Y$$$$P"'
|
||||
${c2} `$$b ${c1}"-.__
|
||||
${c2} `Y$$
|
||||
`Y$$.
|
||||
`$$b.
|
||||
`Y$$b.
|
||||
`"Y$b._
|
||||
""")
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
elementary = AsciiArt(match=r'''"Elementary"*''', color='4 7 1', ascii=r"""
|
||||
${c2} eeeeeeeeeeeeeeeee
|
||||
@@ -1,12 +1,12 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
from . import AsciiArt
|
||||
|
||||
elementary_small = AsciiArt(match=r'''"elementary_small"*''', color='4 7 1', ascii=r"""
|
||||
${c2} _______
|
||||
/ ____ \\
|
||||
/ | / /\\
|
||||
|__\\ / / |
|
||||
\\ /__/ /
|
||||
\\_______/
|
||||
/ ____ \
|
||||
/ | / /\
|
||||
|__\ / / |
|
||||
\ /__/ /
|
||||
\_______/
|
||||
""")
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user