1.3 KiB
1.3 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 >
prin
use 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.
$underline
was renamed to$underline_enabled
.
# OLD Variable
underline="on"
# NEW Variable
underline_enabled="on"
Distro<br >
- Fix arch issues with ARM cpus.
- We now use
uname -m
to get the arch instead of hardcodingx86
. - Moved distro detection to a function called
getdistro
.
CPU<br >
- Fixed issues when cpu speed was < 1Ghz
- Cleanup of CPU function.
Desktop Environment<br >
- [ Linux ] Fallback to using
xprop
if$XDG_CURRENT_DESKTOP
is empty. - Use
$de
instead of$XDG_CURRENT_DESKTOP
for wallpaper and theme detection. - Fixed xprop bug with DE detection when X wasn't running.
Window Manager Theme<br >
- Fixed bug when
$de
was unset.
Color Blocks<br >
- Fixed bug when the blocks wrap a line causing a large white strip to appear.