mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-22 11:12:31 +00:00
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
|
mytextclock.font = theme.font
|
||||||
|
|
||||||
-- Calendar
|
-- Calendar
|
||||||
theme.cal = theme.cal = lain.widget.cal({
|
theme.cal = lain.widget.cal({
|
||||||
attach_to = { mytextclock },
|
attach_to = { mytextclock },
|
||||||
notification_preset = {
|
notification_preset = {
|
||||||
font = "xos4 Terminus 10",
|
font = "xos4 Terminus 10",
|
||||||
|
|
|
@ -100,7 +100,7 @@ local clock = awful.widget.watch(
|
||||||
)
|
)
|
||||||
|
|
||||||
-- Calendar
|
-- Calendar
|
||||||
theme.cal = theme.cal = lain.widget.cal({
|
theme.cal = lain.widget.cal({
|
||||||
attach_to = { clock },
|
attach_to = { clock },
|
||||||
notification_preset = {
|
notification_preset = {
|
||||||
font = "xos4 Terminus 10",
|
font = "xos4 Terminus 10",
|
||||||
|
|
|
@ -108,7 +108,7 @@ local binclock = require("themes.powerarrow.binclock"){
|
||||||
}
|
}
|
||||||
|
|
||||||
-- Calendar
|
-- Calendar
|
||||||
theme.cal = theme.cal = lain.widget.cal({
|
theme.cal = lain.widget.cal({
|
||||||
--cal = "cal --color=always",
|
--cal = "cal --color=always",
|
||||||
attach_to = { binclock.widget },
|
attach_to = { binclock.widget },
|
||||||
notification_preset = {
|
notification_preset = {
|
||||||
|
|
Loading…
Reference in a new issue