44 lines
1.1 KiB
Markdown
44 lines
1.1 KiB
Markdown
# Fetch 1.3
|
|
|
|
- More cleanup
|
|
- In `screenfetch` mode the text colors are now colored according<br \>
|
|
to your distro's ascii logo colors. This feature is enabled by<br \>
|
|
default and you can toggle it using `text_color_auto`.
|
|
|
|
### Image
|
|
|
|
- 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
|
|
|
|
- Added support for `BunsenLabs`.
|
|
|
|
### Info
|
|
|
|
- Don't display Theme, Icons, Font or Window Manager if X isn't running.
|
|
|
|
**Song**<br \>
|
|
- Added `song_shorthand` which prints the Artist/Title on seperate lines.
|
|
|
|
**Theme**<br\>
|
|
- Windows Visual Style is now a part of `getstyle`.
|
|
- Disabled theme output on OS X to fix a `gsetttings` related crash.
|
|
- Uppercase the first letter of the theme.
|
|
|
|
### Stdout
|
|
|
|
Printing to stdout in a plaintext format for use in scripts is now<br \>
|
|
much faster and cleaner.
|
|
|
|
- Removed `--stdout_separator` (Separator is now 2 spaces)
|
|
- Removed `--stdout_subtitles`
|
|
- Removed `--stdout_title`
|