remove duplicate assign of theme.cal in multicolor/powerarrow/powerarrow-dark
This commit is contained in:
parent
09929eee2f
commit
266539b6c3
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue