diff --git a/headline.zsh-theme b/headline.zsh-theme
index 9a4722f32f57ef9ac401be690c6b8a1fbfaf695d..bf2e6455c15eaec40c49a539ebdcd0a9ef2eb6af 100644
--- a/headline.zsh-theme
+++ b/headline.zsh-theme
@@ -85,7 +85,7 @@ clear_entire_screen=$'\e[2J'
 HL_PRINT_MODE='precmd' # precmd|prompt
 
 # Print the separator line always, when not following clear screen, or don't print
-HL_SEP_MODE='on' # on|auto|off
+HL_SEP_MODE='off' # on|auto|off
 
 # Print the information line always, when it has changed, or don't print
 HL_INFO_MODE='on' # on|auto|off
@@ -118,7 +118,7 @@ declare -a HL_LAYOUT_ORDER=(
 
 # Template for each segment's layout
 declare -A HL_LAYOUT_TEMPLATE=(
-  _PRE    "${IS_SSH+=> }" # shows "=> " if this is an ssh session
+  _PRE    "${IS_SSH+(ssh) }" # shows "(ssh) " if this is an ssh session
   USER    '...'
   HOST    ' @ ...'
   CONDA   ' (...)'
@@ -147,7 +147,7 @@ HL_SPACE_CHAR=' '
 # Template for each segment's content
 declare -A HL_CONTENT_TEMPLATE=(
   USER   "%{$bold$red%} ..." # consider ' ' or ' '
-  HOST   "%{$bold$yellow%}󰇅..." # consider '󰇅 ' or ' '
+  HOST   "%{$bold$yellow%}󰇅 ..." # consider '󰇅 ' or ' '
   CONDA   "%{$bold$green%} ..." # consider ' ' or ' '
   VENV   "%{$bold$green%} ..." # consider ' ' or ' '
   PATH   "%{$bold$blue%}î—¾ ..." # consider 'î—¾ ' or 'î«· '