On January 26, version 2.7.0 of the console utilities was released fastfetch and flashfetch, written in C and distributed under the MIT license. These utilities are designed to display system information. Unlike fastfetch, flashfetch does not support its extended features.
Changes:
- a new module TerminalTheme has been added, displaying the foreground and background colors of the current terminal window. It currently does not work on Windows;
- support for command substitution when expanding paths has been added. For example, you can now use source ($(ls ~/path/to/images/*.png | shuf -n 1)) in the JSONC configuration file to randomly select an image for display;
- the functions pciutils are no longer used for GPU detection in FreeBSD;
- an ASCII logo has been added for immutable Fedora variants;
- Wi-Fi information formatting has been fixed;
- terminal detection has been corrected in some cases;
- trailing spaces are not included in JSON outputs;
- uninitialized variables have been fixed;
- fixed a potential crash in the OpenCL module.
Source: linux.org.ru
