Commit graph

5697 commits

Author SHA1 Message Date
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
3383b88d35
Fix: add glaucus to ascii_distro list. 2022-01-12 20:57:27 -05: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
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
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
Clxud
2dff8b0026
Add Soda Linux 2021-11-30 15:14:36 -05:00
siyuan
2e61633a7a Add support for Ubuntu Kylin 2021-12-01 02:25:42 +08:00
alexcoder04
d3af666f21 add Q4OS logo and detection 2021-11-30 14:23:34 +01:00
alexcoder04
c4fba8bb0b
add CBL Mariner ascii art (#1972) 2021-11-30 05:12:04 +02:00
Stealth
c1c699378f
Added Qubyt OS Logo (#1969) 2021-11-27 06:00:54 +02:00
Michael Straube
d4070d515d
Update openEuler logo (#1966) 2021-11-25 05:17:34 +02:00
Evie Viau
b35ca2c919
Merge branch 'dylanaraps:master' into master 2021-11-19 07:54:08 -05:00
Evie Viau
30b2887d58
Add the bulge package manager and reduce the yiffOS logo size 2021-11-19 07:31:38 -05:00
Satadru Pramanik
b97f562780
Add proper cpu detection for Raspberry PI devices 2021-11-18 22:37:05 -05:00
Satadru Pramanik
d561057cd8
Add CPU temp file for Raspberry Pi/linux 2021-11-18 12:01:21 -05:00
0n1cOn3
8231693c0f
NDR (New Distro Request) Kaisen Linux
added ascii logo for Kaisen Linux
2021-11-17 03:52:09 +01:00
Thanatermesis
6cddcd3f74
added Elive Linux brand 2021-11-16 18:27:27 -05:00
Michael Straube
24b1281f9a
docs: update (#1956) 2021-11-14 11:53:00 +02:00
Dylan Araps
e784522206
neofetch: minor cleanup 2021-11-11 06:10:54 +02:00
Nathan Thomas
0d08c130ff
Add support for nushell (#1878)
* Add support for nushell

* Update neofetch

Co-authored-by: Tyler J Russell <xtylerjrx@gmail.com>

Co-authored-by: Tyler J Russell <xtylerjrx@gmail.com>
2021-11-10 05:41:10 +02:00
Hervy Qurrotul Ainur Rozi
f964e1d62b Improve ASCII art for LangitKetujuh GNU/Linux 2021-11-08 13:16:52 +07:00
Th1nhhdk
3eb7e13e27
Added VNux GNU/Linux Neofetch Logo (#1937) 2021-11-08 06:35:52 +02:00
TheSonicMaster
bc2a8e60db New Distribution: MassOS 2021-11-07 10:56:54 +00:00
Jakob Hampel
fcae0110e4
Removed one space too much in second line of Trisquel ASCII art 2021-11-06 18:33:04 +01:00