correct top process place
This commit is contained in:
parent
8800c9f3e3
commit
605ed7a432
@ -174,7 +174,7 @@ function theme:update()
|
|||||||
------------------------------------------------------------
|
------------------------------------------------------------
|
||||||
self.float.top.set_position = function(wibox)
|
self.float.top.set_position = function(wibox)
|
||||||
local geometry = { x = mouse.screen.workarea.x + mouse.screen.workarea.width,
|
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)
|
wibox:geometry(geometry)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -44,15 +44,6 @@ theme.widget.wrapper = {
|
|||||||
tasklist = { 4, 0, 0, 0 }, -- centering tasklist widget
|
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
|
return theme
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user