mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(tmux): build my own catppuccin like theme
This commit is contained in:
@@ -57,16 +57,16 @@ 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 -ga status-left "#[fg=white,nobold]"
|
||||
set -g status-left "#[fg=#84AEF0,bg=default]#[fg=#000000,bg=#84AEF0,bold]#S#[fg=#84aef0,bg=default]#[fg=white,bg=default] #(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-separator ""
|
||||
set -g window-status-format "#[fg=white,bg=default] #I #W #{?window_bell_flag,,}"
|
||||
set -g window-status-current-format "#[fg=magenta,bg=default]#[fg=#000000,bold,bg=magenta]#I#[fg=magenta,bg=#303042] #[fg=white,bg=#303042]#W#{?window_zoomed_flag, ,}#[fg=#303042,bg=default]"
|
||||
set -g window-status-separator " "
|
||||
set -g window-status-format "#[fg=#000000,bg=default]#[fg=white,bg=#000000]#I#[fg=#000000,bg=#303042] #[fg=white,bg=#303042]#W#{?window_bell_flag,,}#[fg=#303042,bg=default]"
|
||||
|
||||
# Change the default delay
|
||||
set -sg escape-time 0
|
||||
|
||||
Reference in New Issue
Block a user