tmux/kitty: pimp looks
This commit is contained in:
+15
-4
@@ -25,7 +25,7 @@ bind-key -n M-k select-pane -U
|
||||
bind-key -n M-l select-pane -R
|
||||
|
||||
# pane zoom
|
||||
bind-key -n M-z resize-pane -Z
|
||||
bind-key -n M-f resize-pane -Z
|
||||
|
||||
# window rename
|
||||
bind-key -n M-, command-prompt -p "Rename tab:" "rename-window '%%'"
|
||||
@@ -62,7 +62,7 @@ bind-key -n 'M-K' resize-pane -U 5
|
||||
bind-key -n 'M-J' resize-pane -D 5
|
||||
|
||||
# popups
|
||||
bind-key -n M-f if-shell -F '#{==:#{session_name},popup}' {
|
||||
bind-key -n M-p if-shell -F '#{==:#{session_name},popup}' {
|
||||
detach-client
|
||||
} {
|
||||
display-popup -E -w 70% -h 70% "tmux new-session -A -s popup"
|
||||
@@ -96,13 +96,15 @@ set-option -g set-titles on
|
||||
set-option -g set-titles-string "#H: #W"
|
||||
|
||||
# Pane borders
|
||||
set -g pane-border-style fg=#c3c6b2
|
||||
set -g pane-active-border-style fg=#8da101
|
||||
set -g pane-border-style fg=#dadbd2
|
||||
set -g pane-active-border-style fg=#96a193
|
||||
set -g pane-border-status top
|
||||
set -g pane-border-indicators off
|
||||
set -g pane-border-lines single
|
||||
set -g pane-border-format " #{?pane_active,#[bold],#[fg=#c3c6b2]}#{pane_index} "
|
||||
|
||||
# Status
|
||||
set -g status-position top
|
||||
set -g status-style bg=default
|
||||
set -g message-style bg=default
|
||||
set -g status-right "#[fg=yellow]#H(#S) #[fg=blue]#{=100:pane_current_path}#[fg=black]"
|
||||
@@ -111,3 +113,12 @@ set -g status-left ""
|
||||
set -g window-status-format "#[fg=#c3c6b2]#I:#W#[fg=default] "
|
||||
set -g window-status-current-format "#I:#W "
|
||||
|
||||
# Cooler status
|
||||
set -g @tmux-dotbar-bg "#fdf6e3"
|
||||
set -g @tmux-dotbar-fg "#5c6a72"
|
||||
set -g @tmux-dotbar-fg-current "#8da101"
|
||||
set -g @tmux-dotbar-fg-session "#96a193"
|
||||
set -g @tmux-dotbar-fg-prefix "#e66868"
|
||||
set -g @tmux-dotbar-fg-zoomed "#3a94c5"
|
||||
set -g @tmux-dotbar-rounded true
|
||||
run ~/.dots/scripts/dotbar.tmux
|
||||
|
||||
Reference in New Issue
Block a user