]> git.rmz.io Git - dotfiles.git/blobdiff - awesome/widgets/network_widget.lua
vim: promote some plugins
[dotfiles.git] / awesome / widgets / network_widget.lua
index 1a76888146e7570705ca1cde70d2789bb803c0af..2d9700b950ffeadc1d7f783a73197328eac5fb76 100644 (file)
@@ -8,8 +8,14 @@ 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'})
+end
+if utils.host == "UH-LPT044" then
+    widget = net_widget.wireless({interface="wlp4s0", command_mode="newer", font='monospace'})
+end
 
 return widget