Testing TMUX changes
This commit is contained in:
parent
414e45aaf4
commit
aae0eee42c
1 changed files with 5 additions and 4 deletions
|
@ -6,12 +6,13 @@
|
|||
# terminal = "xterm-256color";
|
||||
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.base05}'
|
||||
set -g @tmux_power_right_arrow_icon ' '
|
||||
set -g @tmux_power_left_arrow_icon ' '
|
||||
set -g @tmux_power_prefix_highlight_pos 'R'
|
||||
set -g @tmux_power_show_upload_speed false
|
||||
set -g @tmux_power_show_download_speed false
|
||||
set -g @tmux_power_show_web_reachable false
|
||||
|
|
Loading…
Add table
Reference in a new issue