Improve awesome conf
[~madcoder/dotfiles.git] / config / awesome / theme
1 ---------------------------
2 -- Default awesome theme --
3 ---------------------------
4
5 theme = {}
6 theme.font          = "Terminus 8"
7 theme.wallpaper_cmd = { "xsetroot -solid rgb:00/00/0f" }
8
9 theme.bg_normal     = "#00000f"
10 theme.bg_graph      = "#111111"
11 theme.bg_focus      = "#00000f"
12 theme.bg_urgent     = "#a10000"
13
14 theme.fg_normal     = "#888888"
15 theme.fg_focus      = "#f0dda0"
16 theme.fg_urgent     = "#ffffff"
17
18 theme.border_width  = 1
19 theme.border_graph  = "#00000f"
20 theme.border_normal = "#333333"
21 theme.border_focus  = "#4c7899"
22 theme.border_marked = "#91231c"
23
24 -- Display the taglist squares
25 theme.taglist_squares_sel    = "/usr/share/awesome/themes/default/taglist/squarefw.png"
26 theme.taglist_squares_unsel  = "/usr/share/awesome/themes/default/taglist/squarew.png"
27
28 return theme