diff --git a/rc.lua.steamburn b/rc.lua.steamburn index c16396a..861c142 100755 --- a/rc.lua.steamburn +++ b/rc.lua.steamburn @@ -324,7 +324,7 @@ vicious.register(mygmail, vicious.widgets.gmail, bg = beautiful.bg_urgent }) notify_shown = true end - return gray .. "Mail " .. coldef .. white .. args["{count}"] .. " " .. coldef + return gray .. " Mail " .. coldef .. white .. args["{count}"] .. " " .. coldef else notify_shown = false return '' diff --git a/themes/blackburn/icons/dwindle.png b/themes/blackburn/icons/dwindle.png new file mode 100644 index 0000000..ae8d084 Binary files /dev/null and b/themes/blackburn/icons/dwindle.png differ diff --git a/themes/blackburn/icons/fairh.png b/themes/blackburn/icons/fairh.png new file mode 100644 index 0000000..532237b Binary files /dev/null and b/themes/blackburn/icons/fairh.png differ diff --git a/themes/blackburn/icons/fairv.png b/themes/blackburn/icons/fairv.png new file mode 100644 index 0000000..467541d Binary files /dev/null and b/themes/blackburn/icons/fairv.png differ diff --git a/themes/blackburn/icons/floating.png b/themes/blackburn/icons/floating.png new file mode 100644 index 0000000..882738f Binary files /dev/null and b/themes/blackburn/icons/floating.png differ diff --git a/themes/blackburn/icons/magnifier.png b/themes/blackburn/icons/magnifier.png new file mode 100644 index 0000000..fda3d46 Binary files /dev/null and b/themes/blackburn/icons/magnifier.png differ diff --git a/themes/blackburn/icons/mail_notify.png b/themes/blackburn/icons/mail_notify.png new file mode 100644 index 0000000..b44851f Binary files /dev/null and b/themes/blackburn/icons/mail_notify.png differ diff --git a/themes/blackburn/icons/max.png b/themes/blackburn/icons/max.png new file mode 100644 index 0000000..2dda334 Binary files /dev/null and b/themes/blackburn/icons/max.png differ diff --git a/themes/blackburn/icons/spiral.png b/themes/blackburn/icons/spiral.png new file mode 100644 index 0000000..ebd5999 Binary files /dev/null and b/themes/blackburn/icons/spiral.png differ diff --git a/themes/blackburn/icons/square_sel.png b/themes/blackburn/icons/square_sel.png new file mode 100644 index 0000000..9714653 Binary files /dev/null and b/themes/blackburn/icons/square_sel.png differ diff --git a/themes/blackburn/icons/square_unsel.png b/themes/blackburn/icons/square_unsel.png new file mode 100644 index 0000000..a4584d9 Binary files /dev/null and b/themes/blackburn/icons/square_unsel.png differ diff --git a/themes/blackburn/icons/submenu.png b/themes/blackburn/icons/submenu.png new file mode 100644 index 0000000..10ca014 Binary files /dev/null and b/themes/blackburn/icons/submenu.png differ diff --git a/themes/blackburn/icons/tile.png b/themes/blackburn/icons/tile.png new file mode 100644 index 0000000..128305f Binary files /dev/null and b/themes/blackburn/icons/tile.png differ diff --git a/themes/blackburn/icons/tilebottom.png b/themes/blackburn/icons/tilebottom.png new file mode 100644 index 0000000..e63d636 Binary files /dev/null and b/themes/blackburn/icons/tilebottom.png differ diff --git a/themes/blackburn/icons/tileleft.png b/themes/blackburn/icons/tileleft.png new file mode 100644 index 0000000..fcac452 Binary files /dev/null and b/themes/blackburn/icons/tileleft.png differ diff --git a/themes/blackburn/icons/tiletop.png b/themes/blackburn/icons/tiletop.png new file mode 100644 index 0000000..1e860e1 Binary files /dev/null and b/themes/blackburn/icons/tiletop.png differ diff --git a/themes/blackburn/theme.lua b/themes/blackburn/theme.lua index 9f28ed5..2f96b4b 100644 --- a/themes/blackburn/theme.lua +++ b/themes/blackburn/theme.lua @@ -9,7 +9,7 @@ theme = {} -themes_dir = os.getenv("HOME") .. "/.config/awesome/themes/steamburn" +themes_dir = os.getenv("HOME") .. "/.config/awesome/themes/blackburn" theme.wallpaper = themes_dir .. "/wall.png" theme.font = "Tamsyn 10" diff --git a/themes/blackburn/wall.png b/themes/blackburn/wall.png new file mode 100644 index 0000000..c086e17 Binary files /dev/null and b/themes/blackburn/wall.png differ diff --git a/themes/steamburn/wall.png b/themes/steamburn/wall.png old mode 100755 new mode 100644