]> 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 d135f1e00ffd95e694c5c993b6551094ae404855..36c7dce275669222078d03a0dd5cda422baf0bf6 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
-    widget = net_widget.indicator({interfaces={"enp3s0"}, command_mode="newer", font='monospace'})
+if utils.host == "hactar" then
+    widget = net_widget.indicator({interfaces={"enp4s0"}, command_mode="newer", font='monospace'})
 end
-if utils.host == "sb-arch" then
-    widget = net_widget.indicator({interfaces={"enp2s0"}, 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