]> git.rmz.io Git - dotfiles.git/blobdiff - awesome/widgets/network_widget.lua
mutt: fix F macro to not write message to home
[dotfiles.git] / awesome / widgets / network_widget.lua
index 9a2215fa4275b39fdc674658016f724d0cf831d8..36c7dce275669222078d03a0dd5cda422baf0bf6 100644 (file)
@@ -6,10 +6,10 @@ 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 == "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