]> git.rmz.io Git - dotfiles.git/commitdiff
remove the network widget
authorSamir Benmendil <samir.benmendil@gmail.com>
Wed, 26 Jun 2013 07:42:55 +0000 (09:42 +0200)
committerSamir Benmendil <samir.benmendil@gmail.com>
Wed, 26 Jun 2013 07:42:55 +0000 (09:42 +0200)
awesome/topbar.lua

index 587bfc416187a088940556d46fa4b49ac0b5db4b..df7c5c4d80bc6ebc5359e22336a9f49bdd5b50fc 100644 (file)
@@ -10,7 +10,6 @@ local battery_widget = { }
 if utils.host == "chronos" then
     battery_widget = require("widgets/battery_widget")
 end
 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()
 
 -- 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)
     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)
     right_layout:add(volume_widget)
     if utils.host == "chronos" then
     right_layout:add(separator)