From 5b8c681eb47afda9213e25926cfe1ee5eba8c126 Mon Sep 17 00:00:00 2001 From: JetCoder Date: Thu, 25 Mar 2021 16:26:06 +0100 Subject: [PATCH] Update .tmux.conf.local Double quotes changed to single quotation marks. Otherwise the strings are displayed as is, and the Unicode Escape sequences are not processed. --- .tmux.conf.local | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.tmux.conf.local b/.tmux.conf.local index b97d67b..057b2b2 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -194,10 +194,10 @@ tmux_conf_theme_left_separator_main="" tmux_conf_theme_left_separator_sub="|" tmux_conf_theme_right_separator_main="" tmux_conf_theme_right_separator_sub="|" -#tmux_conf_theme_left_separator_main="\uE0B0" # /!\ you don't need to install Powerline -#tmux_conf_theme_left_separator_sub="\uE0B1" # you only need fonts patched with -#tmux_conf_theme_right_separator_main="\uE0B2" # Powerline symbols or the standalone -#tmux_conf_theme_right_separator_sub="\uE0B3" # PowerlineSymbols.otf font, see README.md +#tmux_conf_theme_left_separator_main='\uE0B0' # /!\ you don't need to install Powerline +#tmux_conf_theme_left_separator_sub='\uE0B1' # you only need fonts patched with +#tmux_conf_theme_right_separator_main='\uE0B2' # Powerline symbols or the standalone +#tmux_conf_theme_right_separator_sub='\uE0B3' # PowerlineSymbols.otf font, see README.md # status left/right content: # - separate main sections with "|"