Powerarrow-dark: fix calendar widget attaching.
Now calendar is showing when you mouse over clock widget.
This commit is contained in:
parent
b712238491
commit
3ef49c5f04
|
@ -5,7 +5,7 @@ Awesome WM Copycats
|
||||||
Themes for Awesome WM 4.x
|
Themes for Awesome WM 4.x
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
:Author: Luca CPZ <dada [at] archlinux [dot] info>
|
:Author: Luca CPZ
|
||||||
:Version: git
|
:Version: git
|
||||||
:License: BY-NC-SA_
|
:License: BY-NC-SA_
|
||||||
:Source: https://github.com/lcpz/awesome-copycats
|
:Source: https://github.com/lcpz/awesome-copycats
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3d363fdf2962d5d072b82ad7f0bb64e3752a419f
|
Subproject commit c243022a64d3f429a399eca96c350c8e75808de5
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
--[[
|
--[[
|
||||||
|
|
||||||
Awesome WM configuration template
|
Awesome WM configuration template
|
||||||
|
@ -545,7 +544,7 @@ for i = 1, 9 do
|
||||||
tag:view_only()
|
tag:view_only()
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
descr_view),
|
descr_view),
|
||||||
-- Toggle tag display.
|
-- Toggle tag display.
|
||||||
awful.key({ modkey, "Control" }, "#" .. i + 9,
|
awful.key({ modkey, "Control" }, "#" .. i + 9,
|
||||||
function ()
|
function ()
|
||||||
|
|
|
@ -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,
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
--[[
|
--[[
|
||||||
|
|
||||||
Licensed under GNU General Public License v2
|
Licensed under GNU General Public License v2
|
||||||
* (c) 2017, Luke Bonham
|
* (c) 2017, Luca CPZ
|
||||||
* (c) 2013, romockee
|
* (c) 2013, romockee
|
||||||
|
|
||||||
--]]
|
--]]
|
||||||
|
|
Loading…
Reference in New Issue