tmux/kitty: pimp looks

This commit is contained in:
2026-08-20 11:20:24 +02:00
parent 05b18a5cd7
commit 624d24ea29
3 changed files with 144 additions and 8 deletions
+7 -4
View File
@@ -28,10 +28,13 @@ hide_window_decorations yes
tab_bar_min_tabs 2
tab_bar_edge top
tab_bar_margin_width 5.0
tab_bar_margin_height 5.0 -5.0
tab_bar_align center
tab_title_template "{fmt.fg.red}{bell_symbol}{activity_symbol}{fmt.fg.tab}{title} "
tab_bar_margin_width 2.0
tab_bar_margin_height 5.0 0.0
tab_bar_align left
tab_bar_style separator
tab_separator " | "
tab_title_template "{title}"
active_tab_title_template "{fmt.noitalic}{title}"
# active_tab_foreground #000
# active_tab_background #000
# active_tab_font_style bold-italic
+15 -4
View File
@@ -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