]> git.rmz.io Git - dotfiles.git/commitdiff
awesome: update skull-canyon net interface
authorSamir Benmendil <samir@fppnt.com>
Sun, 24 Nov 2019 15:23:26 +0000 (15:23 +0000)
committerSamir Benmendil <samir@fppnt.com>
Sun, 24 Nov 2019 15:23:26 +0000 (15:23 +0000)
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