2020-04-07 19:39:56 +02:00
### [tmux](https://github.com/tmux/tmux/wiki)
#### Install using tpm
If you are a tpm user, you can install the theme and keep up to date by adding the following to your .tmux.conf file:
2020-04-08 04:05:29 +02:00
set -g @plugin 'dracula/tmux'
2020-04-07 19:39:56 +02:00
#### Activating theme
1. Make sure `run -b '~/.tmux/plugins/tpm/tpm'` is at the bottom of your .tmux.conf
2. Run tmux
3. Use the tpm install command: `prefix + I` (default prefix is ctrl+b)
2020-04-21 02:56:46 +02:00
#### 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`
2020-04-29 20:37:15 +02:00
* Disable weather functionality: `set -g @dracula-show-weather false`
* Switch from default fahrenheit to celsius: `set -g @dracula-show-fahrenheit false`
2020-05-15 08:47:21 +02:00
* Enable powerline symbols: `set -g @dracula-show-powerline true`
2020-05-26 23:56:36 +02:00
* Switch powerline symbols `set -g @dracula-show-left-sep ` for left and `set -g @dracula-show-right-sep ` for right symbol (can set any symbol you like as seperator)
2020-05-20 19:28:35 +02:00
* Enable military time: `set -g @dracula-military-time true`
2020-05-26 23:56:36 +02:00
* Switch the left smiley icon `set -g @dracula-show-left-icon session` it can accept `session` , `smiley` , or any character.
2020-05-27 07:43:13 +02:00
* Enable high contrast pane border: `set -g @dracula-border-contrast true`