tmux: do not show ffka IP (inconsistent)

This commit is contained in:
Johanna Dorothea Reichmann 2019-06-18 20:44:37 +02:00
parent 3704d8a67c
commit 7fae82e438
No known key found for this signature in database
GPG Key ID: 03624C433676E465
1 changed files with 1 additions and 1 deletions

View File

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