aboutsummaryrefslogtreecommitdiff
path: root/.config/tmux
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2022-12-04 21:51:36 +0200
committersrdusr <trevorgray@srdusr.com>2022-12-04 21:51:36 +0200
commiteb90431614ae45ec030e6b553c1a6319c215fd1c (patch)
treeca6af92218a15a8b26a5e1cd253e17760cce7d60 /.config/tmux
parentf9ce04da41059391c6e0193ccb4dd8c2fdadc3f2 (diff)
downloaddotfiles-eb90431614ae45ec030e6b553c1a6319c215fd1c.tar.gz
dotfiles-eb90431614ae45ec030e6b553c1a6319c215fd1c.zip
Changed colors for status and moved memory to the right
Diffstat (limited to '.config/tmux')
-rw-r--r--.config/tmux/tmux.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf
index dafaf7f..883af1e 100644
--- a/.config/tmux/tmux.conf
+++ b/.config/tmux/tmux.conf
@@ -250,8 +250,8 @@ set -g status-left-length 60
set -g status-left "#[fg=black] ❐ #S #( ~/.config/tmux/left-status.sh )"
# Highlight the current window.
-setw -g window-status-current-style fg=gray,bg=black,bright
-set -g window-status-current-format ' #I #W '
+setw -g window-status-current-style fg=color235,bg=silver,bright
+set -g window-status-current-format ' #I:#W '
#set -g status-format[0] '#[align=left] ❐ #S #( ~/.config/tmux/left-status.sh )#[align=absolute-centre]#[list=on] #I #W #[nolist]#[align=right] %H:%M %d-%m-%Y #H '
set -g status-justify absolute-centre
## Right
@@ -260,7 +260,8 @@ set-option -g status-right ""
set -g status-right-length 60
#set -g status-right-length 140
#set -g status-right-style default
-set -ag status-right "#[fg=black] %H:%M %d-%m-%Y #H "
+#set -ag status-right "#[fg=black] %H:%M %d-%m-%Y #H "
+set -ag status-right "#[fg=black] #( ~/.config/tmux/right-status.sh ) %H:%M %d-%m-%Y #H "
# list of plugins
set -g @plugin 'tmux-plugins/tpm'