Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@theme*-prefix/suffix and configuration reload error #54

Open
aleeraser opened this issue Dec 18, 2023 · 0 comments · May be fixed by #55
Open

@theme*-prefix/suffix and configuration reload error #54

aleeraser opened this issue Dec 18, 2023 · 0 comments · May be fixed by #55

Comments

@aleeraser
Copy link

Adding anything to a suffix/prefix and reloading the configuration results in the suffix/prefix being printed/applied multiple times.

e.g. adding set -g @theme-status-left-prefix "test" and reloading the configuration results in this:

Screencast.from.2023-12-18.13-33-00.webm
aleeraser added a commit to aleeraser/tmux-themepack that referenced this issue Dec 18, 2023
This fixes a weird behavior where a custom status bar item (e.g. a prefix) would
be duplicated in the status bar after a configuration reload.

e.g. prior to this fix, setting:

  set -g @theme-status-left-prefix "test"

and reloading the configuration multiple times would result in multiple 'test'
strings being added as prefix.

Fixes jimeh#54
@aleeraser aleeraser linked a pull request Dec 18, 2023 that will close this issue
aleeraser added a commit to aleeraser/tmux-themepack that referenced this issue Dec 18, 2023
This fixes a weird behavior where a custom status bar item (e.g. a prefix) would
be duplicated in the status bar after a configuration reload.

e.g. prior to this fix, setting:

  set -g @theme-status-left-prefix "test"

and reloading the configuration multiple times would result in multiple 'test'
strings being added as prefix.

Fixes jimeh#54
aleeraser added a commit to aleeraser/tmux-themepack that referenced this issue Dec 18, 2023
This fixes a weird behavior where a custom status bar item (e.g. a prefix) would
be duplicated in the status bar after a configuration reload.

e.g. prior to this fix, setting:

  set -g @theme-status-left-prefix "test"

and reloading the configuration multiple times would result in multiple 'test'
strings being added as prefix.

Fixes jimeh#54
aleeraser added a commit to aleeraser/tmux-themepack that referenced this issue Dec 18, 2023
This fixes a weird behavior where a custom status bar item (e.g. a prefix) would
be duplicated in the status bar after a configuration reload.

e.g. prior to this fix, setting:

  set -g @theme-status-left-prefix "test"

and reloading the configuration multiple times would result in multiple 'test'
strings being added as prefix.

Fixes jimeh#54
aleeraser added a commit to aleeraser/tmux-themepack that referenced this issue Dec 18, 2023
This fixes a weird behavior where a custom status bar item (e.g. a prefix) would
be duplicated in the status bar after a configuration reload.

e.g. prior to this fix, setting:

  set -g @theme-status-left-prefix "test"

and reloading the configuration multiple times would result in multiple 'test'
strings being added as prefix.

Fixes jimeh#54
ltWolfik pushed a commit to ltWolfik/tmux-themepack that referenced this issue Jul 3, 2024
This fixes a weird behavior where a custom status bar item (e.g. a prefix) would
be duplicated in the status bar after a configuration reload.

e.g. prior to this fix, setting:

  set -g @theme-status-left-prefix "test"

and reloading the configuration multiple times would result in multiple 'test'
strings being added as prefix.

Fixes jimeh#54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant