-
Notifications
You must be signed in to change notification settings - Fork 200
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
Comments
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
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
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
The text was updated successfully, but these errors were encountered: