diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-01 18:59:18 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-01 18:59:18 +0200 |
commit | ed845448c42d977f0fdd71d63908b3d036c227de (patch) | |
tree | f3d8b69f07dc59dbc1af4ffb9457bd357cb0b0f8 /i3 | |
parent | 1b9ca04faeb9db9c078b13c7fcf89b20fd8257d9 (diff) | |
download | dotfiles-ed845448c42d977f0fdd71d63908b3d036c227de.tar.xz |
i3: bar: superfluous lines
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'i3')
-rw-r--r-- | i3/bar.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -63,7 +63,6 @@ if hostname == "zorg.kyriasis.com": interface="enp0s25", format_up="{interface}: {v4cidr}") - elif hostname == "tirxu.kyriasis.com": status.register("network", interface="wlp4s0", @@ -73,7 +72,6 @@ elif hostname == "tirxu.kyriasis.com": interface="enp0s20u3u1u3", format_up="{interface}: {v4cidr}") - elif hostname == "hydrogen.kyriasis.com": status.register("network", interface="wlp4s0", |