]> git.rmz.io Git - dotfiles.git/commitdiff
awesome: update hactar net interface
authorSamir Benmendil <me@rmz.io>
Sun, 5 Jan 2020 16:59:43 +0000 (16:59 +0000)
committerSamir Benmendil <me@rmz.io>
Sun, 5 Jan 2020 16:59:43 +0000 (16:59 +0000)
awesome/widgets/network_widget.lua

index 909c5fb993a0ce7d58f084e3d997a4c653361bef..36c7dce275669222078d03a0dd5cda422baf0bf6 100644 (file)
@@ -6,7 +6,7 @@ if utils.host == "chronos" then
     widget = net_widget.wireless({interface="wlp3s0", command_mode="newer", font='monospace'})
 end
 if utils.host == "hactar" then
-    widget = net_widget.indicator({interfaces={"enp3s0"}, command_mode="newer", font='monospace'})
+    widget = net_widget.indicator({interfaces={"enp4s0"}, command_mode="newer", font='monospace'})
 end
 if utils.host == "skull-canyon" then
     widget = net_widget.indicator({interfaces={"eno1"}, command_mode="newer", font='monospace'})