added colors and statusbar details
This commit is contained in:
parent
21e534977b
commit
3cc11ab2b2
|
@ -1,12 +1,10 @@
|
||||||
# set -g default-terminal screen-256color
|
# set -g default-terminal screen-256color
|
||||||
# set -g default-terminal tmux-256color
|
# set -g default-terminal tmux-256color
|
||||||
# set -g status-utf8 on
|
|
||||||
# set -g utf8 on
|
|
||||||
set -g default-terminal xterm-256color
|
set -g default-terminal xterm-256color
|
||||||
set -ga terminal-overrides ",*256col*:Tc"
|
set -ga terminal-overrides ",*256col*:Tc"
|
||||||
|
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
bind r source-file ~/.tmux.conf \; display "Reloaded!"
|
bind r source-file ~/.tmux.conf \; display "Configuration Reloaded!"
|
||||||
set -s escape-time 0
|
set -s escape-time 0
|
||||||
setw -g aggressive-resize on
|
setw -g aggressive-resize on
|
||||||
|
|
||||||
|
@ -14,6 +12,10 @@ set -g display-time 2000
|
||||||
set-option -g history-limit 5000
|
set-option -g history-limit 5000
|
||||||
setw -g automatic-rename on
|
setw -g automatic-rename on
|
||||||
|
|
||||||
|
set -g renumber-windows on
|
||||||
|
setw -g monitor-activity on
|
||||||
|
set -g visual-activity on
|
||||||
|
|
||||||
set-option -g status-position top
|
set-option -g status-position top
|
||||||
|
|
||||||
# # --> Catppuccin (Macchiato)
|
# # --> Catppuccin (Macchiato)
|
||||||
|
@ -31,21 +33,13 @@ thm_blue="#8aadf4"
|
||||||
thm_orange="#f5a97f"
|
thm_orange="#f5a97f"
|
||||||
thm_black4="#5b6078"
|
thm_black4="#5b6078"
|
||||||
|
|
||||||
|
set -g status-left-length 40
|
||||||
|
set -g status-interval 30
|
||||||
|
set -g status-left "#[fg=$thm_green]Session #S #[fg=$thm_black4]| #[fg=$thm_magenta]Pane #I #[fg=$thm_black4]| #[fg=$thm_yellow]Window #P #[fg=$thm_black4]| #[fg=$thm_red]"
|
||||||
set -g status-bg $thm_gray
|
set -g status-bg $thm_gray
|
||||||
set -g status-fg $thm_orange
|
set -g status-fg $thm_orange
|
||||||
set-window-option -g window-status-current-style bg=$thm_black4
|
set-window-option -g window-status-current-style bg=$thm_black4
|
||||||
# set-window-option -g window-status-current-style fg=$thm_orange
|
# set -g status-right "#(battery -t) #[fg=cyan] %d %b %R "
|
||||||
|
set -g message-style fg=$thm_black4,bold,bg=$thm_green
|
||||||
# set the status line's colors
|
set -g pane-border-style fg=$thm_$thm_black4,bg=$thm_black
|
||||||
# set -g status-style fg=thm_orange,bg=#928374
|
set -g pane-active-border-style fg=$thm_yellow,bg=$thm_black
|
||||||
# set-window-option -g window-status-current-style red
|
|
||||||
# set -g window-status-current-style fg=thm_orange,bg=thm_black4
|
|
||||||
|
|
||||||
################################################################################
|
|
||||||
#
|
|
||||||
# Plugins
|
|
||||||
#
|
|
||||||
################################################################################
|
|
||||||
|
|
||||||
# set -g status-right '#{battery_status_bg} Batt: #{battery_icon} #{battery_percentage} #{battery_remain} | %a %h-%d %H:%M '
|
|
||||||
# run ~/.tmux/plugins/tmux-battery/battery.tmux
|
|
||||||
|
|
Loading…
Reference in New Issue