1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2026-03-23 14:05:11 +00:00

Powerarrow-dark: fix calendar widget attaching.

Now calendar is showing when you mouse over clock widget.
This commit is contained in:
Settis 2017-10-16 17:32:02 +04:00
parent 7b9ddcb9cc
commit 7390e58d1e

View file

@ -99,7 +99,7 @@ local clock = awful.widget.watch(
-- Calendar -- Calendar
theme.cal = lain.widget.calendar({ theme.cal = lain.widget.calendar({
attach_to = { clock.widget }, attach_to = { clock },
notification_preset = { notification_preset = {
font = "xos4 Terminus 10", font = "xos4 Terminus 10",
fg = theme.fg_normal, fg = theme.fg_normal,