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.
* 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>
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.
* 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.
* 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>
* 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)
* 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>