summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortslil clingman <tslil@posteo.net>2022-05-07 19:21:24 -0500
committertslil clingman <tslil@posteo.net>2022-05-07 19:21:24 -0500
commit7095ac6f3903084e789e78da0458ca138163a621 (patch)
tree04f5541dfefa546f8309491f8461f93de19bb477
parent000bc77a884f4b7324faa974589e9b8ada12acbd (diff)
Changed tmux styling to resemble screen
-rw-r--r--.tmux.conf10
1 files 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