mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-14 12:37:16 +00:00
Changelog
This commit is contained in:
6
1.3.md
6
1.3.md
@@ -5,6 +5,12 @@
|
||||
- You no longer need to set the font_width value, your font size<br \>
|
||||
is now calculated by fetch.
|
||||
- Image sizing now takes terminal height into account.
|
||||
- `--size` now also takes a percentage as a value, for example.
|
||||
|
||||
```sh
|
||||
# Image takes up 70% of the terminal size.
|
||||
fetch --size 70%
|
||||
```
|
||||
|
||||
### OS
|
||||
|
||||
|
||||
@@ -269,7 +269,7 @@ crop_offset="center"
|
||||
|
||||
# Image size
|
||||
# The image is half the terminal width by default.
|
||||
# --size auto, px
|
||||
# --size auto, px, 00%
|
||||
image_size="auto"
|
||||
|
||||
# Right gap between image and text
|
||||
|
||||
Reference in New Issue
Block a user