local utils = require("utils") local net_widget = require("widgets/net_widgets") local widget if utils.host == "chronos" then widget = net_widget.wireless({interface="wlp3s0", command_mode="newer", font='monospace'}) end if utils.host == "smartlab-imac2" then widget = net_widget.wireless({interface="wlp3s0", command_mode="newer", font='monospace'}) 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={"enp0s31f6"}, command_mode="newer", font='monospace'}) end if utils.host == "UH-LPT044" then widget = net_widget.wireless({interface="wlp4s0", command_mode="newer", font='monospace'}) end return widget