Commit Graph

5237 Commits

Author SHA1 Message Date
Daniel Thau 75198506b8
Bedrock Linux fixes (#1675)
Neofetch is Bedrock-aware by default, but ignores Bedrock and restricts
itself to the local layer of the Bedrock system when run in Bedrock's
"restricted" mode.  Previously, neofetch checked for restricted mode by
looking at the $PATH, which can fail in some workflows.  Instead, check
for $BEDROCK_RESTRICT, which is more robust.

Neofetch previously counted Bedrock stratum aliases when counting
packages for some package managers.  This resulted in over-counting
packages.  This commit restricts neofetch to only counting actual
strata, not aliases.
2021-06-11 05:12:37 +00:00
Dylan Araps c0ceffb554 general: fix indentation 2021-06-11 05:11:00 +00:00
Rolex 0dd28db34e
Added APT/Debian Packager to package managers for MacOS and combined PR #1702 (#1762)
* Added new iOS and iPadOS device information

* Updated neofetch to show dpkg and correct amount of packages.

* Fixed indentation.
2021-06-11 05:07:44 +00:00
Daniel Brooks 96d9d3c4f6
just removes any quotes from around the Alacritty font name, if any (#1708) 2021-06-11 05:05:46 +00:00
MeztliRA 34d55b8747
Fixes #1636 (#1727) 2021-06-11 05:04:16 +00:00
Dylan Araps 50a8bd285d packages: Use dnf cache if available. Closes #1730 2021-06-11 05:02:17 +00:00
Adam Salt 41f75b7b48
Update neofetch (#1732) 2021-06-11 04:56:10 +00:00
Kevin Lapointe 21c9c5f22b
New ASCII logo for Fedora (#1736)
* Added new ASCII logo for Fedora

* Added new ASCII art for Fedora

* Added new ASCII for Fedora
2021-06-11 04:55:56 +00:00
Paróczai Olivér d8b58a10b9
Only use DNS if public_ip_host option is empty (#1737)
In config:
public_ip_host="" -> uses DNS for getting public IP
public_ip_host="http://example.com/ip" -> uses wget/curl for getting public IP
2021-06-11 04:55:35 +00:00
M. Efe Çetin cd6c4334db
Add TeArch Linux. (#1741)
* Add TeArch Linux.

* Update neofetch

Co-authored-by: Efe Çetin <efectn@6tel.net>
2021-06-11 04:55:06 +00:00
Luca Robbiano b7abdba2fd
Add Rocky Linux (#1743)
* Add Rocky Linux

* Add Rocky Linux ASCII Art

* Add Rocky Linux into the ASCII logo list

* Fix

Co-authored-by: Kaleb <51819073+klebdotio@users.noreply.github.com>
2021-06-11 04:54:26 +00:00
Fritz Geib 87753c5057
fix neofetch not recognizing brew package count on M1 macs (#1747)
* fix neofetch not recognizing brew package count on M1 macs

* fix apt package count issue
2021-06-11 04:53:33 +00:00
jnats 22b97f99c3
Update neofetch (#1749)
Co-authored-by: jnats <dev@jnats.xyz>
2021-06-11 04:52:52 +00:00
Philipp Wallisch 4d7ec21ad5
Rework macOS memory calculation to work on Apple Silicon (#1752) 2021-06-11 04:51:48 +00:00
minhtricute69 19fefa6561
Add HydroOS distro support (#1767)
Add HydroOS distro support
2021-06-11 04:48:46 +00:00
minhtricute69 b0a654f162
Add HydroOS distro support (#1766)
Add HydroOS distro support
2021-06-11 04:48:39 +00:00
Dylan Araps 6dd85d67fc Merge branch 'master' of github.com:dylanaraps/neofetch 2020-11-26 07:15:22 +02:00
Dylan Araps dc8a834888
neofetch: Fix naming conflict with mine. See #1616 2020-11-26 07:15:09 +02:00
Kanashimia bec3918bfd
NixOS - squash logo, add new package location. (#1617)
* Decrease size of NixOS logo by one block.

* Improve package counting for NixOS.
2020-11-26 07:11:09 +02:00
Dylan Araps 80174ea4d9
neofetch: swap to apt for packages. Possible fix for #1616 2020-11-25 14:09:31 +02:00
Iuri Jikidze 2b559cb8c6
Add Apple Music (#1611)
* iTunes --> Music

* add back iTunes

* fix indentation

* fix indentation 2

* ty vs code

* fix ?
2020-11-25 11:09:10 +02:00
Sekai Zhou df61458e7f
Fix font support for yakuake (#1615)
Originally added in #1063, but did not actually work because it only
looked for konsole processes (rather than yakuake's) when querying its
session profile.
2020-11-25 07:22:45 +02:00
Ben Lönnqvist d4f6abf1a8
Refactor ueberzug (#1614)
The previous way ueberzug was used is now deprecated.
2020-11-24 17:30:55 +02:00
SGS d76d92f6b8
New Garuda Neofetch Logo (#1613)
Co-authored-by: SGSm <uwe-me@arcor.de>
2020-11-24 05:47:07 +02:00
Xaver Hellauer 494a7d8335
Add support for `swupd` package manager (#1610)
`swupd` is the default package manager of Clear Linux OS (they actually call their packages bundles). This patch adds support for swupd.
2020-11-21 18:34:34 +02:00
Dylan Araps 2b39f58f74
disk: Fix bash 3.2 incompatibility. Closes #1586 2020-11-17 18:43:32 +02:00
Dylan Araps cb6f10d8f4
fix whitespace 2020-11-17 18:35:33 +02:00
Dylan Araps 2a1788a11b
fix macOS issue. See #1607 2020-11-17 11:49:46 +02:00
Quinten 0c1a7996d3
update man page (#1600)
* Update neofetch.1

* Update neofetch.1

* Update neofetch.1
2020-11-10 14:56:23 +02:00
Zach Dykstra 56c8d7e0c8
Support multiple displays under wayland (#1596) 2020-11-05 06:06:28 +02:00
sudo killall windows ac6f6a1ce4
Update SEMC logo (#1593) 2020-11-04 05:21:00 +02:00
Paul Delafosse dbe781043b
feat(backend): add viu image backend (#1592)
* feat(backend): add viu image backend

* fix: double quote typo on viu command
2020-11-03 13:11:00 +02:00
Dylan Araps 9818199c73 Merge branch 'master' of github.com:dylanaraps/neofetch 2020-11-03 05:39:05 +02:00
Dylan Araps 106a53c575
neofetch: Use MemAvailable for memory on Linux if supported. Closes #1591 2020-11-03 05:38:45 +02:00
Kanashimia 5dfce0f9c3
Update NixOS Logo (#1590) 2020-11-02 16:20:02 +02:00
SGS f0b16b63ff
update garuda linux logo (#1579)
Co-authored-by: SGSm <uwe-me@arcor.de>
2020-10-16 19:36:55 +03:00
Xander Hess 53d938c4fe
Adding support for Pengwin (#1578)
* Added recently added distros to list of included distros with ascii art.

* Fixed indent in usage for ueberzug backend.

* Added ascii art for Pengwin (https://github.com/WhitewaterFoundry/Pengwin) and added Pengwin to the distro lists.
2020-10-16 09:11:28 +03:00
Dylan Araps 4660ae7a53
various: fix windows issues 2020-10-04 19:05:03 +03:00
Dylan Araps 7bf2ecee26
fix ci 2020-10-04 18:46:04 +03:00
Dylan Araps c93f3dabd6
gpu: Fix blank line in output on Windows. 2020-10-04 18:26:26 +03:00
Dylan Araps 71d8914ec7
windows: Fix gpu output 2020-10-04 18:05:18 +03:00
Rashil Gandhi c511bcbcef
Display charging status in Windows (#1575) 2020-10-04 16:37:50 +03:00
Dylan Araps 075eb43dd7
neofetch: clean up 2020-10-04 15:18:28 +03:00
Andrew Titmuss 9ca24eaa0a
local_ip: Add interface selection (#1327)
* local_ip: add interface selection

local_ip: add interface selection for macOS
local_ip: add interface support for Linux and others
local_ip: fix quotes
local_ip: fix line length
local_ip: fix line length for realsies this time

* local ip: change default to auto and simplify if statement

* local ip: make error for invalid interface actually work on linux

* local ip: remove unneeded slash

* local ip: silence errors from ip and ifconfig

Co-authored-by: dylan <dylan.araps@gmail.com>
2020-10-04 15:09:36 +03:00
Igor Pečovnik d76815d3a2
Add Armbian Linux (#1417)
* Add Armbian Linux

* Update neofetch

* Update neofetch
2020-10-04 15:06:25 +03:00
Alex Mirrington 6b26a4d688
Update raspbian_small ascii art (#1483)
* Update raspbian_small ascii art

* Escape rogue backslash
2020-10-04 15:05:59 +03:00
Charlène d8e957cb0d
Improve glxinfo call, OpenBSD sensors fix (#1494)
* Use `glxinfo -B' instead of `glxinfo'

It's enough to get the gpu infos and it's way faster.

* OpenBSD: fix cpu sensors informations, add ksmn(4) and adt(4)
2020-10-04 15:05:34 +03:00
paperbenni 60d090164d
Update neofetch (#1537) 2020-10-04 15:03:57 +03:00
manzoor ahmed f3991ad970
add LaxerOS (#1541) 2020-10-04 15:03:28 +03:00
Rising Thumb 314a0bc4f6
Überzug image support (#1562)
* Support for Ueberzug backend

* Ueberzug cli argument

* Fixed slight issues according to shellcheck

* Read output suppressed

* --xoffset and --yoffset support

Co-authored-by: dylan <dylan.araps@gmail.com>
2020-10-04 15:00:26 +03:00