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 == "hactar" then
9 widget = net_widget.indicator({interfaces={"enp3s0"}, command_mode="newer", font='monospace'})
11 if utils.host == "uh-nuc001" then
12 widget = net_widget.indicator({interfaces={"eno1"}, command_mode="newer", font='monospace'})