1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-10-22 20:41:22 +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 committed by Luca CPZ
parent b712238491
commit 3ef49c5f04
5 changed files with 5 additions and 6 deletions

View file

@ -5,7 +5,7 @@ Awesome WM Copycats
Themes for Awesome WM 4.x
-------------------------
:Author: Luca CPZ <dada [at] archlinux [dot] info>
:Author: Luca CPZ
:Version: git
:License: BY-NC-SA_
:Source: https://github.com/lcpz/awesome-copycats

@ -1 +1 @@
Subproject commit 3d363fdf2962d5d072b82ad7f0bb64e3752a419f
Subproject commit c243022a64d3f429a399eca96c350c8e75808de5

View file

@ -1,4 +1,3 @@
--[[
Awesome WM configuration template

View file

@ -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,

View file

@ -1,7 +1,7 @@
--[[
Licensed under GNU General Public License v2
* (c) 2017, Luke Bonham
* (c) 2017, Luca CPZ
* (c) 2013, romockee
--]]