-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
bug: tmux power theme cannot be applied in tmux #4894
Comments
I was having the same issue. I was able resolved it by putting the plugin settings in the
|
I tried your solution and it works with the power theme color, but it does not work for: set -g @tmux_power_show_upload_speed true
set -g @tmux_power_show_download_speed true |
Try moving any line that modifies the plugins = with pkgs.tmuxPlugins; [
{
plugin = power-theme;
extraConfig = ''
set -g @tmux_power_theme 'violet'
set -g status-right '#{prefix_highlight} | %a %Y-%m-%d %H:%M'
set -g status-right ...
'';
}
...
];
extraConfig = ''
...
'' The problem is that the |
The problem I mentioned above is actually reported in #3555 |
Thank you for your contribution! I marked this issue as stale due to inactivity. Please be considerate of people watching this issue and receiving notifications before commenting 'I have this issue too'. We welcome additional information that will help resolve this issue. Please read the relevant sections below before commenting. If you are the original author of the issue
If you are not the original author of the issue
Memorandum on closing issuesDon't be afraid to manually close an issue, even if it holds valuable information. Closed issues stay in the system for people to search, read, cross-reference, or even reopen – nothing is lost! Closing obsolete issues is an important way to help maintainers focus their time and effort. |
Are you following the right branch?
Is there an existing issue for this?
Issue description
tmux_power_theme does not work when applied in
extraConfig
. It works only if I create manually a.tmux.conf
file.extraConfig
of tmux HM module seems to not apply anything oftmux_power_theme
as for example the theme, the upload and download speed, despite set to true.default.nix
Maintainer CC
@emilazy
System information
The text was updated successfully, but these errors were encountered: