1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-10-22 12:31:23 +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,
text = cal_text,
timeout = 0, hover_timeout = 0.5,
bg = "#060606"
})
end
@ -290,6 +291,7 @@ function show_calendar(t_out)
calendar = naughty.notify({ title = header,
text = cal_text,
timeout = t_out,
bg = "#060606"
})
end
@ -339,7 +341,7 @@ vicious.register(mygmail, vicious.widgets.gmail,
position = "top_left",
icon = beautiful.widget_mail_notify,
fg = beautiful.taglist_fg_focus,
bg = beautiful.bg_normal
bg = "#060606"
})
notify_shown = true
end
@ -435,7 +437,8 @@ function show_info(t_out)
margin = 10,
height = 210,
width = 680,
screen = capi.mouse.screen
bg = "#060606",
screen = capi.mouse.screen
})
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