diff options
author | terminaldweller <thabogre@gmail.com> | 2022-02-16 20:58:11 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-02-16 20:58:11 +0000 |
commit | 50803a3d5723349ae52fa9e1ffd0ef7a58c794f8 (patch) | |
tree | 7a0a77375468e47321c0043f545f633aee344e6f /.tmux.conf | |
parent | udev, mailcap and kmonad service (diff) | |
download | scripts-50803a3d5723349ae52fa9e1ffd0ef7a58c794f8.tar.gz scripts-50803a3d5723349ae52fa9e1ffd0ef7a58c794f8.zip |
bbox config for linux and freebsd
Diffstat (limited to '')
-rw-r--r-- | .tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -134,7 +134,7 @@ 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}" +set -g pane-border-format "#{pane_index}:#{pane_current_command}" # message text set -g message-style bg='#44475a',fg='#8be9fd' |