Commit graph

3537 commits

Author SHA1 Message Date
Azalea (on HyDEV-Daisy)
f54c45fbd0
[F] Disable SC2162: read without -r will mangle backslashes 2022-09-05 17:33:27 -04:00
Azalea (on HyDEV-Daisy)
239bb8e458
Merge branch 'master' of github.com:hykilpikonna/hyfetch 2022-09-05 17:27:42 -04:00
Azalea (on HyDEV-Daisy)
e44040b2aa
[F] Fix incorrect ascii length when backslashes are present
https://github.com/dylanaraps/neofetch/pull/1543
https://github.com/hykilpikonna/hyfetch/issues/19
2022-09-05 17:27:40 -04:00
Skythrew
042ec7a33c
Added support for Stock Linux distro (squirrel package manager add) 2022-09-03 12:38:12 +02:00
C0UNTM31N
d79432b1f5 Added GhostBSD logo 2022-09-02 08:47:13 -05:00
Azalea (on HyDEV-Daisy)
1456660797
[PR] dylanaraps/neofetch#2191 from pkubaj - Correct architecture detection on *BSD
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2191
Thanks to @pkubaj

Co-authored-by: pkubaj <pkubaj@FreeBSD.org>
2022-08-30 18:29:25 -04:00
Azalea (on HyDEV-Daisy)
872cccb6f4
[PR] dylanaraps/neofetch#2190 from taylor85345 - Added Hyprland to list of Wayland wms
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2190
Thanks to @taylor85345

Co-authored-by: taylor85345 <36456160+taylor85345@users.noreply.github.com>
2022-08-30 18:25:19 -04:00
Azalea (on HyDEV-Daisy)
67915c332e
[PR] dylanaraps/neofetch#2186 from NekoMimiOfficial - added NekOS Distribution support
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2186
Thanks to @NekoMimiOfficial

Co-authored-by: NekoMimi <watashi.wa.nekomimi.desu@gmail.com>
2022-08-30 18:02:25 -04:00
Azalea (on HyDEV-Daisy)
935c45495d
[PR] dylanaraps/neofetch#2185 from Elecleus - Added astOS
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2185
Thanks to @Elecleus

Co-authored-by: Elecleus <elecleus@foxmail.com>
2022-08-30 17:56:21 -04:00
pkubaj
b883f5b83b
Correct architecture detection on *BSD
FreeBSD uses uname -p, NetBSD also according to https://www.pkgsrc.org/
2022-08-30 00:16:06 +00:00
Azalea (on HyDEV-Daisy)
7a1b4b76d4
[+] Add java, python, node version identification 2022-08-29 20:01:29 -04:00
taylor85345
affd1a2d63 Corrected spacing 2022-08-29 13:51:43 -07:00
taylor85345
1798734f17
Added Hyprland to list of Wayland wms 2022-08-29 13:01:47 -07:00
NekoMimi
7aa6f33f34 added NekOS Distribution support 2022-08-26 21:14:07 +03:00
子禾
92d8c50268
Fixed something. 2022-08-26 19:58:39 +08:00
Elecleus
d338e82ca5 Added astOS 2022-08-26 19:42:30 +08:00
Azalea (on HyDEV-Daisy)
6e64957f7f
[PR] dylanaraps/neofetch#2180 from SpiderDerp - Added ChonkySealOS
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2180
Thanks to @SpiderDerp

Co-authored-by: SpiderDerp <sfsreeramrave@gmail.com>
2022-08-23 14:53:43 -04:00
Azalea (on HyDEV-Daisy)
80b79d7dbb
[O] Trim trailing space in script 2022-08-23 11:41:16 -04:00
Azalea (on HyDEV-Daisy)
f7aa3ea8ed
[F] Fix char escape bug in strip_escape_codes()
https://github.com/dylanaraps/neofetch/pull/1543
2022-08-23 11:33:17 -04:00
Azalea (on HyDEV-Daisy)
25ca95df8a
Merge branch 'master' of https://github.com/hykilpikonna/hyfetch 2022-08-23 11:01:05 -04:00
Azalea (on HyDEV-Daisy)
fa52cd42c2
[PR] dylanaraps/neofetch#2182 from mszoek - Add ravynOS platform
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2182
Thanks to @mszoek

Co-authored-by: Zoe Knox <zoe@pixin.net>
2022-08-23 11:00:51 -04:00
Hykilpikonna
206fa8d726 [F] Fix chromeOS (again!)
https://github.com/dylanaraps/neofetch/issues/1949
https://github.com/dylanaraps/neofetch/issues/1653
https://github.com/dylanaraps/neofetch/issues/1384
2022-08-20 20:10:53 -04:00
Zoe Knox
5966bd0c22 Improve ascii logo 2022-08-17 15:34:32 -04:00
Zoe Knox
64b7e11392 Update DE name to Magma 2022-08-17 14:38:08 -04:00
Zoe Knox
ec172fb47a Add ravynOS platform 2022-08-17 14:16:33 -04:00
SpiderDerp
95f8168a0c ChonkySealOS added 2022-08-16 19:01:30 -04:00
SpiderDerp
dbea0c04e2 ChonkySealOS added 2022-08-16 18:09:40 -04:00
Vladislav Nepogodin
4c3465badf
🐛 bug is leaving $HOME 2022-08-16 19:30:59 +04:00
Azalea (on HyDEV-Daisy)
c52d9dca66 [F] Fix empty bracket displayed when no theme is present
https://github.com/dylanaraps/neofetch/pull/1713
2022-08-14 12:23:28 -04:00
Azalea (on HyDEV-Daisy)
ccecf6424d [F] Fix hostname compatibility
https://github.com/dylanaraps/neofetch/pull/2095
https://github.com/dylanaraps/neofetch/issues/2094
2022-08-13 11:24:37 -04:00
Azalea (on HyDEV-Daisy)
3f220b5270 [U] Update distro list, generate man page 2022-08-12 20:29:57 -04:00
Azalea (on HyDEV-Daisy)
900820ffee [U] Release v1.4.0 2022-08-12 20:27:38 -04:00
Azalea (on HyDEV-Daisy)
e3c799ae9e [PR] dylanaraps/neofetch#1877 from AtifChy - st xresources patch support
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1877
Thanks to @AtifChy

Co-authored-by: AtifChy <iftakhar.awal@yahoo.com>
2022-08-12 19:51:58 -04:00
Azalea (on HyDEV-Daisy)
664b7c2e30 [PR] dylanaraps/neofetch#2034 from subnut - Use /proc/.../cmdline instead of /proc/.../comm
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2034
Thanks to @subnut

Co-authored-by: Subhaditya Nath <sn03.general@gmail.com>
2022-08-12 19:41:43 -04:00
Subhaditya Nath
2fb6f214eb Use /proc/.../cmdline instead of /proc/.../comm
/proc/.../comm is limited to 16 bytes. So, long terminal names like
io.elementary.terminal (default terminal for Elementary OS) gets
truncated to 15 characters.
2022-08-12 15:25:51 +05:30
Azalea (on HyDEV-Daisy)
783a006abf [PR] dylanaraps/neofetch#1963 from blackdragon2447 - added compatibility with LeftWM temes
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1963
Thanks to @blackdragon2447

Co-authored-by: blackdragon2447 <blackdragon2447@e.email>
2022-08-12 00:12:00 -04:00
Azalea (on HyDEV-Daisy)
b0b4ef9d80 [PR] dylanaraps/neofetch#1642 from rasa - neofetch: Strengthen scoop/choco app reporting
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1642
Thanks to @rasa

Co-authored-by: Ross Smith II <ross@smithii.com>
2022-08-12 00:00:10 -04:00
Azalea (on HyDEV-Daisy)
6c665d9c6c [PR] dylanaraps/neofetch#1797 from EmptiedSoul - Rebased HarDClanZ Linux
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1797
Thanks to @EmptiedSoul

Co-authored-by: emptiedsoul <arslesin@icloud.com>
2022-08-11 23:42:58 -04:00
Azalea (on HyDEV-Daisy)
078ff79c16 [PR] dylanaraps/neofetch#1902 from MatusModder - Added MatuusOS
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1902
Thanks to @MatusModder

Co-authored-by: MatusModder <76532262+MatusModder@users.noreply.github.com>
2022-08-11 23:38:27 -04:00
Azalea (on HyDEV-Daisy)
e31d3df4c6 [O] Unify shellcheck disable list 2022-08-11 23:31:49 -04:00
Azalea (on HyDEV-Daisy)
2a84f63fd5 [PR] dylanaraps/neofetch#1666 from vicchi - Add (rudimentary) Synology DSM support
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1666
Thanks to @vicchi

Co-authored-by: vicchi <gary@vicchi.org>
2022-08-11 23:29:49 -04:00
Azalea (on HyDEV-Daisy)
503cc3ec98 [O] Fix duplicated variable
https://github.com/dylanaraps/neofetch/pull/1588
2022-08-11 22:26:33 -04:00
Azalea (on HyDEV-Daisy)
3f4b5b2a1f [PR] dylanaraps/neofetch#1588 from dvogit - FreeBSD Host Model Patch
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1588
Thanks to @dvogit

Co-authored-by: Dvonik <dvogit@protonmail.com>
2022-08-11 22:20:53 -04:00
Azalea (on HyDEV-Daisy)
1d9fac6f1f [F] Missing brackets 2022-08-11 22:14:21 -04:00
Azalea (on HyDEV-Daisy)
c176e6ffae [O] Display number of sockets for multi-cpu systems
Fix for https://github.com/dylanaraps/neofetch/issues/1574
Corrected implementation of https://github.com/dylanaraps/neofetch/pull/1585
2022-08-11 22:12:20 -04:00
Azalea (on HyDEV-Daisy)
eeead8d7c3 [PR] dylanaraps/neofetch#1543 from Syphist - Strip color codes from ascii art line length calculations
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1543
Thanks to @Syphist

Co-authored-by: Syphist <thesyphist@gmail.com>
2022-08-11 21:23:35 -04:00
Azalea (on HyDEV-Daisy)
9cf4b6cdcb [PR] dylanaraps/neofetch#1149 from alaughlin - adding cursor theme support
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1149
Thanks to @alaughlin

Co-authored-by: Adam Laughlin <adamlaughlin@outlook.com>
2022-08-11 21:15:26 -04:00
Azalea (on HyDEV-Daisy)
42ca4dd5bd [F] Fix shellcheck 2022-08-11 21:06:28 -04:00
Azalea (on HyDEV-Daisy)
1f55b8d2e8 [PR] dylanaraps/neofetch#1134 from bessonm - Improve nix support with termite
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1134
Thanks to @bessonm

Co-authored-by: bessonm <besson.mael@gmail.com>
2022-08-11 20:55:34 -04:00
Azalea (on HyDEV-Daisy)
2850674070 [PR] dylanaraps/neofetch#1131 from xudong-yang - fix GPU driver detection bug with bumblebee-managed dual video cards
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1131
Thanks to @xudong-yang

Co-authored-by: xudong-yang <xudong.yang@ucl.ac.uk>
2022-08-11 20:34:18 -04:00
Azalea (on HyDEV-Daisy)
bd0415884a [F] Fix shellcheck warnings 2022-08-11 20:22:40 -04:00
Azalea (on HyDEV-Daisy)
e07241349d [PR] dylanaraps/neofetch#1713 from capezotte - Add Qt theme detection + Option
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1713
Thanks to @capezotte

Co-authored-by: Carlos Eduardo <carana2099@gmail.com>
2022-08-11 17:43:02 -04:00
Azalea (on HyDEV-Daisy)
93d7b8b881 [PR] dylanaraps/neofetch#1726 from coolreader18 - Allow rgb truecolors to be passed to --ascii_color
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1726
Thanks to @coolreader18

Co-authored-by: Noah <33094578+coolreader18@users.noreply.github.com>
2022-08-11 17:38:53 -04:00
Azalea (on HyDEV-Daisy)
3b781bc84f [PR] dylanaraps/neofetch#1631 from FreeApp2014 - Added KrassOS Linux
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1631
Thanks to @FreeApp2014

Co-authored-by: FreeApp2014 <contact@freeappsw.space>
2022-08-11 16:47:25 -04:00
Azalea (on HyDEV-Daisy)
a656531726 [PR] dylanaraps/neofetch#1895 from hpjansson - image: Fix terminal size detection in slow/remote sessions
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1895
Thanks to @hpjansson

Co-authored-by: Hans Petter Jansson <hpj@hpjansson.org>
2022-08-11 16:41:08 -04:00
Azalea (on HyDEV-Daisy)
4894c472e6 [F] Disable similar variable misspelling prompt shellcheck 2022-08-11 16:35:23 -04:00
Azalea (on HyDEV-Daisy)
e184c99055 [PR] dylanaraps/neofetch#1891 from kidonng - Respect if it exists
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1891
Thanks to @kidonng

Co-authored-by: Kid <44045911+kidonng@users.noreply.github.com>
2022-08-11 16:23:44 -04:00
Azalea (on HyDEV-Daisy)
5b307d53cc [PR] dylanaraps/neofetch#1744 from andreriesco - Add TorizonCore logo
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1744
Thanks to @andreriesco

Co-authored-by: andreriesco <andre.riesco@toradex.com>
2022-08-11 16:01:53 -04:00
Azalea (on HyDEV-Daisy)
4daff3b04d [PR] dylanaraps/neofetch#1761 from blackPantherOS - Add blackPanther OS support
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1761
Thanks to @blackPantherOS

Co-authored-by: blackPanther OS <info@blackpanther.hu>
2022-08-11 15:52:21 -04:00
Azalea (on HyDEV-Daisy)
9d48719fb9 [PR] dylanaraps/neofetch#1831 from vincentbernat - Use XSETTINGS to get theme without a DE
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1831
Thanks to @vincentbernat

Co-authored-by: Vincent Bernat <vincent@bernat.ch>
2022-08-11 15:50:33 -04:00
Azalea (on HyDEV-Daisy)
26495b59cd [PR] dylanaraps/neofetch#1890 from Jai-JAP - Twister os support
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1890
Thanks to @Jai-JAP

Co-authored-by: Jai A P <78354625+Jai-JAP@users.noreply.github.com>
2022-08-11 15:45:07 -04:00
Azalea (on HyDEV-Daisy)
78397b27a2 [PR] dylanaraps/neofetch#1971 from minmemory - Add Virtuozzo Linux Logo
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1971
Thanks to @minmemory

Co-authored-by: Yvonne Lu <minmemory@users.noreply.github.com>
2022-08-11 15:33:58 -04:00
Azalea (on HyDEV-Daisy)
6357e8909f [PR] dylanaraps/neofetch#2045 from mmdbalkhi - add parch logo
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2045
Thanks to @mmdbalkhi

Co-authored-by: mmdbalkhi <ahmdparsh129@gmail.com>
2022-08-11 15:25:00 -04:00
Azalea (on HyDEV-Daisy)
09ea0c3356 [PR] dylanaraps/neofetch#2095 from tidux - Fix hostname detection for obscuring FQDN.
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2095
Thanks to @tidux

Co-authored-by: tidux <1330562+tidux@users.noreply.github.com>
2022-08-11 15:13:09 -04:00
Azalea (on HyDEV-Daisy)
e1494bf07d [PR] dylanaraps/neofetch#2116 from chrisfair - Removed an prepended '=' sign from terminal font output for kitty
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2116
Thanks to @chrisfair

Co-authored-by: Christopher Patrick Fair <christopherpfair@comcast.net>
2022-08-11 14:37:50 -04:00
Azalea (on HyDEV-Daisy)
ea4b11a6a1 [F] Fix exodia colors
https://github.com/dylanaraps/neofetch/pull/2174
2022-08-11 14:33:50 -04:00
Azalea (on HyDEV-Daisy)
42973cc700 [F] Fix indent for exodia
https://github.com/dylanaraps/neofetch/pull/2174
2022-08-11 14:28:35 -04:00
Azalea (on HyDEV-Daisy)
210c002c61 [PR] dylanaraps/neofetch#2174 from mmsaeed509 - added Exodia OS Predator Edition logo
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2174
Thanks to @mmsaeed509

Co-authored-by: Mahmoud Mohammed <62524855+mmsaeed509@users.noreply.github.com>
2022-08-11 14:27:55 -04:00
Azalea (on HyDEV-Daisy)
e30df6c719 [F] Fix indent for ubuntu
https://github.com/dylanaraps/neofetch/pull/2125
2022-08-11 14:26:04 -04:00
Azalea (on HyDEV-Daisy)
48884c419b [PR] dylanaraps/neofetch#2125 from L1kwidus - new Ubuntu ASCII logo
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2125
Thanks to @L1kwidus

Co-authored-by: Kevin Lapointe <80723850+L1kwidus@users.noreply.github.com>
2022-08-11 14:23:27 -04:00
Mahmoud Mohammed
ca9edf4e3f
added Exodia OS Predator Edition logo 2022-08-09 01:15:49 +02:00
Azalea (on HyDEV-Daisy)
64a997ed0a [U] Update file permissions 2022-08-05 22:40:48 -04:00
Azalea (on HyDEV-Daisy)
32631d9217 [PR] dylanaraps/neofetch#1944 from EriksRemess - Mac identification and updated list of iDevices
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1944
Thanks to @EriksRemess

Co-authored-by: Ēriks Remess <eriks@remess.lv>
2022-08-04 20:56:52 -04:00
Ēriks Remess
350cb26755 iMac models 2022-08-03 13:00:13 +03:00
Ēriks Remess
0c730cad1a New Macbook Air/Pro with M2, Mac Studio/mini/Pro 2022-08-03 12:45:19 +03:00
Ēriks Remess
22622767d8
Merge branch 'dylanaraps:master' into master 2022-08-03 12:30:36 +03:00
Azalea (on HyDEV-Daisy)
d201644dc5 [U] Generate man page for Neofetch 7.2.0 2022-08-01 18:44:31 -04:00
Azalea (on HyDEV-Daisy)
9778ebf3cf [U] Regenerate help string 2022-08-01 18:41:47 -04:00
Azalea (on HyDEV-Daisy)
283125f7c5 [+] Add missing set_colors for CenterOS 2022-08-01 14:37:30 -04:00
Azalea (on HyDEV-Daisy)
e9fc94096e [O] Optimize freebsd hardenedbsd coloring 2022-08-01 14:25:21 -04:00
Azalea (on HyDEV-Daisy)
50420c8044 [-] Remove trailing spaces in neofetch 2022-08-01 13:53:18 -04:00
Azalea (on HyDEV-Daisy)
9ab2b511d7 [F] Fix indent in get_distro_ascii 2022-08-01 13:21:59 -04:00
Azalea (on HyDEV-Daisy)
4be8be3a61 [F] Fix shellcheck warnings 2022-08-01 11:47:41 -04:00
Azalea (on HyDEV-Daisy)
e12efe5535 [F] Fix UOS entry
https://github.com/dylanaraps/neofetch/pull/1991
2022-08-01 11:44:49 -04:00
Azalea (on HyDEV-Daisy)
2de5282b9c [F] Rename duplicate LangitKetujuh to LangitKetujuh_old 2022-08-01 11:39:39 -04:00
Azalea (on HyDEV-Daisy)
a2b6df6d9e [-] Remove duplicate Kaisen 2022-08-01 11:37:07 -04:00
Azalea (on HyDEV-Daisy)
d797a8c28a [F] Fix file permissions 2022-08-01 11:11:17 -04:00
Azalea (on HyDEV-Daisy)
aac56be0c1 [PR] dylanaraps/neofetch#1961 from satmandu - Add CPU temp file for Raspberry Pi/linux and fix CPU detection for Raspberry Pi devices
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1961
Thanks to @satmandu

Co-authored-by: Satadru Pramanik <satadru@gmail.com>
2022-07-31 20:29:09 -04:00
Azalea (on HyDEV-Daisy)
ffef851527 [PR] dylanaraps/neofetch#1511 from b1f6c1c4 - network speed support for linux
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1511
Thanks to @b1f6c1c4

Co-authored-by: b1f6c1c4 <b1f6c1c4@gmail.com>
2022-07-31 18:34:05 -04:00
Azalea (on HyDEV-Daisy)
40d2950278 [PR] dylanaraps/neofetch#1055 from wget - Add OPNsense
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1055
Thanks to @wget

Co-authored-by: William Gathoye <william@gathoye.be>
2022-07-31 18:28:38 -04:00
Azalea (on HyDEV-Daisy)
562fdc34e2 [PR] dylanaraps/neofetch#1876 from DessertEagle - packages: Add pm and cargo package managers
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1876
Thanks to @DessertEagle

Co-authored-by: DessertEagle <89012347+DessertEagle@users.noreply.github.com>
2022-07-31 18:26:05 -04:00
Azalea (on HyDEV-Daisy)
a2addf730b [PR] dylanaraps/neofetch#1894 from echristopherson - Fix LEDE & LMDE logo 1st line indentation
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1894
Thanks to @echristopherson

Co-authored-by: Eric Christopherson <echristopherson@gmail.com>
2022-07-31 18:24:53 -04:00
Azalea (on HyDEV-Daisy)
21e36f9a11 [PR] dylanaraps/neofetch#1879 from Drarig29 - Add long distro name for Manjaro Linux
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1879
Thanks to @Drarig29

Co-authored-by: Corentin Girard <corentingirard.dev@gmail.com>
2022-07-31 18:24:09 -04:00
Azalea (on HyDEV-Daisy)
19d15500d3 [PR] dylanaraps/neofetch#1873 from lilyinstarlight - Avoid overwriting GIO_EXTRA_MODULES env var
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1873
Thanks to @lilyinstarlight

Co-authored-by: Lily Foster <lily@lily.flowers>
2022-07-31 18:22:40 -04:00
Azalea (on HyDEV-Daisy)
045357947c [PR] dylanaraps/neofetch#1974 from keyile - Add support for Ubuntu Kylin
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1974
Thanks to @keyile

Co-authored-by: siyuan <xinfeiyang-2008@163.com>
2022-07-31 18:18:09 -04:00
Azalea (on HyDEV-Daisy)
28dcc8af33 [PR] dylanaraps/neofetch#1928 from theofficialgman - get gpu name for linux systems without pcie gpus
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1928
Thanks to @theofficialgman

Co-authored-by: theofficialgman <28281419+theofficialgman@users.noreply.github.com>
2022-07-31 18:14:05 -04:00
Azalea (on HyDEV-Daisy)
541874fac6 [PR] dylanaraps/neofetch#1944 from EriksRemess - Macbook identification and updated list of iDevices
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1944
Thanks to @EriksRemess

Co-authored-by: Ēriks Remess <eriks@remess.lv>
2022-07-31 18:08:08 -04:00
Hykilpikonna
c780fe634c
Merge branch 'master' into master 2022-07-31 18:00:44 -04:00
Azalea (on HyDEV-Daisy)
7e37a1beda [F] Fix termux showing as com.termux
https://github.com/dylanaraps/neofetch/pull/1923
2022-07-31 17:51:59 -04:00
Azalea (on HyDEV-Daisy)
08380091d2 [PR] dylanaraps/neofetch#1923 from easyaspi314 - Add detection for Termux terminal
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1923
Thanks to @easyaspi314

Co-authored-by: easyaspi314 (Devin) <easyaspi314@users.noreply.github.com>
2022-07-31 17:45:11 -04:00
Azalea (on HyDEV-Daisy)
56793169e3 [PR] dylanaraps/neofetch#1905 from oshaboy - Add Linspire (Solves #1785)
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1905
Thanks to @oshaboy

Co-authored-by: oshaboy <noamjunk@gilor.com>
2022-07-31 17:32:24 -04:00
Azalea (on HyDEV-Daisy)
94107d4786 [PR] dylanaraps/neofetch#1872 from real-F-00 - replaced "artix_small" ASCII
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1872
Thanks to @real-F-00

Co-authored-by: F-00 <58430679+real-F-00@users.noreply.github.com>
2022-07-31 17:16:46 -04:00
Azalea (on HyDEV-Daisy)
c7123903a2 [PR] dylanaraps/neofetch#1929 from MrVeink - Added Wii ASCII for wii-linux-ngx, whiite and gc-linux
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1929
Thanks to @MrVeink

Co-authored-by: MrVeink <joona.holkko@tuta.io>
2022-07-31 17:13:58 -04:00
Azalea (on HyDEV-Daisy)
029cad082f [PR] dylanaraps/neofetch#2015 from jrtc27 - neofetch: Print MACHINE_ARCH not MACHINE for FreeBSD
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2015
Thanks to @jrtc27

Co-authored-by: Jessica Clarke <jrtc27@jrtc27.com>
2022-07-31 17:03:36 -04:00
Azalea (on HyDEV-Daisy)
04d43aadd2 [PR] dylanaraps/neofetch#1896 from sulincix - Sulin
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1896
Thanks to @sulincix

Co-authored-by: sulincix <55052890+sulincix@users.noreply.github.com>
2022-07-31 16:55:41 -04:00
Azalea (on HyDEV-Daisy)
efa5b390b7 [PR] dylanaraps/neofetch#1919 from adi1090x: Updated Archcraft Logo
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1919
Thanks to @adi1090x

Co-Authored-By: Aditya Shakya <adi1090x@gmail.com>
2022-07-31 16:51:46 -04:00
Azalea (on HyDEV-Daisy)
4322f06d11 [PR] dylanaraps/neofetch#1920 from uwueviee - Add yiffOS distro to neofetch
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1920
Thanks to @uwueviee

Co-authored-by: Evie Viau <evie@uwueviee.live>
2022-07-31 16:43:40 -04:00
Azalea (on HyDEV-Daisy)
e2707dab83 [PR] dylanaraps/neofetch#1948 from hervyqa - Improve ASCII art for LangitKetujuh GNU/Linux
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1948
Thanks to @hervyqa

Co-authored-by: Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>
2022-07-31 16:37:52 -04:00
Azalea (on HyDEV-Daisy)
1c1c057dad [PR] dylanaraps/neofetch#1958 from 0n1cOn3 - NDR (New Distro Request) Kaisen Linux
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1958
Thanks to @0n1cOn3

Co-authored-by: 0n1cOn3 <0n1cOn3@gmx.ch>
2022-07-31 16:36:18 -04:00
Azalea (on HyDEV-Daisy)
b12f35fb0b [PR] dylanaraps/neofetch#2014 from jrtc27 - neofetch: Don't hang on FreeBSD if pkg is not yet bootstrapped
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2014
Thanks to @jrtc27

Co-authored-by: Jessica Clarke <jrtc27@jrtc27.com>
2022-07-31 16:33:56 -04:00
Azalea (on HyDEV-Daisy)
7d1ff19b61 [PR] dylanaraps/neofetch#2006 from chewblacka - Count all AppImage files
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2006
Thanks to @chewblacka

Co-authored-by: chewblacka <jgarcia3788@yahoo.co.uk>
2022-07-31 16:32:41 -04:00
Azalea (on HyDEV-Daisy)
6a0754a0bd [PR] dylanaraps/neofetch#1988 from arghyagod-coder - Added CalinixOS
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1988
Thanks to @arghyagod-coder

Co-authored-by: Arghya Sarkar <arghyasarkar.nolan@gmail.com>
2022-07-31 16:30:54 -04:00
Azalea (on HyDEV-Daisy)
f48d8b197b [PR] dylanaraps/neofetch#1945 from EriksRemess - Power adapter information for macOS
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1945
Thanks to @EriksRemess

Co-authored-by: Ēriks Remess <eriks@remess.lv>
2022-07-31 16:28:24 -04:00
Azalea (on HyDEV-Daisy)
c4ff2ebada [PR] dylanaraps/neofetch#1947 from TheSonicMaster - New Distribution: MassOS
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1947
Thanks to @TheSonicMaster

Co-authored-by: TheSonicMaster <supdroidgamingdivision@gmail.com>
2022-07-31 16:22:35 -04:00
Azalea (on HyDEV-Daisy)
66d00789e5 [PR] dylanaraps/neofetch#1991 from gaoajia - Add Uos
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1991
Thanks to @gaoajia

Co-authored-by: icpove <gaoajia@qq.com>
2022-07-31 16:21:44 -04:00
Azalea (on HyDEV-Daisy)
186b059459 [PR] dylanaraps/neofetch#2005 from alyxferrari - Add recognition for Hackintosh VMs
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2005
Thanks to @alyxferrari

Co-authored-by: Alyx Ferrari <rubiquikyt@gmail.com>
2022-07-31 16:19:12 -04:00
Azalea (on HyDEV-Daisy)
87e920c3de [PR] dylanaraps/neofetch#2019 from MichaelStraube - Show Frameworks and Qt version for Plasma. Closes #2013
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2019
Thanks to @MichaelStraube

Co-authored-by: Michael Straube <michael.straubej@gmail.com>
2022-07-31 16:17:19 -04:00
Azalea (on HyDEV-Daisy)
bb758237da [F] Fix Apple_Terminal not identified after the Fig change
https://github.com/dylanaraps/neofetch/pull/2017
https://github.com/dylanaraps/neofetch/pull/2077
2022-07-31 16:15:53 -04:00
Azalea (on HyDEV-Daisy)
af8138a35f [PR] dylanaraps/neofetch#2017 from MVS - Add font size for Apple Terminal
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2017
Thanks to @MVS

Co-authored-by: MVS <MVS@users.noreply.github.com>
2022-07-31 16:06:20 -04:00
Azalea (on HyDEV-Daisy)
6fdc2a651e [PR] dylanaraps/neofetch#1946 from jahampel - Improve ASCII art for Trisquel GNU/Linux
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1946
Thanks to @jahampel

Co-authored-by: Jakob Hampel <67579757+jahampel@users.noreply.github.com>
2022-07-31 15:46:16 -04:00
Azalea (on HyDEV-Daisy)
62dbb4a406 [PR] dylanaraps/neofetch#1957 from Thanatermesis - added Elive Linux brand
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1957
Thanks to @Thanatermesis

Co-authored-by: Thanatermesis <thanatermesis@gmail.com>
2022-07-31 15:43:53 -04:00
Azalea (on HyDEV-Daisy)
497caf0bd3 [PR] dylanaraps/neofetch#2020 from yzgyyang - Add exclamation mark for uptime > 100 days
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2020
Thanks to @yzgyyang

Co-authored-by: Guangyuan Yang <yzgyyang@outlook.com>
2022-07-31 15:42:35 -04:00
Azalea (on HyDEV-Daisy)
acbe251430 [PR] dylanaraps/neofetch#2023 from cloudwithax - Add Soda Linux to supported distributions.
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2023
Thanks to @cloudwithax

Co-authored-by: Clxud <71564480+cloudwithax@users.noreply.github.com>
2022-07-31 15:40:49 -04:00
Azalea (on HyDEV-Daisy)
312db60001 [PR] dylanaraps/neofetch#2021 from arjanadriaanse - packages: Improve detection for guix.
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2021
Thanks to @arjanadriaanse

Co-authored-by: Arjan Adriaanse <arjan@adriaan.se>
2022-07-31 15:39:50 -04:00
Azalea (on HyDEV-Daisy)
4e64260a27 [PR] dylanaraps/neofetch#2026 from vnepogodin - add cachyos
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2026
Thanks to @vnepogodin

Co-authored-by: Vladislav Nepogodin <nepogodin.vlad@gmail.com>
2022-07-31 15:39:06 -04:00
Azalea (on HyDEV-Daisy)
59bfd6accd [PR] dylanaraps/neofetch#2028 from RustedTerrier - Add Glaucus to the list of ascii logos
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2028
Thanks to @RustedTerrier

Co-authored-by: RustedTerrier <58403628+RustedTerrier@users.noreply.github.com>
2022-07-31 15:35:47 -04:00
Azalea (on HyDEV-Daisy)
ad3dca54c5 [PR] dylanaraps/neofetch#2067 from omasanori - neofetch: Priorize /etc/os-release
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2067
Thanks to @omasanori

Co-authored-by: Masanori Ogino <masanori.ogino@gmail.com>
2022-07-31 15:32:47 -04:00
Azalea (on HyDEV-Daisy)
54dbc35c2d [PR] dylanaraps/neofetch#2038 from GustavoSilvera - Improving MacOS M1 CPU/GPU prints
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2038
Thanks to @GustavoSilvera

Co-authored-by: Gustavo Silvera <grs5382@gmail.com>
2022-07-31 15:31:30 -04:00
Azalea (on HyDEV-Daisy)
2bd5553a77 [PR] dylanaraps/neofetch#2073 from superatomic - Fix: Remove an unnecessary space in the manual page for the parameter
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2073
Thanks to @superatomic

Co-authored-by: Ethan Kinnear <51250849+superatomic@users.noreply.github.com>
2022-07-31 15:29:31 -04:00
Azalea (on HyDEV-Daisy)
64f96bfbec [PR] dylanaraps/neofetch#2077 from mschrage - feat: add support for Fig
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2077
Thanks to @mschrage

Co-authored-by: Matt Schrage <matthewschrage@gmail.com>
2022-07-31 15:20:33 -04:00
Azalea (on HyDEV-Daisy)
6086ea7c18 [PR] dylanaraps/neofetch#2074 from bgkillas - very useless code cleanup
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2074
Thanks to @bgkillas

Co-authored-by: bgkillas <55570525+bgkillas@users.noreply.github.com>
2022-07-31 15:18:45 -04:00
Azalea (on HyDEV-Daisy)
3ff1e38e0b [PR] dylanaraps/neofetch#2042 from angelofallars - BUGFIX: fix offset bug w/ col_offset and many color blocks #2037
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2042
Thanks to @angelofallars

Co-authored-by: Angelo Fallaria <ba.fallaria@gmail.com>
2022-07-31 15:13:32 -04:00
Azalea (on HyDEV-Daisy)
759373bb25 [PR] dylanaraps/neofetch#1973 from alexcoder04 - Add Q4OS logo and detection, closes #1968
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1973
Thanks to @alexcoder04

Co-authored-by: alexcoder04 <ailyushonak@gmail.com>
2022-07-31 15:11:57 -04:00
Azalea (on HyDEV-Daisy)
55b9efe916 [PR] dylanaraps/neofetch#2011 from Rage-Security - Add FusionX
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2011
Thanks to @Rage-Security

Co-authored-by: radium <ragesec8@protonmail.com>
2022-07-31 15:07:06 -04:00
Azalea (on HyDEV-Daisy)
de1eaf8882 [PR] dylanaraps/neofetch#2063 from alexland7219 - Fixed first-line identation in the LMDE logo
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2063
Thanks to @alexland7219

Co-authored-by: Àlex Ros Roger <58669111+alexland7219@users.noreply.github.com>
2022-07-31 14:53:47 -04:00
Azalea (on HyDEV-Daisy)
ae2be9e70c [PR] dylanaraps/neofetch#2049 from alxb421 - Add pearOS ASCII art
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2049
Thanks to @alxb421

Co-authored-by: alxb421 <alxb421@gmail.com>
2022-07-31 14:42:50 -04:00
Azalea (on HyDEV-Daisy)
128d870151 [PR] dylanaraps/neofetch#2054 from leapofazzam123 - Improved CutefishOS support
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2054
Thanks to @leapofazzam123

Co-authored-by: Leap of Azzam <leapofazzam@gmail.com>
2022-07-31 14:40:43 -04:00
Azalea (on HyDEV-Daisy)
fbd327f0e9 [PR] dylanaraps/neofetch#1904 from CrackedMatter - Added AmogOS ascii art
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1904
Thanks to @CrackedMatter

Co-authored-by: CrackedMatter <81803926+CrackedMatter@users.noreply.github.com>
2022-07-31 14:36:07 -04:00
Azalea (on HyDEV-Daisy)
d46db67af0 [PR] dylanaraps/neofetch#2061 from ezileicorreia - Add BigLinux logo
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2061
Thanks to @ezileicorreia

Co-authored-by: Ezilei Correia <ezilei@yahoo.com.br>
2022-07-31 14:32:43 -04:00
Antonio Chavez
405f55d56e Removed duplicate IRIX entry and added placeholder GhostBSD entry 2022-07-31 13:21:33 -05:00
Azalea (on HyDEV-Daisy)
7b3f12fa8c [PR] dylanaraps/neofetch#2158 from snaildos - Add EncryptOS logo
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2158
Thanks to @snaildos

Co-authored-by: SnailDOS <46210117+snaildos@users.noreply.github.com>
2022-07-31 13:24:25 -04:00
Azalea (on HyDEV-Daisy)
2af034697c [PR] dylanaraps/neofetch#2151 from ablakely - Added support for Mac OS X 10.4 Tiger
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2151
Thanks to @ablakely

Co-authored-by: Aaron Blakely <aaron@ephasic.org>
2022-07-31 12:31:13 -04:00
Azalea (on HyDEV-Daisy)
52cd1af890 [PR] dylanaraps/neofetch#2167 from walking-octopus - Add Ubuntu Touch support
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2167
Thanks to @walking-octopus

Co-authored-by: walking-octopus <46994949+walking-octopus@users.noreply.github.com>
2022-07-31 12:25:59 -04:00
SnailDOS
4f38fd1f57
Add Comma 2022-07-31 21:44:39 +08:00
saeziae
3253d4cbcc add loongarch 2022-07-31 18:55:05 +08:00
walking-octopus
a1e99aa0d3
Fix the model fetching 2022-07-31 10:28:20 +00:00
walking-octopus
5cab401189
Add model detection for Ubuntu Touch 2022-07-31 09:15:49 +00:00
Azalea (on HyDEV-Daisy)
42d6aa490a [F] Fix CPU detection for Android
https://github.com/dylanaraps/neofetch/pull/2139
2022-07-31 00:20:04 -04:00
Azalea (on HyDEV-Daisy)
071ba1b002 [PR] dylanaraps/neofetch#2079 from Candygoblen123 - added Asahi Linux
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2079
Thanks to @Candygoblen123

Co-authored-by: Candygoblen123 <andrew.glaze76@gmail.com>
2022-07-30 19:01:47 -04:00
Azalea (on HyDEV-Daisy)
8262573b0c [PR] dylanaraps/neofetch#2084 from Skaldebane - Fixes #1952
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2084
Thanks to @Skaldebane

Co-authored-by: Hossam Elbadissi <skaldebane@gmail.com>
2022-07-30 18:56:39 -04:00
Azalea (on HyDEV-Daisy)
9c2e731311 [PR] dylanaraps/neofetch#2085 from BlueSkyDetector - Add support for MIRACLE LINUX
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2085
Thanks to @BlueSkyDetector

Co-authored-by: Takanori Suzuki <takanori.suzuki@miraclelinux.com>
2022-07-30 18:53:51 -04:00
Azalea (on HyDEV-Daisy)
3b5c470806 [F] Fix CenterOS misalignment
https://github.com/dylanaraps/neofetch/pull/2097
2022-07-30 18:47:54 -04:00
Azalea (on HyDEV-Daisy)
e6f91a36a7 [PR] dylanaraps/neofetch#2097 from happyeggchen - Added CenterLinux (aka CenterOS) to neofetch
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2097
Thanks to @happyeggchen

Co-authored-by: tsingkwai <tsingkwai@bluelaketable>
2022-07-30 18:46:13 -04:00
Azalea (on HyDEV-Daisy)
037bff7968 [PR] dylanaraps/neofetch#2099 from rfinnie - Add Finnix logo
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2099
Thanks to @rfinnie

Co-authored-by: Ryan Finnie <ryan@finnie.org>
2022-07-30 18:45:15 -04:00
Azalea (on HyDEV-Daisy)
600d7c8928 [PR] dylanaraps/neofetch#2109 from Ryker0603 - Windows 11 Modifications
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2109
Thanks to @Ryker0603

Co-authored-by: Ryker Lim <53988221+Ryker0603@users.noreply.github.com>
2022-07-30 18:42:01 -04:00
Azalea (on HyDEV-Daisy)
4dc001447b [PR] dylanaraps/neofetch#2114 from Izorkin - Update old nixos logo
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2114
Thanks to @Izorkin

Co-authored-by: Izorkin <izorkin@elven.pw>
2022-07-30 18:39:40 -04:00
Azalea (on HyDEV-Daisy)
f22d4ad5ea [F] Ultramarine: Add to ascii_distro list
https://github.com/dylanaraps/neofetch/pull/2115
2022-07-30 18:37:52 -04:00
Azalea (on HyDEV-Daisy)
619df5a2cf [PR] dylanaraps/neofetch#2115 from korewaChino - Add Ultramarine Linux
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2115
Thanks to @korewaChino

Co-authored-by: korewaChino <crkza1134@gmail.com>
2022-07-30 18:34:01 -04:00
Azalea (on HyDEV-Daisy)
9735178c19 [PR] dylanaraps/neofetch#2124 from Bastindo - Add AOSC OS/Retro small logo
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2124
Thanks to @Bastindo

Co-authored-by: Bastindo <3egel@protonmail.com>
2022-07-30 18:31:59 -04:00
Azalea (on HyDEV-Daisy)
beafa6a98f [PR] dylanaraps/neofetch#2128 from TheRealOne78 - Repair version for open-kernel NVIDIA version driver (LINUX)
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2128
Thanks to @TheRealOne78

Co-authored-by: TheRealOne78 <bajcsielias78@gmail.com>
2022-07-30 18:15:36 -04:00
Azalea (on HyDEV-Daisy)
8ef523174b [PR] dylanaraps/neofetch#2130 from RichardBronosky - Prevent get_battery from throwing "file not found"
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2130
Thanks to @RichardBronosky

Co-authored-by: Bruno Bronosky <Bruno@Bronosky.com>
2022-07-30 18:13:48 -04:00
Azalea (on HyDEV-Daisy)
94c1f63f56 [PR] dylanaraps/neofetch#2136 from Sunderland93 - Add Ubuntu Sway logo
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2136
Thanks to @Sunderland93

Co-authored-by: Sunderland93 <samoilov.lex@gmail.com>
2022-07-30 18:03:33 -04:00
Azalea (on HyDEV-Daisy)
d2211a09c4 [PR] dylanaraps/neofetch#2139 from saeziae - Use lscpu to get name of ARM CPU
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2139
Thanks to @saeziae

Co-authored-by: Estela Xu <i@estela.cn>
2022-07-30 17:54:41 -04:00
Azalea (on HyDEV-Daisy)
bcb179101a [PR] dylanaraps/neofetch#2140 from Rabenda - add loongarch64 cpu support
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2140
Thanks to @Rabenda

Co-authored-by: Han Gao <gaohan@uniontech.com>
2022-07-30 17:46:28 -04:00
Azalea (on HyDEV-Daisy)
ac1164946b [PR] dylanaraps/neofetch#2144 from cAptive5976 - Update neofetch for Orchid Linux
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2144
Thanks to @cAptive5976

Co-authored-by: cAptive <70532837+cAptive5976@users.noreply.github.com>
2022-07-30 17:37:22 -04:00
Azalea (on HyDEV-Daisy)
0b0eafbd07 [PR] dylanaraps/neofetch#2157 from Izorkin - Improve detect NixOS version
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2157
Thanks to @Izorkin

Co-authored-by: Izorkin <izorkin@elven.pw>
2022-07-30 17:34:58 -04:00
Azalea (on HyDEV-Daisy)
cbf2e8dfb1 [PR] dylanaraps/neofetch#2167 from walking-octopus - Add Ubuntu Touch support
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2167
Thanks to @walking-octopus

Co-authored-by: walking-octopus <46994949+walking-octopus@users.noreply.github.com>
2022-07-30 17:22:40 -04:00
Azalea (on HyDEV-Daisy)
bc1c43a5d0 [F] Fix ShastraOS comma 2022-07-30 17:13:40 -04:00
Azalea (on HyDEV-Daisy)
ee1403df0e [PR] dylanaraps/neofetch#2149 from vivekpal1 - ShastraOS logo
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2149
Thanks to @vivekpal1

Co-authored-by: Vivek Pal <vivekpal@duck.com>
2022-07-30 17:12:46 -04:00
Azalea (on HyDEV-Daisy)
496523a9cf [-] Remove termux comment 2022-07-30 17:04:42 -04:00
Azalea (on HyDEV-Daisy)
fac3268754 [PR] dylanaraps/neofetch#2168 from dontknowhy - Termux
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2168
Thanks to @dontknowhy

Co-authored-by: Don't knowhy <idontknowhy2021@outlook.com>
2022-07-30 17:04:03 -04:00
Azalea (on HyDEV-Daisy)
0494744261 [F] GrapheneOS: Fix first line alignment 2022-07-30 16:46:34 -04:00
Azalea (on HyDEV-Daisy)
8b02b49884 [PR] dylanaraps/neofetch#2146 from vishsant - Add Logo for GrapheneOS #2145
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2146
Thanks to @vishsant

Co-authored-by: vishsant <vishnusanthoshvk@gmail.com>
2022-07-30 16:38:03 -04:00
Azalea (on HyDEV-Daisy)
0c179db68d [PR] dylanaraps/neofetch#2147 from andreas-jonsson - NomadBSD
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2147
Thanks to @andreas-jonsson
2022-07-30 16:03:30 -04:00
Azalea (on HyDEV-Daisy)
72dec6443d [PR] Merge pull request dylanaraps/neofetch#2162 from Jin-Asanami:master
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2162
Thanks to @Jin-Asanami
2022-07-30 15:44:12 -04:00
Dylan Araps
cc779d0af5 [PR] Merge pull request #10 from rejahtavi/new-void-logo
Created much cleaner Void ascii art
2022-07-30 13:54:53 -04:00
Azalea (on HyDEV-Daisy)
a917a9a693 [-] Remove no-color option 2022-07-30 13:27:26 -04:00
Hykilpikonna
7da4db9474
[PR] Merge pull request #9 from cxider/master
Added Uwuntu
2022-07-30 12:51:57 -04:00
Hykilpikonna
cc29a0fff1
[PR] Merge pull request #8 from kidonng/patch-2
Add macOS 13 to version name list
2022-07-30 12:24:07 -04:00
walking-octopus
69907f6f8b
Fix the shellcheck error 2022-07-30 16:12:37 +00:00
saeziae
ac7be6d3d1 fix error 2022-07-31 00:08:35 +08:00
saeziae
a73f05e388 use awk 2022-07-31 00:06:46 +08:00
dontknowhy
2c70ad2444 Fixed problem 2022-07-28 10:53:19 +08:00
walking-octopus
d2d1c0aab4
Attempt to fix the shellcheck error 2022-07-27 21:53:06 +00:00
walking-octopus
957e280bed
Add Ubuntu Touch support 2022-07-27 20:40:13 +00:00
walking-octopus
2f0d3db477
Add click to package managers 2022-07-27 19:44:34 +00:00
dontknowhy
5d6f9c45d6 Add Termux font support 2022-07-27 21:28:05 +08:00
Don't knowhy
22f7dbb6ec
added Termux support 2022-07-27 16:07:01 +08:00
cAptive
b32bfea28d
Update neofetch
Added small logo and modify some details of main logo
2022-07-26 20:44:44 +02:00
Azalea (on HyDEV-Daisy)
c9ed8e2088 [F] Put labels below ascii 2022-07-25 20:40:43 -04:00
Jin Asanami
82b874549a
added univalent's logo 2022-07-24 11:03:40 +09:00
SnailDOS
2209e46014
Everyone happy now? 2022-07-19 09:53:17 +08:00
SnailDOS
cde50f3893
Complete Neofetch 2022-07-19 09:52:50 +08:00
SnailDOS
a51b3d29b9
Tweak Colours 2022-07-19 09:52:04 +08:00
SnailDOS
d4edbf1b9e
🎉 Integrate EncryptOS logo 2022-07-19 09:49:51 +08:00
Izorkin
de253afcf4
Improve detect NixOS version 2022-07-18 19:39:24 +03:00
cxider
946f6b7070 Added Uwuntu 2022-07-14 22:31:11 -04:00
rejahtavi
7703bfcbb0 created much cleaner void ascii art 2022-07-13 10:39:07 -05:00
Aaron Blakely
36cc71b08e enabled OS X 10.5 leopard support 2022-07-07 18:44:51 -05:00
Aaron Blakely
2a6ca41dcf fixed memory usage reading 2022-07-07 03:07:59 -05:00
Aaron Blakely
55483a179d Added cpu speed and core count support for OS X Tiger 2022-07-05 01:47:00 -05:00
Aaron Blakely
993cfbc627 Added support for Mac OS X 10.4.11 2022-07-04 23:36:47 -05:00
Kid
de2dda0382
Add macOS 13 to version name list 2022-07-05 10:14:40 +08:00
Vivek Pal
3db30bd5ad ShastraOS acii 2022-07-04 19:04:22 +00:00
Vivek Pal
a83126e500 ShastraOS 2022-07-04 19:02:14 +00:00
Andreas T Jonsson
c5a59756aa Added quotes. 2022-07-04 12:10:17 +02:00
Andreas T Jonsson
dabf15d34f NomadBSD detect cleanup. 2022-07-04 12:08:32 +02:00
Andreas T Jonsson
b4bc49d1d7 Added NomadBSD 2022-07-04 12:02:36 +02:00
vishsant
a797188d45 Add Logo for GrapheneOS #2145 2022-07-02 17:00:26 +05:30
cAptive
96382e7ba0
Update neofetch 2022-07-02 12:32:06 +02:00
Sunderland93
0014925ed0 Adjust logo 2022-06-26 14:34:11 +04:00
Han Gao
d876efec64 add loongarch64 cpu support
Signed-off-by: Han Gao <gaohan@uniontech.com>
2022-06-26 00:12:31 +00:00
Estela ad Astra
b9e713f9e2
use lscpu to get cpu name on arm architecture 2022-06-26 00:58:21 +08:00
Sunderland93
aa3804e4cb Add Ubuntu Sway detection 2022-06-24 23:21:20 +04:00
Sunderland93
afdb162d6e Update logo 2022-06-23 15:09:35 +04:00
Sunderland93
42cda441f1 Add initial Ubuntu Sway logo 2022-06-23 02:03:01 +04:00
Azalea (on HyDEV-Daisy)
d11796ef02 [+] Recommended color alignments 2022-06-19 22:37:27 -04:00
Azalea (on HyDEV-Daisy)
002697b49a [+] Get custom distro ascii 2022-06-19 15:18:34 -04:00
Bruno Bronosky
bcc504190a Prevent get_battery from throwing "file not found" 2022-06-12 22:20:12 -05:00
TheRealOne78
c9cf67d363 Replaced /proc/driver/nvidia/version with /sys/module/nvidia/version for open and proprietary NVIDIA version driver 2022-06-11 12:12:02 +03:00
Kevin Lapointe
256759ce08 Added Small Ubuntu logo 2022-06-03 22:12:24 -04:00
Kevin Lapointe
45d88a346c modification 2022-06-02 20:01:29 -04:00
Kevin Lapointe
6e58b2b217 fix 2022-06-02 16:10:54 -04:00
Kevin Lapointe
c6c297a3b5 modifications 2022-06-01 23:16:45 -04:00
Kevin Lapointe
f3b8a26d0e fix 2022-06-01 21:21:48 -04:00
Kevin Lapointe
b0b9c65d0c fix 2022-06-01 21:12:09 -04:00
Kevin Lapointe
82bd8c1c4e modification 2022-06-01 21:06:49 -04:00
Kevin Lapointe
b53bd3a1c5 modification 2022-06-01 20:59:27 -04:00
Kevin Lapointe
315037c32f new Ubuntu logo 2022-06-01 17:53:06 -04:00
Bastindo
93cc60f776 Add AOSC OS/Retro small logo 2022-05-29 23:19:37 +02:00
Christopher Patrick Fair
3f7b6aa3e2 Realized that you will not take pipes so did it this way instead 2022-05-23 15:48:44 -06:00
Christopher Patrick Fair
c779230f0b Removed the single quotes in the font as well in kitty 2022-05-21 07:23:22 -06:00
Christopher Patrick Fair
6a393986ac Removed an prepended '=' sign from terminal font output for kitty 2022-05-19 08:00:29 -06:00
Cappy Ishihara
273e6abc38
Merge branch 'dylanaraps:master' into master 2022-05-19 15:39:12 +07:00
Ezilei Correia
6078e70cd8
Correction 2022-05-18 17:41:06 -03:00
Hykilpikonna
b744be3255
[+] Count choco packages and winget 2022-05-18 16:23:35 -04:00
Izorkin
c4eb4ec778
update old nixos logo 2022-05-18 00:36:02 +03:00
Ryker Lim
69129587cb
Windows 11 Modifications
I added Windows 11 to the Fluent design and changed the Windows 11 logo to blue 6 7>4 6 (20220429)
2022-04-29 21:53:39 +08:00
coloursofnoise
9abdae5fb4 Fix terminal emulator detection 2022-04-20 13:03:07 -07:00
Ryan Finnie
c2f2fb6bd8
Add Finnix logo
https://www.finnix.org/
2022-04-16 20:00:39 -07:00
tsingkwai
37b8def5cd Modified due to the change in os-release 2022-04-16 14:48:15 +08:00
Azalea (on HyDEV-Daisy)
732389ffe0 [+] ! IMPORTANT ! - Patch neofetch 2022-04-10 05:12:02 -04:00
tidux
4dc28cd65d Fix hostname detection for obscuring FQDN. 2022-04-09 13:19:46 -07:00
Takanori Suzuki
27d711cc61 Add support for MIRACLE LINUX
- Original MIRACLE LINUX ascii art is contributed by Akio Tomita under MIT License (@tmya)
- Ascii art is brushed up by Haruka Kawahara under MIT License (@kawaharuka)
2022-03-31 21:22:52 +09:00
Hossam Elbadissi
333e04ef45
Fixes #1952
This pull request replaces the old broken code (see #1952) with a simpler, working one for `bar_color_total`, just like `bar_color_elapsed`. Let me know if the old code was done that way for a specific purpose.
2022-03-28 23:23:02 +00:00
Candygoblen123
7c5b92a05b
added Asahi Linux
Co-authored-by: adryzz <adryzz@vignetteapp.org>
2022-03-23 08:47:12 -04:00
Matt Schrage
9d1251bcf1 feat: add support for Fig 2022-03-22 22:38:50 -07:00
bgkillas
e4fecc6733
very useless code cleanup 2022-03-17 05:21:42 +00:00
oshaboy
a6ac4b4117 Revert "Merge branch 'pr/2011'"
This reverts commit 23a94fd389, reversing
changes made to 34ac93d6c3.
2022-03-15 03:28:20 +02:00
oshaboy
23a94fd389 Merge branch 'pr/2011' 2022-03-15 03:27:02 +02:00
Ethan Kinnear
276d02440a Remove an unnecessary space in the usage manual page
Removes a space between the final word in a sentence ("names") and the following period for the "--package_managers" description.
2022-03-14 00:35:10 -05:00
oshaboy
34ac93d6c3 Revert "Revert "Merge branch 'master' into pr/1905""
This reverts commit 4efe946bfd.
2022-03-13 01:49:09 +02:00
oshaboy
4efe946bfd Revert "Merge branch 'master' into pr/1905"
This reverts commit 89e716160d, reversing
changes made to f58ba59b0b.
2022-03-13 01:48:16 +02:00
oshaboy
54300031f9 Revert "Revert "newlines""
This reverts commit e95c8ebe5f.
2022-03-13 01:48:10 +02:00
oshaboy
e95c8ebe5f Revert "newlines"
This reverts commit f58ba59b0b.
2022-03-13 01:42:38 +02:00
oshaboy
89e716160d Merge branch 'master' into pr/1905 2022-03-13 01:39:17 +02:00
Masanori Ogino
25d63b6494 neofetch: Priorize /etc/os-release
From os-release(5):
> The file /etc/os-release takes precedence over /usr/lib/os-release.
> Applications should check for the former, and exclusively use its
> data if it exists, and only fall back to /usr/lib/os-release if it
> is missing. Applications should not read data from both files at the
> same time.

Signed-off-by: Masanori Ogino <masanori.ogino@gmail.com>
2022-03-09 17:00:13 +09:00
Àlex Ros Roger
7c40c7c1de
Fixed LMDE logo 2022-03-02 13:02:21 +01:00
Estela Xu
ee8d01ed2a
Update neofetch 2022-03-01 14:30:01 +08:00
Ezilei Correia
fa90bac6b2
Adiciona logo BigLinux 2022-02-28 17:34:21 -03:00
Leap of Azzam
20a0584264 Improved CutefishOS support 2022-02-17 08:34:06 +00:00
alxb421
4fa3aef4d6 added pearOS to the Official Neofetch 2022-02-11 01:48:09 +02:00
Daniell Mesquita
586c652eab Solve conflicts/merge upstream 2022-02-09 13:46:38 -03:00
Syphist
bd9a01e334
Merge branch 'dylanaraps:master' into master 2022-02-07 17:23:14 -06:00
mmdbalkhi
983b4bed75
add parch logo 2022-02-06 12:13:57 +03:30
Angelo Fallaria
8a975dc9f8 fix: fix offset bug w/ col_offset and many color blocks 2022-02-03 18:31:43 +08:00
tsingkwai
ae7c2d7854 add centerlinux 2022-01-28 12:02:22 +08:00
Gustavo Silvera
75619edf01 Improving MacOS M1 CPU/GPU prints 2022-01-27 15:50:49 -08:00
Corentin Girard
8967ab4200 Add long distro name for Manjaro Linux
Example: Manjaro Linux 21.1.0 Pahvo
2022-01-24 23:15:53 +01:00
RustedTerrier
950fb1dfbf
Fix: add glaucus to ascii_distro list. 2022-01-12 20:56:58 -05:00
Vladislav Nepogodin
8a6cb79bae
🔥 add cachyos 2022-01-12 02:07:03 +04:00
Arghya Sarkar
a0f1be4247
Merge branch 'dylanaraps:master' into master 2022-01-10 14:44:28 +05:30
The Sonic Master
096d1092c3
Merge branch 'dylanaraps:master' into master 2022-01-04 16:47:36 +00:00
Arjan Adriaanse
58509bf20b
packages: Improve detection for guix. 2022-01-02 15:06:24 +01:00
Silent
a3e93a03fc
Update neofetch 2022-01-02 11:51:35 +00:00
Clxud
5739b9cc72
Merge branch 'dylanaraps:master' into master 2022-01-01 20:51:11 -05:00
cloudwithax
51bb342e8e Update neofetch to use correct logo and reflect OS throughout program 2022-01-01 20:50:39 -05:00
Silent
0329c2825f
Update neofetch 2021-12-30 17:11:10 +00:00
Silent
48acfaaebe
Add SalientOS to Neofetch 2021-12-30 17:09:44 +00:00
Guangyuan Yang
69df231e17 Add exclamation mark for uptime > 100 days
htop has this for years, and I think it would be fun if neofetch also
matches it.

htop reference: 1601931bbf/UptimeMeter.c (L36)
2021-12-30 11:50:26 -05:00
Michael Straube
b9cff7c1e5 Correct case style 2021-12-30 11:11:49 +01:00
Michael Straube
8662a2fe4c Remove extra space 2021-12-30 11:06:02 +01:00
Michael Straube
8f2976ffe4 Show Frameworks and Qt version for Plasma. Closes #2013 2021-12-30 10:43:43 +01:00
MVS
e6a11ca7cc
Tabs -> spaces 2021-12-29 21:15:13 -06:00
MVS
32fece816f
Add font size for Apple Terminal
This PR extends the Apple Terminal AppleScript call that fetches the font. It now fetches the font size and appends it to the font name to make the output match other terminals.
2021-12-29 21:06:17 -06:00
CrackedMatter
74b4347df5
Merge branch 'dylanaraps:master' into master 2021-12-29 17:30:08 +01:00
Jessica Clarke
a20c67a86b
neofetch: Print MACHINE_ARCH not MACHINE for FreeBSD
MACHINE refers to the architecture family, whereas MACHINE_ARCH refers
to the specific variant. For x86, MACHINE is already split up into i386
and amd64, so there is only one MACHINE_ARCH for each, that takes an
identical value, and thus this patch has no effect there. There is also
the oddity of arm64, which only has one MACHINE_ARCH, but the name of
that is aarch64. For other architectures, one MACHINE covers multiple
MACHINE_ARCH variants, like powerpc which has powerpc, powerpcspe,
powerpc64 and powerpc64le. It's therefore more helpful to print
MACHINE_ARCH here, not MACHINE.

Note that MACHINE_ARCH is what official release information, such as
download pages and the list of supported architectures, tends to use,
due to its increased specificity.

This may also apply to other BSDs, but I have no experience of them.
2021-12-28 04:51:38 +00:00
Jessica Clarke
97a2dd7325
neofetch: Don't hang on FreeBSD if pkg is not yet bootstrapped
If not yet bootstrapped, pkg will print out:

    The package management tool is not yet installed on your system.
    Do you want to fetch and install it now? [y/N]: 

and wait for input if stdin is a tty. Use </dev/null to squash this.
2021-12-28 04:32:00 +00:00
radium
cce4866681 FusionX Added 2021-12-25 11:09:09 +05:30
chewblacka
42d72fd13e
Count all AppImage files
For AppImages count files ending in .AppImage as well as .appimage (and anything in between).
2021-12-21 19:54:19 +00:00
Alyx Ferrari
50516dcf67 Add recognition for Hackintosh VMs 2021-12-21 00:05:42 -05:00
Arghya Sarkar
8dab8c93e3 Added calinixOS 2021-12-19 19:26:25 +05:30
icpove
e2a0d4113a Add Uos 2021-12-11 20:07:27 +08:00
Dylan Araps
ccd5d9f526 Merge branch 'master' of github.com:dylanaraps/neofetch 2021-12-10 08:41:55 +02:00
Dylan Araps
644f9d29eb
neofetch: Fix #1989 2021-12-10 08:41:28 +02:00
F-00
fe1507b218
Merge branch 'dylanaraps:master' into master 2021-12-08 23:44:11 +01:00
Arghya Sarkar
2558cc250d Added CalinixOS 2021-12-09 00:17:06 +05:30
The TwilightBlood
3eaac2d9ee
Add pacstall to package managers (#1979)
* Add pacstall to package managers

https://github.com/pacstall/pacstall

* Fix indents on Pacstall

* Fix tabbing

again
2021-12-08 10:11:14 +02:00
Dylan Araps
7b1f0c275e
neofetch: Fix windows detection 2021-12-06 06:36:44 +02:00
Dylan Araps
aab631c7dd
neofetch: Fix WSL windows version. Closes #1848 2021-12-06 05:31:15 +02:00