]> git.rmz.io Git - dotfiles.git/blobdiff - awesome/widgets/network_widget.lua
nvim: add FPP copyright snippet
[dotfiles.git] / awesome / widgets / network_widget.lua
index 1c1a236102c7ed18ae071efa65f3503af2932e42..0e6e6bcb242cadda2ac4e671e7397ab386f58448 100644 (file)
@@ -6,7 +6,7 @@ if utils.host == "chronos" then
     widget = net_widget.wireless({interface="wlp3s0", skiproutes=false, font='hack'})
 end
 if utils.host == "hactar" then
-    widget = net_widget.indicator({interfaces={"enp4s0"}, font='hack'})
+    widget = net_widget.indicator({interfaces={"br0"}, font='hack'})
 end
 if utils.host == "skull-canyon" then
     widget = net_widget.indicator({interfaces={"eno1"}, font='hack'})