From 9f66c7437110cf1587910f7f1ff8c37c057ca64e Mon Sep 17 00:00:00 2001 From: AntoXa PRO Date: Thu, 25 Jan 2024 17:09:18 +0300 Subject: [PATCH] tmux new status bar --- nvim/.config/nvim/lua/axp/plugins/init.lua | 2 +- tmux/.config/tmux/tmux.conf | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/nvim/.config/nvim/lua/axp/plugins/init.lua b/nvim/.config/nvim/lua/axp/plugins/init.lua index 432e546..4545963 100644 --- a/nvim/.config/nvim/lua/axp/plugins/init.lua +++ b/nvim/.config/nvim/lua/axp/plugins/init.lua @@ -23,7 +23,7 @@ M.list = { --- Null-ls. 'jose-elias-alvarez/null-ls.nvim', - -- Autocompletion + -- Autocompletion. 'L3MON4D3/LuaSnip', 'hrsh7th/nvim-cmp' } diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index c92981e..638b3c5 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -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) | "