added powermenu
This commit is contained in:
@@ -75,6 +75,7 @@ return function ()
|
||||
date_widget:connect_signal(
|
||||
"mouse::enter",
|
||||
function ()
|
||||
awesome.emit_signal("widget::calendar_osd:stop", true)
|
||||
old_bg = date_widget.bg
|
||||
date_widget.bg = color.color["Teal200"] .. "dd"
|
||||
local w = mouse.current_wibox
|
||||
@@ -102,6 +103,7 @@ return function ()
|
||||
date_widget:connect_signal(
|
||||
"mouse::leave",
|
||||
function ()
|
||||
awesome.emit_signal("widget::calendar_osd:rerun", true)
|
||||
date_widget.bg = old_bg
|
||||
if old_wibox then
|
||||
old_wibox.cursor = old_cursor
|
||||
|
||||
Reference in New Issue
Block a user