summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dotfiles/tmux.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/dotfiles/tmux.conf b/dotfiles/tmux.conf
index 721e274..dd66e95 100644
--- a/dotfiles/tmux.conf
+++ b/dotfiles/tmux.conf
@@ -45,6 +45,10 @@ set-option -g update-environment "\
DBUS_SESSION_BUS_ADDRESS\
"
+# style the border of the active pane
+set -g pane-active-border-style "fg=black bg=color116"
+
+# configure the status line
set -g status-right "#[fg=colour178]#H#[default]|%a %F %H:%M"
set -g status-right-length 48