Skip to content

Commit

Permalink
Merge pull request #228 from magnuslarsen/SyncPanesFix
Browse files Browse the repository at this point in the history
  • Loading branch information
ethancedwards8 authored Jul 15, 2023
2 parents ef42ec6 + 3ef141f commit b603b24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions scripts/dracula.sh
Original file line number Diff line number Diff line change
Expand Up @@ -231,14 +231,11 @@ main()
script="%a %m/%d %I:%M %p ${timezone} "
fi
fi

else
continue
fi

if [ $plugin = "synchronize-panes" ]; then
elif [ $plugin = "synchronize-panes" ]; then
IFS=' ' read -r -a colors <<< $(get_tmux_option "@dracula-synchronize-panes-colors" "cyan dark_gray")
script="#($current_dir/synchronize_panes.sh $show_synchronize_panes_label)"
else
continue
fi

if $show_powerline; then
Expand Down
Empty file modified scripts/synchronize_panes.sh
100644 → 100755
Empty file.

0 comments on commit b603b24

Please sign in to comment.