From: Samir Benmendil Date: Wed, 16 May 2018 09:10:53 +0000 (+0100) Subject: awesome: use the bridge network interface on uh-nuc001 X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/47ef5559a382acc1db40c085cd3e38affe8af52c?ds=inline awesome: use the bridge network interface on uh-nuc001 --- diff --git a/awesome/widgets/network_widget.lua b/awesome/widgets/network_widget.lua index 9b9b974..9a2215f 100644 --- a/awesome/widgets/network_widget.lua +++ b/awesome/widgets/network_widget.lua @@ -9,7 +9,7 @@ if utils.host == "hactar" then widget = net_widget.indicator({interfaces={"enp3s0"}, command_mode="newer", font='monospace'}) end if utils.host == "uh-nuc001" then - widget = net_widget.indicator({interfaces={"eno1"}, command_mode="newer", font='monospace'}) + widget = net_widget.indicator({interfaces={"br0"}, command_mode="newer", font='monospace'}) end return widget