diff --git a/INSTALL.md b/INSTALL.md index 3829206..6735bd6 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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` \ No newline at end of file diff --git a/README.md b/README.md index 9e7baf4..a7c3c49 100644 --- a/README.md +++ b/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