From ddcc28021856f8639f37263c4dc662048777d20d Mon Sep 17 00:00:00 2001 From: carpii Date: Tue, 26 Jul 2022 22:47:22 +0100 Subject: [PATCH] add support for minimize titlebar icons, to the blackburn theme --- .../blackburn/icons/titlebar/minimize_focus.png | Bin 0 -> 105 bytes .../blackburn/icons/titlebar/minimize_normal.png | Bin 0 -> 114 bytes themes/blackburn/theme.lua | 2 ++ 3 files changed, 2 insertions(+) create mode 100755 themes/blackburn/icons/titlebar/minimize_focus.png create mode 100755 themes/blackburn/icons/titlebar/minimize_normal.png diff --git a/themes/blackburn/icons/titlebar/minimize_focus.png b/themes/blackburn/icons/titlebar/minimize_focus.png new file mode 100755 index 0000000000000000000000000000000000000000..5a968c3bc6ce3359720bb8dc645fc1718deeb462 GIT binary patch literal 105 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!D3?x-;bCrM;TYyi9D+43bw+jEJLq9TsB8(+L ze!&b5&u*jvIf9-pjv*Y^lM@c`-Vk!&5M^NC(_=Vmy?`SZD9PaI>gTe~DWM4fFzFYQ literal 0 HcmV?d00001 diff --git a/themes/blackburn/icons/titlebar/minimize_normal.png b/themes/blackburn/icons/titlebar/minimize_normal.png new file mode 100755 index 0000000000000000000000000000000000000000..0574ae5d80a8b452e76995b7b00a9f31ddb87d88 GIT binary patch literal 114 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wlNoGJgf6EInNuLp07OCrCs+;5jVG7RMIX zX3Ud5!DS{#X0nSx<-`_y;e4h|(r?b)_-OROXwF9KWcMcNHlPVA0UT43D-_FthA?=# L`njxgN@xNAYL6h5 literal 0 HcmV?d00001 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 = { "ƀ", "Ƅ", "Ɗ", "ƈ", "ƙ" }