Add git functionality

This commit is contained in:
Joe Perri 2021-06-05 12:21:05 -04:00
parent f508a8907f
commit 6cac0951d4
4 changed files with 98 additions and 2 deletions

View file

@ -45,6 +45,7 @@ programs.tmux = {
#### Configuration
Customize the status bar by adding any of these lines to your .tmux.conf as desired:
* Disable git functionality: `set -g @dracula-show-git false`
* 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`