mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2026-03-23 05:55:12 +00:00
Powerarrow-dark: fix calendar widget attaching.
Now calendar is showing when you mouse over clock widget.
This commit is contained in:
parent
7b9ddcb9cc
commit
7390e58d1e
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue