tmux new status bar

This commit is contained in:
AntoXa PRO 2024-01-25 17:09:18 +03:00
parent 4e7d491ab1
commit 9f66c74371
2 changed files with 5 additions and 1 deletions

View File

@ -23,7 +23,7 @@ M.list = {
--- Null-ls. --- Null-ls.
'jose-elias-alvarez/null-ls.nvim', 'jose-elias-alvarez/null-ls.nvim',
-- Autocompletion -- Autocompletion.
'L3MON4D3/LuaSnip', 'L3MON4D3/LuaSnip',
'hrsh7th/nvim-cmp' 'hrsh7th/nvim-cmp'
} }

View File

@ -24,5 +24,9 @@ bind -r L resize-pane -R 5
set -g window-style 'bg=#131313' set -g window-style 'bg=#131313'
set -g pane-border-style 'fg=blue' set -g pane-border-style 'fg=blue'
set -g pane-active-border-style 'fg=blue' set -g pane-active-border-style 'fg=blue'
set -g status-bg blue set -g status-bg blue
set -g status-fg white 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) | "