From: Samir Benmendil Date: Thu, 7 Apr 2016 10:05:48 +0000 (+0100) Subject: awesome: add network_widget on `sb-arch` X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/bcccfb2dbc6913e289f24f2887c345abb0c3e5bb?ds=sidebyside awesome: add network_widget on `sb-arch` --- diff --git a/awesome/widgets/network_widget.lua b/awesome/widgets/network_widget.lua index 1a76888..d135f1e 100644 --- a/awesome/widgets/network_widget.lua +++ b/awesome/widgets/network_widget.lua @@ -11,5 +11,8 @@ end if utils.host == "shada" then widget = net_widget.indicator({interfaces={"enp3s0"}, command_mode="newer", font='monospace'}) end +if utils.host == "sb-arch" then + widget = net_widget.indicator({interfaces={"enp2s0"}, command_mode="newer", font='monospace'}) +end return widget