-**Color Blocks**: Fixed issue where disabling blocks caused an extra newline to appear.
-**Color Blocks**: Color blocks now have their padding built in. No more need for `get_line_break()`.
-**Song**: Added snippet to display music player.
-**Song**: Added snippet to display music player.
-`[[ $player ]] && prin "Music Player" "$player"`
-`[[ $player ]] && prin "Music Player" "$player"`
- NOTE: Must have `info "Song" song` enabled.
- NOTE: Must have `info "Song" song` enabled.
...
@@ -82,6 +113,7 @@ info=("${info[@]##*: }")
...
@@ -82,6 +113,7 @@ info=("${info[@]##*: }")
-**Terminal Font**: Added support for Yakuake [**@plgruener**](https://github.com/plgruener)
-**Terminal Font**: Added support for Yakuake [**@plgruener**](https://github.com/plgruener)
-**Terminal Font**[Kitty]: Use `kitty --debug-config` to get font information.
-**Terminal Font**[Kitty]: Use `kitty --debug-config` to get font information.
-**Memory**[Solaris]: Updated memory detection to use pages. [**@konimex**](https://github.com/konimex)
-**Memory**[Solaris]: Updated memory detection to use pages. [**@konimex**](https://github.com/konimex)
-**Memory**: Added option to show memory percentage (`--memory_percent`).
-**Model**[OpenBSD]: Added vmm (OpenBSD hypervisor) support [**@julianaito**](https://github.com/julianaito)
-**Model**[OpenBSD]: Added vmm (OpenBSD hypervisor) support [**@julianaito**](https://github.com/julianaito)
-**Model**[macOS]: Added VirtualSMC as a new FakeSMC alternative for Hackintosh. [**@nikitenich**](https://github.com/nikitenich)
-**Model**[macOS]: Added VirtualSMC as a new FakeSMC alternative for Hackintosh. [**@nikitenich**](https://github.com/nikitenich)
-**WM**: Added detection for FVWM. [**@julianaito**](https://github.com/julianaito)
-**WM**: Added detection for FVWM. [**@julianaito**](https://github.com/julianaito)
...
@@ -89,9 +121,12 @@ info=("${info[@]##*: }")
...
@@ -89,9 +121,12 @@ info=("${info[@]##*: }")
-**Disk**[OpenBSD]: Added a separate disk array creation using `awk` since one cannot directly use `/dev/...` unless being root or in the `operator` group. [**@julianaito**](https://github.com/julianaito)
-**Disk**[OpenBSD]: Added a separate disk array creation using `awk` since one cannot directly use `/dev/...` unless being root or in the `operator` group. [**@julianaito**](https://github.com/julianaito)
-**Battery**[OpenBSD]: Improve charge `%` and add status. **Charlène**
-**Battery**[OpenBSD]: Improve charge `%` and add status. **Charlène**
-**GPU**[AMD]: Remove unnecessary check.
-**GPU**[AMD]: Remove unnecessary check.
-**Public IP**: Added configurable timeout to requests.
-**Resolution**: If resolution is not found, don't print anything.
**ASCII**
**ASCII**
- Fixed issues with various ASCII arts (namely the `_small` ones).
- Added support for command output.
- Added support for command output.
-`neofetch --ascii "$(fortune|cowsay -W 30)"`
-`neofetch --ascii "$(fortune|cowsay -W 30)"`
-`neofetch --ascii "$(figlet -w 30 hello world)"`
-`neofetch --ascii "$(figlet -w 30 hello world)"`
...
@@ -103,9 +138,14 @@ info=("${info[@]##*: }")
...
@@ -103,9 +138,14 @@ info=("${info[@]##*: }")
**Image**
**Image**
- Added new image backend [chafa](https://hpjansson.org/chafa/)(`--chafa`).
-**w3m**: Fixed issues with URxvt and internal borders.
-**w3m**: Fixed issues with URxvt and cursor position.
-**w3m**: Fixed issue with `bash 3`.
-**macOS**: Unset IFS to get window size. [**@StarryTony**](https://github.com/StarryTony)
-**macOS**: Unset IFS to get window size. [**@StarryTony**](https://github.com/StarryTony)
-**Kitty**: Use `kitty +kitten icat` instead of the deprecated `kitty icat`. [**@HolyStephano**](https://github.com/HolyStephano)
-**Kitty**: Use `kitty +kitten icat` instead of the deprecated `kitty icat`. [**@HolyStephano**](https://github.com/HolyStephano)