add fossil

This commit is contained in:
richard 2023-02-10 17:24:42 +00:00
parent b346d10306
commit 0810927136
2 changed files with 185 additions and 0 deletions

View file

@ -128,6 +128,12 @@ main()
for plugin in "${plugins[@]}"; do
if [ $plugin = "fossil" ]; then
IFS=' ' read -r -a colors <<< $(get_tmux_option "@dracula-fossil-colors" "green dark_gray")
tmux set-option -g status-right-length 250
script="#($current_dir/fossil.sh)"
fi
if [ $plugin = "git" ]; then
IFS=' ' read -r -a colors <<< $(get_tmux_option "@dracula-git-colors" "green dark_gray")
tmux set-option -g status-right-length 250