From 7095ac6f3903084e789e78da0458ca138163a621 Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Sat, 7 May 2022 19:21:24 -0500 Subject: Changed tmux styling to resemble screen --- .tmux.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 0bec285..ac22b13 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -8,14 +8,14 @@ set -g allow-rename on set -g set-titles on set -g set-titles-string "#T" -set -g status-bg '#DAEFEF' -set -g status-fg black +set -g status-bg "black" +set -g status-style "bold" -setw -g window-status-format "#[fg=black]#[bg=#DAEFEF] #I #W " -setw -g window-status-current-format "#[fg=black]#[bg=#8888CC] * #[bg=#EAEA9E] #W " +setw -g window-status-format "#[fg=grey] #I #W " +setw -g window-status-current-format "#[fg=black]#[bg=#8888CC] #I #W " set -g status-left "" -set -g status-right "#[fg=black][#(battery)] [%y.%m.%d %Hh%M]" +set -g status-right "#[fg=black]#[bg=green] [#(battery)] [%Hh%M/%y.%m.%d] " unbind C-t unbind C-b -- cgit v1.2.3