Skip to content

Commit

Permalink
fix: separator error when only directory and date toggled
Browse files Browse the repository at this point in the history
  • Loading branch information
mrs4ndman committed Jul 18, 2023
1 parent f0f131e commit 4802119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rose-pine.tmux
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ main() {
readonly show_host="$field_separator#[fg=$thm_text]#H#[fg=$thm_subtle]$right_separator#[fg=$thm_subtle]$hostname_icon"

local show_date_time
readonly show_date_time="$field_separator#[fg=$thm_foam]$date_time#[fg=$thm_subtle]$right_separator#[fg=$thm_subtle]$date_time_icon "
readonly show_date_time=" #[fg=$thm_foam]$date_time#[fg=$thm_subtle]$right_separator#[fg=$thm_subtle]$date_time_icon "

local show_directory
readonly show_directory="$spacer#[fg=$thm_subtle]$current_folder_icon #[fg=$thm_rose]#{b:pane_current_path} "
Expand Down

0 comments on commit 4802119

Please sign in to comment.