From a66de7a3ef8c85eebc4f752f8e52b80a31d71cd0 Mon Sep 17 00:00:00 2001 From: Dane Williams Date: Wed, 29 Apr 2020 11:37:15 -0700 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 6735bd6..0885555 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -17,4 +17,5 @@ If you are a tpm user, you can install the theme and keep up to date by adding t 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 +* Disable weather functionality: `set -g @dracula-show-weather false` +* Switch from default fahrenheit to celsius: `set -g @dracula-show-fahrenheit false`