Merge pull request #315 from dylanaraps/openwrt
Added OpenWrt ascii art
This commit is contained in:
commit
bbd1fe5811
2 changed files with 12 additions and 1 deletions
11
ascii/distro/openwrt
Normal file
11
ascii/distro/openwrt
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
"\
|
||||||
|
${c1} _______
|
||||||
|
| |.-----.-----.-----.
|
||||||
|
| - || _ | -__| |
|
||||||
|
|_______|| __|_____|__|__|
|
||||||
|
|__|
|
||||||
|
________ __
|
||||||
|
| | | |.----.| |_
|
||||||
|
| | | || _|| _|
|
||||||
|
|________||__| |____|
|
||||||
|
"
|
2
neofetch
2
neofetch
|
@ -2307,7 +2307,7 @@ colors() {
|
||||||
ascii_distro="redhat"
|
ascii_distro="redhat"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"Kogaion"* | "Elementary"* | "GalliumOS"* | "Rosa"*)
|
"Kogaion"* | "Elementary"* | "GalliumOS"* | "Rosa"* | "OpenWrt"*)
|
||||||
setcolors 4 7
|
setcolors 4 7
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue