Display FFKA IP on the bottom right

This commit is contained in:
jreichmann 2019-02-21 08:13:59 +01:00
parent e4c7baabb4
commit 21d01999e2

View File

@ -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