]> 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 5b562af92a0d5250e1d427c3e0fbe326ffe63eba..2d9700b950ffeadc1d7f783a73197328eac5fb76 100644 (file)
@@ -8,7 +8,7 @@ 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