From: Samir Benmendil Date: Wed, 26 Jun 2013 07:42:55 +0000 (+0200) Subject: remove the network widget X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/08358a4f1b229e02ed09bd69463530fcdfc37af9 remove the network widget --- diff --git a/awesome/topbar.lua b/awesome/topbar.lua index 587bfc4..df7c5c4 100644 --- a/awesome/topbar.lua +++ b/awesome/topbar.lua @@ -10,7 +10,6 @@ local battery_widget = { } if utils.host == "chronos" then battery_widget = require("widgets/battery_widget") end -local network_widget = require("widgets/network_widget") -- Create a textclock widget mytextclock = awful.widget.textclock() @@ -98,8 +97,6 @@ for s = 1, screen.count() do local right_layout = wibox.layout.fixed.horizontal() if s == 1 then right_layout:add(wibox.widget.systray()) end right_layout:add(separator) - right_layout:add(network_widget) - right_layout:add(separator) right_layout:add(volume_widget) if utils.host == "chronos" then right_layout:add(separator)