mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2026-03-23 14:05:11 +00:00
Update rc.lua.multicolor
This commit is contained in:
parent
2519a25f65
commit
c941e6b0bc
|
|
@ -53,7 +53,7 @@ lain.widgets.calendar:attach(mytextclock, { font_size = 10 })
|
||||||
|
|
||||||
-- Weather
|
-- Weather
|
||||||
weathericon = wibox.widget.imagebox(beautiful.widget_weather)
|
weathericon = wibox.widget.imagebox(beautiful.widget_weather)
|
||||||
yawn = lain.widgets.yawn(123456, {
|
yawn = lain.widgets.yawn(city, {
|
||||||
settings = function()
|
settings = function()
|
||||||
widget:set_markup(markup("#eca4c4", forecast:lower() .. " @ " .. units .. "°C "))
|
widget:set_markup(markup("#eca4c4", forecast:lower() .. " @ " .. units .. "°C "))
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue