]> git.rmz.io Git - dotfiles.git/blobdiff - awesome/widgets/network_widget.lua
awesome: update skull-canyon net interface
[dotfiles.git] / awesome / widgets / network_widget.lua
index 9a2215fa4275b39fdc674658016f724d0cf831d8..909c5fb993a0ce7d58f084e3d997a4c653361bef 100644 (file)
@@ -8,8 +8,8 @@ end
 if utils.host == "hactar" then
     widget = net_widget.indicator({interfaces={"enp3s0"}, command_mode="newer", font='monospace'})
 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"}, command_mode="newer", font='monospace'})
 end
 
 return widget