From b888f203282167e0b78d0930051d403f000dce7e Mon Sep 17 00:00:00 2001 From: Uli Date: Sun, 18 Oct 2020 10:51:26 +0200 Subject: [PATCH] Document location information toggle --- INSTALL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL.md b/INSTALL.md index 752189d..8490afc 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -18,6 +18,7 @@ Customize the status bar by adding any of these lines to your .tmux.conf as desi * 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` +* Disable location information: `set -g @dracula-show-location false` * Switch from default fahrenheit to celsius: `set -g @dracula-show-fahrenheit false` * Enable powerline symbols: `set -g @dracula-show-powerline true` * 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)