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

blackburn: fancy taglist chars

This commit is contained in:
luke bonham 2013-04-14 15:13:02 +02:00
parent 86308109bc
commit 7ce6f0e158
3 changed files with 7 additions and 6 deletions

View file

@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 KiB

After

Width:  |  Height:  |  Size: 1 MiB

View file

@ -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"