tmux new status bar
This commit is contained in:
parent
4e7d491ab1
commit
9f66c74371
@ -23,7 +23,7 @@ M.list = {
|
||||
--- Null-ls.
|
||||
'jose-elias-alvarez/null-ls.nvim',
|
||||
|
||||
-- Autocompletion
|
||||
-- Autocompletion.
|
||||
'L3MON4D3/LuaSnip',
|
||||
'hrsh7th/nvim-cmp'
|
||||
}
|
||||
|
@ -24,5 +24,9 @@ bind -r L resize-pane -R 5
|
||||
set -g window-style 'bg=#131313'
|
||||
set -g pane-border-style 'fg=blue'
|
||||
set -g pane-active-border-style 'fg=blue'
|
||||
|
||||
set -g status-bg blue
|
||||
set -g status-fg white
|
||||
# set-option -ag status-right "#(date)"
|
||||
# set-option -ag status-right " | #(uptime | cut -f 4-5 -d ' ' | cut -f 1 -d ',')"
|
||||
set-option -ag status-right " | Battery: #(cat /sys/class/power_supply/BAT1/capacity) | "
|
||||
|
Loading…
Reference in New Issue
Block a user