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 = { "ƀ", "Ƅ", "Ɗ", "ƈ", "ƙ" }