mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat: convert NeoVim configuration to Lua
This commit is contained in:
14
tmux.conf
14
tmux.conf
@@ -28,17 +28,17 @@ setw -g mode-keys vi
|
||||
set -g renumber-windows on
|
||||
|
||||
# Status Bar
|
||||
set-window-option -g status-style fg='#A3AAB7',bg='#2C323C' # Background
|
||||
|
||||
set-window-option -g status-left-length 300
|
||||
set-window-option -g status-left " #S "
|
||||
set-window-option -g status-left-style fg=black,bg=white
|
||||
set-window-option -g status-left '#[fg=#2C323C,bg=#98C379] #S #[fg=#98C379,bg=#2C323C] ' # Left Side
|
||||
|
||||
set-window-option -g status-right " #{battery_percentage} · %d.%m.%Y %H:%M "
|
||||
set-window-option -g status-right-style fg=black,bg=white
|
||||
set-window-option -g status-right '#[fg=#3E4452,bg=#2C323C]#[fg=#A3AAB7,bg=#3E4452] ﮣ #{battery_percentage} '
|
||||
set-window-option -ga status-right '#[fg=#98C379,bg=#3E4452]#[fg=#282C34,bg=#98C379] %a %d.%m.%Y %H:%M ' # Right Side
|
||||
|
||||
set-window-option -g window-status-format " #I: #W"
|
||||
set-window-option -g window-status-format '#[fg=#A3AAB7,bg=#2C323C] #I · #W' # Inactive Tab
|
||||
|
||||
set-window-option -g window-status-current-format " #I: #W "
|
||||
set-window-option -g window-status-current-style fg=green,bg=black
|
||||
set-window-option -g window-status-current-format '#[fg=#A3AAB7,bg=#2C323C]#[fg=#A3AAB7,bg=#3E4452]#[fg=#3E4452,bg=#A3AAB7] · #W #[fg=#A3AAB7,bg=#2C323C]' # Active Tab
|
||||
|
||||
# Swap Window to Position 1
|
||||
bind-key T swap-window -t 1
|
||||
|
||||
Reference in New Issue
Block a user