correct top process place

This commit is contained in:
vincent 2019-10-20 18:01:55 +02:00
parent 8800c9f3e3
commit 605ed7a432
2 changed files with 1 additions and 10 deletions

View File

@ -174,7 +174,7 @@ function theme:update()
------------------------------------------------------------
self.float.top.set_position = function(wibox)
local geometry = { x = mouse.screen.workarea.x + mouse.screen.workarea.width,
y = mouse.screen.workarea.y + mouse.screen.workarea.height }
y = mouse.screen.workarea.y }
wibox:geometry(geometry)
end

View File

@ -44,15 +44,6 @@ theme.widget.wrapper = {
tasklist = { 4, 0, 0, 0 }, -- centering tasklist widget
}
--icon
theme.cpu_icon = icon_dir .. "cpu.png"
theme.net_up = icon_dir .. "net_up.png"
theme.net_down = icon_dir .. "net_down.png"
theme.spr_right = icon_dir .. "spr_right.png"
theme.mpd_icon = icon_dir .. "audio.svg"
theme.ram_icon = icon_dir .. "ram.png"
return theme