summaryrefslogtreecommitdiffstats
path: root/roles/common/files/tmux.conf
diff options
context:
space:
mode:
authorMatthieu Saulnier <fantom@fedoraproject.org>2017-11-12 16:25:19 +0100
committerMatthieu Saulnier <fantom@fedoraproject.org>2017-11-12 16:25:19 +0100
commitced523c435d74799979c23d0faa63bd46bcba97c (patch)
tree02643e41f7ffb883b923824eb6126bc01ff77fbf /roles/common/files/tmux.conf
parent82e085df81cd17293ff557fc3663bc5b5aad65fa (diff)
downloadplaybooks-ansible-ced523c435d74799979c23d0faa63bd46bcba97c.tar.gz
playbooks-ansible-ced523c435d74799979c23d0faa63bd46bcba97c.tar.xz
playbooks-ansible-ced523c435d74799979c23d0faa63bd46bcba97c.zip
Update rc files and add pkgs for client hosts
Diffstat (limited to 'roles/common/files/tmux.conf')
-rw-r--r--roles/common/files/tmux.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/common/files/tmux.conf b/roles/common/files/tmux.conf
index ee0fa52..6473e27 100644
--- a/roles/common/files/tmux.conf
+++ b/roles/common/files/tmux.conf
@@ -46,7 +46,8 @@ setw -g mode-keys emacs
# add uptime in status right
set -g status-right-length 60
#set -g status-right '#[fg=red,bg=default]epoch: #(uptime | cut -d " " -f 4,5,6,7) #[fg=blue]|| %Y-%m-%d %H:%M %a '
-set -g status-right '#[fg=red,bg=default]epoch: #(uptime -s) #[fg=blue]|| %Y-%m-%d %H:%M %a '
+#set -g status-right '#[fg=red,bg=default]epoch: #(uptime -s) #[fg=blue]|| %Y-%m-%d %H:%M %a '
+set -g status-right '#[fg=red,bg=default]#H: #(uptime -s) #[fg=blue]%Y-%m-%d %H:%M %a '
# recording program output to a log
bind P pipe-pane -o "cat >> ~/logs/#W-$(date +%Y%m%d-%H%M%S).log.bin" \; display "Toggled logging"