]> git.rmz.io Git - dotfiles.git/blobdiff - awesome/widgets/network_widget.lua
vim: errorformat for CMake
[dotfiles.git] / awesome / widgets / network_widget.lua
index 4be69821f9c72f1fc355f65a9fbdcbd0ace2747c..9a2215fa4275b39fdc674658016f724d0cf831d8 100644 (file)
@@ -5,14 +5,11 @@ local widget
 if utils.host == "chronos" then
     widget = net_widget.wireless({interface="wlp3s0", command_mode="newer", font='monospace'})
 end
-if utils.host == "smartlab-imac2" then
-    widget = net_widget.wireless({interface="wlp3s0", command_mode="newer", font='monospace'})
-end
-if utils.host == "shada" then
+if utils.host == "hactar" then
     widget = net_widget.indicator({interfaces={"enp3s0"}, command_mode="newer", font='monospace'})
 end
-if utils.host == "sb-arch" then
-    widget = net_widget.indicator({interfaces={"enp0s31f6"}, command_mode="newer", font='monospace'})
+if utils.host == "uh-nuc001" then
+    widget = net_widget.indicator({interfaces={"br0"}, command_mode="newer", font='monospace'})
 end
 
 return widget