From c941e6b0bc7affe4dd7b6af84d17513573835309 Mon Sep 17 00:00:00 2001 From: Moussab Date: Tue, 2 Dec 2014 22:18:20 +0100 Subject: [PATCH] Update rc.lua.multicolor --- rc.lua.multicolor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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