neofetch/1.7.md

29 lines
579 B
Markdown
Raw Normal View History

2016-04-01 11:57:29 +01:00
# Neofetch 1.7
2016-04-01 16:31:10 +01:00
2016-04-01 16:44:57 +01:00
2016-04-01 16:31:10 +01:00
### Contributers
2016-04-01 16:44:57 +01:00
Thanks to the following people for contributing this release.
- **[@dawidd6](https://github.com/dawidd6)**
2016-04-01 16:31:10 +01:00
### Info
2016-04-02 01:36:16 +01:00
**prin**<br \>
- Format changes to fix issues with colons in string. This change also makes<br \>
`prin` use the same args as `info`.
```sh
# OLD Format
prin "Subtitle: Text goes here"
# NEW Format
prin "Subtitle" "Text goes here"
```
2016-04-01 16:31:10 +01:00
**Desktop Environment**<br \>
- [ Linux ] Fallback to using `xprop` if `$XDG_CURRENT_DESKTOP` is empty.
2016-04-01 16:32:56 +01:00
- Use `$de` instead of `$XDG_CURRENT_DESKTOP` for wallpaper and theme detection.
2016-04-02 01:36:16 +01:00