* 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>
* Wrong number of snap packages reported: fixed for snap (#1274)
* Adjusted indentation and improved packages count (#1274)
* Fixed spacing in empty lines
* Better handling of Wayland compositors
* Reinstate setting ps_flags, it's used elsewhere
* Try another incantation
* Try another incantation
* Try another incantation
* Use short options and a newline to reduce line-length
* Rework to handle the "better way" failing on some systems and fall back to the old method (which has the virtue of working most of the time).
* add song= support for MellowPlayer using get_song_dbus
* adjusted indent for mellowplayer get_song_dbus
Co-authored-by: ncmprhnsb1 <ncmprhnsb1@rjc700@gmail.com>
Examples:
kib '1020928KiB / 7117824KiB'
mib '1042MiB / 6951MiB'
gib: '0.98GiB / 6.79GiB'
Precision level of GiB output is /not/ configurable at this stage in
time. This may be added later.
Closes#1388