aboutsummaryrefslogtreecommitdiffstats
path: root/.tmux.conf
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-02-13 16:58:00 +0000
committerterminaldweller <thabogre@gmail.com>2022-02-13 16:58:00 +0000
commit32fc608650b5aa824d87182e0491e0d9f5da7efe (patch)
tree70bb1649076c5964fc058a30abb86d4ba5a34a57 /.tmux.conf
parentmore polishing for clipd (diff)
downloadscripts-32fc608650b5aa824d87182e0491e0d9f5da7efe.tar.gz
scripts-32fc608650b5aa824d87182e0491e0d9f5da7efe.zip
updates
Diffstat (limited to '')
-rw-r--r--.tmux.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf
index c3a5421..8a81091 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -130,8 +130,11 @@ unbind Right
setw -g monitor-activity off
set -g visual-activity off
-set -g pane-active-border-style fg='#669933'
+set -g pane-active-border-style fg='#669933',bold
set -g pane-border-style fg='#0099ff'
+set -g pane-border-status top
+set -g pane-border-lines heavy
+set -g pane-border-format "#{pane_index} #{pane_current_command}"
# message text
set -g message-style bg='#44475a',fg='#8be9fd'