fix(tmux): icons and layout of tmux menu bar

This commit is contained in:
Stefan Imhoff
2023-12-21 10:57:05 +01:00
parent 4361ee313e
commit 3b2f555968
3 changed files with 7 additions and 8 deletions

View File

@@ -1,15 +1,15 @@
tmux:
symbols:
branch: '  '
hashprefix: ':'
hashprefix: ': '
ahead: ' '
behind: ' '
staged: '󰉀'
staged: '󰉀 '
conflict: ' '
untracked: ' '
modified: ' '
stashed: ' '
clean: ''
clean: ' '
styles:
clear: '#[fg=default]'
state: '#[fg=red,bold]'

View File

@@ -3,5 +3,4 @@ config:
show-name: true
icons:
fish: "🐠"
nvim: "📝"
sudo: "🔒"

View File

@@ -58,15 +58,15 @@ set -g pane-active-border-style "fg=white,bg=default"
# Bar Left
set -g status-left-length 100
set -ga status-left "#[fg=white,nobold] "
set -g status-left "#[fg=blue,bold] #S #(gitmux -timeout 500ms -cfg $HOME/.gitmux.conf)#[fg=white] ❭" # session name
set -g status-left "#[fg=blue,bold] #S #(gitmux -timeout 500ms -cfg $HOME/.gitmux.conf)#[fg=white] ❭ " # session name
# Bar Right
set -g status-right-length 100
set -g status-right "#{now_playing} "
# Windows
set -g window-status-current-format "#[fg=magenta,bold,bg=default] #I#W#{?window_zoomed_flag,,} "
set -g window-status-current-format "#[fg=magenta,bold,bg=default] #I #W #{?window_zoomed_flag,,}"
set -g window-status-separator ""
set -g window-status-format "#[fg=white,bg=default] #I#W#{?window_bell_flag,,} "
set -g window-status-format "#[fg=white,bg=default] #I #W #{?window_bell_flag,,}"
# Change the default delay
set -sg escape-time 0