theme: steal more icons from anxrc
BIN
icons/layouts/dwindle.png
Normal file
After Width: | Height: | Size: 182 B |
BIN
icons/layouts/fairh.png
Normal file
After Width: | Height: | Size: 171 B |
BIN
icons/layouts/fairv.png
Normal file
After Width: | Height: | Size: 180 B |
BIN
icons/layouts/floating.png
Normal file
After Width: | Height: | Size: 176 B |
BIN
icons/layouts/fullscreen.png
Normal file
After Width: | Height: | Size: 173 B |
BIN
icons/layouts/magnifier.png
Normal file
After Width: | Height: | Size: 176 B |
BIN
icons/layouts/max.png
Normal file
After Width: | Height: | Size: 204 B |
BIN
icons/layouts/spiral.png
Normal file
After Width: | Height: | Size: 177 B |
BIN
icons/layouts/tile.png
Normal file
After Width: | Height: | Size: 168 B |
BIN
icons/layouts/tilebottom.png
Normal file
After Width: | Height: | Size: 166 B |
BIN
icons/layouts/tileleft.png
Normal file
After Width: | Height: | Size: 173 B |
BIN
icons/layouts/tiletop.png
Normal file
After Width: | Height: | Size: 169 B |
|
@ -6,6 +6,13 @@ if theme then
|
||||||
theme.wallpaper_cmd = { "/bin/true" }
|
theme.wallpaper_cmd = { "/bin/true" }
|
||||||
theme.font = "Terminus 8"
|
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_width = 4
|
||||||
theme.border_normal = "#00000000"
|
theme.border_normal = "#00000000"
|
||||||
theme.border_focus = "#FF7F0066"
|
theme.border_focus = "#FF7F0066"
|
||||||
|
|