mirror of
https://github.com/dylanaraps/neofetch.git
synced 2026-01-02 21:59:54 +00:00
Underlining now works for all the info
This commit is contained in:
13
1.7.md
13
1.7.md
@@ -22,6 +22,19 @@ prin "Subtitle: Text goes here"
|
||||
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`.
|
||||
|
||||
```sh
|
||||
# OLD Variable
|
||||
underline="on"
|
||||
|
||||
# NEW Variable
|
||||
underline_enabled="on"
|
||||
```
|
||||
|
||||
**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.
|
||||
|
||||
Reference in New Issue
Block a user