]> git.rmz.io Git - dotfiles.git/blobdiff - awesome/widgets/network_widget.lua
qutebrowser: update config
[dotfiles.git] / awesome / widgets / network_widget.lua
index 9b9b974119da1ca8309a69d2536b1554fadc1c96..909c5fb993a0ce7d58f084e3d997a4c653361bef 100644 (file)
@@ -8,7 +8,7 @@ end
 if utils.host == "hactar" then
     widget = net_widget.indicator({interfaces={"enp3s0"}, command_mode="newer", font='monospace'})
 end
-if utils.host == "uh-nuc001" then
+if utils.host == "skull-canyon" then
     widget = net_widget.indicator({interfaces={"eno1"}, command_mode="newer", font='monospace'})
 end