1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-10-22 12:31:23 +00:00

Merge pull request #238 from aajjbb/remove-duplicate-cal

remove duplicate assign of theme.cal
This commit is contained in:
Luca CPZ 2018-09-15 10:10:31 +02:00 committed by GitHub
commit 5a30abe2d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -99,7 +99,7 @@ local mytextclock = wibox.widget.textclock(markup("#7788af", "%A %d %B ") .. mar
mytextclock.font = theme.font
-- Calendar
theme.cal = theme.cal = lain.widget.cal({
theme.cal = lain.widget.cal({
attach_to = { mytextclock },
notification_preset = {
font = "xos4 Terminus 10",

View file

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

View file

@ -108,7 +108,7 @@ local binclock = require("themes.powerarrow.binclock"){
}
-- Calendar
theme.cal = theme.cal = lain.widget.cal({
theme.cal = lain.widget.cal({
--cal = "cal --color=always",
attach_to = { binclock.widget },
notification_preset = {