From 7390e58d1e285cdae3e76771b764784e3d9d774c Mon Sep 17 00:00:00 2001 From: Settis Date: Mon, 16 Oct 2017 17:32:02 +0400 Subject: [PATCH] Powerarrow-dark: fix calendar widget attaching. Now calendar is showing when you mouse over clock widget. --- themes/powerarrow-dark/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/powerarrow-dark/theme.lua b/themes/powerarrow-dark/theme.lua index 12f0074..0dda79b 100644 --- a/themes/powerarrow-dark/theme.lua +++ b/themes/powerarrow-dark/theme.lua @@ -99,7 +99,7 @@ local clock = awful.widget.watch( -- Calendar theme.cal = lain.widget.calendar({ - attach_to = { clock.widget }, + attach_to = { clock }, notification_preset = { font = "xos4 Terminus 10", fg = theme.fg_normal,