From 046e6d8515c5f4d505200359b054b455ffc11482 Mon Sep 17 00:00:00 2001 From: albert <albert@sysctl.io> Date: Wed, 29 Jan 2025 08:59:56 -0800 Subject: [PATCH] Tseting TMux changes --- home-manager/common/software/cli/tmux.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/common/software/cli/tmux.nix b/home-manager/common/software/cli/tmux.nix index 4d8fd1c5..7a357355 100644 --- a/home-manager/common/software/cli/tmux.nix +++ b/home-manager/common/software/cli/tmux.nix @@ -7,12 +7,12 @@ plugins = with pkgs.tmuxPlugins; [ { - # set -g @tmux_power_theme '#${config.lib.stylix.colors.base05}' # set -g @tmux_power_right_arrow_icon '' # set -g @tmux_power_left_arrow_icon '' # set -g @tmux_power_prefix_highlight_pos 'R' plugin = power-theme; extraConfig = '' + set -g @tmux_power_theme '#${config.lib.stylix.colors.base0D}' set -g @tmux_power_show_upload_speed false set -g @tmux_power_show_download_speed false set -g @tmux_power_show_web_reachable false