1
0
Fork 0
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:
Moussab 2014-12-02 22:18:20 +01:00
parent 2519a25f65
commit c941e6b0bc

View file

@ -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