Merge pull request #81 from Tooa/time_option_doc
Document time option toggle
This commit is contained in:
commit
cb1d420a62
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ Customize the status bar by adding any of these lines to your .tmux.conf as desi
|
|||
* Disable battery functionality: `set -g @dracula-show-battery false`
|
||||
* Disable network functionality: `set -g @dracula-show-network false`
|
||||
* Disable weather functionality: `set -g @dracula-show-weather false`
|
||||
* Disable time functionality: `set -g @dracula-show-time false`
|
||||
* Disable location information: `set -g @dracula-show-location false`
|
||||
* Switch from default fahrenheit to celsius: `set -g @dracula-show-fahrenheit false`
|
||||
* Enable powerline symbols: `set -g @dracula-show-powerline true`
|
||||
|
|
Loading…
Reference in a new issue