]> git.rmz.io Git - dotfiles.git/blobdiff - awesome/widgets/network_widget.lua
vim: add choice snippet for sh
[dotfiles.git] / awesome / widgets / network_widget.lua
index d135f1e00ffd95e694c5c993b6551094ae404855..2d9700b950ffeadc1d7f783a73197328eac5fb76 100644 (file)
@@ -8,11 +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={"enp2s0"}, command_mode="newer", font='monospace'})
+    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