From 345c313eeb9dd7e7efa69ae0fd3c489ee8cf82a4 Mon Sep 17 00:00:00 2001 From: Andrei Stoica Date: Fri, 2 Feb 2024 13:26:43 -0500 Subject: [PATCH] cleanup --- .tmux.conf##default | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.tmux.conf##default b/.tmux.conf##default index 51f0203..c6e34a5 100644 --- a/.tmux.conf##default +++ b/.tmux.conf##default @@ -35,9 +35,8 @@ bind h attach-session -t . -c "#{pane_current_path}" # status bar set -g status-right '#[fg=black]#[bg=black fg=colour135] %H:%m #[fg=default]%b %d %Y' if-shell 'test "$(acpi -t)"' { - set -g status-right '#[fg=black]#[bg=black fg=colour135] %H:%m #[fg=default]%b %d %Y ♥#(acpi | cut -d ',' -f 2)' -} set -g status-right '#[fg=black]#[bg=black fg=colour135] %H:%m #[fg=default]%b %d %Y #[fg=pink] ♥#(acpi | cut -d ',' -f 2)' +} # Start windows and panes at 1, not 0 set -g base-index 1