mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
fix(tmux): icons and layout of tmux menu bar
This commit is contained in:
@@ -1,15 +1,15 @@
|
|||||||
tmux:
|
tmux:
|
||||||
symbols:
|
symbols:
|
||||||
branch: ' '
|
branch: ' '
|
||||||
hashprefix: ':'
|
hashprefix: ': '
|
||||||
ahead: ' '
|
ahead: ' '
|
||||||
behind: ' '
|
behind: ' '
|
||||||
staged: ''
|
staged: ' '
|
||||||
conflict: ' '
|
conflict: ' '
|
||||||
untracked: ' '
|
untracked: ' '
|
||||||
modified: ' '
|
modified: ' '
|
||||||
stashed: ' '
|
stashed: ' '
|
||||||
clean: ''
|
clean: ' '
|
||||||
styles:
|
styles:
|
||||||
clear: '#[fg=default]'
|
clear: '#[fg=default]'
|
||||||
state: '#[fg=red,bold]'
|
state: '#[fg=red,bold]'
|
||||||
|
|||||||
@@ -3,5 +3,4 @@ config:
|
|||||||
show-name: true
|
show-name: true
|
||||||
|
|
||||||
icons:
|
icons:
|
||||||
fish: "🐠"
|
sudo: "🔒"
|
||||||
nvim: "📝"
|
|
||||||
|
|||||||
@@ -58,15 +58,15 @@ set -g pane-active-border-style "fg=white,bg=default"
|
|||||||
# Bar Left
|
# Bar Left
|
||||||
set -g status-left-length 100
|
set -g status-left-length 100
|
||||||
set -ga status-left "#[fg=white,nobold] "
|
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
|
# Bar Right
|
||||||
set -g status-right-length 100
|
set -g status-right-length 100
|
||||||
set -g status-right "#{now_playing} "
|
set -g status-right "#{now_playing} "
|
||||||
|
|
||||||
# Windows
|
# 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-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
|
# Change the default delay
|
||||||
set -sg escape-time 0
|
set -sg escape-time 0
|
||||||
|
|||||||
Reference in New Issue
Block a user