Remove line wrap docs
This commit is contained in:
parent
a39592cdc5
commit
7015860c99
29
README.md
29
README.md
|
@ -335,7 +335,6 @@ Here's what my fetch alias looks like:
|
||||||
```sh
|
```sh
|
||||||
alias fetch2="fetch \
|
alias fetch2="fetch \
|
||||||
--block_range 1 8 \
|
--block_range 1 8 \
|
||||||
--line_wrap off \
|
|
||||||
--bold off \
|
--bold off \
|
||||||
--uptime_shorthand on \
|
--uptime_shorthand on \
|
||||||
--gtk_shorthand on \
|
--gtk_shorthand on \
|
||||||
|
@ -395,7 +394,6 @@ alias fetch2="fetch \
|
||||||
title, @, underline, subtitle, colon, info
|
title, @, underline, subtitle, colon, info
|
||||||
--underline on/off enable/disable the underline.
|
--underline on/off enable/disable the underline.
|
||||||
--underline_char char Character to use when underlining title
|
--underline_char char Character to use when underlining title
|
||||||
--line_wrap on/off Enable/Disable line wrapping
|
|
||||||
--bold on/off Enable/Disable bold text
|
--bold on/off Enable/Disable bold text
|
||||||
|
|
||||||
|
|
||||||
|
@ -518,33 +516,6 @@ know where it's stored then adding support won't be a problem!<br \>
|
||||||
## Issues and Workarounds
|
## Issues and Workarounds
|
||||||
|
|
||||||
|
|
||||||
#### The text is too long for my terminal window and wraps to the next line
|
|
||||||
|
|
||||||
There are a few ways to fix this.
|
|
||||||
|
|
||||||
* Disable line wrapping with `line_wrap=off` in the script or with the launch flag `--line_wrap off`
|
|
||||||
* The uptime and gtk info lines each have a shorthand option that makes their output smaller. You can <br \>
|
|
||||||
enable them by changing these variables or using these flags.
|
|
||||||
|
|
||||||
```sh
|
|
||||||
# Config options
|
|
||||||
uptime_shorthand="on"
|
|
||||||
gtk_shorthand="on"
|
|
||||||
gpu_shorthand="on"
|
|
||||||
birthday_shorthand="on"
|
|
||||||
|
|
||||||
# Launch flags
|
|
||||||
--uptime_shorthand on
|
|
||||||
--gtk_shorthand on
|
|
||||||
--gpu_shorthand on
|
|
||||||
--birthday_shorthand on
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
* Edit the config to make the subtitles shorter
|
|
||||||
* Resizing the terminal so that the lines don't wrap.
|
|
||||||
|
|
||||||
|
|
||||||
#### The text is pushed over too far to the right
|
#### The text is pushed over too far to the right
|
||||||
|
|
||||||
The easiest way to fix this is to change the value of `--gap` or `$gap`<br \>
|
The easiest way to fix this is to change the value of `--gap` or `$gap`<br \>
|
||||||
|
|
|
@ -105,9 +105,6 @@ enable/disable the underline.
|
||||||
.B \--underline_char 'char'
|
.B \--underline_char 'char'
|
||||||
Character to use when underlining title
|
Character to use when underlining title
|
||||||
.TP
|
.TP
|
||||||
.B \--line_wrap 'on/off'
|
|
||||||
Enable/Disable line wrapping
|
|
||||||
.TP
|
|
||||||
.B \--bold 'on/off'
|
.B \--bold 'on/off'
|
||||||
Enable/Disable bold text
|
Enable/Disable bold text
|
||||||
.TP
|
.TP
|
||||||
|
|
Reference in New Issue