local widget
if utils.host == "chronos" then
- widget = net_widget.wireless({interface="wlp3s0", command_mode="newer", font='monospace'})
+ widget = net_widget.wireless({interface="wlp3s0", skiproutes=false, font='hack'})
end
if utils.host == "hactar" then
- widget = net_widget.indicator({interfaces={"enp3s0"}, command_mode="newer", font='monospace'})
+ widget = net_widget.indicator({interfaces={"br0"}, font='hack'})
end
-if utils.host == "uh-nuc001" then
- widget = net_widget.indicator({interfaces={"br0"}, command_mode="newer", font='monospace'})
+if utils.host == "skull-canyon" then
+ widget = net_widget.indicator({interfaces={"eno1"}, font='hack'})
end
return widget