PPaste!

Home - All the pastes - Authored by Thooms

Raw version

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
-- Redshift
rs = wibox.widget.imagebox(beautiful.widget_rs_on)
lain.widgets.contrib.redshift:attach(
    rs,
    function ()
        if lain.widgets.contrib.redshift:is_active() then
            rs:set_image(beautiful.widget_rs_on)
        else
            rs:set_image(beautiful.widget_rs_off)
        end
    end
)