moved config instructions to INSTALL.md
This commit is contained in:
parent
845a3631c5
commit
c0971cbe6c
2 changed files with 15 additions and 5 deletions
|
@ -12,3 +12,9 @@ If you are a tpm user, you can install the theme and keep up to date by adding t
|
|||
2. Run tmux
|
||||
3. Use the tpm install command: `prefix + I` (default prefix is ctrl+b)
|
||||
|
||||
#### Configuration
|
||||
|
||||
Customize the status bar by adding any of these lines to your .tmux.conf as desired:
|
||||
* 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`
|
14
README.md
14
README.md
|
@ -8,6 +8,15 @@
|
|||
|
||||
All instructions can be found at [draculatheme.com/tmux](https://draculatheme.com/tmux).
|
||||
|
||||
## Configuration
|
||||
|
||||
Configuration and options can be found at [draculatheme.com/tmux](https://draculatheme.com/tmux).
|
||||
|
||||
Customize the status bar by adding any of these lines to your .tmux.conf as desired:
|
||||
* 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`
|
||||
|
||||
## Features
|
||||
|
||||
* Day, date, time, timezone
|
||||
|
@ -24,11 +33,6 @@ All instructions can be found at [draculatheme.com/tmux](https://draculatheme.co
|
|||
|
||||
Compatible with macOS and Linux. Tested on tmux 3.0a
|
||||
|
||||
## Options
|
||||
Customize the status bar by adding any of these lines to your .tmux.conf as desired:
|
||||
* 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`
|
||||
|
||||
## Team
|
||||
|
||||
|
|
Loading…
Reference in a new issue