From 856a61e5dc0a59d0b620dc32b50822ff22f0f4d9 Mon Sep 17 00:00:00 2001 From: copycat-killer Date: Sun, 15 Jan 2017 13:05:49 +0100 Subject: [PATCH] added titlebar icons for: multicolor, blackburn, dremora --- rc.lua.blackburn | 11 +- rc.lua.multicolor | 10 +- .../blackburn/icons/titlebar/close_focus.png | Bin 0 -> 190 bytes .../blackburn/icons/titlebar/close_normal.png | Bin 0 -> 235 bytes .../icons/titlebar/floating_focus_active.png | Bin 0 -> 191 bytes .../titlebar/floating_focus_inactive.png | Bin 0 -> 154 bytes .../icons/titlebar/floating_normal_active.png | Bin 0 -> 217 bytes .../titlebar/floating_normal_inactive.png | Bin 0 -> 176 bytes .../icons/titlebar/maximized_focus_active.png | Bin 0 -> 264 bytes .../titlebar/maximized_focus_inactive.png | Bin 0 -> 176 bytes .../titlebar/maximized_normal_active.png | Bin 0 -> 243 bytes .../titlebar/maximized_normal_inactive.png | Bin 0 -> 174 bytes .../icons/titlebar/ontop_focus_active.png | Bin 0 -> 182 bytes .../icons/titlebar/ontop_focus_inactive.png | Bin 0 -> 161 bytes .../icons/titlebar/ontop_normal_active.png | Bin 0 -> 220 bytes .../icons/titlebar/ontop_normal_inactive.png | Bin 0 -> 171 bytes .../icons/titlebar/sticky_focus_active.png | Bin 0 -> 194 bytes .../icons/titlebar/sticky_focus_inactive.png | Bin 0 -> 155 bytes .../icons/titlebar/sticky_normal_active.png | Bin 0 -> 234 bytes .../icons/titlebar/sticky_normal_inactive.png | Bin 0 -> 165 bytes themes/blackburn/icons/uselesstile.png | Bin 184 -> 0 bytes themes/blackburn/icons/uselesstileleft.png | Bin 183 -> 0 bytes themes/blackburn/icons/uselesstiletop.png | Bin 181 -> 0 bytes themes/blackburn/theme.lua | 99 +++++++------ themes/copland/theme.lua | 8 +- themes/dremora/icons/titlebar/close_focus.png | Bin 0 -> 190 bytes .../dremora/icons/titlebar/close_normal.png | Bin 0 -> 236 bytes .../icons/titlebar/floating_focus_active.png | Bin 0 -> 191 bytes .../titlebar/floating_focus_inactive.png | Bin 0 -> 154 bytes .../icons/titlebar/floating_normal_active.png | Bin 0 -> 217 bytes .../titlebar/floating_normal_inactive.png | Bin 0 -> 176 bytes .../icons/titlebar/maximized_focus_active.png | Bin 0 -> 257 bytes .../titlebar/maximized_focus_inactive.png | Bin 0 -> 176 bytes .../titlebar/maximized_normal_active.png | Bin 0 -> 244 bytes .../titlebar/maximized_normal_inactive.png | Bin 0 -> 174 bytes .../icons/titlebar/ontop_focus_active.png | Bin 0 -> 178 bytes .../icons/titlebar/ontop_focus_inactive.png | Bin 0 -> 161 bytes .../icons/titlebar/ontop_normal_active.png | Bin 0 -> 225 bytes .../icons/titlebar/ontop_normal_inactive.png | Bin 0 -> 171 bytes .../icons/titlebar/sticky_focus_active.png | Bin 0 -> 194 bytes .../icons/titlebar/sticky_focus_inactive.png | Bin 0 -> 155 bytes .../icons/titlebar/sticky_normal_active.png | Bin 0 -> 234 bytes .../icons/titlebar/sticky_normal_inactive.png | Bin 0 -> 165 bytes themes/dremora/icons/uselesstile.png | Bin 171 -> 0 bytes themes/dremora/icons/uselesstileleft.png | Bin 169 -> 0 bytes themes/dremora/icons/uselesstiletop.png | Bin 169 -> 0 bytes themes/dremora/theme.lua | 98 +++++++------ themes/holo/icons/titlebar/close_focus.png | Bin 1374 -> 0 bytes .../icons/titlebar/floating_focus_active.png | Bin 491 -> 0 bytes .../titlebar/floating_focus_inactive.png | Bin 350 -> 0 bytes .../icons/titlebar/maximized_focus_active.png | Bin 696 -> 0 bytes .../titlebar/maximized_focus_inactive.png | Bin 719 -> 0 bytes themes/holo/icons/titlebar/minimize_focus.png | Bin 277 -> 0 bytes .../icons/titlebar/ontop_focus_active.png | Bin 609 -> 0 bytes .../icons/titlebar/ontop_focus_inactive.png | Bin 756 -> 0 bytes .../icons/titlebar/sticky_focus_active.png | Bin 717 -> 0 bytes .../icons/titlebar/sticky_focus_inactive.png | Bin 937 -> 0 bytes themes/holo/theme.lua | 41 +++--- .../multicolor/icons/titlebar/close_focus.png | Bin 0 -> 1279 bytes .../icons/titlebar/close_normal.png | Bin .../icons/titlebar/floating_focus_active.png | Bin 0 -> 413 bytes .../titlebar/floating_focus_inactive.png | Bin 0 -> 264 bytes .../icons/titlebar/floating_normal_active.png | Bin .../titlebar/floating_normal_inactive.png | Bin .../icons/titlebar/maximized_focus_active.png | Bin 0 -> 602 bytes .../titlebar/maximized_focus_inactive.png | Bin 0 -> 688 bytes .../titlebar/maximized_normal_active.png | Bin .../titlebar/maximized_normal_inactive.png | Bin .../icons/titlebar/minimize_focus.png | Bin 0 -> 293 bytes .../icons/titlebar/minimize_normal.png | Bin .../icons/titlebar/ontop_focus_active.png | Bin 0 -> 286 bytes .../icons/titlebar/ontop_focus_inactive.png | Bin 0 -> 685 bytes .../icons/titlebar/ontop_normal_active.png | Bin .../icons/titlebar/ontop_normal_inactive.png | Bin .../icons/titlebar/sticky_focus_active.png | Bin 0 -> 622 bytes .../icons/titlebar/sticky_focus_inactive.png | Bin 0 -> 888 bytes .../icons/titlebar/sticky_normal_active.png | Bin .../icons/titlebar/sticky_normal_inactive.png | Bin themes/multicolor/theme.lua | 136 ++++++++++-------- 79 files changed, 230 insertions(+), 173 deletions(-) create mode 100644 themes/blackburn/icons/titlebar/close_focus.png create mode 100644 themes/blackburn/icons/titlebar/close_normal.png create mode 100644 themes/blackburn/icons/titlebar/floating_focus_active.png create mode 100644 themes/blackburn/icons/titlebar/floating_focus_inactive.png create mode 100644 themes/blackburn/icons/titlebar/floating_normal_active.png create mode 100644 themes/blackburn/icons/titlebar/floating_normal_inactive.png create mode 100644 themes/blackburn/icons/titlebar/maximized_focus_active.png create mode 100644 themes/blackburn/icons/titlebar/maximized_focus_inactive.png create mode 100644 themes/blackburn/icons/titlebar/maximized_normal_active.png create mode 100644 themes/blackburn/icons/titlebar/maximized_normal_inactive.png create mode 100644 themes/blackburn/icons/titlebar/ontop_focus_active.png create mode 100644 themes/blackburn/icons/titlebar/ontop_focus_inactive.png create mode 100644 themes/blackburn/icons/titlebar/ontop_normal_active.png create mode 100644 themes/blackburn/icons/titlebar/ontop_normal_inactive.png create mode 100644 themes/blackburn/icons/titlebar/sticky_focus_active.png create mode 100644 themes/blackburn/icons/titlebar/sticky_focus_inactive.png create mode 100644 themes/blackburn/icons/titlebar/sticky_normal_active.png create mode 100644 themes/blackburn/icons/titlebar/sticky_normal_inactive.png delete mode 100644 themes/blackburn/icons/uselesstile.png delete mode 100644 themes/blackburn/icons/uselesstileleft.png delete mode 100644 themes/blackburn/icons/uselesstiletop.png create mode 100644 themes/dremora/icons/titlebar/close_focus.png create mode 100644 themes/dremora/icons/titlebar/close_normal.png create mode 100644 themes/dremora/icons/titlebar/floating_focus_active.png create mode 100644 themes/dremora/icons/titlebar/floating_focus_inactive.png create mode 100644 themes/dremora/icons/titlebar/floating_normal_active.png create mode 100644 themes/dremora/icons/titlebar/floating_normal_inactive.png create mode 100644 themes/dremora/icons/titlebar/maximized_focus_active.png create mode 100644 themes/dremora/icons/titlebar/maximized_focus_inactive.png create mode 100644 themes/dremora/icons/titlebar/maximized_normal_active.png create mode 100644 themes/dremora/icons/titlebar/maximized_normal_inactive.png create mode 100644 themes/dremora/icons/titlebar/ontop_focus_active.png create mode 100644 themes/dremora/icons/titlebar/ontop_focus_inactive.png create mode 100644 themes/dremora/icons/titlebar/ontop_normal_active.png create mode 100644 themes/dremora/icons/titlebar/ontop_normal_inactive.png create mode 100644 themes/dremora/icons/titlebar/sticky_focus_active.png create mode 100644 themes/dremora/icons/titlebar/sticky_focus_inactive.png create mode 100644 themes/dremora/icons/titlebar/sticky_normal_active.png create mode 100644 themes/dremora/icons/titlebar/sticky_normal_inactive.png delete mode 100644 themes/dremora/icons/uselesstile.png delete mode 100644 themes/dremora/icons/uselesstileleft.png delete mode 100644 themes/dremora/icons/uselesstiletop.png delete mode 100644 themes/holo/icons/titlebar/close_focus.png delete mode 100644 themes/holo/icons/titlebar/floating_focus_active.png delete mode 100644 themes/holo/icons/titlebar/floating_focus_inactive.png delete mode 100644 themes/holo/icons/titlebar/maximized_focus_active.png delete mode 100644 themes/holo/icons/titlebar/maximized_focus_inactive.png delete mode 100644 themes/holo/icons/titlebar/minimize_focus.png delete mode 100644 themes/holo/icons/titlebar/ontop_focus_active.png delete mode 100644 themes/holo/icons/titlebar/ontop_focus_inactive.png delete mode 100644 themes/holo/icons/titlebar/sticky_focus_active.png delete mode 100644 themes/holo/icons/titlebar/sticky_focus_inactive.png create mode 100644 themes/multicolor/icons/titlebar/close_focus.png rename themes/{holo => multicolor}/icons/titlebar/close_normal.png (100%) create mode 100644 themes/multicolor/icons/titlebar/floating_focus_active.png create mode 100644 themes/multicolor/icons/titlebar/floating_focus_inactive.png rename themes/{holo => multicolor}/icons/titlebar/floating_normal_active.png (100%) rename themes/{holo => multicolor}/icons/titlebar/floating_normal_inactive.png (100%) create mode 100644 themes/multicolor/icons/titlebar/maximized_focus_active.png create mode 100644 themes/multicolor/icons/titlebar/maximized_focus_inactive.png rename themes/{holo => multicolor}/icons/titlebar/maximized_normal_active.png (100%) rename themes/{holo => multicolor}/icons/titlebar/maximized_normal_inactive.png (100%) create mode 100644 themes/multicolor/icons/titlebar/minimize_focus.png rename themes/{holo => multicolor}/icons/titlebar/minimize_normal.png (100%) create mode 100644 themes/multicolor/icons/titlebar/ontop_focus_active.png create mode 100644 themes/multicolor/icons/titlebar/ontop_focus_inactive.png rename themes/{holo => multicolor}/icons/titlebar/ontop_normal_active.png (100%) rename themes/{holo => multicolor}/icons/titlebar/ontop_normal_inactive.png (100%) create mode 100644 themes/multicolor/icons/titlebar/sticky_focus_active.png create mode 100644 themes/multicolor/icons/titlebar/sticky_focus_inactive.png rename themes/{holo => multicolor}/icons/titlebar/sticky_normal_active.png (100%) rename themes/{holo => multicolor}/icons/titlebar/sticky_normal_inactive.png (100%) diff --git a/rc.lua.blackburn b/rc.lua.blackburn index 0b7a9af..a1a630b 100644 --- a/rc.lua.blackburn +++ b/rc.lua.blackburn @@ -279,6 +279,14 @@ local barcolor = gears.color({ to = { barheight, barheight }, stops = { {0, beautiful.bg_focus }, {0.8, beautiful.border_normal}, {1, "#1A1A1A"} } }) +beautiful.titlebar_bg = barcolor + +beautiful.titlebar_bg_focus = gears.color({ + type = "linear", + from = { barheight, 0 }, + to = { barheight, barheight }, + stops = { {0, beautiful.bg_normal}, {0.5, beautiful.border_normal}, {1, "#492417"} } +}) -- Re-set wallpaper when a screen's geometry changes (e.g. different resolution) screen.connect_signal("property::geometry", set_wallpaper) @@ -295,7 +303,7 @@ awful.screen.connect_for_each_screen(function(s) awful.layout.suit.tile, awful.layout.suit.fair, awful.layout.suit.tile.left, - awful.layout.suit.tile.top + awful.layout.suit.tile.top, }) -- Create a promptbox for each screen @@ -759,6 +767,7 @@ client.connect_signal("request::titlebars", function(c) layout = wibox.layout.fixed.horizontal() }, layout = wibox.layout.align.horizontal + } end) diff --git a/rc.lua.multicolor b/rc.lua.multicolor index 5746eca..b6ac7cf 100644 --- a/rc.lua.multicolor +++ b/rc.lua.multicolor @@ -588,28 +588,28 @@ globalkeys = awful.util.table.join( awful.key({ altkey }, "Up", function () os.execute(string.format("amixer set %s 1%%+", volume.channel)) - volume.notify() + volume.update() end), awful.key({ altkey }, "Down", function () os.execute(string.format("amixer set %s 1%%-", volume.channel)) - volume.notify() + volume.update() end), awful.key({ altkey }, "m", function () os.execute(string.format("amixer set %s toggle", volume.togglechannel or volume.channel)) - volume.notify() + volume.update() end), awful.key({ altkey, "Control" }, "m", function () os.execute(string.format("amixer set %s 100%%", volume.channel)) - volume.notify() + volume.update() end), awful.key({ altkey, "Control" }, "0", function () os.execute(string.format("amixer -q set %s 0%%", volume.channel)) - volume.notify() + volume.update() end), -- MPD control diff --git a/themes/blackburn/icons/titlebar/close_focus.png b/themes/blackburn/icons/titlebar/close_focus.png new file mode 100644 index 0000000000000000000000000000000000000000..e835562ffaa4897ca67775e3c73202702c18263e GIT binary patch literal 190 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b z3=G`DAk4@xYmNj^kiEpy*OmPtBR{tcJ40tp9Z<;I)5S5w;&gI?1gi+MTTat`tv~;b z4GausSDz`n8dzs5>^f^;XXYR+zTh?wfAj0~mGW$h a8$j+$65X#SSs)2yF?hQAxvX!*K4n#7iu-dOsH(xAF-$yUmEoa73D#Z`G3g4LJT4ua&4CWA3=FCB WWYlKDB5f5rv|1~YPM4xKn~;6TCKUy(dpeWvVcV4bb7>#Tv@^{<bP0l+XkKiSR0` literal 0 HcmV?d00001 diff --git a/themes/blackburn/icons/titlebar/floating_normal_active.png b/themes/blackburn/icons/titlebar/floating_normal_active.png new file mode 100644 index 0000000000000000000000000000000000000000..44b8dac78a0dae8fd3911c0570402dc8cb241cb0 GIT binary patch literal 217 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b z3=G`DAk4@xYmNj^kiEpy*OmPtBR{u{uvG90W}r}-r;B5V#p&b(304tix16RuHcdPr zaCy$uy%IpM>D#@##||7g@Zsm_YM!k+EII)yPng!Q`4oqpOHN2gID4ylyZ9;pq=bYA zy>~0ply*g_3GF%U=qHild^kaCXX1xclerfe85o-Q#94OSD9-}g$l&Sf=d#Wzp$P!r CEkwTn literal 0 HcmV?d00001 diff --git a/themes/blackburn/icons/titlebar/floating_normal_inactive.png b/themes/blackburn/icons/titlebar/floating_normal_inactive.png new file mode 100644 index 0000000000000000000000000000000000000000..98f7f1d7ab983cbc2c56e9139cac2030bee8b8cd GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wlNoGJgf6n3BBRT^Lrfwp-Kzd7K3vk;M!Q z+`=Ht$S`Y;1W=H@#M9T6{Vu17kcG+2X%;(xLXMs;jv*T7lM^JO8m2c+f7o+Z(mIYU zP9;#xB((nHjDlnDdPMb^^$$y~HZJ1`R1+~h4^U{Tr;B5V#p$<`47mxneN|s z$}lj?g4^ui(SK?;|4T|p#AZ1!GXR1&ncL1Zdig4zVqjxy)92yg={Zs3#@6=#hKNy; za822==0+fJyt{BRh<^C2v4{->G$(UewKDRA=u{kK;BB@6YOP<=!nn=g=WzqB3}yzG XLg~^8v;8xGZej3r^>bP0l+XkKidswV literal 0 HcmV?d00001 diff --git a/themes/blackburn/icons/titlebar/maximized_normal_inactive.png b/themes/blackburn/icons/titlebar/maximized_normal_inactive.png new file mode 100644 index 0000000000000000000000000000000000000000..2e56d327b01201d582e789d9316a523d587847e6 GIT binary patch literal 174 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wlNoGJgf6n3BBRT^Lrfwp-Kzd7K3vk;M!Q z+`=Ht$S`Y;1W=H@#M9T6{Vu17kcG08>)v{xkiDmiV~EE2l%_M`_?u@;R47zzj V0xJGtQb6MvJYD@<);T3K0RY+RF>wF@ literal 0 HcmV?d00001 diff --git a/themes/blackburn/icons/titlebar/ontop_focus_inactive.png b/themes/blackburn/icons/titlebar/ontop_focus_inactive.png new file mode 100644 index 0000000000000000000000000000000000000000..2f3a2be2ad88c90aa03fdeb0b82013f272034e1f GIT binary patch literal 161 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wlNoGJgf6n3BBRT^Lrfwp-Kzd7K3vk;M!Q z+`=Ht$S`Y;1W=H@#M9T6{Vu17kfrP)`-xM5LPnl0jv*T7lM^JE8UzpS=~r39k#4wf z)&B4Q@70G0syT&iP|G>5^{ L)z4*}Q$iB}i?u8N literal 0 HcmV?d00001 diff --git a/themes/blackburn/icons/titlebar/sticky_focus_active.png b/themes/blackburn/icons/titlebar/sticky_focus_active.png new file mode 100644 index 0000000000000000000000000000000000000000..0d56a165fe7b470ef3de58ca675eb7bec0f555ce GIT binary patch literal 194 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b z3=G`DAk4@xYmNj^kiEpy*OmPtBR{u{>eZLFvw%YWo-U3d7N?UFBv?h5-Ex}lYyJ6e zY+zt8Bd6xji30}?6da3xX3q=+;m6&0zWSIHHcne+7todRjKK%5Y{L^JOOCv2L1^uMb_>>eGHzielF{r5}E*kCMk;m literal 0 HcmV?d00001 diff --git a/themes/blackburn/icons/titlebar/sticky_normal_active.png b/themes/blackburn/icons/titlebar/sticky_normal_active.png new file mode 100644 index 0000000000000000000000000000000000000000..a150154437b7c27851ad9015566e9b71532e9977 GIT binary patch literal 234 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b z3=G`DAk4@xYmNj^kiEpy*OmPtBR{u{=AHP$jXRxmJ_ XK9#RI*uc3A=mZ8&S3j3^P6T_*CAu~@G#}JM4$q5os4|?uOTF0@)wHY5v z?-5+26A{v-R4gIr6Q}a87>aZ`d+XoFrvgo2@O1TaS?83{ F1OVZ^D<=Q| literal 0 HcmV?d00001 diff --git a/themes/blackburn/icons/uselesstile.png b/themes/blackburn/icons/uselesstile.png deleted file mode 100644 index 69fed1a5a8e67b951dd6c55f36b4988a65bb5bd4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 184 zcmeAS@N?(olHy`uVBq!ia0vp^LLkh+1|-AI^@Rf|wj^(N7lu1PcxEws_6wj0XMsm# zF#`j)FbFd;%$g$s6l5>)^mS#w%Pz~QCy_cg<{MDR)zif>#Nu@Flu46*op)e8aKu5? z;0I5VDik*IdhI(yyGvx az_8)EXwDb0c{70qGI+ZBxvXw diff --git a/themes/blackburn/icons/uselesstileleft.png b/themes/blackburn/icons/uselesstileleft.png deleted file mode 100644 index a77c17745ad0633537959d92994be502fb2b1379..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 183 zcmeAS@N?(olHy`uVBq!ia0vp^LLkh+1|-AI^@Rf|wj^(N7l!{JxM1({$v_d#0*}aI z1_o|n5N2eUHAey{$X?><>&kwYlY>`DzGIWQCs4@6)5S5w;&k$qNt1q^cVInm#6i{I z2Tzit_>JA=`WI)-ojbQsx@8?hnuXa$MKQM}ZNjxNE*c5#8BIr?iaOm(mO1;Eg^}T0 Wzi7@;9jz>&c?_PeelF{r5}E+XWH!zK diff --git a/themes/blackburn/icons/uselesstiletop.png b/themes/blackburn/icons/uselesstiletop.png deleted file mode 100644 index 8f5afa9521fa53f25367a50f69d378378ab56e56..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^LLkh+1|-AI^@Rf|wj^(N7l!{JxM1({$v_d#0*}aI z1_o|n5N2eUHAey{$X?><>&kwYlY>{8ySw;ODNxAC)5S5w;&k$qNt1q^cVInm#6i{I z2Tzit_>JA=`hik&=g$2o-Lj4&&A@EqM5!A)4mAX*Y!DDuJ|bZyb)$vx@dsTuhQ%{P Vb2fgz(FQb)!PC{xWt~$(69ANhH{k#P diff --git a/themes/blackburn/theme.lua b/themes/blackburn/theme.lua index 423049e..7942556 100644 --- a/themes/blackburn/theme.lua +++ b/themes/blackburn/theme.lua @@ -6,52 +6,69 @@ --]] -local theme = {} +local theme = {} -theme.dir = os.getenv("HOME") .. "/.config/awesome/themes/blackburn" -theme.wallpaper = theme.dir .. "/wall.png" -theme.topbar_path = "png:" .. theme.dir .. "/icons/topbar/" +theme.dir = os.getenv("HOME") .. "/.config/awesome/themes/blackburn" +theme.wallpaper = theme.dir .. "/wall.png" -theme.font = "Tamsyn 10.5" -theme.taglist_font = "Icons 10" -theme.fg_normal = "#D7D7D7" -theme.fg_focus = "#F6784F" -theme.bg_normal = "#060606" -theme.bg_focus = "#060606" -theme.fg_urgent = "#CC9393" -theme.bg_urgent = "#2A1F1E" -theme.border_width = 1 -theme.border_normal = "#0E0E0E" -theme.border_focus = "#F79372" +theme.font = "Tamsyn 10.5" +theme.taglist_font = "Icons 10" -theme.taglist_fg_focus = "#F6784F" -theme.taglist_bg_focus = "#060606" -theme.tasklist_fg_focus = "#F6784F" -theme.tasklist_bg_focus = "#060606" -theme.menu_height = 16 -theme.menu_width = 130 +theme.fg_normal = "#D7D7D7" +theme.fg_focus = "#F6784F" +theme.bg_normal = "#060606" +theme.bg_focus = "#060606" +theme.fg_urgent = "#CC9393" +theme.bg_urgent = "#2A1F1E" +theme.border_width = 1 +theme.border_normal = "#0E0E0E" +theme.border_focus = "#F79372" +theme.taglist_fg_focus = "#F6784F" +theme.taglist_bg_focus = "#060606" +theme.tasklist_fg_focus = "#F6784F" +theme.tasklist_bg_focus = "#060606" -theme.menu_submenu_icon = theme.dir .. "/icons/submenu.png" -theme.taglist_squares_sel = theme.dir .. "/icons/square_sel.png" -theme.taglist_squares_unsel = theme.dir .. "/icons/square_unsel.png" -theme.arrl_lr_pre = theme.dir .. "/icons/arrl_lr_pre.png" -theme.arrl_lr_post = theme.dir .. "/icons/arrl_lr_post.png" +theme.menu_height = 16 +theme.menu_width = 130 +theme.menu_submenu_icon = theme.dir .. "/icons/submenu.png" -theme.layout_tile = theme.dir .. "/icons/tile.png" -theme.layout_tileleft = theme.dir .. "/icons/tileleft.png" -theme.layout_tilebottom = theme.dir .. "/icons/tilebottom.png" -theme.layout_tiletop = theme.dir .. "/icons/tiletop.png" -theme.layout_fairv = theme.dir .. "/icons/fairv.png" -theme.layout_fairh = theme.dir .. "/icons/fairh.png" -theme.layout_spiral = theme.dir .. "/icons/spiral.png" -theme.layout_dwindle = theme.dir .. "/icons/dwindle.png" -theme.layout_max = theme.dir .. "/icons/max.png" -theme.layout_fullscreen = theme.dir .. "/icons/fullscreen.png" -theme.layout_magnifier = theme.dir .. "/icons/magnifier.png" -theme.layout_floating = theme.dir .. "/icons/floating.png" +theme.taglist_squares_sel = theme.dir .. "/icons/square_sel.png" +theme.taglist_squares_unsel = theme.dir .. "/icons/square_unsel.png" +theme.layout_tile = theme.dir .. "/icons/tile.png" +theme.layout_tileleft = theme.dir .. "/icons/tileleft.png" +theme.layout_tilebottom = theme.dir .. "/icons/tilebottom.png" +theme.layout_tiletop = theme.dir .. "/icons/tiletop.png" +theme.layout_fairv = theme.dir .. "/icons/fairv.png" +theme.layout_fairh = theme.dir .. "/icons/fairh.png" +theme.layout_spiral = theme.dir .. "/icons/spiral.png" +theme.layout_dwindle = theme.dir .. "/icons/dwindle.png" +theme.layout_max = theme.dir .. "/icons/max.png" +theme.layout_fullscreen = theme.dir .. "/icons/fullscreen.png" +theme.layout_magnifier = theme.dir .. "/icons/magnifier.png" +theme.layout_floating = theme.dir .. "/icons/floating.png" -theme.tasklist_plain_task_name = true -theme.tasklist_disable_icon = true -theme.useless_gap = 0 +theme.tasklist_plain_task_name = true +theme.tasklist_disable_icon = true + +theme.useless_gap = 0 + +theme.titlebar_close_button_focus = theme.dir .. "/icons/titlebar/close_focus.png" +theme.titlebar_close_button_normal = theme.dir .. "/icons/titlebar/close_normal.png" +theme.titlebar_ontop_button_focus_active = theme.dir .. "/icons/titlebar/ontop_focus_active.png" +theme.titlebar_ontop_button_normal_active = theme.dir .. "/icons/titlebar/ontop_normal_active.png" +theme.titlebar_ontop_button_focus_inactive = theme.dir .. "/icons/titlebar/ontop_focus_inactive.png" +theme.titlebar_ontop_button_normal_inactive = theme.dir .. "/icons/titlebar/ontop_normal_inactive.png" +theme.titlebar_sticky_button_focus_active = theme.dir .. "/icons/titlebar/sticky_focus_active.png" +theme.titlebar_sticky_button_normal_active = theme.dir .. "/icons/titlebar/sticky_normal_active.png" +theme.titlebar_sticky_button_focus_inactive = theme.dir .. "/icons/titlebar/sticky_focus_inactive.png" +theme.titlebar_sticky_button_normal_inactive = theme.dir .. "/icons/titlebar/sticky_normal_inactive.png" +theme.titlebar_floating_button_focus_active = theme.dir .. "/icons/titlebar/floating_focus_active.png" +theme.titlebar_floating_button_normal_active = theme.dir .. "/icons/titlebar/floating_normal_active.png" +theme.titlebar_floating_button_focus_inactive = theme.dir .. "/icons/titlebar/floating_focus_inactive.png" +theme.titlebar_floating_button_normal_inactive = theme.dir .. "/icons/titlebar/floating_normal_inactive.png" +theme.titlebar_maximized_button_focus_active = theme.dir .. "/icons/titlebar/maximized_focus_active.png" +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" return theme diff --git a/themes/copland/theme.lua b/themes/copland/theme.lua index d4f72f1..6f0689b 100644 --- a/themes/copland/theme.lua +++ b/themes/copland/theme.lua @@ -60,31 +60,27 @@ theme.layout_fullscreen = theme.dir .. "/icons/fullscree theme.layout_magnifier = theme.dir .. "/icons/magnifier.png" theme.layout_floating = theme.dir .. "/icons/floating.png" +theme.useless_gap = 0 + theme.titlebar_close_button_focus = theme.dir .. "/icons/titlebar/close_focus.png" theme.titlebar_close_button_normal = theme.dir .. "/icons/titlebar/close_normal.png" - theme.titlebar_ontop_button_focus_active = theme.dir .. "/icons/titlebar/ontop_focus_active.png" theme.titlebar_ontop_button_normal_active = theme.dir .. "/icons/titlebar/ontop_normal_active.png" theme.titlebar_ontop_button_focus_inactive = theme.dir .. "/icons/titlebar/ontop_focus_inactive.png" theme.titlebar_ontop_button_normal_inactive = theme.dir .. "/icons/titlebar/ontop_normal_inactive.png" - theme.titlebar_sticky_button_focus_active = theme.dir .. "/icons/titlebar/sticky_focus_active.png" theme.titlebar_sticky_button_normal_active = theme.dir .. "/icons/titlebar/sticky_normal_active.png" theme.titlebar_sticky_button_focus_inactive = theme.dir .. "/icons/titlebar/sticky_focus_inactive.png" theme.titlebar_sticky_button_normal_inactive = theme.dir .. "/icons/titlebar/sticky_normal_inactive.png" - theme.titlebar_floating_button_focus_active = theme.dir .. "/icons/titlebar/floating_focus_active.png" theme.titlebar_floating_button_normal_active = theme.dir .. "/icons/titlebar/floating_normal_active.png" theme.titlebar_floating_button_focus_inactive = theme.dir .. "/icons/titlebar/floating_focus_inactive.png" theme.titlebar_floating_button_normal_inactive = theme.dir .. "/icons/titlebar/floating_normal_inactive.png" - theme.titlebar_maximized_button_focus_active = theme.dir .. "/icons/titlebar/maximized_focus_active.png" 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.useless_gap = 0 - -- lain related theme.layout_centerfair = theme.dir .. "/icons/centerfair.png" theme.layout_termfair = theme.dir .. "/icons/termfair.png" diff --git a/themes/dremora/icons/titlebar/close_focus.png b/themes/dremora/icons/titlebar/close_focus.png new file mode 100644 index 0000000000000000000000000000000000000000..6a181254fa6c8fa4989f46671d0f4f60a81098c5 GIT binary patch literal 190 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b z3=G`DAk4@xYmNj^kiEpy*OmPtBR{v5@XcOrb)b;9r;B5V#p&b(304tix16TvJ!}3O z8yFZ&x%>a%i30}?Tv&SIqC-HKZE*w8 ZH#sw;PxyYSXaYKd!PC{xWt~$(69BrsR|Wt8 literal 0 HcmV?d00001 diff --git a/themes/dremora/icons/titlebar/floating_focus_active.png b/themes/dremora/icons/titlebar/floating_focus_active.png new file mode 100644 index 0000000000000000000000000000000000000000..b22ef22a06d716d634915f8b714a48302083fb32 GIT binary patch literal 191 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b z3=G`DAk4@xYmNj^kiEpy*OmPtBR{v5^!2dCqCg=ZPZ!4!i_^&o609Q3ZaGa+vySnA zKx~)He@O`miBs?XC!{1KBbP0l+XkKiSR0` literal 0 HcmV?d00001 diff --git a/themes/dremora/icons/titlebar/floating_normal_active.png b/themes/dremora/icons/titlebar/floating_normal_active.png new file mode 100644 index 0000000000000000000000000000000000000000..b7885525d9190018f6e346765d6af5a285f929fc GIT binary patch literal 217 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b z3=G`DAk4@xYmNj^kiEpy*OmPtBR{v5Mn>BqW}r}-r;B5V#p&b(304tix16RuHcdPr z5V4nJ za0`PlBg3pY5H=O_J@r8+*bPE9)&Le3ORbZIEHAPPfn1CYM9k-vw);}z{+PI7(P))@2jE4%J`Hne-2j91S=W!NfU|8^!>+)R} RHhrLB44$rjF6*2UngBsiGcEuC literal 0 HcmV?d00001 diff --git a/themes/dremora/icons/titlebar/maximized_focus_active.png b/themes/dremora/icons/titlebar/maximized_focus_active.png new file mode 100644 index 0000000000000000000000000000000000000000..70af3d5cbd06dcf2d300698aa53ea1bd994b6c6c GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b z3=G`DAk4@xYmNj^kiEpy*OmPtBR{v5`P07h-+)4Wo-U3d7N_4%GUPhsAmVa=&BiSo z&*|#;+BD?6>78$r_=G9!(q+;j7?`B{q7hVhg7&4B!1zXK|Ft-v{lMlR$v0*CUyH5vpBY5I$}eTzv`ZQ2G6qjqKbLh*2~7Y81!1)S literal 0 HcmV?d00001 diff --git a/themes/dremora/icons/titlebar/maximized_focus_inactive.png b/themes/dremora/icons/titlebar/maximized_focus_inactive.png new file mode 100644 index 0000000000000000000000000000000000000000..bce1d000547aa78ae817db4039d4d1e8fbc112f9 GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wlNoGJgf6n3BBRT^Lrfwp-Kzd7K3vk;M!Q z+`=Ht$S`Y;1W=H@#M9T6{Vu17kOjB?2hmobkfW!IV~EE2xneN|s z$}lj?g4^t1k@MF#|Ns9t7CYlP>(GG%2MiQlt=Y9qTQ!&^Bqa730D;nHNlD57$-yT& zd_UZr$;So)rR{zos%)v{xkiDmiV~EE2=WuFu4E# literal 0 HcmV?d00001 diff --git a/themes/dremora/icons/titlebar/ontop_focus_inactive.png b/themes/dremora/icons/titlebar/ontop_focus_inactive.png new file mode 100644 index 0000000000000000000000000000000000000000..2f3a2be2ad88c90aa03fdeb0b82013f272034e1f GIT binary patch literal 161 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wlNoGJgf6n3BBRT^Lrfwp-Kzd7K3vk;M!Q z+`=Ht$S`Y;1W=H@#M9T6{Vu17kfrP)`-xM5LPnl0jv*T7lM^JE8UzpS=~r39k#4wf z)&B4Q@70G0syT&iPAIZfx!l_Z4f zqy{xA9&0)Og;Vo$k=l|orw=Y~Yi;1(FYt+}i*apsow0$zpX3=67R^3>;J}Cd34WJS z*x1FVdQ&MBb@02%*I(EtDd literal 0 HcmV?d00001 diff --git a/themes/dremora/icons/titlebar/ontop_normal_inactive.png b/themes/dremora/icons/titlebar/ontop_normal_inactive.png new file mode 100644 index 0000000000000000000000000000000000000000..a9a3206846dedf2cc615841df4de2de58da8af9c GIT binary patch literal 171 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wlNoGJgf6n3BBRT^Lrfwp-Kzd7K3vk;M!Q z+`=Ht$S`Y;1W=H@#M9T6{Vu17kd?AV@%_I*AsbH@#}JM4$q5on4T1-4npJX`(hV18 z8l)Mxi6%G(ALw7#%If;PzO9yrhsTV^ho^mmrohoOT}O95P6mbr*I4^A&rf>|G>5^{ L)z4*}Q$iB}i?u8N literal 0 HcmV?d00001 diff --git a/themes/dremora/icons/titlebar/sticky_focus_active.png b/themes/dremora/icons/titlebar/sticky_focus_active.png new file mode 100644 index 0000000000000000000000000000000000000000..f3c533c783c61b2b4ac600d138086e2657a7509b GIT binary patch literal 194 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b z3=G`DAk4@xYmNj^kiEpy*OmPtBR{vb+BDUBu0SDwPZ!4!i_^&o609Q3ZaGcSd)E9n zHZU-la`*qi69*0)xUlrZ$N7zojR(_j2l9ONF)3`Ew#+c>==F8;Qy1*wj@ZC?=ueLz i+jYqm@@$J6fNtbIEBN^G5o0}|(F~rhelF{r5}E*d=|B7c literal 0 HcmV?d00001 diff --git a/themes/dremora/icons/titlebar/sticky_focus_inactive.png b/themes/dremora/icons/titlebar/sticky_focus_inactive.png new file mode 100644 index 0000000000000000000000000000000000000000..5493d8ec21c113c59bec23fead7d2959811a22a9 GIT binary patch literal 155 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wlNoGJgf6n3BBRT^Lrfwp-Kzd7K3vk;M!Q z+`=Ht$S`Y;1W=H@#M9T6{Vu17kTo+G+qn{;kdCK|V~EE2todRjKK%5Y{L^JOOCv2L1^uMb_>>eGHzielF{r5}E*kCMk;m literal 0 HcmV?d00001 diff --git a/themes/dremora/icons/titlebar/sticky_normal_active.png b/themes/dremora/icons/titlebar/sticky_normal_active.png new file mode 100644 index 0000000000000000000000000000000000000000..15f0bc46e97ece8f7b205e75b58bb0e0d0250d6b GIT binary patch literal 234 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b z3=G`DAk4@xYmNj^kiEpy*OmPtBR{vb(nJrb7@$zOr;B5V#p&b(304tiw-mqMv)=Rk zmynRK+bT81z`)?o{IcJn`pnGC&da(o9)VP<9K!`J`w@YGLi z*$+~y{DMj1!BfE_ukM_Wzn9!$7%0US!FwV^@a$=HG@Her9%CLiMo|U^&3-wF Uvzs-IfKFiWboFyt=akR{0Q}oXNdN!< literal 0 HcmV?d00001 diff --git a/themes/dremora/icons/titlebar/sticky_normal_inactive.png b/themes/dremora/icons/titlebar/sticky_normal_inactive.png new file mode 100644 index 0000000000000000000000000000000000000000..7e6c99b66699d29411799f479788303298d36d02 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wlNoGJgf6n3BBRT^Lrfwp-Kzd7K3vk;M!Q z+`=Ht$S`Y;1W=H@#M9T6{Vu17FoWvT>T_*CAu~@G#}JM4$q5os4|?uOTF0@)wHY5v z?-5+26A{v-R4gIr6Q}a87>aZ`d+XoFrvgo2@O1TaS?83{ F1OVZ^D<=Q| literal 0 HcmV?d00001 diff --git a/themes/dremora/icons/uselesstile.png b/themes/dremora/icons/uselesstile.png deleted file mode 100644 index cab4c7e9e764dc1d68d0fb46084b468ec6eb9ef7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 171 zcmeAS@N?(olHy`uVBq!ia0vp^LLkh+1|-AI^@Rf|wj^(N7lu1PcxEws_6wj0XMsm# zF#`j)FbFd;%$g$s6l5>)^mS#w%Pz}l$g#D+i3ccT;pyTSVsSco%A`rZ&O5LkIO3pc z(8HVLD9*vh~_Z0Hw3;&nKhi%W`4bBq2!I8#WSbXu`x0T?c_a|*<>&kwYlY`GvpH;d@4Jc&h>Eak-aXNX*q)ETdJFp%&;-G5K z!<%$aO+rSb;ZXeUJm#>CiZ4t{()rIFkgIyxQD}1c(s>02?@Zovn+r7MfhI6`y85}S Ib4q9e0A+M9`v3p{ diff --git a/themes/dremora/icons/uselesstiletop.png b/themes/dremora/icons/uselesstiletop.png deleted file mode 100644 index 1eabd2738f2d51351261f6f3e53e34eba7732368..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 169 zcmeAS@N?(olHy`uVBq!ia0vp^LLkh+1|-AI^@Rf|wj^(N7l!{JxM1({$v_d#0*}aI z1_o|n5N2eUHAey{$X?><>&kwYlY`HSrK#)2QlOBTr;B5V#p&cJlP3K-@4$NCh=Zy@ z4{y>zH3=CJhV=EZ+ZmVN;NVnt%To1dYV76hVf&V`%$1p;zMq%Z_Kws-pa~3~u6{1- HoD!M_ko(4nwpxLnr9VJ#Y5KC)&i~dtH1(q3V2Bfu}^Eg7kD1HmwYmv*#!#;Mjm(ueWD79IgN_xs1DmJ5y6r$Achv z;3}Z!DiA=U(b&>jUjWu!#!a{{gm~Abcqpk4xO?~R%R-1{;Gm}(U$%M+pL&i?9+wH!P_d%^z>lSbx*mz2@4d84M@mcF=Z9p8yhm=w)-EQ}I_G*m@ z!|_dgp67i498*eNDPlsa)w-pWdUA*? zJk&)|G%uyR0vwZ4zHfV7VWG?KztTlvM_Jp7#!q!~+CHGa(VYL_zU!9G`eXJixx`>FKv^?zhT-PN#Df zczu_j3THwQ;y6CxdEPRQi%(e&!*IzI!)QRi-=7%_1~HSf<$p23ARb`kd0uE*J{z0B za5#L;P%cnPU5TP--W1Cf7UBVAg-gA$uV4)Fl9rUEtwWZlFi-}iqu#WETY1i>2c!-StpPy0!jnuFH*YNOHU zn&Q}QiG8!nwZd;cj^mR>CQDDt1R=z?HZiOW7>!2X0b4sRtux-q$^GWzI6mol-m;Xk z(Apu%geUhHw??DUC7b)L449prT?f8Mz7|gVWO|#P5ge9MUQPB0bFoWv_&lkz5$j!H zrPL?DpGAB7^v(15-2MP?xu6N@=x|2}@u}^7nNEiK{r=t}=kq(nPdXjCr<6L|ZnszR zJ|k-#D?1vq5TCL^!JXnPRAN8|@hO#=P`Uv*#HUnZLa7E65T8=I38nl+2Aqh8N27yr zb2BfcWPl^_JJ|rvg<*KZQM`vZH=qRZDW#a;)PR1!zjrVg+y>@c#@)fH@B8zOMq|rd z)DEY8KoA5Elu`>?>yLo@4nuDNpGhfSaVZ{390j5%Iw+;Q09<5zvYgfIk=FW}5aR2> zVDSCi+?;WLFAtSWgnGSRb2uEHVSHA18fY`_;ST^>2(h8H-eA0kcLTU7rTnRizsuLu g)YR0})I7WV2a$Ujsj*Hlx&QzG07*qoM6N<$f{06mX#fBK diff --git a/themes/holo/icons/titlebar/floating_focus_active.png b/themes/holo/icons/titlebar/floating_focus_active.png deleted file mode 100644 index 80c1b4a8d03f236a3f5fd6c429d3c77ae5613e30..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 491 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4hzn9UcS

0?x_v>3r{R~0 zC#0&U=g_*pE*aS@o*@%2t3-Kw3AhHsdjli%Z7i<^X+OFc61o#dGTZyajTVm zVkmg>?)uWUROW;zb$$ke%}IW>Ogd7m3EUe38MZM<6Tz5myUl^~*0x&af<0dg)6=#q zwmgrmp8kh7V)yUhyo-~V8Eo%m>exDnvA)>&Z1b+8?=_!I*~`7-_tKennQ!QqUYNMY z+_yM9E8^SNA2L54nsG367{0SPzVr|Knzp<-wGC4)X*L{Q_X~~P reylRwuReF?U4ef676GS@&d2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4PoOlJh04uVdlsUD6-VMHwEj==eu2k4S$-;@88{d)tdV#gP`G+ zm@lm|g5s}aJ*%Fc4|pk7-}XoHmN`BXz*f|^d9nYIoTTDe{guJ>y7$5CjX|zJZ!&ng L`njxgN@xNADcOMG diff --git a/themes/holo/icons/titlebar/maximized_focus_active.png b/themes/holo/icons/titlebar/maximized_focus_active.png deleted file mode 100644 index dad461d33ccffb8cf3e13cfa3cc1a9e05a3bfbcf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 696 zcmV;p0!RIcP)Ji{duw}slu|R-W zz;U4N6{>88O^kRYPVDhGzvaqga>5Gpt=O9@PJ$& zFd?FAX5JH;ua#yEk??^1DEcQm!9o0c0lEJexdHH;IL9tB{xOnUz%esl#@<0Tr~RSu zo<5QL5{NF5lBKQ-jWb}d1g-FZ-XYjqf@XL?w+aL$Xom;%%V4X765)X|eZV&frNRSc zTj83S=R{N^WB5=joVyR`VnRgM&2#ln-qYt2c+I%}7V?IF2@MDeAfhwmm5_^mCFlI3 zOWmeveiuctzkGea-+x#xmzxj^du z3rtOdYj^;U(_o*37F1FlIp-Q?_i>Yw;l6vg+p0pIWd0d9oy zJl`VXZQGa-VkM<~;+)^P)NY#QS66tg^+pKc6`mjnV$45B*Nm|s%}*g#`_9^96g7m9 zFlKmwI1Lic62=Y>5U)kXT0)HQ0CAh721|$)9w2_3T(5+f;Q`V#N_I+!9UdTEtL$GA zQiM+mBCgMxrDu2T9t1?J5V1-<4}u^Ff*}4+-T)v)L`^aQ&@})6002ovPDHLkV1nM4 BGm-!R diff --git a/themes/holo/icons/titlebar/minimize_focus.png b/themes/holo/icons/titlebar/minimize_focus.png deleted file mode 100644 index ff427b36f616c0243ec05544db08ce78fce05340..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 277 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_Gz7y~NYkmHj>ko3Ij7ZnahtP-u~-i(^Q|t+&@UavnAiU=5fn9qyOE zb_VMl&P|SPTYj%7TKeT63p-Ee#pAt0`Wav L{an^LB{Ts5esO19 diff --git a/themes/holo/icons/titlebar/ontop_focus_active.png b/themes/holo/icons/titlebar/ontop_focus_active.png deleted file mode 100644 index d79c8e29f2b1d07b29f395f6d12b710f0c59591e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 609 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4(Yqx1~dU@vyqt`-jYmIl0 zq&4!ECY`V^Jr%|Az2v0IC;M`Xo$4!}8_OU1Ua#<-PrTrqix5 zlkF@u7n3(7R`X}KHGR=OQ`2+ycLl=>-P_Wg+zc0jJ2rj_kU9~0VDB^T4SX9&BBpI_ zxIHy|P2Y`qpY;k>UJjBIjP)>%zI33*?tcE(sQE!&vUArMb!12-+iZSU@LKPA;g_qQ zde_D;aKEh2@P60bchi?Goa6j~W%l=v3Q>cXzWYpp*@%{iOqAM7R1kR$%$q6xQRPg2kQ*=;(+ob#HB9#{w%mTe zc&>`@`K66>Sg&v?hAq3)u!BKKifP7*CsV#w-+VWx_?+c;|MH-$ta2@fKZ?NQz~JfX K=d#Wzp$PyS<_2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4)i=vK3Hyad+B5rb+nJHx`YBWV~go#CWYNRi;f9T+Gh4R@&~x zv0C10{nmfS9tJ*-KVW%mM)JP*`3x3}3-}X~O{8R>7i8{j_*hZHaloqKva$Spt<#^9 zWsbYw`j)x1;bFm!dZU?pSPRO|T~D`~dv3Qy-|k$itzis;KljGHH*N41-N=16ue`To z&3E;68A}~^mWhgHzIQe#w#ys<<#@>%vC6eW| zmrg6Mk`=sbddw#4Q06qZ`m|#+7#UtqymH8P?N@GbyU!VG7?RJFGUPM-_-~oz<+A;d zK}_+2uj0KT6PCSnJ^%S0^9u_p%RsMK?xuvh7x&m(=r7RdD!%;ki*Q48pZkA?g2?Q> zFN;=OW}2j8`QZ0IV+Qxwb8{b7M^5{`SmW2t3pI{6vaj4?zGU*YdfxG(n7`qtHt8(V zIF+;0O5bf-XU0;$vgwXqE886fY*unbil_G6WGc8ZGi-NG=GyAeMyvEj*H{~d2>A^g zY=mz6dNAH$xWM;~S{!ukl}MfBi~8|)d_Tb9)gAzfZ}*l{&WCYkDDNqwgo=Ro{MZr4P4!F!%=GU7bEewA<_T4um9~$B_EkGMHAXK0{&+pcVcilO6TT)L+$P9R0qwN-e7g9p11i1+1dA`HU zpHa{7SscgP-EQ~0lrA7p1~BvP3b9)A`CL2;#4}*U)h`jx0`UxB<~M7^X?gFjZattV zihJJsPgu|BIWzC{`~9y?>8c`{0p9z!4aA6vNbD?--U3aPvmZA!&Ob;S(9{+a+o~IX z6&C$5!pzUHVD*UT4uB_>_xIlWp9|X7ttT!`u#(tCoO9a%zLf8+Rx9mvI(cXvYFl7B zon|;Mk)5{N?LtF`ngOHH=oCOX>5Pb$trs?m>LEx(+1cX{Ee)y$FmrbHC|>_xg!X6f z0Qk#@;Ak6=0YDT*o0$QXmCr6|CW@*7-urUpH!}k!lgS}~<0MIrGd}jWDBeA2K~RdQ6i;faf_m}f!3ZTtjk`0G9NKCHv9+7$!31m3noVZX z73aH6X5O1OUnaXV0UQp8!{Kl^91e%WkuI1yqm;U;l-g=*4$oHNW?^PeYkeKSX#mf( z);%`nNv!~_^<@Ajs?82&er#hWq*eeC^)LEJz`{;QrGRp|ypfqZf78{$%wr}cq*6eo zQt4Zw+o*(83Sj2le;Hy-LMjCSSZW8UX>)ECMH&8v)MyLbPT`|0P75;t^jxo;CZD| zxt7c2UMEdpRX`L)y`JX{0yqp{jiIz3i0C#Ey_lVyec9F3HQh`yYXYQ{+lXisK)b=T zMIzcOgm`Z%p_PM>QffO9jlt~V-!XHa$;AVf1jKPX1K^9nltm&s;QM}PFedvw$h~sz|zrGFPI^yoxtLi7#1t_I10N7J)GJq>Y)JsHaiLjZuxw%KS zYXd9`kWwBcqJe7jGZFQ7c6JU3A@YBDJ3Q#_?*3}Cwi?z1L{YSvh;HJ?S>p{e?+`-V zsr3gzP+;c$f7l7upZ+zh2nfS)wdZ-m0M-Jy<$2yN-}lECkNe#@ftiPd5F<9~Y8gtY zA*IweDdk{2~bRNASOdRTq$ z|6de~#q~<5lgyl1?pl_G$;rvJ%Uy%R;cz${4u`|xa5x+eM?HK8jdf87>5Eus00000 LNkvXXu0mjfxZjx% diff --git a/themes/holo/theme.lua b/themes/holo/theme.lua index 3706cf7..b72f73e 100644 --- a/themes/holo/theme.lua +++ b/themes/holo/theme.lua @@ -8,6 +8,7 @@ local theme = {} +theme.default_dir = require("awful.util").get_themes_dir() .. "default" theme.icon_dir = os.getenv("HOME") .. "/.config/awesome/themes/holo/icons" theme.wallpaper = os.getenv("HOME") .. "/.config/awesome/themes/holo/wall.png" @@ -74,25 +75,25 @@ theme.tasklist_disable_icon = true theme.useless_gap = 4 -theme.titlebar_close_button_normal = theme.icon_dir.."/titlebar/close_normal.png" -theme.titlebar_close_button_focus = theme.icon_dir.."/titlebar/close_focus.png" -theme.titlebar_minimize_button_normal = theme.icon_dir.."/titlebar/minimize_normal.png" -theme.titlebar_minimize_button_focus = theme.icon_dir.."/titlebar/minimize_focus.png" -theme.titlebar_ontop_button_normal_inactive = theme.icon_dir.."/titlebar/ontop_normal_inactive.png" -theme.titlebar_ontop_button_focus_inactive = theme.icon_dir.."/titlebar/ontop_focus_inactive.png" -theme.titlebar_ontop_button_normal_active = theme.icon_dir.."/titlebar/ontop_normal_active.png" -theme.titlebar_ontop_button_focus_active = theme.icon_dir.."/titlebar/ontop_focus_active.png" -theme.titlebar_sticky_button_normal_inactive = theme.icon_dir.."/titlebar/sticky_normal_inactive.png" -theme.titlebar_sticky_button_focus_inactive = theme.icon_dir.."/titlebar/sticky_focus_inactive.png" -theme.titlebar_sticky_button_normal_active = theme.icon_dir.."/titlebar/sticky_normal_active.png" -theme.titlebar_sticky_button_focus_active = theme.icon_dir.."/titlebar/sticky_focus_active.png" -theme.titlebar_floating_button_normal_inactive = theme.icon_dir.."/titlebar/floating_normal_inactive.png" -theme.titlebar_floating_button_focus_inactive = theme.icon_dir.."/titlebar/floating_focus_inactive.png" -theme.titlebar_floating_button_normal_active = theme.icon_dir.."/titlebar/floating_normal_active.png" -theme.titlebar_floating_button_focus_active = theme.icon_dir.."/titlebar/floating_focus_active.png" -theme.titlebar_maximized_button_normal_inactive = theme.icon_dir.."/titlebar/maximized_normal_inactive.png" -theme.titlebar_maximized_button_focus_inactive = theme.icon_dir.."/titlebar/maximized_focus_inactive.png" -theme.titlebar_maximized_button_normal_active = theme.icon_dir.."/titlebar/maximized_normal_active.png" -theme.titlebar_maximized_button_focus_active = theme.icon_dir.."/titlebar/maximized_focus_active.png" +theme.titlebar_close_button_normal = theme.default_dir.."/titlebar/close_normal.png" +theme.titlebar_close_button_focus = theme.default_dir.."/titlebar/close_focus.png" +theme.titlebar_minimize_button_normal = theme.default_dir.."/titlebar/minimize_normal.png" +theme.titlebar_minimize_button_focus = theme.default_dir.."/titlebar/minimize_focus.png" +theme.titlebar_ontop_button_normal_inactive = theme.default_dir.."/titlebar/ontop_normal_inactive.png" +theme.titlebar_ontop_button_focus_inactive = theme.default_dir.."/titlebar/ontop_focus_inactive.png" +theme.titlebar_ontop_button_normal_active = theme.default_dir.."/titlebar/ontop_normal_active.png" +theme.titlebar_ontop_button_focus_active = theme.default_dir.."/titlebar/ontop_focus_active.png" +theme.titlebar_sticky_button_normal_inactive = theme.default_dir.."/titlebar/sticky_normal_inactive.png" +theme.titlebar_sticky_button_focus_inactive = theme.default_dir.."/titlebar/sticky_focus_inactive.png" +theme.titlebar_sticky_button_normal_active = theme.default_dir.."/titlebar/sticky_normal_active.png" +theme.titlebar_sticky_button_focus_active = theme.default_dir.."/titlebar/sticky_focus_active.png" +theme.titlebar_floating_button_normal_inactive = theme.default_dir.."/titlebar/floating_normal_inactive.png" +theme.titlebar_floating_button_focus_inactive = theme.default_dir.."/titlebar/floating_focus_inactive.png" +theme.titlebar_floating_button_normal_active = theme.default_dir.."/titlebar/floating_normal_active.png" +theme.titlebar_floating_button_focus_active = theme.default_dir.."/titlebar/floating_focus_active.png" +theme.titlebar_maximized_button_normal_inactive = theme.default_dir.."/titlebar/maximized_normal_inactive.png" +theme.titlebar_maximized_button_focus_inactive = theme.default_dir.."/titlebar/maximized_focus_inactive.png" +theme.titlebar_maximized_button_normal_active = theme.default_dir.."/titlebar/maximized_normal_active.png" +theme.titlebar_maximized_button_focus_active = theme.default_dir.."/titlebar/maximized_focus_active.png" return theme diff --git a/themes/multicolor/icons/titlebar/close_focus.png b/themes/multicolor/icons/titlebar/close_focus.png new file mode 100644 index 0000000000000000000000000000000000000000..98c50561de7f70d28890f8a93a598a5885178505 GIT binary patch literal 1279 zcmV*>+!z7XXeOX#E+b3i#7Pb7Nka_k0@6 zM8XB2)P?zKugv?h4sZd%bMw9}gz|vki+SGw5#uuC24FTtxbTRU)#}Y7ID7TVE>3uRu}e(jOwSq58~;t9jRi zw+~eS7cyVNZbv?2esSi~U#UrF#i5-?#;inuATLcb4^ZYh64Hjl?#;ixW`=oy1tw%( zv=#wh*S>rac=j$oxsC)kN}DG>!~B%u@3(Y^T?2@3Zdf|$I3xFomN|hii+O;Qh&*<1 z$HzBar9evcnOW{DQ`P>jYU|4j$UHzuRoC070To%?Q)ZC39}u!MpLO471)!?yvg})# zLE>%-qh<2|l{O;a@f`Z-Svurl9$>i*0J-k#Sx<*N%_AZua{<6AgnZ3s($@+A&9mcPTL&G{?m27p8kBVSW<_S2udO6ZPg_Z3a=CuAE53D*EbBrz9ZZz&zz0|<$HOZuSF z_po=F4vq<#?_C3^I(__i;G4M$`+UVyAp(5v#mEoGB5Q|Yk#a90L4+@| zX(KBD4*Df9F~fY=&BzbOB5Os68=>DNge&^rJ;n)D?Xw2p`LicSfi7ENKOBp!k$=w! z78~K>$dO2e#dPTGh{i^(0Z6YYwH+98TkWSte#Y9q1i0W5!qn_=O+-4feqqYxA@R)( z#Z{+|k6SQ*uhXGhs#Gm+>Kn}W8M_ZR7q>Sb9`^)*8)adB`tmirY+GN#kA6vknfD!n z6rg!uAxMFm_YHz6VDr;whsp;k0xX%I83`MgZR;B-cmN)l_Y{Iv05^K-itnVHtH276 zBKDVgAydAjv3H^%Yrvz8z2mA>sInKhZL#SI;DeAcPuVo@=`1i5i!3ri1lU6QWI0#Z zDOE0s@Y$V|o_b>YsiYVE^kpG*y{B%;WXf4j`mC-JSeB{qC4d@{q@$W7y@xjdBtph~ pxAe8%8w3gzC{Un4fdYA?e*ooc3s>5HMOy#>002ovPDHLkV1ivv|(^o|YK# ztiG&#laQdG;M1rrx)rN`UtM0Sz0xP;{Q611ZXdtATu(1-i>^mbh3Bo!rPr<=?TTNc zIk`G#@ornuo%0!i?!pEf;@19YSM<|=KVS9hzQ1=|jvTEpnepTo%am>Ji|Sdu&M`1N zW3TWpxIg#p%CGSUt|>TOpJXN^`EO~*jwp!(=T4TWWge59P`3IeQ^?_84wv$R;+w8+ zxVOD_bBA^Q?}B;KKf~uAik{SG!Hi`037!LGlTXx~4Pv-<&0Jpjk>jP~M(zC_#Xx@v b{=Fc+Wsd3G-$s(}K{`BL{an^LB{Ts5GP0j! literal 0 HcmV?d00001 diff --git a/themes/multicolor/icons/titlebar/floating_focus_inactive.png b/themes/multicolor/icons/titlebar/floating_focus_inactive.png new file mode 100644 index 0000000000000000000000000000000000000000..07ee69ddae9b16938748730713783e4edd64e69d GIT binary patch literal 264 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=Y)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_Gz7y~NYkmHinmMGpwLuL7srr_TW@bF3OP7Pv?a=%^xekM z^^ED*idBYs3pAS^sjYJf^O*gua`VjmZ<24%8+lHelJ)aG`{9~A$&BFpzH0RdoJBMF&+j(Qk@n5&(zU!Sj7oo4`j72F>NWpW`7lyMt1j66E Ryypc{;_2$=vd$@?2>=q$QlJ0; literal 0 HcmV?d00001 diff --git a/themes/holo/icons/titlebar/floating_normal_active.png b/themes/multicolor/icons/titlebar/floating_normal_active.png similarity index 100% rename from themes/holo/icons/titlebar/floating_normal_active.png rename to themes/multicolor/icons/titlebar/floating_normal_active.png diff --git a/themes/holo/icons/titlebar/floating_normal_inactive.png b/themes/multicolor/icons/titlebar/floating_normal_inactive.png similarity index 100% rename from themes/holo/icons/titlebar/floating_normal_inactive.png rename to themes/multicolor/icons/titlebar/floating_normal_inactive.png diff --git a/themes/multicolor/icons/titlebar/maximized_focus_active.png b/themes/multicolor/icons/titlebar/maximized_focus_active.png new file mode 100644 index 0000000000000000000000000000000000000000..35c1801cf6768a2321bb9c5de11815380b2324bd GIT binary patch literal 602 zcmV-g0;T5Jh|(c?hzX@!)Dq{DW?% zofhYpa3Pzv-DB#D54m-%F!Ona z@Bq-M#||$606GB&xvGDmvMV7VR4NAd0h|PukfeZ$!R6s>JUy6QFEk}MP58GzG$lA~ zcx?$T1$a#fE){q!2`(jg4GAta_}CJ*0t>h!(Du9-o_Vw}15oBFpbRY7HfM7rGIr6sr=;Uy)wT;Zi8xSZi7 zB)Ht+eI>X}fcKHGi910GH3M1%nmiPPUaI8tV%P<63!oip1|%z?34GI6AUO$5;eFPC zWF+{&`!0g&5`5t$s(_jV33#b87+r!CyyQNhMW7pI-VY65_aOog$X<%J0SqEc0MS0| zPVm1A2>o4P0^rHBjXh-iVdR*>mrYNQ^=e<_{0cNKk&>lOdky%rgjnz~7r|dkhzTFN z3aph78(yOfek(x(UTYulNrD!9j54@RLP?-X3tm&e`vL01IU?Du@G@Zk?ZEKQ-U5hd o6j(wq_k}3HM0wqJBOBX>XgKDd^qpDyAyyQ2!bF8!U8+h zFevVQY}lNGXHy;#4*+2E+4Gm_qpzR8{5Jvqk^hUe2%ZD-RwH;R0;5jUBeTgIpBKe?-L5A5}aP@og{?+i)_3dM$&|hN+4@JhEa`?59 z@1NcNe(!C0Y5BoYt=g_vWarLQ$Ro_Y+K)Sak0G1_z_G}OA)Jmoes|W`ob&R#?fr(; z0Q2NWp}z(IuN9nNxl!n^>WaX0$O8bR7(Q0@J54csa@R502uz2(X=Ea>xXa5%U`ddd ziNKN~FB*X*NnRuZOPYMt2#cHnmoeVyUP=eZ40=rtyb?EaL=39!dQHhSAZ`&Bm5;Ov z#3e!$`N;bK*CRxg7upHB8bL%}_+G%Z2%_>*cZ2sum`wSFD#6K=pX-p9ejYF{!k;HO zJq7;Vm3;q)4tW58lgI;r(&824@d%D$sGYb6!hVV#a>?wzzcgb_$wcYk%4G4lD zWR_4}1D9HbG9oDX2N)s-ABt@)7d&lmhrbU`zHMaIuMpvdtMXa{sED9jUV8wU2qxr> z1Q3Z}O5Rw2C=pD`8x62X1k>`y1I&wHL*7b&SrKf>Tc^}21f^CXp#3O85ClOGHn;&> W9!^X4UVuXY0000EzaWbmpQB(qIh5!eSSFu0#z4zZa z#nENg`jv$Te_a<&J{j`+?8CyZIU7FB3)xw-wnMda=alY_9ZVbI&GJ@kzPmN*i}?ZB zhLy+o6l&O8_!XuL?PCsd{_eGzJz-U?vZ6|`?fHMgYbx)S)qfVeB{zRD%q|9o$##ov VWw)3~#yD5MIs3}rm!Dr5e}6K`KgMg4O6KaPOPTjSPVJ~U zczF5Ty~!KDiUUo=1q`NrHh=Z>+xzEwo}c+^UOJS%cdqX<+kWY}22jV6t;QB#o?kGY varzt&6VP)}*3DmEOI5MGzI+(W2U>PXzM)X4D>%#O2gn9bS3j3^P6U z1VIq?D-;!Q`^nreGtUC(H>|gih)OS~3Lke0vZAsubJ@V=0l;q5j#vT!^cuXv`&uF3 zi@^duM+KxKhXhfMnePKQZCLZ)i0GM&d7*;|95oO)YM`Uf0ei)oqxvnvN@EUPw2R*N zcGO|DUpdq%D87Jl2&+0ou=}vWGKo09@H2>{8c()PnZ&=|l<8ex9ne`YZqy8OuCc zt<~qXpQpqKSpQX@22j|=BeynwZ_Xq_K?4^Y3|xZ z?}c#!LRVb}um~U(cZ4uw{KSN}V2pskQJ0DE0l>i)rQEWJuJsibD;+POI(OrOX8r`= zNQ+a~0SwwjZ>3`etU2nCMR*RNdyjTjO*8JDobWc~Q&JHA-wddXjN1h2F{v>P-WYoS zc0IO$rK>k5nR&XMKTrMgSU9L6#^2C2oM1x zKm>>Y5g-CYfCvx)B0vO)01+SpM1TlrLTGS*L2Lm;R5DaT(5PJy1VIo4p(%d=rQMqY Twvf!B00000NkvXXu0mjfc2+4( literal 0 HcmV?d00001 diff --git a/themes/holo/icons/titlebar/ontop_normal_active.png b/themes/multicolor/icons/titlebar/ontop_normal_active.png similarity index 100% rename from themes/holo/icons/titlebar/ontop_normal_active.png rename to themes/multicolor/icons/titlebar/ontop_normal_active.png diff --git a/themes/holo/icons/titlebar/ontop_normal_inactive.png b/themes/multicolor/icons/titlebar/ontop_normal_inactive.png similarity index 100% rename from themes/holo/icons/titlebar/ontop_normal_inactive.png rename to themes/multicolor/icons/titlebar/ontop_normal_inactive.png diff --git a/themes/multicolor/icons/titlebar/sticky_focus_active.png b/themes/multicolor/icons/titlebar/sticky_focus_active.png new file mode 100644 index 0000000000000000000000000000000000000000..147ce6a218a0ec03efb0e421a1f8ceed993e92c2 GIT binary patch literal 622 zcmV-!0+IcRP)Il15p%*f9IBsYUtKRV$~3d2Vvt4&Q6!>652-6T6h9GJGHTt zh>ft&ArTTwL95zhqu5AHN2i^+=UYvaxpVG(_nh0g2M`275ClOG1VPXcYIK08k<9}L z*m%T4dO1AYsQI-yAbAKtw~g_)jhvj)y#$;P@YLk-%@sgI37d~FTrI#K2<|iUQJupN z)63xlR|{C59c2L107@2zz7SE&3wr=EE0HSz8x~7vA(fmcctQXGF!L$^{^RY>{y=cc zEB^wuEO@mbpu9diTK1FxoxcM_fCvx)A^@>OuHQnu&Zv>?^;!nZTRf)6otP9kwE6?g zd~Q*AnMj3F$?yh z!psAimB^**GJu(r{}97RL~*y4z<;%~N8BoaTD?@Y{}gU(@E$Pt+v*WfAArdpzqhN^ z>fJB*mRdbUEfY1eApjR&sp#|d>@1GmYjYZ`RNhT|x5$be{;mhDj>EfaQ$+x^mo`7! z=X&)6h{*iBywS2D!pt=R1uX^CUi^m$?F5(rpp+`;UIM1pC7|sdP%6IM0(eR#CmyvF zu(vt$2H>Qbb7=Zuh?$SI7NC^MYc0SZ2%bU^1VIo4K@c401Hn_8&^!TI-~a#s07*qo IM6N<$g5vZE?EnA( literal 0 HcmV?d00001 diff --git a/themes/multicolor/icons/titlebar/sticky_focus_inactive.png b/themes/multicolor/icons/titlebar/sticky_focus_inactive.png new file mode 100644 index 0000000000000000000000000000000000000000..a5cdf21da5617a4dfe393c58aa3b2602c79bd717 GIT binary patch literal 888 zcmV-;1Bd*HP)>s-}B8m z=NmwwP$(1%g+ifFC{hsG`Q_Y!zO>26*cAZn*DoG@XT~!$8;jQ_BV%CzCjmThdAl~J zlmW4suZdk2iO4`hbLXa%F@WTuIk#4ukqNdmz~v3E7m+o8X(|$then!U(+rTZ1sV-C z!IlPy$c}$>G0X(Jt^s9n^fAN)&3@m1*BJoCaduy_3ACGd5eXzPbd+Re(C2)Uv<56e z{E|%IG7+D!3F-e+cBUuIDFo0DCg`Oa} zJLq%1w4DKUO>J44mbQoF0RUA1@(c$ z0?@L^Vg2FO6Tgz)0C%7-T_oBwXE&IMV=L{mVscD3;QPeaO8|Dx>H^S8vV`Qw0>dKF z=*$Bv3^27EuJ?58CwY3-3zE*D&v`f2R=&VF;eLC|v7bqu0rj4ajU;cy&Kj>pWb3T> zKX!-8c`~6F7NMCWKAU6@00)5EB)5nB`cORQ1QF@ZaTN4hWq?`5P&a@hBGMf4>zCs_ zHjBtWZeF1?;I57)tpP4?SA&Q&k~|pnIbSRyYu4rF6^>Xb-f#n4-mYyTa)H!pg1*{O zBmsu)0>_%#^F^dI$5F61;I5uQs&V|>O$QVTg+ifFC=?2XLZMJ7l7Qb