1 local utils = require("utils")
2 local net_widget = require("widgets/net_widgets")
5 if utils.host == "chronos" then
6 widget = net_widget.wireless({interface="wlp3s0", command_mode="newer", font='monospace'})
8 if utils.host == "smartlab-imac2" then
9 widget = net_widget.wireless({interface="wlp3s0", command_mode="newer", font='monospace'})
11 if utils.host == "shada" then
12 widget = net_widget.indicator({interfaces={"enp3s0"}, command_mode="newer", font='monospace'})
14 if utils.host == "sb-arch" then
15 widget = net_widget.indicator({interfaces={"enp0s31f6"}, command_mode="newer", font='monospace'})