From 0f152378fa7e04c2e2af0e2a2418f3edd4810cf6 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sun, 10 Sep 2017 14:23:43 +0200 Subject: awesome: get rid of unused acwidget --- awesome/rc.lua | 6 ------ 1 file changed, 6 deletions(-) (limited to 'awesome/rc.lua') diff --git a/awesome/rc.lua b/awesome/rc.lua index c875777..2d41feb 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -123,11 +123,6 @@ mykeyboardlayout = awful.widget.keyboardlayout() -- Create a textclock widget mytextclock = wibox.widget.textclock(' %H:%M ') -acwidget = wibox.widget.imagebox() -acwidget:set_image(awful.util.getdir("config") .. "/power-ac.png") -acwidget.visible = false - - function bat_string(widget, state) local charge = ' Bat:' .. state[2] .. '% ' @@ -251,7 +246,6 @@ awful.screen.connect_for_each_screen(function(s) mykeyboardlayout, cpuwidget, batwidget, - --acwidget s.mylayoutbox, wibox.widget.systray(), mytextclock, -- cgit v1.2.3