Moved some configurations
This commit is contained in:
@@ -91,12 +91,15 @@
|
|||||||
tmuxPlugins.vim-tmux-navigator
|
tmuxPlugins.vim-tmux-navigator
|
||||||
tmuxPlugins.vim-tmux-focus-events
|
tmuxPlugins.vim-tmux-focus-events
|
||||||
tmuxPlugins.urlview
|
tmuxPlugins.urlview
|
||||||
|
tmuxPlugins.tmux-fzf
|
||||||
{
|
{
|
||||||
plugin = tmuxPlugins.tokyo-night-tmux;
|
plugin = tmuxPlugins.tokyo-night-tmux;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
set -g @tokyo-night-tmux_window_id_style digital
|
set -g @tokyo-night-tmux_window_id_style digital
|
||||||
set -g @tokyo-night-tmux_pane_id_style hsquare
|
set -g @tokyo-night-tmux_pane_id_style hsquare
|
||||||
set -g @tokyo-night-tmux_zoom_id_style dsquare
|
set -g @tokyo-night-tmux_zoom_id_style dsquare
|
||||||
|
set -g @tokyo-night-tmux_show_path 1
|
||||||
|
set -g @tokyo-night-tmux_path_format relative # 'relative' or 'full'
|
||||||
if-shell "[[ $(hostname) = 'xps13' ]]" {
|
if-shell "[[ $(hostname) = 'xps13' ]]" {
|
||||||
set -g @tokyo-night-tmux_show_netspeed 1
|
set -g @tokyo-night-tmux_show_netspeed 1
|
||||||
set -g @tokyo-night-tmux_netspeed_iface 'wlp2s0'
|
set -g @tokyo-night-tmux_netspeed_iface 'wlp2s0'
|
||||||
@@ -106,11 +109,8 @@
|
|||||||
set -g @tokyo-night-tmux_battery_name "BAT0"
|
set -g @tokyo-night-tmux_battery_name "BAT0"
|
||||||
set -g @tokyo-night-tmux_battery_low_threshold 21
|
set -g @tokyo-night-tmux_battery_low_threshold 21
|
||||||
}
|
}
|
||||||
set -g @tokyo-night-tmux_show_path 1
|
|
||||||
set -g @tokyo-night-tmux_path_format relative # 'relative' or 'full'
|
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
tmuxPlugins.tmux-fzf
|
|
||||||
# {
|
# {
|
||||||
# plugin = tmuxPlugins.tilish;
|
# plugin = tmuxPlugins.tilish;
|
||||||
# extraConfig = ''
|
# extraConfig = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user