Commit Graph

5796 Commits

Author SHA1 Message Date
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
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 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: https://github.com/htop-dev/htop/blob/1601931bbf7837a2a910b854d58716da344aeb22/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