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:
parent
7b9ddcb9cc
commit
7390e58d1e
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue