From 21d01999e240a150cadb09a1185a63271b7d8f5a Mon Sep 17 00:00:00 2001 From: jreichmann <34141868+jreichmann@users.noreply.github.com> Date: Thu, 21 Feb 2019 08:13:59 +0100 Subject: [PATCH] Display FFKA IP on the bottom right --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index a54bb6b..0c3af9e 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -32,7 +32,7 @@ set -g status-fg colour199 set -g status-justify centre set -g status-left " [#H] [#S] " set -g status-left-length 100 -set -g status-right " %Y-%m-%d %H:%M.%S " +set -g status-right '[FFKA: #(ip addr show freifunk | grep inet6 | grep -v fe80 | cut -d/ -f1 | cut -d " " -f6)] [%Y-%m-%d %H:%M.%S]' # Refresh status bar every 5s set -g status-interval 5