summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/.tmux/themes/linux.theme3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/.tmux/themes/linux.theme b/src/.tmux/themes/linux.theme
index 2741e83..2b4ada5 100644
--- a/src/.tmux/themes/linux.theme
+++ b/src/.tmux/themes/linux.theme
@@ -13,7 +13,8 @@ set -g status-left "#[bold]#[fg=#cccccc,bg=#000000] ⧉ #S #[default]"
set -g status-interval 1
# Status right (clock, date, host)
-set -g status-right "#[bold]#[fg=#cccccc,bg=#000000] %H:%M:%S | %d %b %Y | #H #[default]"
+#set -g status-right "#[bold]#[fg=#cccccc,bg=#000000] %H:%M:%S | %d %b %Y | #H #[default]"
+set -g status-right "#[bold]#[fg=#cccccc,bg=#000000] #H | %d %b %Y | %H:%M:%S #[default]"
# Window status inactive (gray on black, bold)
setw -g window-status-format "#[bold,fg=#888888,bg=#000000] #I:#W #[default]"