diff --git a/rc.lua.blackburn b/rc.lua.blackburn index 4f97568..59f1563 100755 --- a/rc.lua.blackburn +++ b/rc.lua.blackburn @@ -114,7 +114,7 @@ end -- Tags tags = { - names = { "web", "term", "docs", "media", "down"}, + names = { "ƀ", "Ƅ", "Ɗ", "ƈ", "ƙ" }, layout = { layouts[1], layouts[3], layouts[2], layouts[1], layouts[5] } } for s = 1, screen.count() do diff --git a/screenshot/blackburn.png b/screenshot/blackburn.png index c1fc157..d3e1702 100644 Binary files a/screenshot/blackburn.png and b/screenshot/blackburn.png differ diff --git a/themes/blackburn/theme.lua b/themes/blackburn/theme.lua index 0a5878e..1a6b4b6 100644 --- a/themes/blackburn/theme.lua +++ b/themes/blackburn/theme.lua @@ -1,9 +1,9 @@ --[[ ]]-- ----- - ----- Blackburn Awesome WM 3.5.+ theme -- ----- github.com/copycat-killer -- ----- - -----[[ ]]-- +-- - +-- Blackburn Awesome WM 3.5.+ theme -- +-- github.com/copycat-killer -- +-- - +--[[ ]]-- theme = {} @@ -12,6 +12,7 @@ themes_dir = os.getenv("HOME") .. "/.config/awe theme.wallpaper = themes_dir .. "/wall.png" theme.font = "Tamsyn 10" +theme.taglist_font = "Termsyn 10" theme.fg_normal = "#AAAAAA" theme.fg_focus = "#D79D38" theme.fg_urgent = "#CC9393"