From b1847f3208f6b7215ee14774f3bf300cb1033807 Mon Sep 17 00:00:00 2001 From: Deon Spengler Date: Mon, 4 May 2015 00:06:05 +0200 Subject: [PATCH] Added tmux config --- .tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .tmux.conf diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..238df90 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,6 @@ +set -g status-bg black +set -g status-fg white +set-window-option -g window-status-current-fg colour067 + +set -g status-left '#[default]' +set -g status-right '%H:%M %d/%m/%Y'