1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-10-22 20:41:22 +00:00

new blackburn wallpaper

This commit is contained in:
luke bonham 2013-04-16 22:57:09 +02:00
parent 2a7b86f209
commit ffd8dfeac5
3 changed files with 5 additions and 2 deletions

View file

@ -280,6 +280,7 @@ function add_calendar(inc_offset)
calendar = naughty.notify({ title = header, calendar = naughty.notify({ title = header,
text = cal_text, text = cal_text,
timeout = 0, hover_timeout = 0.5, timeout = 0, hover_timeout = 0.5,
bg = "#060606"
}) })
end end
@ -290,6 +291,7 @@ function show_calendar(t_out)
calendar = naughty.notify({ title = header, calendar = naughty.notify({ title = header,
text = cal_text, text = cal_text,
timeout = t_out, timeout = t_out,
bg = "#060606"
}) })
end end
@ -339,7 +341,7 @@ vicious.register(mygmail, vicious.widgets.gmail,
position = "top_left", position = "top_left",
icon = beautiful.widget_mail_notify, icon = beautiful.widget_mail_notify,
fg = beautiful.taglist_fg_focus, fg = beautiful.taglist_fg_focus,
bg = beautiful.bg_normal bg = "#060606"
}) })
notify_shown = true notify_shown = true
end end
@ -435,6 +437,7 @@ function show_info(t_out)
margin = 10, margin = 10,
height = 210, height = 210,
width = 680, width = 680,
bg = "#060606",
screen = capi.mouse.screen screen = capi.mouse.screen
}) })
end end

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 263 KiB

After

Width:  |  Height:  |  Size: 565 KiB