You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting @dracula-cpu-usage-label to "" fails to unset CPU plugin's label.
Also unsetting the variable with set -gu @dracula-cpu-usage-label does not work.
To Reproduce
Steps to reproduce the behavior:
set -g @dracula-cpu-usage-label ""
Reload tmux
Label is set to default CPU.
Expected behavior
Label should be blankable to save statusbar estate. I guess that the current default when blank is not preserving previous behavior.
System
OS: Ubuntu Bionic
Tmux Version: 2.6
The text was updated successfully, but these errors were encountered:
Describe the bug
Setting
@dracula-cpu-usage-label
to""
fails to unset CPU plugin's label.Also unsetting the variable with
set -gu @dracula-cpu-usage-label
does not work.To Reproduce
Steps to reproduce the behavior:
set -g @dracula-cpu-usage-label ""
tmux
CPU
.Expected behavior
Label should be blankable to save statusbar estate. I guess that the current default when blank is not preserving previous behavior.
System
The text was updated successfully, but these errors were encountered: