docs: update README
This commit is contained in:
parent
b1bbcf68d0
commit
80ca5fda10
1 changed files with 4 additions and 6 deletions
10
README.md
10
README.md
|
@ -37,8 +37,6 @@ set -g @plugin 'tmux-plugins/tpm' # mandatory
|
||||||
set -g @plugin 'tmux-plugins/tmux-sensible' # optional recommended
|
set -g @plugin 'tmux-plugins/tmux-sensible' # optional recommended
|
||||||
|
|
||||||
set -g @plugin 'egel/tmux-gruvbox'
|
set -g @plugin 'egel/tmux-gruvbox'
|
||||||
# set desired options...
|
|
||||||
set -g @tmux-gruvbox 'dark' # or 'dark256', 'light', 'light256'
|
|
||||||
# set desired theme options...
|
# set desired theme options...
|
||||||
set -g @tmux-gruvbox 'dark' # or 'dark256', 'light', 'light256'
|
set -g @tmux-gruvbox 'dark' # or 'dark256', 'light', 'light256'
|
||||||
|
|
||||||
|
@ -131,10 +129,6 @@ set -g @tmux-gruvbox-left-status-a '#S' # tmux's session name
|
||||||
|
|
||||||
This section is customizable for user, and by default contains current date.
|
This section is customizable for user, and by default contains current date.
|
||||||
|
|
||||||
> [!TIP]
|
|
||||||
> Some user may have problem with displaying dates in desired format, if this
|
|
||||||
> case for you try using double percent `%%`
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# set date in US notation
|
# set date in US notation
|
||||||
set -g @tmux-gruvbox-right-status-x '%m/%d/%Y' # e.g.: 01/31/2024
|
set -g @tmux-gruvbox-right-status-x '%m/%d/%Y' # e.g.: 01/31/2024
|
||||||
|
@ -145,6 +139,10 @@ set -g @tmux-gruvbox-right-status-x '%m/%d/%Y' # e.g.: 01/31/2024
|
||||||
set -g @tmux-gruvbox-right-status-x '%d.%m.%Y' # e.g.: 30.01.2024
|
set -g @tmux-gruvbox-right-status-x '%d.%m.%Y' # e.g.: 30.01.2024
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> [!TIP]
|
||||||
|
> Some user may have problem with displaying dates in desired format, if this
|
||||||
|
> case for you try using double percent `%%`
|
||||||
|
|
||||||
### Right Status (Section Y)
|
### Right Status (Section Y)
|
||||||
|
|
||||||
- default value: `'%H:%M'`
|
- default value: `'%H:%M'`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue