diff --git a/rc.lua.blackburn b/rc.lua.blackburn index d48d666..7ba8959 100755 --- a/rc.lua.blackburn +++ b/rc.lua.blackburn @@ -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 diff --git a/screenshot/blackburn.png b/screenshot/blackburn.png index 8fa2df9..38f74a8 100644 Binary files a/screenshot/blackburn.png and b/screenshot/blackburn.png differ diff --git a/themes/blackburn/wall.png b/themes/blackburn/wall.png index c086e17..6f23322 100644 Binary files a/themes/blackburn/wall.png and b/themes/blackburn/wall.png differ