mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-24 20:34:57 +00:00
1.0 KiB
1.0 KiB
Neofetch 1.7
Contributers
Thanks to the following people for contributing this release.
Info
prin<br >
- Format changes to fix issues with colons in string. This change also makes<br >
prinuse the same args asinfo.
# OLD Format
prin "Subtitle: Text goes here"
# NEW Format
prin "Subtitle" "Text goes here"
Underline<br >
- Underlining is no longer hardcoded to title length meaning you can now<br > underline any part of the output and the length will match.
$underlinewas renamed to$underline_enabled.
# OLD Variable
underline="on"
# NEW Variable
underline_enabled="on"
Desktop Environment<br >
- [ Linux ] Fallback to using
xpropif$XDG_CURRENT_DESKTOPis empty. - Use
$deinstead of$XDG_CURRENT_DESKTOPfor wallpaper and theme detection.
Window Manager Theme<br >
- Fixed bug when
$dewas unset.
Color Blocks<br >
- Fixed bug when the blocks wrap a line causing a large white strip to appear.