theme: steal more icons from anxrc

This commit is contained in:
Vincent Bernat 2012-07-29 17:15:38 +02:00
parent 4a92816897
commit f7d2280d22
13 changed files with 7 additions and 0 deletions

BIN
icons/layouts/dwindle.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 B

BIN
icons/layouts/fairh.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 B

BIN
icons/layouts/fairv.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 B

BIN
icons/layouts/floating.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 B

BIN
icons/layouts/magnifier.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 B

BIN
icons/layouts/max.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 B

BIN
icons/layouts/spiral.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 B

BIN
icons/layouts/tile.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 B

BIN
icons/layouts/tileleft.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 B

BIN
icons/layouts/tiletop.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 B

View file

@ -6,6 +6,13 @@ if theme then
theme.wallpaper_cmd = { "/bin/true" }
theme.font = "Terminus 8"
for n, l in pairs(theme) do
local layout = n:match("layout_([%w]+)")
if layout then
theme[n] = awful.util.getdir("config") .. "/icons/layouts/" .. layout .. ".png"
end
end
theme.border_width = 4
theme.border_normal = "#00000000"
theme.border_focus = "#FF7F0066"