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

remove duplicate assign of theme.cal in multicolor/powerarrow/powerarrow-dark

This commit is contained in:
aajjbb 2018-09-14 20:09:25 -03:00
parent 09929eee2f
commit 266539b6c3
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 = {