diff --git a/rc.lua.multicolor b/rc.lua.multicolor index 2db3b1f..73f9e8b 100644 --- a/rc.lua.multicolor +++ b/rc.lua.multicolor @@ -53,7 +53,7 @@ lain.widgets.calendar:attach(mytextclock, { font_size = 10 }) -- Weather weathericon = wibox.widget.imagebox(beautiful.widget_weather) -yawn = lain.widgets.yawn(123456, { +yawn = lain.widgets.yawn(city, { settings = function() widget:set_markup(markup("#eca4c4", forecast:lower() .. " @ " .. units .. "°C ")) end