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