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", skiproutes=false, font='hack'})
8 if utils.host == "hactar" then
9 widget = net_widget.indicator({interfaces={"br0"}, font='hack'})
11 if utils.host == "skull-canyon" then
12 widget = net_widget.indicator({interfaces={"eno1"}, font='hack'})