From 7fae82e438d0c44c2b29bbf85a24fb0f518bfe3d Mon Sep 17 00:00:00 2001 From: jreichmann Date: Tue, 18 Jun 2019 20:44:37 +0200 Subject: [PATCH] tmux: do not show ffka IP (inconsistent) --- roles/tmux/templates/tmux.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/tmux/templates/tmux.conf.j2 b/roles/tmux/templates/tmux.conf.j2 index f11f514..5d7c28e 100644 --- a/roles/tmux/templates/tmux.conf.j2 +++ b/roles/tmux/templates/tmux.conf.j2 @@ -31,7 +31,7 @@ set -g status-style bg=colour235,fg=colour199 set status-justify centre set status-left " [#H] [#S] " set status-left-length 100 -set status-right '[FFKA: #(ip addr show freifunk | grep inet6 | grep -v fe80 | cut -d/ -f1 | cut -d " " -f6)] [%Y-%m-%d %H:%M.%S]' +set status-right '[%Y-%m-%d %H:%M.%S]' # Refresh status bar every 2s set status-interval 2