blackburn: fancy taglist chars
This commit is contained in:
parent
86308109bc
commit
7ce6f0e158
|
@ -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.0 MiB |
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue