mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-27 12:08:49 +02:00
theme: steal more icons from anxrc
This commit is contained in:
parent
4a92816897
commit
f7d2280d22
13 changed files with 7 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue