diff --git a/freedesktop b/freedesktop index ac9de0e..1c52005 160000 --- a/freedesktop +++ b/freedesktop @@ -1 +1 @@ -Subproject commit ac9de0eccd9d604f43c82cb03e77f6fd791640ab +Subproject commit 1c5200549410377b9486c2bfdd262d6472d01969 diff --git a/lain b/lain index 0df20e3..c489aa6 160000 --- a/lain +++ b/lain @@ -1 +1 @@ -Subproject commit 0df20e38bbd047c1afea46ab25e8ecf758bb5d45 +Subproject commit c489aa63acc1364851e0e51152be3db5c75e145d diff --git a/themes/blackburn/icons/titlebar/minimize_focus.png b/themes/blackburn/icons/titlebar/minimize_focus.png new file mode 100755 index 0000000..5a968c3 Binary files /dev/null and b/themes/blackburn/icons/titlebar/minimize_focus.png differ diff --git a/themes/blackburn/icons/titlebar/minimize_normal.png b/themes/blackburn/icons/titlebar/minimize_normal.png new file mode 100755 index 0000000..0574ae5 Binary files /dev/null and b/themes/blackburn/icons/titlebar/minimize_normal.png differ diff --git a/themes/blackburn/theme.lua b/themes/blackburn/theme.lua index 15ef692..d777d9b 100644 --- a/themes/blackburn/theme.lua +++ b/themes/blackburn/theme.lua @@ -71,6 +71,8 @@ theme.titlebar_maximized_button_focus_active = theme.dir .. "/icons/titlebar/ theme.titlebar_maximized_button_normal_active = theme.dir .. "/icons/titlebar/maximized_normal_active.png" theme.titlebar_maximized_button_focus_inactive = theme.dir .. "/icons/titlebar/maximized_focus_inactive.png" theme.titlebar_maximized_button_normal_inactive = theme.dir .. "/icons/titlebar/maximized_normal_inactive.png" +theme.titlebar_minimize_button_focus = theme.dir .. "/icons/titlebar/minimize_focus.png" +theme.titlebar_minimize_button_normal = theme.dir .. "/icons/titlebar/minimize_normal.png" awful.util.tagnames = { "ƀ", "Ƅ", "Ɗ", "ƈ", "ƙ" }