]> git.rmz.io Git - dotfiles.git/commitdiff
awesome: network_widget for uh laptop
authorSamir Benmendil <samir.benmendil@ultrahaptics.com>
Mon, 24 Oct 2016 07:47:54 +0000 (08:47 +0100)
committerSamir Benmendil <samir.benmendil@ultrahaptics.com>
Mon, 24 Oct 2016 07:47:54 +0000 (08:47 +0100)
awesome/widgets/network_widget.lua

index 4be69821f9c72f1fc355f65a9fbdcbd0ace2747c..5b562af92a0d5250e1d427c3e0fbe326ffe63eba 100644 (file)
@@ -14,5 +14,8 @@ 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