diff --git a/.gitmodules b/.gitmodules index 538c2e1..fbd5ee9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,9 @@ -[submodule "awesome/awesome-copycats"] - path = awesome/awesome-copycats - url = https://github.com/lcpz/awesome-copycats.git +[submodule "awesome/scratch"] + path = awesome/scratch + url = https://github.com/proteansec/awesome-scratch +[submodule "awesome/lain"] + path = awesome/lain + url = https://github.com/lcpz/lain +[submodule "awesome/freedesktop"] + path = awesome/freedesktop + url = https://github.com/lcpz/awesome-freedesktop diff --git a/awesome/CONTRIBUTING.md b/awesome/CONTRIBUTING.md new file mode 100644 index 0000000..5074bfb --- /dev/null +++ b/awesome/CONTRIBUTING.md @@ -0,0 +1,21 @@ +# Contributing to awesome-ban + +## Tips for bug reports + +* Was this issue already reported? Please do a quick search. + +* Maybe the problem is solved in the current master branch already? + + Simply clone awesome-ban with `git clone --recursive https://github.com/4ban/awesome-ban.git` or + + download the git version via https://github.com/4ban/awesome-ban/archive/master.zip + + and run `mv -bv awesome-ban/* ~/.config/awesome; rm -rf awesome-ban` directly to find out. + +* You can obtain much better error messages with starting it in sandbox by Xephyr: + +`Xephyr :5 -ac -br -noreset -screen 1500x800 & sleep 1; DISPLAY=:5 awesome -c /path/to/awesome-ban/rc.lua`. + +Also change related paths in variables `theme_path` in your rc.lua and `theme.dir` in theme.lua. + +Thank you! diff --git a/awesome/ISSUE_TEMPLATE.md b/awesome/ISSUE_TEMPLATE.md deleted file mode 100644 index 09dda28..0000000 --- a/awesome/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,29 +0,0 @@ -# If you have a question - -Take the following steps: - -1. [Google it](https://encrypted.google.com) -2. Search [Awesome doc](https://awesomewm.org/doc) -3. Ask [community](https://awesomewm.org/community) - -and, if you still don't have an answer, you can ask here. - -**Please be warned:** if your question is unrelated to this repository, a reply is only an act of kindness. - -# If you have an issue - -First do - -1. search the [issues section](https://github.com/copycat-killer/awesome-copycats/issues) and -2. search [lain issues section](https://github.com/copycat-killer/lain/issues) and -2. try with default Awesome configuration, usually located in `/etc/xdg/awesome/rc.lua` or `/usr/local/etc/xdg/awesome/rc.lua`. - -If you can't find a solution and your issue doesn't happen with default configuration, then go ahead and provide: - -* output of `awesome -v` and `lua -v` -* expected behavior and actual behavior -* steps to reproduce the problem - -# If you have a new feature or theme request - -Write a detailed description of the desired design, preferably with screenshots or mockups. diff --git a/awesome/LICENSE b/awesome/LICENSE new file mode 100644 index 0000000..332e9d8 --- /dev/null +++ b/awesome/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2018 Dmitry Kryukov + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/awesome/README.md b/awesome/README.md new file mode 100644 index 0000000..30015c0 --- /dev/null +++ b/awesome/README.md @@ -0,0 +1,95 @@ +# Awesome WM 4.x Ban theme + +## Description +A theme for the Awesome window manager, version 4.x. + +Inspired by [awesome-copycats](https://github.com/lcpz/awesome-copycats) + +## Gallery + +### darkblue theme + +#### With compton and rofi +![](https://github.com/4ban/awesome-ban/raw/master/themes/darkblue/screenshots/screen1.5.png) +--- + +![](https://github.com/4ban/awesome-ban/raw/master/themes/darkblue/screenshots/screen1.png) +--- + +![](https://github.com/4ban/awesome-ban/raw/master/themes/darkblue/screenshots/screen2.png) +--- + +![](https://github.com/4ban/awesome-ban/raw/master/themes/darkblue/screenshots/screen3.png) +--- + +![](https://github.com/4ban/awesome-ban/raw/master/themes/darkblue/screenshots/screen4.png) +--- + +![](https://github.com/4ban/awesome-ban/raw/master/themes/darkblue/screenshots/screen5.png) +--- + +### yellow theme + +![](https://github.com/4ban/awesome-ban/raw/master/themes/yellow/screenshots/screen1.png) +--- + +![](https://github.com/4ban/awesome-ban/raw/master/themes/yellow/screenshots/screen2.png) +--- + +![](https://github.com/4ban/awesome-ban/raw/master/themes/yellow/screenshots/screen3.png) +--- + +## Features + +* Enable/Disable titlebar for all windows or selectively +* Scratchpads which allow you hides window in the background (not minimized, just hidden) and invoke it whenever you need it on current tag (like yeahconsole, quake) +* Autostart background programs +* Custom layouts +* to be continued... + +## Requirements +Complements are provided by [Lain](https://github.com/lcpz/lain), [freedesktop](https://github.com/lcpz/freedesktop) and [scratch](https://github.com/proteansec/awesome-scratch). + +Fonts are `Terminus, Tamzen, Meslo LGS and Tamsyn` + +GTK3 theme - `Arc-Dark` + +GTK3 icon theme - `Paper` + +Additional default software used: + +`dmenu2 urxvt rofi nm-applet xsel nm-applet yeahconsole tmux i3lock-color-git zsh oh-my-zsh-git i3lock-fancy-git kbdd perwindowlayoutd xautolock` + +Fork of [Compton](https://github.com/tryone144/compton) with new blur method "kawase" + +## Additional +Config files: +* [compton.conf](https://gist.github.com/4ban/f7e15eb0c13e8402707ebc4af1bef8b9#file-compton-conf-L1) +* [.Xresources](https://gist.github.com/4ban/f7e15eb0c13e8402707ebc4af1bef8b9#file-xresources-L1) +* [.xrdb/color/blur](https://gist.github.com/4ban/f7e15eb0c13e8402707ebc4af1bef8b9#file-blur-L1) +* [.oh-my-zsh/themes/ban.zsh-theme](https://gist.github.com/4ban/ad5c9ee5a98b89e60ca694751301b49f) + +## Installation + +`git clone --recursive https://github.com/4ban/awesome-ban.git` + +`mv -bv awesome-ban/* ~/.config/awesome; rm -rf awesome-ban` + +`cp ~/.config/awesome/rc-default.lua ~/.config/awesome/rc.lua` + +## Usage + +First open your `rc.lua` in text editor and setup the configuration: + +* Define autostart programs +* Set variables +* Change default hotkeys +* Setup layouts +* Set windows rules + +##### F.A.Q. + +Note that Lain, Freedesktop and Scratch added as submodules, for cloning repo you must use command: +``` +git clone --recursive https://github.com/4ban/awesome-ban.git +``` diff --git a/awesome/README.rst b/awesome/README.rst deleted file mode 100644 index 9dc26e9..0000000 --- a/awesome/README.rst +++ /dev/null @@ -1,168 +0,0 @@ -Awesome WM Copycats -=================== - -------------------------- -Themes for Awesome WM 4.x -------------------------- - -:Author: Luke Bonham -:Version: git -:License: BY-NC-SA_ -:Source: https://github.com/copycat-killer/awesome-copycats - -Description -=========== - -A set of themes for the Awesome_ window manager, version >= 4.0. - -See branches_ for previous versions. - -Features -======== - -- Modularity -- Autohide widgets -- Autostart windowless processes -- Fast MPD and volume shortcuts (first time this trick has been used in Awesome) -- Shortcuts for copying to the clipboard (no need for clipboard managers), toggle wiboxes, widgets popups, screenshots capture, moving and magnifying clients -- Quake drop-down terminal -- Calendar with current day highlighted and months switch with a click/scroll -- Notifications for new mails, current song, volume level, hdd critical state, low battery -- OpenWeatherMap integration -- Net carrier status notifier -- Symbolic tag names -- DWM-like textual layoutbox -- Cairo wibar -- Custom layouts -- No borders when there's only one visible client -- Freedesktop.org compliant menu and desktop icons -- Vi-like client focus -- Non-empty tag browsing -- On-the-fly useless gaps resize -- Dynamic tagging - -Gallery -======= - -**Multicolor**, inspired by lucamanni_ - -.. image:: http://dotshare.it/public/images/uploads/650.png - -**Powerarrow**, porting of romockee_'s - -.. image:: http://dotshare.it/public/images/uploads/1453.png - -**Powerarrow Dark** - -.. image:: http://dotshare.it/public/images/uploads/649.jpg - -**Steamburn**, porting of ok100_'s dwm - -.. image:: http://dotshare.it/public/images/uploads/648.png - -**Blackburn** - -.. image:: http://dotshare.it/public/images/uploads/553.png - -**Dremora** - -.. image:: http://dotshare.it/public/images/uploads/652.png - -**Rainbow** - -.. image:: http://dotshare.it/public/images/uploads/606.png - -**Holo**, requested by amouly_ - -.. image:: http://dotshare.it/public/images/uploads/651.jpg - -**Copland**, inspired by foozer_ - -.. image:: http://dotshare.it/public/images/uploads/655.png - -**Vertex**, requested by swordfischer_ - -.. image:: http://dotshare.it/public/images/uploads/1432.jpg - -Installation -============ - -.. code-block:: shell - - $ git clone --recursive https://github.com/copycat-killer/awesome-copycats.git - $ mv -bv awesome-copycats/* ~/.config/awesome; rm -r awesome-copycats - -Usage -===== - -The modular structure allows to - -* set variables -* define startup processes -* change keybindings and layouts -* set client properties - -in ``rc.lua``, and - -* configure widgets -* define wiboxes and screen settings - -in ``theme.lua``, so that you just need to change ``chosen_theme`` variable in ``rc.lua`` to preserve your preferences *and* switch the theme, instead of having N different ``rc.lua`` full of redundancy. - -Just do the following: - -.. code-block:: shell - - $ cd ~/.config/awesome - $ cp rc.lua.template rc.lua - -Then, set the variable ``chosen_theme`` in ``rc.lua`` to your preferred theme, do your settings, and restart Awesome (``Mod4 + ctrl + r``). - -To customize a theme, head over ``themes/$chosen_theme/theme.lua``. - -Otherwise, if you want to be synced with upstream, modify ``theme_path`` variable in ``rc.lua`` like this: - -.. code-block:: diff - - -local theme_path = string.format("%s/.config/awesome/themes/%s/theme.lua", os.getenv("HOME"), chosen_theme) - +local theme_path = string.format("%s/.config/awesome/themes/%s/theme-personal.lua", os.getenv("HOME"), chosen_theme) - -then, copy ``theme.lua`` to ``theme-personal.lua`` and do your customizations there. - -This way, you can safely ``git pull`` anytime. - -Notes -===== - -Complements are provided by lain_ and freedesktop_. - -Fonts are Terminus_ (Multicolor, Powerarrow Darker), Tamzen_ (Copland), Roboto_ (Holo, Vertex) and Tamsyn_ (other ones). - -Every theme has a colorscheme_. - -Blackburn and Dremora use Icons_, Vertex uses FontAwesome_: be sure to have bitmaps enabled if running under Debian or Ubuntu_. - -Additional software used: :: - - unclutter firefox scrot mpd mpc dmenu xsel - -.. _BY-NC-SA: http://creativecommons.org/licenses/by-nc-sa/4.0 -.. _b0ab0d7: https://github.com/copycat-killer/awesome-copycats/tree/b0ab0d7837987be81b9195a36631df773113d491 -.. _Awesome: http://github.com/awesomeWM/awesome -.. _lucamanni: https://github.com/lucamanni/awesome -.. _romockee: https://github.com/romockee/powerarrow -.. _ok100: http://ok100.deviantart.com/art/DWM-January-2013-348656846 -.. _amouly: https://bbs.archlinux.org/viewtopic.php?pid=1307158#p1307158 -.. _swordfischer: https://github.com/copycat-killer/awesome-copycats/issues/53 -.. _foozer: http://dotshare.it/dots/499 -.. _lain: https://github.com/copycat-killer/lain -.. _freedesktop: https://github.com/copycat-killer/freedesktop -.. _Terminus: http://terminus-font.sourceforge.net -.. _Tamzen: https://github.com/sunaku/tamzen-font -.. _Roboto: https://fonts.google.com/specimen/Roboto -.. _Tamsyn: http://www.fial.com/~scott/tamsyn-font -.. _colorscheme: https://github.com/copycat-killer/dots/tree/master/.colors -.. _Icons: https://github.com/copycat-killer/dots/tree/master/.fonts -.. _Ubuntu: https://wiki.ubuntu.com/Fonts#Enabling_Bitmapped_Fonts -.. _FontAwesome: https://github.com/FortAwesome/Font-Awesome -.. _branches: https://github.com/copycat-killer/awesome-copycats/branches diff --git a/awesome/awesome-copycats b/awesome/awesome-copycats deleted file mode 160000 index 03d3722..0000000 --- a/awesome/awesome-copycats +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 03d372281ce9358a8d73689a2ffcb429918d5f39 diff --git a/awesome/freedesktop b/awesome/freedesktop new file mode 160000 index 0000000..4226433 --- /dev/null +++ b/awesome/freedesktop @@ -0,0 +1 @@ +Subproject commit 4226433ff9a1b431d07ae1592550dbc691c3d1fd diff --git a/awesome/freedesktop/LICENSE b/awesome/freedesktop/LICENSE deleted file mode 100644 index 23cb790..0000000 --- a/awesome/freedesktop/LICENSE +++ /dev/null @@ -1,339 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Lesser General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - {description} - Copyright (C) {year} {fullname} - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - {signature of Ty Coon}, 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. diff --git a/awesome/freedesktop/README.rst b/awesome/freedesktop/README.rst deleted file mode 100644 index cb7351f..0000000 --- a/awesome/freedesktop/README.rst +++ /dev/null @@ -1,52 +0,0 @@ -Awesome-Freedesktop -=================== - -------------------------------------------------------------------- -Freedesktop.org menu and desktop icons support for Awesome WM 4.x -------------------------------------------------------------------- - -:Original author: Antonio Terceiro -:Maintainer: Luke Bonham -:Version: git -:License: GNU-GPL2_ -:Source: https://github.com/copycat-killer/awesome-freedesktop - -Description ------------ - -This is a port of awesome-freedesktop_ to Awesome_ 4.x. - -**Note**: if you still have to use branch 3.5.x, you can refer to the commit 2c695a9_, but be aware that it's no longer supported. - -Since the introduction of Menubar_ as core library for providing Freedesktop.org menu functionalities in Awesome, -we can now avoid all the dirty work by just exploiting ``menubar.utils`` functions. - -At the initial status of this port, the menu is pretty much complete, while the desktop icons are very basic, -so the long term objective will be to complete functionalities on this part too. - -More specifically, the todo list is: - -- A better way to handle desktop icons path -- Ability to drag and line up icons -- Event-based signals, in particular: - - Updating trash icon according to its status - - Dynamic update (no need to restart Awesome to see changes on desktop) - -Screenshot ----------- - -.. image:: screenshot.png - :align: center - :alt: Showcase of Freedesktop support in Awesome, using Adwaita icons - -Installation and usage ----------------------- - -Read the wiki_. - -.. _GNU-GPL2: http://www.gnu.org/licenses/gpl-2.0.html -.. _awesome-freedesktop: https://github.com/terceiro/awesome-freedesktop -.. _Awesome: https://github.com/awesomeWM/awesome -.. _2c695a9: https://github.com/copycat-killer/awesome-freedesktop/tree/2c695a922856e22d117cd80486d6ce67d79a72df -.. _Menubar: https://github.com/awesomeWM/awesome/tree/master/lib/menubar -.. _wiki: https://github.com/copycat-killer/awesome-freedesktop/wiki diff --git a/awesome/freedesktop/awesome-freedesktop-git.rockspec b/awesome/freedesktop/awesome-freedesktop-git.rockspec deleted file mode 100644 index 36264f2..0000000 --- a/awesome/freedesktop/awesome-freedesktop-git.rockspec +++ /dev/null @@ -1,20 +0,0 @@ -package = "awesome-freedesktop" -version = "git" -source = { - url = "https://github.com/copycat-killer/awesome-freedesktop", - tag = "git" -} -description = { - summary = "Freedesktop.org menu and desktop icons support for Awesome WM", - homepage = "https://github.com/copycat-killer/awesome-freedesktop", - license = "GPL v2" -} -dependencies = { - "lua >= 5.3", - "awesome >= 4.0" -} -supported_platforms = { "linux" } -build = { - type = "builtin", - modules = { freedesktop = "init.lua" } -} diff --git a/awesome/freedesktop/desktop.lua b/awesome/freedesktop/desktop.lua deleted file mode 100644 index cf6139b..0000000 --- a/awesome/freedesktop/desktop.lua +++ /dev/null @@ -1,255 +0,0 @@ - ---[[ - - Awesome-Freedesktop - Freedesktop.org compliant desktop entries and menu - - Desktop section - - Licensed under GNU General Public License v2 - * (c) 2016, Luke Bonham - * (c) 2009-2015, Antonio Terceiro - ---]] - -local awful = require("awful") -local theme = require("beautiful") -local utils = require("menubar.utils") -local wibox = require("wibox") - -local capi = { screen = screen } -local io = io -local ipairs = ipairs -local mouse = mouse -local os = os -local string = { format = string.format } -local table = table - --- Desktop icons --- freedesktop.desktop -local desktop = { - -- Default desktop basic icons - baseicons = { - [1] = { - label = "This PC", - icon = "computer", - onclick = "computer://" - }, - [2] = { - label = "Home", - icon = "user-home", - onclick = os.getenv("HOME") - }, - [3] = { - label = "Trash", - icon = "user-trash", - onclick = "trash://" - } - }, - -- Default parameters - iconsize = { width = 48, height = 48 }, - labelsize = { width = 140, height = 20 }, - margin = { x = 20, y = 20 }, -} - --- MIME types list -local mime_types = {} - --- Icons positioning -local desktop_current_pos = {} - --- @return iterator on input pipe -local function pipelines(...) - local f = assert(io.popen(...)) - return function () - local data = f:read() - if data == nil then f:close() end - return data - end -end - --- Adds an icon to desktop --- @param args settings from desktop.add_icons --- @param label icon string label --- @param icon icon string file path --- @param onclick function to execute on click -function desktop.add_single_icon(args, label, icon, onclick) - local s = args.screen - - -- define icon dimensions and position - if not desktop_current_pos[s] then - desktop_current_pos[s] = { x = (capi.screen[s].geometry.x + args.iconsize.width + args.margin.x), y = 40 } - end - - local totheight = (icon and args.iconsize.height or 0) + (label and args.labelsize.height or 0) - if totheight == 0 then return end - - if desktop_current_pos[s].y + totheight > capi.screen[s].geometry.height - 40 then - desktop_current_pos[s].x = desktop_current_pos[s].x + args.labelsize.width + args.iconsize.width + args.margin.x - desktop_current_pos[s].y = 40 - end - - local common = { screen = s, bg = "#00000000", visible = true, type = "desktop" } - - -- create icon container - if icon then - common.width = args.iconsize.width - common.height = args.iconsize.height - common.x = desktop_current_pos[s].x - common.y = desktop_current_pos[s].y - - icon = wibox.widget { - image = icon, - resize = false, - widget = wibox.widget.imagebox - } - - icon:buttons(awful.button({ }, 1, nil, onclick)) - - icon_container = wibox(common) - icon_container:set_widget(icon) - - desktop_current_pos[s].y = desktop_current_pos[s].y + args.iconsize.height + 5 - end - - -- create label container - if label then - common.width = args.labelsize.width - common.height = args.labelsize.height - common.x = desktop_current_pos[s].x - (args.labelsize.width/2) + args.iconsize.width/2 - common.y = desktop_current_pos[s].y - - caption = wibox.widget { - text = label, - align = "center", - forced_width = common.width, - forced_height = common.height, - ellipsize = "middle", - widget = wibox.widget.textbox - } - - caption:buttons(awful.button({ }, 1, onclick)) - caption_container = wibox(common) - caption_container:set_widget(caption) - end - - desktop_current_pos[s].y = desktop_current_pos[s].y + args.labelsize.height + args.margin.y -end - --- Adds base icons (This PC, Trash, etc) to desktop --- @param args settings from desktop.add_icons -function desktop.add_base_icons(args) - for _,base in ipairs(args.baseicons) do - desktop.add_single_icon(args, base.label, utils.lookup_icon(base.icon), function() - awful.spawn(string.format("%s '%s'", args.open_width, base.onclick)) - end) - end -end - --- Looks up a suitable icon for filename --- @param filename string file name --- @return icon file path (string) -function desktop.lookup_file_icon(filename) - -- load system MIME types - if #mime_types == 0 then - for line in io.lines("/etc/mime.types") do - if not line:find("^#") then - local parsed = {} - for w in line:gmatch("[^%s]+") do - table.insert(parsed, w) - end - if #parsed > 1 then - for i = 2, #parsed do - mime_types[parsed[i]] = parsed[1]:gsub("/", "-") - end - end - end - end - end - - -- try to search a possible icon among standards - local extension = filename:match("%a+$") - local mime = mime_types[extension] or "" - local mime_family = mime:match("^%a+") or "" - - local possible_filenames = { - mime, "gnome-mime-" .. mime, - mime_family, "gnome-mime-" .. mime_family, - extension - } - - for i, filename in ipairs(possible_filenames) do - local icon = utils.lookup_icon(filename) - if icon then return icon end - end - - -- if we don"t find ad icon, then pretend is a plain text file - return utils.lookup_icon("text-x-generic") -end - --- Parse subdirectories and files list from input directory --- @input dir directory to parse (string) --- @return files table with found entries -function desktop.parse_dirs_and_files(dir) - local files = {} - local paths = pipelines('find '..dir..' -maxdepth 1 -type d | tail -1') - for path in paths do - if path:match("[^/]+$") then - local file = {} - file.filename = path:match("[^/]+$") - file.path = path - file.show = true - file.icon = utils.lookup_icon("folder") - table.insert(files, file) - end - end - local paths = pipelines('find '..dir..' -maxdepth 1 -type f') - for path in paths do - if not path:find("%.desktop$") then - local file = {} - file.filename = path:match("[^/]+$") - file.path = path - file.show = true - file.icon = desktop.lookup_file_icon(file.filename) - table.insert(files, file) - end - end - return files -end - --- Adds subdirectories and files icons from args.dir --- @param args settings from desktop.add_icons -function desktop.add_dirs_and_files_icons(args) - for _, file in ipairs(desktop.parse_dirs_and_files(args.dir)) do - if file.show then - local label = args.showlabels and file.filename or nil - local onclick = function () awful.spawn(string.format("%s '%s'", args.open_with, file.path)) end - desktop.add_single_icon(args, label, file.icon, onclick) - end - end -end - --- Main function, adds base, directory and files icons --- @param args user defined settings, with fallback on defaults -function desktop.add_icons(args) - args = args or {} - args.screen = args.screen or mouse.screen - args.dir = args.dir or os.getenv("HOME") .. "/Desktop" - args.showlabels = args.showlabel or true - args.open_with = args.open_with or "xdg_open" - args.baseicons = args.baseicons or desktop.baseicons - args.iconsize = args.iconsize or desktop.iconsize - args.labelsize = args.labelsize or desktop.labelsize - args.margin = args.margin or desktop.margin - - -- trying to fallback on Adwaita if theme.icon_theme is not defined - -- if Adwaita is missing too, no icons will be shown - if not theme.icon_theme then - theme.icon_theme = args.icon_theme or "Adwaita" - end - - desktop.add_base_icons(args) - desktop.add_dirs_and_files_icons(args) -end - -return desktop diff --git a/awesome/freedesktop/init.lua b/awesome/freedesktop/init.lua deleted file mode 100644 index cb0548f..0000000 --- a/awesome/freedesktop/init.lua +++ /dev/null @@ -1,16 +0,0 @@ - ---[[ - - Awesome-Freedesktop - Freedesktop.org compliant desktop entries and menu - - Licensed under GNU General Public License v2 - * (c) 2016, Luke Bonham - * (c) 2009-2015, Antonio Terceiro - ---]] - -return { - desktop = require("freedesktop.desktop"), - menu = require("freedesktop.menu") -} diff --git a/awesome/freedesktop/menu.lua b/awesome/freedesktop/menu.lua deleted file mode 100644 index 591fd74..0000000 --- a/awesome/freedesktop/menu.lua +++ /dev/null @@ -1,123 +0,0 @@ - ---[[ - - Awesome-Freedesktop - Freedesktop.org compliant desktop entries and menu - - Menu section - - Licensed under GNU General Public License v2 - * (c) 2016, Luke Bonham - * (c) 2014, Harvey Mittens - ---]] - -local awful_menu = require("awful.menu") -local menu_gen = require("menubar.menu_gen") -local menu_utils = require("menubar.utils") -local icon_theme = require("menubar.icon_theme") - -local os = { execute = os.execute, - getenv = os.getenv } -local pairs = pairs -local string = { byte = string.byte, - format = string.format } -local table = { insert = table.insert, - remove = table.remove, - sort = table.sort } - --- Add support for NixOS systems too -table.insert(menu_gen.all_menu_dirs, string.format("%s/.nix-profile/share/applications", os.getenv("HOME"))) - --- Remove non existent paths in order to avoid issues -local existent_paths = {} -for k,v in pairs(menu_gen.all_menu_dirs) do - if os.execute(string.format("ls %s &> /dev/null", v)) then - table.insert(existent_paths, v) - end -end -menu_gen.all_menu_dirs = existent_paths - --- Expecting a wm_name of awesome omits too many applications and tools -menu_utils.wm_name = "" - --- Menu --- freedesktop.menu -local menu = {} - --- Determines whether an table includes a certain element --- @param tab a given table --- @param val the element to search for --- @return true if the given string is found within the search table; otherwise, false if not -local function has_value (tab, val) - for index, value in ipairs(tab) do - if val:find(value) then - return true - end - end - return false -end - --- Use MenuBar parsing utils to build a menu for Awesome --- @return awful.menu -function menu.build(args) - local args = args or {} - local icon_size = args.icon_size - local before = args.before or {} - local after = args.after or {} - local skip_items = args.skip_items or {} - - local result = {} - local _menu = awful_menu({ items = before }) - - menu_gen.generate(function(entries) - -- Add category icons - for k, v in pairs(menu_gen.all_categories) do - table.insert(result, { k, {}, v.icon }) - end - - -- Get items table - for k, v in pairs(entries) do - for _, cat in pairs(result) do - if cat[1] == v.category then - if not has_value(skip_items, v.name) then - table.insert(cat[2], { v.name, v.cmdline, v.icon }) - end - break - end - end - end - - -- Cleanup things a bit - for i = #result, 1, -1 do - local v = result[i] - if #v[2] == 0 then - -- Remove unused categories - table.remove(result, i) - else - --Sort entries alphabetically (by name) - table.sort(v[2], function (a, b) return string.byte(a[1]) < string.byte(b[1]) end) - -- Replace category name with nice name - v[1] = menu_gen.all_categories[v[1]].name - end - end - - -- Sort categories alphabetically also - table.sort(result, function(a, b) return string.byte(a[1]) < string.byte(b[1]) end) - - -- Add items to menu - for _, v in pairs(result) do _menu:add(v) end - for _, v in pairs(after) do _menu:add(v) end - end) - - -- Set icon size - if icon_size then - for _,v in pairs(menu_gen.all_categories) do - v.icon = icon_theme():find_icon_path(v.icon_name, icon_size) - end - end - - return _menu -end - -return menu diff --git a/awesome/freedesktop/screenshot.png b/awesome/freedesktop/screenshot.png deleted file mode 100644 index 2cf88e5..0000000 Binary files a/awesome/freedesktop/screenshot.png and /dev/null differ diff --git a/awesome/lain b/awesome/lain index 245ab7c..9075299 160000 --- a/awesome/lain +++ b/awesome/lain @@ -1 +1 @@ -Subproject commit 245ab7c33a3261bd2730fdb054e888e31b26f1db +Subproject commit 907529920f7db2fd602d2204cf2c4f7efbdd64e2 diff --git a/awesome/rc.lua b/awesome/rc.lua index 70808a2..5661f52 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -1,12 +1,4 @@ ---[[ - - Awesome WM configuration template - github.com/copycat-killer - ---]] - --- {{{ Required libraries local awesome, client, mouse, screen, tag = awesome, client, mouse, screen, tag local ipairs, string, os, table, tostring, tonumber, type = ipairs, string, os, table, tostring, tonumber, type @@ -17,12 +9,11 @@ local wibox = require("wibox") local beautiful = require("beautiful") local naughty = require("naughty") local lain = require("lain") ---local menubar = require("menubar") +local scratch = require("scratch") local freedesktop = require("freedesktop") local hotkeys_popup = require("awful.hotkeys_popup").widget --- }}} --- {{{ Error handling +-- Error handling if awesome.startup_errors then naughty.notify({ preset = naughty.config.presets.critical, title = "Oops, there were errors during startup!", @@ -41,9 +32,8 @@ do in_error = false end) end --- }}} --- {{{ Autostart windowless processes +-- Autostart windowless processes local function run_once(cmd_arr) for _, cmd in ipairs(cmd_arr) do findme = cmd @@ -56,67 +46,78 @@ local function run_once(cmd_arr) end -- Toggle titlebar on or off depending on s. Creates titlebar if it doesn't exist -local function setTitlebar(client, s) +local function set_titlebar(client, s) if s then if client.titlebar == nil then client:emit_signal("request::titlebars", "rules", {}) end + awful.titlebar.show(client) else awful.titlebar.hide(client) end end -run_once({ "unclutter -root" }) -- entries must be comma-separated -run_once({ "xcompmgr" }) -- entries must be comma-separated --- }}} +-- Autostart programs +run_once({ + "xcompmgr", + "/home/kadet/.local/share/JetBrains/Toolbox/bin/jetbrains-toolbox" +}) --- {{{ Variable definitions -local chosen_theme = "powerarrow-dark" +-- Choose the theme +local chosen_theme = "kadet" +-- Set false to disable titlebar +local window_titlebar = false +-- Settings for dmenu prompt local modkey = "Mod4" local altkey = "Mod1" local terminal = "urxvt" local editor = os.getenv("EDITOR") or "vim" -local gui_editor = "code" local browser = "firefox" +local gui_editor = "code" +-- Naughty presets +naughty.config.defaults.timeout = 5 +naughty.config.defaults.screen = 1 +naughty.config.defaults.position = "top_right" +naughty.config.defaults.margin = 8 +naughty.config.defaults.gap = 1 +naughty.config.defaults.ontop = true +naughty.config.defaults.font = "Fira Code 10" +naughty.config.defaults.icon = nil +naughty.config.defaults.icon_size = 32 +naughty.config.defaults.fg = beautiful.fg_tooltip +naughty.config.defaults.bg = beautiful.bg_tooltip +naughty.config.defaults.border_color = beautiful.border_tooltip +naughty.config.defaults.border_width = 2 +naughty.config.defaults.hover_timeout = nil awful.util.terminal = terminal - -awful.util.tagnames = { "WORK", "WWW", "CLI", "MSG", "OTHER", "DB" } -awful.util.taglayout = { - awful.layout.suit.tile, - awful.layout.suit.tile, - awful.layout.suit.tile, - awful.layout.suit.tile.left, - awful.layout.suit.tile, - awful.layout.suit.tile -} - +awful.util.tagnames = { " ", " >_ ", " web ", " & ", " etc ", " # " } awful.layout.layouts = { - awful.layout.suit.floating, - awful.layout.suit.tile, - awful.layout.suit.tile.left, + awful.layout.suit.tile.right, awful.layout.suit.tile.bottom, + awful.layout.suit.tile.left, awful.layout.suit.tile.top, - --awful.layout.suit.fair, - --awful.layout.suit.fair.horizontal, - --awful.layout.suit.spiral, + awful.layout.suit.floating, + lain.layout.centerwork, + awful.layout.suit.spiral, + awful.layout.suit.max, + awful.layout.suit.max.fullscreen, + -- awful.layout.suit.magnifier, + awful.layout.suit.fair, + awful.layout.suit.fair.horizontal, --awful.layout.suit.spiral.dwindle, - --awful.layout.suit.max, - --awful.layout.suit.max.fullscreen, - --awful.layout.suit.magnifier, --awful.layout.suit.corner.nw, --awful.layout.suit.corner.ne, --awful.layout.suit.corner.sw, --awful.layout.suit.corner.se, --lain.layout.cascade, --lain.layout.cascade.tile, - --lain.layout.centerwork, --lain.layout.centerwork.horizontal, - --lain.layout.termfair, --lain.layout.termfair.center, } + awful.util.taglist_buttons = awful.util.table.join( awful.button({ }, 1, function(t) t:view_only() end), awful.button({ modkey }, 1, function(t) @@ -181,10 +182,8 @@ lain.layout.cascade.tile.ncol = 2 local theme_path = string.format("%s/.config/awesome/themes/%s/theme.lua", os.getenv("HOME"), chosen_theme) beautiful.init(theme_path) -beautiful.notification_height = 32 --- }}} --- {{{ Menu +-- Menu local myawesomemenu = { { "hotkeys", function() return false, hotkeys_popup.show_help end }, { "manual", terminal .. " -e man awesome" }, @@ -203,10 +202,9 @@ awful.util.mymainmenu = freedesktop.menu.build({ -- other triads can be put here } }) ---menubar.utils.terminal = terminal -- Set the Menubar terminal for applications that require it --- }}} --- {{{ Screen + +-- Screen -- Re-set wallpaper when a screen's geometry changes (e.g. different resolution) screen.connect_signal("property::geometry", function(s) -- Wallpaper @@ -220,26 +218,21 @@ screen.connect_signal("property::geometry", function(s) end end) -- Create a wibox for each screen and add it -awful.screen.connect_for_each_screen(function(s) beautiful.at_screen_connect(s) end) --- }}} +awful.screen.connect_for_each_screen(function(s) beautiful.connect(s) end) --- {{{ Mouse bindings +-- Mouse bindings root.buttons(awful.util.table.join( awful.button({ }, 3, function () awful.util.mymainmenu:toggle() end), awful.button({ }, 4, awful.tag.viewnext), awful.button({ }, 5, awful.tag.viewprev) )) --- }}} -- {{{ Key bindings globalkeys = awful.util.table.join( - -- Take a screenshot - -- https://github.com/copycat-killer/dots/blob/master/bin/screenshot - awful.key({ altkey }, "p", function() os.execute("screenshot") end), - -- Hotkeys - awful.key({ modkey, }, "s", hotkeys_popup.show_help, + awful.key({ modkey }, "s", hotkeys_popup.show_help, {description="show help", group="awesome"}), + -- Tag browsing awful.key({ modkey, }, "Left", awful.tag.viewprev, {description = "view previous", group = "tag"}), @@ -254,20 +247,6 @@ globalkeys = awful.util.table.join( awful.key({ altkey }, "Right", function () lain.util.tag_view_nonempty(1) end, {description = "view previous nonempty", group = "tag"}), - -- Default client focus - awful.key({ altkey, }, "j", - function () - awful.client.focus.byidx( 1) - end, - {description = "focus next by index", group = "client"} - ), - awful.key({ altkey, }, "k", - function () - awful.client.focus.byidx(-1) - end, - {description = "focus previous by index", group = "client"} - ), - -- By direction client focus awful.key({ modkey }, "j", function() @@ -289,6 +268,8 @@ globalkeys = awful.util.table.join( awful.client.focus.bydirection("right") if client.focus then client.focus:raise() end end), + + -- menu awful.key({ modkey, }, "w", function () awful.util.mymainmenu:show() end, {description = "show main menu", group = "awesome"}), @@ -303,6 +284,8 @@ globalkeys = awful.util.table.join( {description = "focus the previous screen", group = "screen"}), awful.key({ modkey, }, "u", awful.client.urgent.jumpto, {description = "jump to urgent client", group = "client"}), + + -- Window changing awful.key({ altkey, }, "Tab", function () awful.client.focus.history.previous() @@ -311,6 +294,8 @@ globalkeys = awful.util.table.join( end end, {description = "go back", group = "client"}), + awful.key({ modkey, }, "Tab", function () awful.spawn("rofi -show window") end, + {description = "go back", group = "client"}), -- Show/Hide Wibox awful.key({ modkey }, "b", function () @@ -374,73 +359,10 @@ globalkeys = awful.util.table.join( -- Screenshots awful.key({ }, "Print", function () awful.spawn("flameshot gui") end), - awful.key({ "Control" }, "Print", function () awful.spawn("shutter -s") end), -- Widgets popups awful.key({ altkey, }, "c", function () lain.widget.calendar.show(7) end), awful.key({ altkey, }, "h", function () if beautiful.fs then beautiful.fs.show(7) end end), - awful.key({ altkey, }, "w", function () if beautiful.weather then beautiful.weather.show(7) end end), - - -- ALSA volume control - awful.key({ altkey }, "Up", - function () - os.execute(string.format("amixer -q set %s 1%%+", beautiful.volume.channel)) - beautiful.volume.update() - end), - awful.key({ altkey }, "Down", - function () - os.execute(string.format("amixer -q set %s 1%%-", beautiful.volume.channel)) - beautiful.volume.update() - end), - awful.key({ altkey }, "m", - function () - os.execute(string.format("amixer -q set %s toggle", beautiful.volume.togglechannel or beautiful.volume.channel)) - beautiful.volume.update() - end), - awful.key({ altkey, "Control" }, "m", - function () - os.execute(string.format("amixer -q set %s 100%%", beautiful.volume.channel)) - beautiful.volume.update() - end), - awful.key({ altkey, "Control" }, "0", - function () - os.execute(string.format("amixer -q set %s 0%%", beautiful.volume.channel)) - beautiful.volume.update() - end), - - -- MPD control - awful.key({ altkey, "Control" }, "Up", - function () - awful.spawn.with_shell("mpc toggle") - beautiful.mpd.update() - end), - awful.key({ altkey, "Control" }, "Down", - function () - awful.spawn.with_shell("mpc stop") - beautiful.mpd.update() - end), - awful.key({ altkey, "Control" }, "Left", - function () - awful.spawn.with_shell("mpc prev") - beautiful.mpd.update() - end), - awful.key({ altkey, "Control" }, "Right", - function () - awful.spawn.with_shell("mpc next") - beautiful.mpd.update() - end), - awful.key({ altkey }, "0", - function () - local common = { text = "MPD widget ", position = "top_middle", timeout = 2 } - if beautiful.mpd.timer.started then - beautiful.mpd.timer:stop() - common.text = common.text .. lain.util.markup.bold("OFF") - else - beautiful.mpd.timer:start() - common.text = common.text .. lain.util.markup.bold("ON") - end - naughty.notify(common) - end), -- Copy primary to clipboard (terminals to gtk) awful.key({ modkey }, "c", function () awful.spawn("xsel | xsel -i -b") end), @@ -451,20 +373,12 @@ globalkeys = awful.util.table.join( awful.key({ modkey }, "e", function () awful.spawn(gui_editor) end), awful.key({ modkey }, "q", function () awful.spawn(browser) end), - -- Default - --[[ Menubar - awful.key({ modkey }, "p", function() menubar.show() end, - {description = "show the menubar", group = "launcher"}) - --]] - --[[ dmenu - awful.key({ modkey }, "x", function () - awful.spawn(string.format("dmenu_run -i -fn 'Monospace' -nb '%s' -nf '%s' -sb '%s' -sf '%s'", - beautiful.bg_normal, beautiful.fg_normal, beautiful.bg_focus, beautiful.fg_focus)) - end) - --]] -- Prompt - awful.key({ modkey }, "r", function () awful.screen.focused().mypromptbox:run() end, - {description = "run prompt", group = "launcher"}), + awful.key({ modkey }, "r", function () awful.spawn("rofi -show run") end, + { description = "program launcher", group = "launcher" }), + + -- awful.key({ modkey }, "tab", function () awful.spawn("rofi -show window") end, + -- { description = "show window selector", group = "launcher" }), awful.key({ modkey }, "x", function () @@ -571,12 +485,11 @@ clientbuttons = awful.util.table.join( root.keys(globalkeys) -- }}} --- {{{ Rules -- Rules to apply to new clients (through the "manage" signal). awful.rules.rules = { -- All clients will match this rule. { rule = { }, - properties = { border_width = 0, + properties = { border_width = beautiful.border_width, border_color = beautiful.border_normal, focus = awful.client.focus.filter, raise = true, @@ -584,38 +497,38 @@ awful.rules.rules = { buttons = clientbuttons, screen = awful.screen.preferred, placement = awful.placement.no_overlap+awful.placement.no_offscreen, - size_hints_honor = false - }, - callback = awful.client.setslave + size_hints_honor = false, + floating = false + } }, -- Titlebars - { rule_any = { type = { "dialog" } }, - properties = { titlebars_enabled = true } }, + { rule_any = { type = { "dialog", "normal" } }, + properties = { titlebars_enabled = window_titlebar } }, - -- Set Firefox to always map on the first tag on screen 1. - { rule = { class = "urxvt" }, callback = awful.client.setslave }, + { rule = { class = "jetbrains-toolbox" }, + properties = { tag = awful.util.tagnames[4], floating = false } }, - -- Set Firefox to always map on the first tag on screen 1. - { rule = { class = "Firefox" }, properties = { - tag = "WWW", maximized = true - } }, + { rule = { class = "telegram-desktop" }, + properties = { tag = awful.util.tagnames[4], floating = false } }, - { rule = { class = "jetbrains-phpstorm" }, properties = { titlebar_bg = "red" }, callback = function(c) - c:setmaster() - end }, - - { rule_any = { class = { "pidgin", "discord", "Thunderbird" } }, properties = { - tag = "MSG" - } }, + -- Set Firefox to always map on the first tag on screen 1. + { rule = { class = "Firefox" }, + properties = { screen = 1, maximized = true, titlebars_enabled = false, switchtotag = true, tag = awful.util.tagnames[3] } }, + -- Caja is floating with fixed sizes. Titelbar enabled for Caja + { rule = { class = "jetbrains-phpstorm" }, + properties = { screen = 1, tag = awful.util.tagnames[1], floating = false } }, + { rule = { class = "jetbrains-idea" }, + properties = { screen = 1, maximized = true, tag = awful.util.tagnames[1] } }, + { rule = { class = "jetbrains-pycharm" }, + properties = { screen = 1, maximized = true, tag = awful.util.tagnames[1] } }, - { rule = { class = "Spotify" }, properties = { - tag = "OTHER" - } }, + -- dialogs + { rule = { type = "dialog" }, + properties = { titlebars_enabled = true, floating = true, maximized = false, border_width = 1 } }, } --- }}} --- {{{ Signals +-- Signals -- Signal function to execute when a new client appears. client.connect_signal("manage", function (c) -- Set the windows at the slave, @@ -653,40 +566,50 @@ client.connect_signal("request::titlebars", function(c) end) ) - awful.titlebar(c, {size = 16}) : setup { + local title = awful.titlebar.widget.titlewidget(c) + title.font = "Fira Code Regular 7" + + awful.titlebar(c, { size = 16 }) : setup { { -- Left - awful.titlebar.widget.iconwidget(c), + --awful.titlebar.widget.iconwidget(c), + -- Title + { + align = "left", + widget = title, + left = 2 + }, buttons = buttons, - layout = wibox.layout.fixed.horizontal + layout = wibox.container.margin, + left = 4 }, { -- Middle - { -- Title - align = "center", - widget = awful.titlebar.widget.titlewidget(c) - }, buttons = buttons, layout = wibox.layout.flex.horizontal }, { -- Right - awful.titlebar.widget.floatingbutton (c), - awful.titlebar.widget.maximizedbutton(c), - awful.titlebar.widget.stickybutton (c), - awful.titlebar.widget.ontopbutton (c), - awful.titlebar.widget.closebutton (c), - layout = wibox.layout.fixed.horizontal() + { + awful.titlebar.widget.floatingbutton (c), + awful.titlebar.widget.stickybutton (c), + awful.titlebar.widget.ontopbutton (c), + awful.titlebar.widget.maximizedbutton(c), + awful.titlebar.widget.closebutton (c), + layout = wibox.layout.fixed.horizontal(), + spacing = 2 + }, + layout = wibox.layout.margin, + top = 2, bottom = 2, left = 2, right = 2 }, layout = wibox.layout.align.horizontal } end) -- Enable sloppy focus, so that focus follows mouse. ---[[ client.connect_signal("mouse::enter", function(c) +client.connect_signal("mouse::enter", function(c) if awful.layout.get(c.screen) ~= awful.layout.suit.magnifier and awful.client.focus.filter(c) then client.focus = c end end) -]]-- -- No border for maximized clients client.connect_signal("focus", @@ -694,14 +617,8 @@ client.connect_signal("focus", if c.maximized then -- no borders if only 1 client visible c.border_width = 0 elseif #awful.screen.focused().clients > 1 then - c.border_width = 0 + c.border_width = beautiful.border_width c.border_color = beautiful.border_focus end end) client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_normal end) --- }}} - ---Toggle titlebar on floating status change -client.connect_signal("property::floating", function(c) - setTitlebar(c, c.floating) -end) diff --git a/awesome/rc.lua.bckp b/awesome/rc.lua.bckp deleted file mode 100644 index 5b6e02f..0000000 --- a/awesome/rc.lua.bckp +++ /dev/null @@ -1,453 +0,0 @@ --- Standard awesome library -local gears = require("gears") -local awful = require("awful") -awful.rules = require("awful.rules") -require("awful.autofocus") --- Widget and layout library -local wibox = require("wibox") --- Theme handling library -local beautiful = require("beautiful") --- Notification library -local naughty = require("naughty") -local menubar = require("menubar") - --- Load Debian menu entries -require("debian.menu") - --- {{{ Error handling --- Check if awesome encountered an error during startup and fell back to --- another config (This code will only ever execute for the fallback config) -if awesome.startup_errors then - naughty.notify({ preset = naughty.config.presets.critical, - title = "Oops, there were errors during startup!", - text = awesome.startup_errors }) -end - --- Handle runtime errors after startup -do - local in_error = false - awesome.connect_signal("debug::error", function (err) - -- Make sure we don't go into an endless error loop - if in_error then return end - in_error = true - - naughty.notify({ preset = naughty.config.presets.critical, - title = "Oops, an error happened!", - text = err }) - in_error = false - end) -end --- }}} - --- {{{ Variable definitions --- Themes define colours, icons, font and wallpapers. -beautiful.init("/usr/share/awesome/themes/default/theme.lua") - --- This is used later as the default terminal and editor to run. -terminal = "x-terminal-emulator" -editor = os.getenv("EDITOR") or "editor" -editor_cmd = terminal .. " -e " .. editor - --- Default modkey. --- Usually, Mod4 is the key with a logo between Control and Alt. --- If you do not like this or do not have such a key, --- I suggest you to remap Mod4 to another key using xmodmap or other tools. --- However, you can use another modifier like Mod1, but it may interact with others. -modkey = "Mod4" - --- Table of layouts to cover with awful.layout.inc, order matters. -local layouts = -{ - awful.layout.suit.floating, - awful.layout.suit.tile, - awful.layout.suit.tile.left, - awful.layout.suit.tile.bottom, - awful.layout.suit.tile.top, - awful.layout.suit.fair, - awful.layout.suit.fair.horizontal, - awful.layout.suit.spiral, - awful.layout.suit.spiral.dwindle, - awful.layout.suit.max, - awful.layout.suit.max.fullscreen, - awful.layout.suit.magnifier -} --- }}} - --- {{{ Wallpaper -if beautiful.wallpaper then - for s = 1, screen.count() do - gears.wallpaper.maximized(beautiful.wallpaper, s, true) - end -end --- }}} - --- {{{ Tags --- Define a tag table which hold all screen tags. -tags = {} -for s = 1, screen.count() do - -- Each screen has its own tag table. - tags[s] = awful.tag({ 1, 2, 3, 4, 5, 6, 7, 8, 9 }, s, layouts[1]) -end --- }}} - --- {{{ Menu --- Create a laucher widget and a main menu -myawesomemenu = { - { "manual", terminal .. " -e man awesome" }, - { "edit config", editor_cmd .. " " .. awesome.conffile }, - { "restart", awesome.restart }, - { "quit", awesome.quit } -} - -mymainmenu = awful.menu({ items = { { "awesome", myawesomemenu, beautiful.awesome_icon }, - { "Debian", debian.menu.Debian_menu.Debian }, - { "open terminal", terminal } - } - }) - -mylauncher = awful.widget.launcher({ image = beautiful.awesome_icon, - menu = mymainmenu }) - --- Menubar configuration -menubar.utils.terminal = terminal -- Set the terminal for applications that require it --- }}} - --- {{{ Wibox --- Create a textclock widget -mytextclock = awful.widget.textclock() - --- Create a wibox for each screen and add it -mywibox = {} -mypromptbox = {} -mylayoutbox = {} -mytaglist = {} -mytaglist.buttons = awful.util.table.join( - awful.button({ }, 1, awful.tag.viewonly), - awful.button({ modkey }, 1, awful.client.movetotag), - awful.button({ }, 3, awful.tag.viewtoggle), - awful.button({ modkey }, 3, awful.client.toggletag), - awful.button({ }, 4, function(t) awful.tag.viewnext(awful.tag.getscreen(t)) end), - awful.button({ }, 5, function(t) awful.tag.viewprev(awful.tag.getscreen(t)) end) - ) -mytasklist = {} -mytasklist.buttons = awful.util.table.join( - awful.button({ }, 1, function (c) - if c == client.focus then - c.minimized = true - else - -- Without this, the following - -- :isvisible() makes no sense - c.minimized = false - if not c:isvisible() then - awful.tag.viewonly(c:tags()[1]) - end - -- This will also un-minimize - -- the client, if needed - client.focus = c - c:raise() - end - end), - awful.button({ }, 3, function () - if instance then - instance:hide() - instance = nil - else - instance = awful.menu.clients({ - theme = { width = 250 } - }) - end - end), - awful.button({ }, 4, function () - awful.client.focus.byidx(1) - if client.focus then client.focus:raise() end - end), - awful.button({ }, 5, function () - awful.client.focus.byidx(-1) - if client.focus then client.focus:raise() end - end)) - -for s = 1, screen.count() do - -- Create a promptbox for each screen - mypromptbox[s] = awful.widget.prompt() - -- Create an imagebox widget which will contains an icon indicating which layout we're using. - -- We need one layoutbox per screen. - mylayoutbox[s] = awful.widget.layoutbox(s) - mylayoutbox[s]:buttons(awful.util.table.join( - awful.button({ }, 1, function () awful.layout.inc(layouts, 1) end), - awful.button({ }, 3, function () awful.layout.inc(layouts, -1) end), - awful.button({ }, 4, function () awful.layout.inc(layouts, 1) end), - awful.button({ }, 5, function () awful.layout.inc(layouts, -1) end))) - -- Create a taglist widget - mytaglist[s] = awful.widget.taglist(s, awful.widget.taglist.filter.all, mytaglist.buttons) - - -- Create a tasklist widget - mytasklist[s] = awful.widget.tasklist(s, awful.widget.tasklist.filter.currenttags, mytasklist.buttons) - - -- Create the wibox - mywibox[s] = awful.wibox({ position = "top", screen = s }) - - -- Widgets that are aligned to the left - local left_layout = wibox.layout.fixed.horizontal() - left_layout:add(mylauncher) - left_layout:add(mytaglist[s]) - left_layout:add(mypromptbox[s]) - - -- Widgets that are aligned to the right - local right_layout = wibox.layout.fixed.horizontal() - if s == 1 then right_layout:add(wibox.widget.systray()) end - right_layout:add(mytextclock) - right_layout:add(mylayoutbox[s]) - - -- Now bring it all together (with the tasklist in the middle) - local layout = wibox.layout.align.horizontal() - layout:set_left(left_layout) - layout:set_middle(mytasklist[s]) - layout:set_right(right_layout) - - mywibox[s]:set_widget(layout) -end --- }}} - --- {{{ Mouse bindings -root.buttons(awful.util.table.join( - awful.button({ }, 3, function () mymainmenu:toggle() end), - awful.button({ }, 4, awful.tag.viewnext), - awful.button({ }, 5, awful.tag.viewprev) -)) --- }}} - --- {{{ Key bindings -globalkeys = awful.util.table.join( - awful.key({ modkey, }, "Left", awful.tag.viewprev ), - awful.key({ modkey, }, "Right", awful.tag.viewnext ), - awful.key({ modkey, }, "Escape", awful.tag.history.restore), - - awful.key({ modkey, }, "j", - function () - awful.client.focus.byidx( 1) - if client.focus then client.focus:raise() end - end), - awful.key({ modkey, }, "k", - function () - awful.client.focus.byidx(-1) - if client.focus then client.focus:raise() end - end), - awful.key({ modkey, }, "w", function () mymainmenu:show() end), - - -- Layout manipulation - awful.key({ modkey, "Shift" }, "j", function () awful.client.swap.byidx( 1) end), - awful.key({ modkey, "Shift" }, "k", function () awful.client.swap.byidx( -1) end), - awful.key({ modkey, "Control" }, "j", function () awful.screen.focus_relative( 1) end), - awful.key({ modkey, "Control" }, "k", function () awful.screen.focus_relative(-1) end), - awful.key({ modkey, }, "u", awful.client.urgent.jumpto), - awful.key({ modkey, }, "Tab", - function () - awful.client.focus.history.previous() - if client.focus then - client.focus:raise() - end - end), - - -- Standard program - awful.key({ modkey, }, "Return", function () awful.util.spawn(terminal) end), - awful.key({ modkey, "Control" }, "r", awesome.restart), - awful.key({ modkey, "Shift" }, "q", awesome.quit), - - awful.key({ modkey, }, "l", function () awful.tag.incmwfact( 0.05) end), - awful.key({ modkey, }, "h", function () awful.tag.incmwfact(-0.05) end), - awful.key({ modkey, "Shift" }, "h", function () awful.tag.incnmaster( 1) end), - awful.key({ modkey, "Shift" }, "l", function () awful.tag.incnmaster(-1) end), - awful.key({ modkey, "Control" }, "h", function () awful.tag.incncol( 1) end), - awful.key({ modkey, "Control" }, "l", function () awful.tag.incncol(-1) end), - awful.key({ modkey, }, "space", function () awful.layout.inc(layouts, 1) end), - awful.key({ modkey, "Shift" }, "space", function () awful.layout.inc(layouts, -1) end), - - awful.key({ modkey, "Control" }, "n", awful.client.restore), - - -- Prompt - awful.key({ modkey }, "r", function () mypromptbox[mouse.screen]:run() end), - - awful.key({ modkey }, "x", - function () - awful.prompt.run({ prompt = "Run Lua code: " }, - mypromptbox[mouse.screen].widget, - awful.util.eval, nil, - awful.util.getdir("cache") .. "/history_eval") - end), - -- Menubar - awful.key({ modkey }, "p", function() menubar.show() end) -) - -clientkeys = awful.util.table.join( - awful.key({ modkey, }, "f", function (c) c.fullscreen = not c.fullscreen end), - awful.key({ modkey, "Shift" }, "c", function (c) c:kill() end), - awful.key({ modkey, "Control" }, "space", awful.client.floating.toggle ), - awful.key({ modkey, "Control" }, "Return", function (c) c:swap(awful.client.getmaster()) end), - awful.key({ modkey, }, "o", awful.client.movetoscreen ), - awful.key({ modkey, }, "t", function (c) c.ontop = not c.ontop end), - awful.key({ modkey, }, "n", - function (c) - -- The client currently has the input focus, so it cannot be - -- minimized, since minimized clients can't have the focus. - c.minimized = true - end), - awful.key({ modkey, }, "m", - function (c) - c.maximized_horizontal = not c.maximized_horizontal - c.maximized_vertical = not c.maximized_vertical - end) -) - --- Bind all key numbers to tags. --- Be careful: we use keycodes to make it works on any keyboard layout. --- This should map on the top row of your keyboard, usually 1 to 9. -for i = 1, 9 do - globalkeys = awful.util.table.join(globalkeys, - -- View tag only. - awful.key({ modkey }, "#" .. i + 9, - function () - local screen = mouse.screen - local tag = awful.tag.gettags(screen)[i] - if tag then - awful.tag.viewonly(tag) - end - end), - -- Toggle tag. - awful.key({ modkey, "Control" }, "#" .. i + 9, - function () - local screen = mouse.screen - local tag = awful.tag.gettags(screen)[i] - if tag then - awful.tag.viewtoggle(tag) - end - end), - -- Move client to tag. - awful.key({ modkey, "Shift" }, "#" .. i + 9, - function () - if client.focus then - local tag = awful.tag.gettags(client.focus.screen)[i] - if tag then - awful.client.movetotag(tag) - end - end - end), - -- Toggle tag. - awful.key({ modkey, "Control", "Shift" }, "#" .. i + 9, - function () - if client.focus then - local tag = awful.tag.gettags(client.focus.screen)[i] - if tag then - awful.client.toggletag(tag) - end - end - end)) -end - -clientbuttons = awful.util.table.join( - awful.button({ }, 1, function (c) client.focus = c; c:raise() end), - awful.button({ modkey }, 1, awful.mouse.client.move), - awful.button({ modkey }, 3, awful.mouse.client.resize)) - --- Set keys -root.keys(globalkeys) --- }}} - --- {{{ Rules --- Rules to apply to new clients (through the "manage" signal). -awful.rules.rules = { - -- All clients will match this rule. - { rule = { }, - properties = { border_width = beautiful.border_width, - border_color = beautiful.border_normal, - focus = awful.client.focus.filter, - size_hints_honor = false, - raise = true, - keys = clientkeys, - buttons = clientbuttons } }, - { rule = { class = "MPlayer" }, - properties = { floating = true } }, - { rule = { class = "pinentry" }, - properties = { floating = true } }, - { rule = { class = "gimp" }, - properties = { floating = true } }, - -- Set Firefox to always map on tags number 2 of screen 1. - -- { rule = { class = "Firefox" }, - -- properties = { tag = tags[1][2] } }, -} --- }}} - --- {{{ Signals --- Signal function to execute when a new client appears. -client.connect_signal("manage", function (c, startup) - -- Enable sloppy focus - c:connect_signal("mouse::enter", function(c) - if awful.layout.get(c.screen) ~= awful.layout.suit.magnifier - and awful.client.focus.filter(c) then - client.focus = c - end - end) - - if not startup then - -- Set the windows at the slave, - -- i.e. put it at the end of others instead of setting it master. - -- awful.client.setslave(c) - - -- Put windows in a smart way, only if they does not set an initial position. - if not c.size_hints.user_position and not c.size_hints.program_position then - awful.placement.no_overlap(c) - awful.placement.no_offscreen(c) - end - elseif not c.size_hints.user_position and not c.size_hints.program_position then - -- Prevent clients from being unreachable after screen count change - awful.placement.no_offscreen(c) - end - - local titlebars_enabled = false - if titlebars_enabled and (c.type == "normal" or c.type == "dialog") then - -- buttons for the titlebar - local buttons = awful.util.table.join( - awful.button({ }, 1, function() - client.focus = c - c:raise() - awful.mouse.client.move(c) - end), - awful.button({ }, 3, function() - client.focus = c - c:raise() - awful.mouse.client.resize(c) - end) - ) - - -- Widgets that are aligned to the left - local left_layout = wibox.layout.fixed.horizontal() - left_layout:add(awful.titlebar.widget.iconwidget(c)) - left_layout:buttons(buttons) - - -- Widgets that are aligned to the right - local right_layout = wibox.layout.fixed.horizontal() - right_layout:add(awful.titlebar.widget.floatingbutton(c)) - right_layout:add(awful.titlebar.widget.maximizedbutton(c)) - right_layout:add(awful.titlebar.widget.stickybutton(c)) - right_layout:add(awful.titlebar.widget.ontopbutton(c)) - right_layout:add(awful.titlebar.widget.closebutton(c)) - - -- The title goes in the middle - local middle_layout = wibox.layout.flex.horizontal() - local title = awful.titlebar.widget.titlewidget(c) - title:set_align("center") - middle_layout:add(title) - middle_layout:buttons(buttons) - - -- Now bring it all together - local layout = wibox.layout.align.horizontal() - layout:set_left(left_layout) - layout:set_right(right_layout) - layout:set_middle(middle_layout) - - awful.titlebar(c):set_widget(layout) - end -end) - -client.connect_signal("focus", function(c) c.border_color = beautiful.border_focus end) -client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_normal end) --- }}} diff --git a/awesome/scratch b/awesome/scratch new file mode 160000 index 0000000..b386269 --- /dev/null +++ b/awesome/scratch @@ -0,0 +1 @@ +Subproject commit b386269d61cb8acb3d26fe37aed37eaae645a04f diff --git a/awesome/themes/blackburn/icons/awesome.png b/awesome/themes/blackburn/icons/awesome.png deleted file mode 100644 index 8193454..0000000 Binary files a/awesome/themes/blackburn/icons/awesome.png and /dev/null differ diff --git a/awesome/themes/blackburn/icons/dwindle.png b/awesome/themes/blackburn/icons/dwindle.png deleted file mode 100644 index b911f94..0000000 Binary files a/awesome/themes/blackburn/icons/dwindle.png and /dev/null differ diff --git a/awesome/themes/blackburn/icons/fairh.png b/awesome/themes/blackburn/icons/fairh.png deleted file mode 100644 index 67656a3..0000000 Binary files a/awesome/themes/blackburn/icons/fairh.png and /dev/null differ diff --git a/awesome/themes/blackburn/icons/fairv.png b/awesome/themes/blackburn/icons/fairv.png deleted file mode 100644 index 274ed38..0000000 Binary files a/awesome/themes/blackburn/icons/fairv.png and /dev/null differ diff --git a/awesome/themes/blackburn/icons/floating.png b/awesome/themes/blackburn/icons/floating.png deleted file mode 100644 index 21326f4..0000000 Binary files a/awesome/themes/blackburn/icons/floating.png and /dev/null differ diff --git a/awesome/themes/blackburn/icons/magnifier.png b/awesome/themes/blackburn/icons/magnifier.png deleted file mode 100644 index 61e2867..0000000 Binary files a/awesome/themes/blackburn/icons/magnifier.png and /dev/null differ diff --git a/awesome/themes/blackburn/icons/max.png b/awesome/themes/blackburn/icons/max.png deleted file mode 100644 index 27905b6..0000000 Binary files a/awesome/themes/blackburn/icons/max.png and /dev/null differ diff --git a/awesome/themes/blackburn/icons/spiral.png b/awesome/themes/blackburn/icons/spiral.png deleted file mode 100644 index 85c1b99..0000000 Binary files a/awesome/themes/blackburn/icons/spiral.png and /dev/null differ diff --git a/awesome/themes/blackburn/icons/square_sel.png b/awesome/themes/blackburn/icons/square_sel.png deleted file mode 100644 index 6938cca..0000000 Binary files a/awesome/themes/blackburn/icons/square_sel.png and /dev/null differ diff --git a/awesome/themes/blackburn/icons/square_unsel.png b/awesome/themes/blackburn/icons/square_unsel.png deleted file mode 100644 index dd8064d..0000000 Binary files a/awesome/themes/blackburn/icons/square_unsel.png and /dev/null differ diff --git a/awesome/themes/blackburn/icons/submenu.png b/awesome/themes/blackburn/icons/submenu.png deleted file mode 100644 index 10ca014..0000000 Binary files a/awesome/themes/blackburn/icons/submenu.png and /dev/null differ diff --git a/awesome/themes/blackburn/icons/tile.png b/awesome/themes/blackburn/icons/tile.png deleted file mode 100644 index 045eafa..0000000 Binary files a/awesome/themes/blackburn/icons/tile.png and /dev/null differ diff --git a/awesome/themes/blackburn/icons/tilebottom.png b/awesome/themes/blackburn/icons/tilebottom.png deleted file mode 100644 index 556b465..0000000 Binary files a/awesome/themes/blackburn/icons/tilebottom.png and /dev/null differ diff --git a/awesome/themes/blackburn/icons/tileleft.png b/awesome/themes/blackburn/icons/tileleft.png deleted file mode 100644 index 7a5d3d4..0000000 Binary files a/awesome/themes/blackburn/icons/tileleft.png and /dev/null differ diff --git a/awesome/themes/blackburn/icons/tiletop.png b/awesome/themes/blackburn/icons/tiletop.png deleted file mode 100644 index 11cab1a..0000000 Binary files a/awesome/themes/blackburn/icons/tiletop.png and /dev/null differ diff --git a/awesome/themes/blackburn/icons/titlebar/close_focus.png b/awesome/themes/blackburn/icons/titlebar/close_focus.png deleted file mode 100644 index e835562..0000000 Binary files a/awesome/themes/blackburn/icons/titlebar/close_focus.png and /dev/null differ diff --git a/awesome/themes/blackburn/icons/titlebar/close_normal.png b/awesome/themes/blackburn/icons/titlebar/close_normal.png deleted file mode 100644 index 54b26f8..0000000 Binary files a/awesome/themes/blackburn/icons/titlebar/close_normal.png and /dev/null differ diff --git a/awesome/themes/blackburn/icons/titlebar/floating_focus_active.png b/awesome/themes/blackburn/icons/titlebar/floating_focus_active.png deleted file mode 100644 index 7f01323..0000000 Binary files a/awesome/themes/blackburn/icons/titlebar/floating_focus_active.png and /dev/null differ diff --git a/awesome/themes/blackburn/icons/titlebar/floating_focus_inactive.png b/awesome/themes/blackburn/icons/titlebar/floating_focus_inactive.png deleted file mode 100644 index 47f19f6..0000000 Binary files a/awesome/themes/blackburn/icons/titlebar/floating_focus_inactive.png and /dev/null differ diff --git a/awesome/themes/blackburn/icons/titlebar/floating_normal_active.png b/awesome/themes/blackburn/icons/titlebar/floating_normal_active.png deleted file mode 100644 index 44b8dac..0000000 Binary files a/awesome/themes/blackburn/icons/titlebar/floating_normal_active.png and /dev/null differ diff --git a/awesome/themes/blackburn/icons/titlebar/floating_normal_inactive.png b/awesome/themes/blackburn/icons/titlebar/floating_normal_inactive.png deleted file mode 100644 index 98f7f1d..0000000 Binary files a/awesome/themes/blackburn/icons/titlebar/floating_normal_inactive.png and /dev/null differ diff --git a/awesome/themes/blackburn/icons/titlebar/maximized_focus_active.png b/awesome/themes/blackburn/icons/titlebar/maximized_focus_active.png deleted file mode 100644 index 13c2c15..0000000 Binary files a/awesome/themes/blackburn/icons/titlebar/maximized_focus_active.png and /dev/null differ diff --git a/awesome/themes/blackburn/icons/titlebar/maximized_focus_inactive.png b/awesome/themes/blackburn/icons/titlebar/maximized_focus_inactive.png deleted file mode 100644 index bce1d00..0000000 Binary files a/awesome/themes/blackburn/icons/titlebar/maximized_focus_inactive.png and /dev/null differ diff --git a/awesome/themes/blackburn/icons/titlebar/maximized_normal_active.png b/awesome/themes/blackburn/icons/titlebar/maximized_normal_active.png deleted file mode 100644 index 00ae107..0000000 Binary files a/awesome/themes/blackburn/icons/titlebar/maximized_normal_active.png and /dev/null differ diff --git a/awesome/themes/blackburn/icons/titlebar/maximized_normal_inactive.png b/awesome/themes/blackburn/icons/titlebar/maximized_normal_inactive.png deleted file mode 100644 index 2e56d32..0000000 Binary files a/awesome/themes/blackburn/icons/titlebar/maximized_normal_inactive.png and /dev/null differ diff --git a/awesome/themes/blackburn/icons/titlebar/ontop_focus_active.png b/awesome/themes/blackburn/icons/titlebar/ontop_focus_active.png deleted file mode 100644 index 1d82a6e..0000000 Binary files a/awesome/themes/blackburn/icons/titlebar/ontop_focus_active.png and /dev/null differ diff --git a/awesome/themes/blackburn/icons/titlebar/ontop_focus_inactive.png b/awesome/themes/blackburn/icons/titlebar/ontop_focus_inactive.png deleted file mode 100644 index 2f3a2be..0000000 Binary files a/awesome/themes/blackburn/icons/titlebar/ontop_focus_inactive.png and /dev/null differ diff --git a/awesome/themes/blackburn/icons/titlebar/ontop_normal_active.png b/awesome/themes/blackburn/icons/titlebar/ontop_normal_active.png deleted file mode 100644 index 499dfbf..0000000 Binary files a/awesome/themes/blackburn/icons/titlebar/ontop_normal_active.png and /dev/null differ diff --git a/awesome/themes/blackburn/icons/titlebar/ontop_normal_inactive.png b/awesome/themes/blackburn/icons/titlebar/ontop_normal_inactive.png deleted file mode 100644 index a9a3206..0000000 Binary files a/awesome/themes/blackburn/icons/titlebar/ontop_normal_inactive.png and /dev/null differ diff --git a/awesome/themes/blackburn/icons/titlebar/sticky_focus_active.png b/awesome/themes/blackburn/icons/titlebar/sticky_focus_active.png deleted file mode 100644 index 0d56a16..0000000 Binary files a/awesome/themes/blackburn/icons/titlebar/sticky_focus_active.png and /dev/null differ diff --git a/awesome/themes/blackburn/icons/titlebar/sticky_focus_inactive.png b/awesome/themes/blackburn/icons/titlebar/sticky_focus_inactive.png deleted file mode 100644 index 5493d8e..0000000 Binary files a/awesome/themes/blackburn/icons/titlebar/sticky_focus_inactive.png and /dev/null differ diff --git a/awesome/themes/blackburn/icons/titlebar/sticky_normal_active.png b/awesome/themes/blackburn/icons/titlebar/sticky_normal_active.png deleted file mode 100644 index a150154..0000000 Binary files a/awesome/themes/blackburn/icons/titlebar/sticky_normal_active.png and /dev/null differ diff --git a/awesome/themes/blackburn/icons/titlebar/sticky_normal_inactive.png b/awesome/themes/blackburn/icons/titlebar/sticky_normal_inactive.png deleted file mode 100644 index 7e6c99b..0000000 Binary files a/awesome/themes/blackburn/icons/titlebar/sticky_normal_inactive.png and /dev/null differ diff --git a/awesome/themes/blackburn/theme.lua b/awesome/themes/blackburn/theme.lua deleted file mode 100644 index f842be0..0000000 --- a/awesome/themes/blackburn/theme.lua +++ /dev/null @@ -1,270 +0,0 @@ - ---[[ - - Blackburn Awesome WM theme 3.0 - github.com/copycat-killer - ---]] - -local gears = require("gears") -local lain = require("lain") -local awful = require("awful") -local wibox = require("wibox") -local os = { getenv = os.getenv } - -local theme = {} -theme.dir = os.getenv("HOME") .. "/.config/awesome/themes/blackburn" -theme.wallpaper = theme.dir .. "/wall.png" -theme.font = "Misc 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.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.menu_submenu_icon = theme.dir .. "/icons/submenu.png" -theme.awesome_icon = theme.dir .."/icons/awesome.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.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" - -awful.util.tagnames = { "ƀ", "Ƅ", "Ɗ", "ƈ", "ƙ" } - -local markup = lain.util.markup -local separators = lain.util.separators -local gray = "#9E9C9A" - --- Textclock -local mytextclock = wibox.widget.textclock(" %H:%M ") -mytextclock.font = theme.font - --- Calendar -lain.widget.calendar({ - attach_to = { mytextclock }, - notification_preset = { - font = "Misc Tamsyn 11", - fg = theme.fg_normal, - bg = theme.bg_normal -}}) - ---[[ Mail IMAP check --- commented because it needs to be set before use -local mail = lain.widget.imap({ - timeout = 180, - server = "server", - mail = "mail", - password = "keyring get mail", - notification_preset = { fg = white } - settings = function() - mail = "" - count = "" - - if mailcount > 0 then - mail = "Mail " - count = mailcount .. " " - end - - widget:set_markup(markup.font(theme.font, markup(gray, mail) .. count)) - end -}) ---]] - --- MPD -theme.mpd = lain.widget.mpd({ - settings = function() - mpd_notification_preset.fg = white - artist = mpd_now.artist .. " " - title = mpd_now.title .. " " - - if mpd_now.state == "pause" then - artist = "mpd " - title = "paused " - elseif mpd_now.state == "stop" then - artist = "" - title = "" - end - - widget:set_markup(markup.font(theme.font, markup(gray, artist) .. title .. " ")) - end -}) - --- /home fs -theme.fs = lain.widget.fs({ - partition = "/home", - options = "--exclude-type=tmpfs", - notification_preset = { fg = white, bg = theme.bg_normal, font = "Misc Tamsyn 10.5" }, - settings = function() - fs_header = "" - fs_p = "" - - if tonumber(fs_now.used) >= 90 then - fs_header = " Hdd " - fs_p = fs_now.used - end - - widget:set_markup(markup.font(theme.font, markup(gray, fs_header) .. fs_p)) - end -}) - --- Battery -local bat = lain.widget.bat({ - settings = function() - bat_header = " Bat " - bat_p = bat_now.perc .. " " - widget:set_markup(markup.font(theme.font, markup(gray, bat_header) .. bat_p)) - end -}) - --- ALSA volume -theme.volume = lain.widget.alsa({ - --togglechannel = "IEC958,3", - settings = function() - header = " Vol " - vlevel = volume_now.level - - if volume_now.status == "off" then - vlevel = vlevel .. "M " - else - vlevel = vlevel .. " " - end - - widget:set_markup(markup.font(theme.font, markup(gray, header) .. vlevel)) - end -}) - --- Weather -theme.weather = lain.widget.weather({ - city_id = 2643743, -- placeholder (London) - settings = function() - units = math.floor(weather_now["main"]["temp"]) - widget:set_markup(" " .. units .. " ") - end -}) - --- Separators -local first = wibox.widget.textbox(' ') -local arrl_pre = separators.arrow_right("alpha", "#1A1A1A") -local arrl_post = separators.arrow_right("#1A1A1A", "alpha") - -local barheight = 18 -local barcolor = gears.color({ - type = "linear", - from = { barheight, 0 }, - to = { barheight, barheight }, - stops = { {0, theme.bg_focus }, {0.8, theme.border_normal}, {1, "#1A1A1A"} } -}) -theme.titlebar_bg = barcolor - -theme.titlebar_bg_focus = gears.color({ - type = "linear", - from = { barheight, 0 }, - to = { barheight, barheight }, - stops = { {0, theme.bg_normal}, {0.5, theme.border_normal}, {1, "#492417"} } -}) - -function theme.at_screen_connect(s) - -- Quake application - s.quake = lain.util.quake({ app = awful.util.terminal }) - - -- If wallpaper is a function, call it with the screen - local wallpaper = theme.wallpaper - if type(wallpaper) == "function" then - wallpaper = wallpaper(s) - end - gears.wallpaper.maximized(wallpaper, s, true) - - -- Tags - awful.tag(awful.util.tagnames, s, awful.layout.layouts) - - -- Create a promptbox for each screen - s.mypromptbox = awful.widget.prompt() - -- Create an imagebox widget which will contains an icon indicating which layout we're using. - -- We need one layoutbox per screen. - s.mylayoutbox = awful.widget.layoutbox(s) - s.mylayoutbox:buttons(awful.util.table.join( - awful.button({ }, 1, function () awful.layout.inc( 1) end), - awful.button({ }, 3, function () awful.layout.inc(-1) end), - awful.button({ }, 4, function () awful.layout.inc( 1) end), - awful.button({ }, 5, function () awful.layout.inc(-1) end))) - -- Create a taglist widget - s.mytaglist = awful.widget.taglist(s, awful.widget.taglist.filter.all, awful.util.taglist_buttons) - - -- Create a tasklist widget - s.mytasklist = awful.widget.tasklist(s, awful.widget.tasklist.filter.currenttags, awful.util.tasklist_buttons, { bg_normal = barcolor, bg_focus = barcolor }) - - -- Create the wibox - s.mywibox = awful.wibar({ position = "top", screen = s, height = 18, bg = barcolor }) - - -- Add widgets to the wibox - s.mywibox:setup { - layout = wibox.layout.align.horizontal, - { -- Left widgets - layout = wibox.layout.fixed.horizontal, - first, - s.mytaglist, - arrl_pre, - s.mylayoutbox, - arrl_post, - s.mypromptbox, - first, - }, - s.mytasklist, -- Middle widget - { -- Right widgets - layout = wibox.layout.fixed.horizontal, - wibox.widget.systray(), - first, - theme.mpd.widget, - --mail.widget, - theme.weather.icon, - theme.weather.widget, - theme.fs.widget, - bat, - theme.volume.widget, - mytextclock, - }, - } -end - -return theme diff --git a/awesome/themes/blackburn/wall.png b/awesome/themes/blackburn/wall.png deleted file mode 100644 index 6774d91..0000000 Binary files a/awesome/themes/blackburn/wall.png and /dev/null differ diff --git a/awesome/themes/copland/icons/ac.png b/awesome/themes/copland/icons/ac.png deleted file mode 100644 index b103ac9..0000000 Binary files a/awesome/themes/copland/icons/ac.png and /dev/null differ diff --git a/awesome/themes/copland/icons/awesome.png b/awesome/themes/copland/icons/awesome.png deleted file mode 100644 index 1441881..0000000 Binary files a/awesome/themes/copland/icons/awesome.png and /dev/null differ diff --git a/awesome/themes/copland/icons/bat.png b/awesome/themes/copland/icons/bat.png deleted file mode 100644 index ad16256..0000000 Binary files a/awesome/themes/copland/icons/bat.png and /dev/null differ diff --git a/awesome/themes/copland/icons/bat_low.png b/awesome/themes/copland/icons/bat_low.png deleted file mode 100644 index c198675..0000000 Binary files a/awesome/themes/copland/icons/bat_low.png and /dev/null differ diff --git a/awesome/themes/copland/icons/bat_no.png b/awesome/themes/copland/icons/bat_no.png deleted file mode 100644 index 4110543..0000000 Binary files a/awesome/themes/copland/icons/bat_no.png and /dev/null differ diff --git a/awesome/themes/copland/icons/centerfair.png b/awesome/themes/copland/icons/centerfair.png deleted file mode 100644 index 178e24d..0000000 Binary files a/awesome/themes/copland/icons/centerfair.png and /dev/null differ diff --git a/awesome/themes/copland/icons/centerwork.png b/awesome/themes/copland/icons/centerwork.png deleted file mode 100644 index b8b728b..0000000 Binary files a/awesome/themes/copland/icons/centerwork.png and /dev/null differ diff --git a/awesome/themes/copland/icons/disk.png b/awesome/themes/copland/icons/disk.png deleted file mode 100644 index 8ecee6b..0000000 Binary files a/awesome/themes/copland/icons/disk.png and /dev/null differ diff --git a/awesome/themes/copland/icons/dwindle.png b/awesome/themes/copland/icons/dwindle.png deleted file mode 100644 index b576f7b..0000000 Binary files a/awesome/themes/copland/icons/dwindle.png and /dev/null differ diff --git a/awesome/themes/copland/icons/fairh.png b/awesome/themes/copland/icons/fairh.png deleted file mode 100644 index 3ec0abd..0000000 Binary files a/awesome/themes/copland/icons/fairh.png and /dev/null differ diff --git a/awesome/themes/copland/icons/fairv.png b/awesome/themes/copland/icons/fairv.png deleted file mode 100644 index e1d543c..0000000 Binary files a/awesome/themes/copland/icons/fairv.png and /dev/null differ diff --git a/awesome/themes/copland/icons/floating.png b/awesome/themes/copland/icons/floating.png deleted file mode 100644 index fe4a801..0000000 Binary files a/awesome/themes/copland/icons/floating.png and /dev/null differ diff --git a/awesome/themes/copland/icons/fullscreen.png b/awesome/themes/copland/icons/fullscreen.png deleted file mode 100644 index feb44d1..0000000 Binary files a/awesome/themes/copland/icons/fullscreen.png and /dev/null differ diff --git a/awesome/themes/copland/icons/magnifier.png b/awesome/themes/copland/icons/magnifier.png deleted file mode 100644 index 49616bc..0000000 Binary files a/awesome/themes/copland/icons/magnifier.png and /dev/null differ diff --git a/awesome/themes/copland/icons/max.png b/awesome/themes/copland/icons/max.png deleted file mode 100644 index 3f4bdec..0000000 Binary files a/awesome/themes/copland/icons/max.png and /dev/null differ diff --git a/awesome/themes/copland/icons/pause.png b/awesome/themes/copland/icons/pause.png deleted file mode 100644 index 381e532..0000000 Binary files a/awesome/themes/copland/icons/pause.png and /dev/null differ diff --git a/awesome/themes/copland/icons/play.png b/awesome/themes/copland/icons/play.png deleted file mode 100644 index 897f027..0000000 Binary files a/awesome/themes/copland/icons/play.png and /dev/null differ diff --git a/awesome/themes/copland/icons/spiral.png b/awesome/themes/copland/icons/spiral.png deleted file mode 100644 index 10c9f99..0000000 Binary files a/awesome/themes/copland/icons/spiral.png and /dev/null differ diff --git a/awesome/themes/copland/icons/square_sel.png b/awesome/themes/copland/icons/square_sel.png deleted file mode 100644 index d89011a..0000000 Binary files a/awesome/themes/copland/icons/square_sel.png and /dev/null differ diff --git a/awesome/themes/copland/icons/square_unsel.png b/awesome/themes/copland/icons/square_unsel.png deleted file mode 100644 index ef7469c..0000000 Binary files a/awesome/themes/copland/icons/square_unsel.png and /dev/null differ diff --git a/awesome/themes/copland/icons/stop.png b/awesome/themes/copland/icons/stop.png deleted file mode 100644 index b01b75e..0000000 Binary files a/awesome/themes/copland/icons/stop.png and /dev/null differ diff --git a/awesome/themes/copland/icons/submenu.png b/awesome/themes/copland/icons/submenu.png deleted file mode 100644 index 10ed739..0000000 Binary files a/awesome/themes/copland/icons/submenu.png and /dev/null differ diff --git a/awesome/themes/copland/icons/termfair.png b/awesome/themes/copland/icons/termfair.png deleted file mode 100644 index 4f437b3..0000000 Binary files a/awesome/themes/copland/icons/termfair.png and /dev/null differ diff --git a/awesome/themes/copland/icons/tile.png b/awesome/themes/copland/icons/tile.png deleted file mode 100644 index ec8e4d3..0000000 Binary files a/awesome/themes/copland/icons/tile.png and /dev/null differ diff --git a/awesome/themes/copland/icons/tilebottom.png b/awesome/themes/copland/icons/tilebottom.png deleted file mode 100644 index 6eda28d..0000000 Binary files a/awesome/themes/copland/icons/tilebottom.png and /dev/null differ diff --git a/awesome/themes/copland/icons/tileleft.png b/awesome/themes/copland/icons/tileleft.png deleted file mode 100644 index c87a32f..0000000 Binary files a/awesome/themes/copland/icons/tileleft.png and /dev/null differ diff --git a/awesome/themes/copland/icons/tiletop.png b/awesome/themes/copland/icons/tiletop.png deleted file mode 100644 index a09ed3b..0000000 Binary files a/awesome/themes/copland/icons/tiletop.png and /dev/null differ diff --git a/awesome/themes/copland/icons/titlebar/close_focus.png b/awesome/themes/copland/icons/titlebar/close_focus.png deleted file mode 100644 index e56b280..0000000 Binary files a/awesome/themes/copland/icons/titlebar/close_focus.png and /dev/null differ diff --git a/awesome/themes/copland/icons/titlebar/close_normal.png b/awesome/themes/copland/icons/titlebar/close_normal.png deleted file mode 100644 index 5a99f56..0000000 Binary files a/awesome/themes/copland/icons/titlebar/close_normal.png and /dev/null differ diff --git a/awesome/themes/copland/icons/titlebar/floating_focus_active.png b/awesome/themes/copland/icons/titlebar/floating_focus_active.png deleted file mode 100644 index b0bdf86..0000000 Binary files a/awesome/themes/copland/icons/titlebar/floating_focus_active.png and /dev/null differ diff --git a/awesome/themes/copland/icons/titlebar/floating_focus_inactive.png b/awesome/themes/copland/icons/titlebar/floating_focus_inactive.png deleted file mode 100644 index 47f19f6..0000000 Binary files a/awesome/themes/copland/icons/titlebar/floating_focus_inactive.png and /dev/null differ diff --git a/awesome/themes/copland/icons/titlebar/floating_normal_active.png b/awesome/themes/copland/icons/titlebar/floating_normal_active.png deleted file mode 100644 index df17970..0000000 Binary files a/awesome/themes/copland/icons/titlebar/floating_normal_active.png and /dev/null differ diff --git a/awesome/themes/copland/icons/titlebar/floating_normal_inactive.png b/awesome/themes/copland/icons/titlebar/floating_normal_inactive.png deleted file mode 100644 index 98f7f1d..0000000 Binary files a/awesome/themes/copland/icons/titlebar/floating_normal_inactive.png and /dev/null differ diff --git a/awesome/themes/copland/icons/titlebar/maximized_focus_active.png b/awesome/themes/copland/icons/titlebar/maximized_focus_active.png deleted file mode 100644 index f94d40c..0000000 Binary files a/awesome/themes/copland/icons/titlebar/maximized_focus_active.png and /dev/null differ diff --git a/awesome/themes/copland/icons/titlebar/maximized_focus_inactive.png b/awesome/themes/copland/icons/titlebar/maximized_focus_inactive.png deleted file mode 100644 index bce1d00..0000000 Binary files a/awesome/themes/copland/icons/titlebar/maximized_focus_inactive.png and /dev/null differ diff --git a/awesome/themes/copland/icons/titlebar/maximized_normal_active.png b/awesome/themes/copland/icons/titlebar/maximized_normal_active.png deleted file mode 100644 index 9e87af5..0000000 Binary files a/awesome/themes/copland/icons/titlebar/maximized_normal_active.png and /dev/null differ diff --git a/awesome/themes/copland/icons/titlebar/maximized_normal_inactive.png b/awesome/themes/copland/icons/titlebar/maximized_normal_inactive.png deleted file mode 100644 index 2e56d32..0000000 Binary files a/awesome/themes/copland/icons/titlebar/maximized_normal_inactive.png and /dev/null differ diff --git a/awesome/themes/copland/icons/titlebar/ontop_focus_active.png b/awesome/themes/copland/icons/titlebar/ontop_focus_active.png deleted file mode 100644 index c5821a6..0000000 Binary files a/awesome/themes/copland/icons/titlebar/ontop_focus_active.png and /dev/null differ diff --git a/awesome/themes/copland/icons/titlebar/ontop_focus_inactive.png b/awesome/themes/copland/icons/titlebar/ontop_focus_inactive.png deleted file mode 100644 index 2f3a2be..0000000 Binary files a/awesome/themes/copland/icons/titlebar/ontop_focus_inactive.png and /dev/null differ diff --git a/awesome/themes/copland/icons/titlebar/ontop_normal_active.png b/awesome/themes/copland/icons/titlebar/ontop_normal_active.png deleted file mode 100644 index 9a26d34..0000000 Binary files a/awesome/themes/copland/icons/titlebar/ontop_normal_active.png and /dev/null differ diff --git a/awesome/themes/copland/icons/titlebar/ontop_normal_inactive.png b/awesome/themes/copland/icons/titlebar/ontop_normal_inactive.png deleted file mode 100644 index a9a3206..0000000 Binary files a/awesome/themes/copland/icons/titlebar/ontop_normal_inactive.png and /dev/null differ diff --git a/awesome/themes/copland/icons/titlebar/sticky_focus_active.png b/awesome/themes/copland/icons/titlebar/sticky_focus_active.png deleted file mode 100644 index 2cf0bd0..0000000 Binary files a/awesome/themes/copland/icons/titlebar/sticky_focus_active.png and /dev/null differ diff --git a/awesome/themes/copland/icons/titlebar/sticky_focus_inactive.png b/awesome/themes/copland/icons/titlebar/sticky_focus_inactive.png deleted file mode 100644 index 5493d8e..0000000 Binary files a/awesome/themes/copland/icons/titlebar/sticky_focus_inactive.png and /dev/null differ diff --git a/awesome/themes/copland/icons/titlebar/sticky_normal_active.png b/awesome/themes/copland/icons/titlebar/sticky_normal_active.png deleted file mode 100644 index a06138d..0000000 Binary files a/awesome/themes/copland/icons/titlebar/sticky_normal_active.png and /dev/null differ diff --git a/awesome/themes/copland/icons/titlebar/sticky_normal_inactive.png b/awesome/themes/copland/icons/titlebar/sticky_normal_inactive.png deleted file mode 100644 index 7e6c99b..0000000 Binary files a/awesome/themes/copland/icons/titlebar/sticky_normal_inactive.png and /dev/null differ diff --git a/awesome/themes/copland/icons/vol.png b/awesome/themes/copland/icons/vol.png deleted file mode 100644 index 281dddb..0000000 Binary files a/awesome/themes/copland/icons/vol.png and /dev/null differ diff --git a/awesome/themes/copland/icons/vol_low.png b/awesome/themes/copland/icons/vol_low.png deleted file mode 100644 index 63c2293..0000000 Binary files a/awesome/themes/copland/icons/vol_low.png and /dev/null differ diff --git a/awesome/themes/copland/icons/vol_mute.png b/awesome/themes/copland/icons/vol_mute.png deleted file mode 100644 index 68d0de7..0000000 Binary files a/awesome/themes/copland/icons/vol_mute.png and /dev/null differ diff --git a/awesome/themes/copland/icons/vol_no.png b/awesome/themes/copland/icons/vol_no.png deleted file mode 100644 index e801344..0000000 Binary files a/awesome/themes/copland/icons/vol_no.png and /dev/null differ diff --git a/awesome/themes/copland/theme.lua b/awesome/themes/copland/theme.lua deleted file mode 100644 index e6b9c0c..0000000 --- a/awesome/themes/copland/theme.lua +++ /dev/null @@ -1,370 +0,0 @@ - ---[[ - - Copland Awesome WM theme 2.0 - github.com/copycat-killer - ---]] - -local gears = require("gears") -local lain = require("lain") -local awful = require("awful") -local wibox = require("wibox") -local os = { getenv = os.getenv, setlocale = os.setlocale } -local awesome, client = awesome, client - -local theme = {} -theme.dir = os.getenv("HOME") .. "/.config/awesome/themes/copland" -theme.wallpaper = theme.dir .. "/wall.png" -theme.font = "Tamzen 10.5" -theme.fg_normal = "#BBBBBB" -theme.fg_focus = "#78A4FF" -theme.bg_normal = "#111111" -theme.bg_focus = "#111111" -theme.fg_urgent = "#000000" -theme.bg_urgent = "#FFFFFF" -theme.border_width = 1 -theme.border_normal = "#141414" -theme.border_focus = "#93B6FF" -theme.taglist_fg_focus = "#FFFFFF" -theme.taglist_bg_focus = "#111111" -theme.taglist_bg_normal = "#111111" -theme.titlebar_bg_normal = "#191919" -theme.titlebar_bg_focus = "#262626" -theme.menu_height = 16 -theme.menu_width = 130 -theme.tasklist_disable_icon = true -theme.awesome_icon = theme.dir .."/icons/awesome.png" -theme.menu_submenu_icon = theme.dir .. "/icons/submenu.png" -theme.taglist_squares_sel = theme.dir .. "/icons/square_unsel.png" -theme.taglist_squares_unsel = theme.dir .. "/icons/square_unsel.png" -theme.vol = theme.dir .. "/icons/vol.png" -theme.vol_low = theme.dir .. "/icons/vol_low.png" -theme.vol_no = theme.dir .. "/icons/vol_no.png" -theme.vol_mute = theme.dir .. "/icons/vol_mute.png" -theme.disk = theme.dir .. "/icons/disk.png" -theme.ac = theme.dir .. "/icons/ac.png" -theme.bat = theme.dir .. "/icons/bat.png" -theme.bat_low = theme.dir .. "/icons/bat_low.png" -theme.bat_no = theme.dir .. "/icons/bat_no.png" -theme.play = theme.dir .. "/icons/play.png" -theme.pause = theme.dir .. "/icons/pause.png" -theme.stop = theme.dir .. "/icons/stop.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.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" - --- lain related -theme.layout_centerfair = theme.dir .. "/icons/centerfair.png" -theme.layout_termfair = theme.dir .. "/icons/termfair.png" -theme.layout_centerwork = theme.dir .. "/icons/centerwork.png" - -local markup = lain.util.markup -local blue = theme.fg_focus -local red = "#EB8F8F" -local green = "#8FEB8F" - --- Textclock ---os.setlocale(os.getenv("LANG")) -- to localize the clock -local mytextclock = wibox.widget.textclock(" %H:%M ") -mytextclock.font = theme.font - --- Calendar -lain.widget.calendar({ - attach_to = { mytextclock }, - notification_preset = { - font = "Tamzen 11", - fg = theme.fg_normal, - bg = theme.bg_normal - } -}) - ---[[ Mail IMAP check --- commented because it needs to be set before use -local mail = lain.widget.imap({ - timeout = 180, - server = "server", - mail = "mail", - password = "keyring get mail", - settings = function() - mail = "" - count = "" - - if mailcount > 0 then - mail = " Mail " - count = mailcount .. " " - end - - widget:set_markup(markup(blue, mail) .. count) - end -}) ---]] - --- MPD -local mpdicon = wibox.widget.imagebox() -theme.mpd = lain.widget.mpd({ - settings = function() - if mpd_now.state == "play" then - title = mpd_now.title - artist = " " .. mpd_now.artist .. markup("#333333", " | ") - mpdicon:set_image(theme.play) - elseif mpd_now.state == "pause" then - title = "mpd " - artist = "paused" .. markup("#333333", " | ") - mpdicon:set_image(theme.pause) - else - title = "" - artist = "" - mpdicon._private.image = nil - mpdicon:emit_signal("widget::redraw_needed") - mpdicon:emit_signal("widget::layout_changed") - end - - widget:set_markup(markup.font(theme.font, markup(blue, title) .. artist)) - end -}) - --- Battery -local baticon = wibox.widget.imagebox(theme.bat) -local batbar = wibox.widget { - forced_height = 1, - forced_width = 59, - color = theme.fg_normal, - background_color = theme.bg_normal, - margins = 1, - paddings = 1, - ticks = true, - ticks_size = 6, - widget = wibox.widget.progressbar, -} -local batupd = lain.widget.bat({ - settings = function() - if bat_now.status == "N/A" or type(bat_now.perc) ~= "number" then return end - - if bat_now.status == "Charging" then - baticon:set_image(theme.ac) - if bat_now.perc >= 98 then - batbar:set_color(green) - elseif bat_now.perc > 50 then - batbar:set_color(theme.fg_normal) - elseif bat_now.perc > 15 then - batbar:set_color(theme.fg_normal) - else - batbar:set_color(red) - end - else - if bat_now.perc >= 98 then - batbar:set_color(green) - elseif bat_now.perc > 50 then - batbar:set_color(theme.fg_normal) - baticon:set_image(theme.bat) - elseif bat_now.perc > 15 then - batbar:set_color(theme.fg_normal) - baticon:set_image(theme.bat_low) - else - batbar:set_color(red) - baticon:set_image(theme.bat_no) - end - end - batbar:set_value(bat_now.perc / 100) - end -}) -local batbg = wibox.container.background(batbar, "#474747", gears.shape.rectangle) -local batwidget = wibox.container.margin(batbg, 2, 7, 4, 4) - --- /home fs -local fsicon = wibox.widget.imagebox(theme.disk) -local fsbar = wibox.widget { - forced_height = 1, - forced_width = 59, - color = theme.fg_normal, - background_color = theme.bg_normal, - margins = 1, - paddings = 1, - ticks = true, - ticks_size = 6, - widget = wibox.widget.progressbar, -} -theme.fs = lain.widget.fs({ - partition = "/home", - options = "--exclude-type=tmpfs", - notification_preset = { fg = theme.fg_normal, bg = theme.bg_normal, font = "Tamzen 10.5" }, - settings = function() - if tonumber(fs_now.used) < 90 then - fsbar:set_color(theme.fg_normal) - else - fsbar:set_color("#EB8F8F") - end - fsbar:set_value(fs_now.used / 100) - end -}) -local fsbg = wibox.container.background(fsbar, "#474747", gears.shape.rectangle) -local fswidget = wibox.container.margin(fsbg, 2, 7, 4, 4) - --- ALSA volume bar -local volicon = wibox.widget.imagebox(theme.vol) -theme.volume = lain.widget.alsabar({ - width = 59, border_width = 0, ticks = true, ticks_size = 6, - notification_preset = { font = theme.font }, - --togglechannel = "IEC958,3", - settings = function() - if volume_now.status == "off" then - volicon:set_image(theme.vol_mute) - elseif volume_now.level == 0 then - volicon:set_image(theme.vol_no) - elseif volume_now.level <= 50 then - volicon:set_image(theme.vol_low) - else - volicon:set_image(theme.vol) - end - end, - colors = { - background = theme.bg_normal, - mute = red, - unmute = theme.fg_normal - } -}) -theme.volume.tooltip.wibox.fg = theme.fg_focus -theme.volume.bar:buttons(awful.util.table.join ( - awful.button({}, 1, function() - awful.spawn.with_shell(string.format("%s -e alsamixer", awful.util.terminal)) - end), - awful.button({}, 2, function() - awful.spawn(string.format("%s set %s 100%%", theme.volume.cmd, theme.volume.channel)) - theme.volume.update() - end), - awful.button({}, 3, function() - awful.spawn(string.format("%s set %s toggle", theme.volume.cmd, theme.volume.togglechannel or theme.volume.channel)) - theme.volume.update() - end), - awful.button({}, 4, function() - awful.spawn(string.format("%s set %s 1%%+", theme.volume.cmd, theme.volume.channel)) - theme.volume.update() - end), - awful.button({}, 5, function() - awful.spawn(string.format("%s set %s 1%%-", theme.volume.cmd, theme.volume.channel)) - theme.volume.update() - end) -)) -local volumebg = wibox.container.background(theme.volume.bar, "#474747", gears.shape.rectangle) -local volumewidget = wibox.container.margin(volumebg, 2, 7, 4, 4) - --- Weather -theme.weather = lain.widget.weather({ - city_id = 2643743, -- placeholder (London) -}) - --- Separators -local first = wibox.widget.textbox(markup.font("Tamzen 3", " ")) -local spr = wibox.widget.textbox(' ') -local small_spr = wibox.widget.textbox(markup.font("Tamzen 4", " ")) -local bar_spr = wibox.widget.textbox(markup.font("Tamzen 3", " ") .. markup.fontfg(theme.font, "#333333", "|") .. markup.font("Tamzen 5", " ")) - --- Eminent-like task filtering -local orig_filter = awful.widget.taglist.filter.all - --- Taglist label functions -awful.widget.taglist.filter.all = function (t, args) - if t.selected or #t:clients() > 0 then - return orig_filter(t, args) - end -end - -function theme.at_screen_connect(s) - -- Quake application - s.quake = lain.util.quake({ app = awful.util.terminal }) - - -- If wallpaper is a function, call it with the screen - local wallpaper = theme.wallpaper - if type(wallpaper) == "function" then - wallpaper = wallpaper(s) - end - gears.wallpaper.maximized(wallpaper, s, true) - - -- Tags - awful.tag(awful.util.tagnames, s, awful.layout.layouts) - - -- Create a promptbox for each screen - s.mypromptbox = awful.widget.prompt() - -- Create an imagebox widget which will contains an icon indicating which layout we're using. - -- We need one layoutbox per screen. - s.mylayoutbox = awful.widget.layoutbox(s) - s.mylayoutbox:buttons(awful.util.table.join( - awful.button({ }, 1, function () awful.layout.inc( 1) end), - awful.button({ }, 3, function () awful.layout.inc(-1) end), - awful.button({ }, 4, function () awful.layout.inc( 1) end), - awful.button({ }, 5, function () awful.layout.inc(-1) end))) - - -- Create a taglist widget - s.mytaglist = awful.widget.taglist(s, awful.widget.taglist.filter.all, awful.util.taglist_buttons) - - -- Create a tasklist widget - s.mytasklist = awful.widget.tasklist(s, awful.widget.tasklist.filter.currenttags, awful.util.tasklist_buttons) - - -- Create the wibox - s.mywibox = awful.wibar({ position = "top", screen = s, height = 18, bg = theme.bg_normal, fg = theme.fg_normal }) - - -- Add widgets to the wibox - s.mywibox:setup { - layout = wibox.layout.align.horizontal, - { -- Left widgets - layout = wibox.layout.fixed.horizontal, - small_spr, - s.mylayoutbox, - first, - bar_spr, - s.mytaglist, - first, - s.mypromptbox, - }, - s.mytasklist, -- Middle widget - { -- Right widgets - layout = wibox.layout.fixed.horizontal, - wibox.widget.systray(), - small_spr, - --mail.widget, - mpdicon, - theme.mpd.widget, - baticon, - batwidget, - bar_spr, - fsicon, - fswidget, - bar_spr, - volicon, - volumewidget, - bar_spr, - mytextclock, - }, - } -end - -return theme diff --git a/awesome/themes/copland/wall.png b/awesome/themes/copland/wall.png deleted file mode 100644 index fe13898..0000000 Binary files a/awesome/themes/copland/wall.png and /dev/null differ diff --git a/awesome/themes/dremora/icons/awesome.png b/awesome/themes/dremora/icons/awesome.png deleted file mode 100644 index 6ada627..0000000 Binary files a/awesome/themes/dremora/icons/awesome.png and /dev/null differ diff --git a/awesome/themes/dremora/icons/dwindle.png b/awesome/themes/dremora/icons/dwindle.png deleted file mode 100644 index 2547a17..0000000 Binary files a/awesome/themes/dremora/icons/dwindle.png and /dev/null differ diff --git a/awesome/themes/dremora/icons/fairh.png b/awesome/themes/dremora/icons/fairh.png deleted file mode 100644 index 578417c..0000000 Binary files a/awesome/themes/dremora/icons/fairh.png and /dev/null differ diff --git a/awesome/themes/dremora/icons/fairv.png b/awesome/themes/dremora/icons/fairv.png deleted file mode 100644 index e308555..0000000 Binary files a/awesome/themes/dremora/icons/fairv.png and /dev/null differ diff --git a/awesome/themes/dremora/icons/floating.png b/awesome/themes/dremora/icons/floating.png deleted file mode 100755 index 55be201..0000000 Binary files a/awesome/themes/dremora/icons/floating.png and /dev/null differ diff --git a/awesome/themes/dremora/icons/magnifier.png b/awesome/themes/dremora/icons/magnifier.png deleted file mode 100644 index 1678b83..0000000 Binary files a/awesome/themes/dremora/icons/magnifier.png and /dev/null differ diff --git a/awesome/themes/dremora/icons/max.png b/awesome/themes/dremora/icons/max.png deleted file mode 100644 index bda3c6a..0000000 Binary files a/awesome/themes/dremora/icons/max.png and /dev/null differ diff --git a/awesome/themes/dremora/icons/spiral.png b/awesome/themes/dremora/icons/spiral.png deleted file mode 100644 index 60c2583..0000000 Binary files a/awesome/themes/dremora/icons/spiral.png and /dev/null differ diff --git a/awesome/themes/dremora/icons/square_sel.png b/awesome/themes/dremora/icons/square_sel.png deleted file mode 100644 index 85cc605..0000000 Binary files a/awesome/themes/dremora/icons/square_sel.png and /dev/null differ diff --git a/awesome/themes/dremora/icons/square_unsel.png b/awesome/themes/dremora/icons/square_unsel.png deleted file mode 100644 index 1c58e4b..0000000 Binary files a/awesome/themes/dremora/icons/square_unsel.png and /dev/null differ diff --git a/awesome/themes/dremora/icons/submenu.png b/awesome/themes/dremora/icons/submenu.png deleted file mode 100644 index 988ef9e..0000000 Binary files a/awesome/themes/dremora/icons/submenu.png and /dev/null differ diff --git a/awesome/themes/dremora/icons/tile.png b/awesome/themes/dremora/icons/tile.png deleted file mode 100755 index 02047e8..0000000 Binary files a/awesome/themes/dremora/icons/tile.png and /dev/null differ diff --git a/awesome/themes/dremora/icons/tilebottom.png b/awesome/themes/dremora/icons/tilebottom.png deleted file mode 100755 index 5f5ab79..0000000 Binary files a/awesome/themes/dremora/icons/tilebottom.png and /dev/null differ diff --git a/awesome/themes/dremora/icons/tileleft.png b/awesome/themes/dremora/icons/tileleft.png deleted file mode 100755 index 7ed1c5e..0000000 Binary files a/awesome/themes/dremora/icons/tileleft.png and /dev/null differ diff --git a/awesome/themes/dremora/icons/tiletop.png b/awesome/themes/dremora/icons/tiletop.png deleted file mode 100755 index dc83550..0000000 Binary files a/awesome/themes/dremora/icons/tiletop.png and /dev/null differ diff --git a/awesome/themes/dremora/icons/titlebar/close_focus.png b/awesome/themes/dremora/icons/titlebar/close_focus.png deleted file mode 100644 index 6a18125..0000000 Binary files a/awesome/themes/dremora/icons/titlebar/close_focus.png and /dev/null differ diff --git a/awesome/themes/dremora/icons/titlebar/close_normal.png b/awesome/themes/dremora/icons/titlebar/close_normal.png deleted file mode 100644 index 1c8809f..0000000 Binary files a/awesome/themes/dremora/icons/titlebar/close_normal.png and /dev/null differ diff --git a/awesome/themes/dremora/icons/titlebar/floating_focus_active.png b/awesome/themes/dremora/icons/titlebar/floating_focus_active.png deleted file mode 100644 index b22ef22..0000000 Binary files a/awesome/themes/dremora/icons/titlebar/floating_focus_active.png and /dev/null differ diff --git a/awesome/themes/dremora/icons/titlebar/floating_focus_inactive.png b/awesome/themes/dremora/icons/titlebar/floating_focus_inactive.png deleted file mode 100644 index 47f19f6..0000000 Binary files a/awesome/themes/dremora/icons/titlebar/floating_focus_inactive.png and /dev/null differ diff --git a/awesome/themes/dremora/icons/titlebar/floating_normal_active.png b/awesome/themes/dremora/icons/titlebar/floating_normal_active.png deleted file mode 100644 index b788552..0000000 Binary files a/awesome/themes/dremora/icons/titlebar/floating_normal_active.png and /dev/null differ diff --git a/awesome/themes/dremora/icons/titlebar/floating_normal_inactive.png b/awesome/themes/dremora/icons/titlebar/floating_normal_inactive.png deleted file mode 100644 index 4adc5e9..0000000 Binary files a/awesome/themes/dremora/icons/titlebar/floating_normal_inactive.png and /dev/null differ diff --git a/awesome/themes/dremora/icons/titlebar/maximized_focus_active.png b/awesome/themes/dremora/icons/titlebar/maximized_focus_active.png deleted file mode 100644 index 70af3d5..0000000 Binary files a/awesome/themes/dremora/icons/titlebar/maximized_focus_active.png and /dev/null differ diff --git a/awesome/themes/dremora/icons/titlebar/maximized_focus_inactive.png b/awesome/themes/dremora/icons/titlebar/maximized_focus_inactive.png deleted file mode 100644 index bce1d00..0000000 Binary files a/awesome/themes/dremora/icons/titlebar/maximized_focus_inactive.png and /dev/null differ diff --git a/awesome/themes/dremora/icons/titlebar/maximized_normal_active.png b/awesome/themes/dremora/icons/titlebar/maximized_normal_active.png deleted file mode 100644 index 70e2ddc..0000000 Binary files a/awesome/themes/dremora/icons/titlebar/maximized_normal_active.png and /dev/null differ diff --git a/awesome/themes/dremora/icons/titlebar/maximized_normal_inactive.png b/awesome/themes/dremora/icons/titlebar/maximized_normal_inactive.png deleted file mode 100644 index 2e56d32..0000000 Binary files a/awesome/themes/dremora/icons/titlebar/maximized_normal_inactive.png and /dev/null differ diff --git a/awesome/themes/dremora/icons/titlebar/ontop_focus_active.png b/awesome/themes/dremora/icons/titlebar/ontop_focus_active.png deleted file mode 100644 index ade12fe..0000000 Binary files a/awesome/themes/dremora/icons/titlebar/ontop_focus_active.png and /dev/null differ diff --git a/awesome/themes/dremora/icons/titlebar/ontop_focus_inactive.png b/awesome/themes/dremora/icons/titlebar/ontop_focus_inactive.png deleted file mode 100644 index 2f3a2be..0000000 Binary files a/awesome/themes/dremora/icons/titlebar/ontop_focus_inactive.png and /dev/null differ diff --git a/awesome/themes/dremora/icons/titlebar/ontop_normal_active.png b/awesome/themes/dremora/icons/titlebar/ontop_normal_active.png deleted file mode 100644 index 02facc4..0000000 Binary files a/awesome/themes/dremora/icons/titlebar/ontop_normal_active.png and /dev/null differ diff --git a/awesome/themes/dremora/icons/titlebar/ontop_normal_inactive.png b/awesome/themes/dremora/icons/titlebar/ontop_normal_inactive.png deleted file mode 100644 index a9a3206..0000000 Binary files a/awesome/themes/dremora/icons/titlebar/ontop_normal_inactive.png and /dev/null differ diff --git a/awesome/themes/dremora/icons/titlebar/sticky_focus_active.png b/awesome/themes/dremora/icons/titlebar/sticky_focus_active.png deleted file mode 100644 index f3c533c..0000000 Binary files a/awesome/themes/dremora/icons/titlebar/sticky_focus_active.png and /dev/null differ diff --git a/awesome/themes/dremora/icons/titlebar/sticky_focus_inactive.png b/awesome/themes/dremora/icons/titlebar/sticky_focus_inactive.png deleted file mode 100644 index 5493d8e..0000000 Binary files a/awesome/themes/dremora/icons/titlebar/sticky_focus_inactive.png and /dev/null differ diff --git a/awesome/themes/dremora/icons/titlebar/sticky_normal_active.png b/awesome/themes/dremora/icons/titlebar/sticky_normal_active.png deleted file mode 100644 index 15f0bc4..0000000 Binary files a/awesome/themes/dremora/icons/titlebar/sticky_normal_active.png and /dev/null differ diff --git a/awesome/themes/dremora/icons/titlebar/sticky_normal_inactive.png b/awesome/themes/dremora/icons/titlebar/sticky_normal_inactive.png deleted file mode 100644 index 7e6c99b..0000000 Binary files a/awesome/themes/dremora/icons/titlebar/sticky_normal_inactive.png and /dev/null differ diff --git a/awesome/themes/dremora/theme.lua b/awesome/themes/dremora/theme.lua deleted file mode 100644 index f412df6..0000000 --- a/awesome/themes/dremora/theme.lua +++ /dev/null @@ -1,250 +0,0 @@ - ---[[ - - Dremora Awesome WM theme 2.0 - github.com/copycat-killer - ---]] - -local gears = require("gears") -local lain = require("lain") -local awful = require("awful") -local wibox = require("wibox") -local os = { getenv = os.getenv } - -local theme = {} -theme.dir = os.getenv("HOME") .. "/.config/awesome/themes/dremora" -theme.wallpaper = theme.dir .. "/wall.png" -theme.font = "Misc Tamsyn 10.5" -theme.taglist_font = "Icons 10" -theme.fg_normal = "#747474" -theme.fg_focus = "#DDDCFF" -theme.bg_normal = "#121212" -theme.bg_focus = "#121212" -theme.fg_urgent = "#CC9393" -theme.bg_urgent = "#2A1F1E" -theme.border_width = "0" -theme.border_normal = "#121212" -theme.border_focus = "#292929" -theme.titlebar_bg_focus = "#292929" -theme.taglist_fg_focus = "#dddcff" -theme.taglist_bg_focus = "#121212" -theme.menu_height = 16 -theme.menu_width = 130 -theme.menu_submenu_icon = theme.dir .. "/icons/submenu.png" -theme.awesome_icon = theme.dir .."/icons/awesome.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 = 10 -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" - -awful.util.tagnames = { "ƀ", "Ƅ", "Ɗ", "ƈ", "ƙ" } - -local markup = lain.util.markup -local separators = lain.util.separators -local white = theme.fg_focus -local gray = "#858585" - --- Textclock -local mytextclock = wibox.widget.textclock(markup(gray, " %a") -.. markup(white, " %d ") .. markup(gray, "%b ") .. markup(white, "%H:%M ")) -mytextclock.font = theme.font - --- Calendar -lain.widget.calendar({ - attach_to = { mytextclock }, - notification_preset = { - font = "Misc Tamsyn 11", - fg = white, - bg = theme.bg_normal -}}) - ---[[ Mail IMAP check --- commented because it needs to be set before use -local mail = lain.widget.imap({ - timeout = 180, - server = "server", - mail = "mail", - password = "keyring get mail", - notification_preset = { fg = white } - settings = function() - mail = "" - count = "" - - if mailcount > 0 then - mail = "Mail " - count = mailcount .. " " - end - - widget:set_markup(markup.font(theme.font, markup(gray, mail) .. markup(white, count))) - end -}) ---]] - --- MPD -theme.mpd = lain.widget.mpd({ - settings = function() - mpd_notification_preset.fg = white - artist = mpd_now.artist .. " " - title = mpd_now.title .. " " - - if mpd_now.state == "pause" then - artist = "mpd " - title = "paused " - elseif mpd_now.state == "stop" then - artist = "" - title = "" - end - - widget:set_markup(markup.font(theme.font, markup(gray, artist) .. markup(white, title))) - end -}) - --- /home fs -theme.fs = lain.widget.fs({ - partition = "/home", - options = "--exclude-type=tmpfs", - notification_preset = { fg = white, bg = theme.bg_normal, font = "Misc Tamsyn 10.5" }, - settings = function() - fs_header = "" - fs_p = "" - - if tonumber(fs_now.used) >= 90 then - fs_header = " Hdd " - fs_p = fs_now.used - end - - widget:set_markup(markup.font(theme.font, markup(gray, fs_header) .. markup(white, fs_p))) - end -}) - --- Battery -local bat = lain.widget.bat({ - settings = function() - bat_header = " Bat " - bat_p = bat_now.perc .. " " - widget:set_markup(markup.font(theme.font, markup(gray, bat_header) .. markup(white, bat_p))) - end -}) - --- ALSA volume -theme.volume = lain.widget.alsa({ - --togglechannel = "IEC958,3", - settings = function() - header = " Vol " - vlevel = volume_now.level - - if volume_now.status == "off" then - vlevel = vlevel .. "M " - else - vlevel = vlevel .. " " - end - - widget:set_markup(markup.font(theme.font, markup(gray, header) .. markup(white, vlevel))) - end -}) - --- Weather -theme.weather = lain.widget.weather({ - city_id = 2643743, -- placeholder (London) - notification_preset = { fg = white } -}) - --- Separators -local first = wibox.widget.textbox(' ') -local arrl_pre = separators.arrow_right("alpha", "#1A1A1A") -local arrl_post = separators.arrow_right("#1A1A1A", "alpha") - -function theme.at_screen_connect(s) - -- Quake application - s.quake = lain.util.quake({ app = awful.util.terminal }) - - -- If wallpaper is a function, call it with the screen - local wallpaper = theme.wallpaper - if type(wallpaper) == "function" then - wallpaper = wallpaper(s) - end - gears.wallpaper.maximized(wallpaper, s, true) - - -- Tags - awful.tag(awful.util.tagnames, s, awful.layout.layouts) - - -- Create a promptbox for each screen - s.mypromptbox = awful.widget.prompt() - -- Create an imagebox widget which will contains an icon indicating which layout we're using. - -- We need one layoutbox per screen. - s.mylayoutbox = awful.widget.layoutbox(s) - s.mylayoutbox:buttons(awful.util.table.join( - awful.button({ }, 1, function () awful.layout.inc( 1) end), - awful.button({ }, 3, function () awful.layout.inc(-1) end), - awful.button({ }, 4, function () awful.layout.inc( 1) end), - awful.button({ }, 5, function () awful.layout.inc(-1) end))) - -- Create a taglist widget - s.mytaglist = awful.widget.taglist(s, awful.widget.taglist.filter.all, awful.util.taglist_buttons) - - -- Create a tasklist widget - s.mytasklist = awful.widget.tasklist(s, awful.widget.tasklist.filter.currenttags, awful.util.tasklist_buttons) - - -- Create the wibox - s.mywibox = awful.wibar({ position = "top", screen = s, height = 18, bg = theme.bg_normal, fg = theme.fg_normal }) - - -- Add widgets to the wibox - s.mywibox:setup { - layout = wibox.layout.align.horizontal, - { -- Left widgets - layout = wibox.layout.fixed.horizontal, - first, - s.mytaglist, - arrl_pre, - s.mylayoutbox, - arrl_post, - s.mypromptbox, - first, - }, - s.mytasklist, -- Middle widget - { -- Right widgets - layout = wibox.layout.fixed.horizontal, - wibox.widget.systray(), - first, - theme.mpd.widget, - --mail.widget, - theme.fs.widget, - bat.widget, - theme.volume.widget, - mytextclock, - }, - } -end - -return theme diff --git a/awesome/themes/dremora/wall.png b/awesome/themes/dremora/wall.png deleted file mode 100644 index 5694c4b..0000000 Binary files a/awesome/themes/dremora/wall.png and /dev/null differ diff --git a/awesome/themes/holo/icons/awesome_icon.png b/awesome/themes/holo/icons/awesome_icon.png deleted file mode 100644 index 596cc4a..0000000 Binary files a/awesome/themes/holo/icons/awesome_icon.png and /dev/null differ diff --git a/awesome/themes/holo/icons/awesome_icon_white.png b/awesome/themes/holo/icons/awesome_icon_white.png deleted file mode 100644 index 476a86a..0000000 Binary files a/awesome/themes/holo/icons/awesome_icon_white.png and /dev/null differ diff --git a/awesome/themes/holo/icons/bar.png b/awesome/themes/holo/icons/bar.png deleted file mode 100644 index 767885c..0000000 Binary files a/awesome/themes/holo/icons/bar.png and /dev/null differ diff --git a/awesome/themes/holo/icons/bottom_bar.png b/awesome/themes/holo/icons/bottom_bar.png deleted file mode 100644 index fa6a7ae..0000000 Binary files a/awesome/themes/holo/icons/bottom_bar.png and /dev/null differ diff --git a/awesome/themes/holo/icons/cal.png b/awesome/themes/holo/icons/cal.png deleted file mode 100644 index 909d5a4..0000000 Binary files a/awesome/themes/holo/icons/cal.png and /dev/null differ diff --git a/awesome/themes/holo/icons/clock.png b/awesome/themes/holo/icons/clock.png deleted file mode 100644 index ea33cc1..0000000 Binary files a/awesome/themes/holo/icons/clock.png and /dev/null differ diff --git a/awesome/themes/holo/icons/cpu.png b/awesome/themes/holo/icons/cpu.png deleted file mode 100644 index 51e86dc..0000000 Binary files a/awesome/themes/holo/icons/cpu.png and /dev/null differ diff --git a/awesome/themes/holo/icons/dwindle.png b/awesome/themes/holo/icons/dwindle.png deleted file mode 100644 index bc86db8..0000000 Binary files a/awesome/themes/holo/icons/dwindle.png and /dev/null differ diff --git a/awesome/themes/holo/icons/fairh.png b/awesome/themes/holo/icons/fairh.png deleted file mode 100644 index 43ed1d5..0000000 Binary files a/awesome/themes/holo/icons/fairh.png and /dev/null differ diff --git a/awesome/themes/holo/icons/fairv.png b/awesome/themes/holo/icons/fairv.png deleted file mode 100644 index d58319b..0000000 Binary files a/awesome/themes/holo/icons/fairv.png and /dev/null differ diff --git a/awesome/themes/holo/icons/floating.png b/awesome/themes/holo/icons/floating.png deleted file mode 100644 index 626136f..0000000 Binary files a/awesome/themes/holo/icons/floating.png and /dev/null differ diff --git a/awesome/themes/holo/icons/magnifier.png b/awesome/themes/holo/icons/magnifier.png deleted file mode 100644 index 616a366..0000000 Binary files a/awesome/themes/holo/icons/magnifier.png and /dev/null differ diff --git a/awesome/themes/holo/icons/max.png b/awesome/themes/holo/icons/max.png deleted file mode 100644 index f809ea1..0000000 Binary files a/awesome/themes/holo/icons/max.png and /dev/null differ diff --git a/awesome/themes/holo/icons/mpd.png b/awesome/themes/holo/icons/mpd.png deleted file mode 100644 index c61030b..0000000 Binary files a/awesome/themes/holo/icons/mpd.png and /dev/null differ diff --git a/awesome/themes/holo/icons/net_down.png b/awesome/themes/holo/icons/net_down.png deleted file mode 100644 index 168201c..0000000 Binary files a/awesome/themes/holo/icons/net_down.png and /dev/null differ diff --git a/awesome/themes/holo/icons/net_up.png b/awesome/themes/holo/icons/net_up.png deleted file mode 100644 index 45b29a6..0000000 Binary files a/awesome/themes/holo/icons/net_up.png and /dev/null differ diff --git a/awesome/themes/holo/icons/next.png b/awesome/themes/holo/icons/next.png deleted file mode 100644 index d3caba7..0000000 Binary files a/awesome/themes/holo/icons/next.png and /dev/null differ diff --git a/awesome/themes/holo/icons/pause.png b/awesome/themes/holo/icons/pause.png deleted file mode 100644 index 2a443dd..0000000 Binary files a/awesome/themes/holo/icons/pause.png and /dev/null differ diff --git a/awesome/themes/holo/icons/play.png b/awesome/themes/holo/icons/play.png deleted file mode 100644 index 9567b8a..0000000 Binary files a/awesome/themes/holo/icons/play.png and /dev/null differ diff --git a/awesome/themes/holo/icons/prev.png b/awesome/themes/holo/icons/prev.png deleted file mode 100644 index 8b9b50e..0000000 Binary files a/awesome/themes/holo/icons/prev.png and /dev/null differ diff --git a/awesome/themes/holo/icons/spiral.png b/awesome/themes/holo/icons/spiral.png deleted file mode 100644 index e5afd83..0000000 Binary files a/awesome/themes/holo/icons/spiral.png and /dev/null differ diff --git a/awesome/themes/holo/icons/spr_bottom_right.png b/awesome/themes/holo/icons/spr_bottom_right.png deleted file mode 100644 index b7038a0..0000000 Binary files a/awesome/themes/holo/icons/spr_bottom_right.png and /dev/null differ diff --git a/awesome/themes/holo/icons/spr_left.png b/awesome/themes/holo/icons/spr_left.png deleted file mode 100644 index 44822ed..0000000 Binary files a/awesome/themes/holo/icons/spr_left.png and /dev/null differ diff --git a/awesome/themes/holo/icons/spr_right.png b/awesome/themes/holo/icons/spr_right.png deleted file mode 100644 index f1953b3..0000000 Binary files a/awesome/themes/holo/icons/spr_right.png and /dev/null differ diff --git a/awesome/themes/holo/icons/spr_small.png b/awesome/themes/holo/icons/spr_small.png deleted file mode 100644 index 235410a..0000000 Binary files a/awesome/themes/holo/icons/spr_small.png and /dev/null differ diff --git a/awesome/themes/holo/icons/spr_very_small.png b/awesome/themes/holo/icons/spr_very_small.png deleted file mode 100644 index 0db6077..0000000 Binary files a/awesome/themes/holo/icons/spr_very_small.png and /dev/null differ diff --git a/awesome/themes/holo/icons/square_sel.png b/awesome/themes/holo/icons/square_sel.png deleted file mode 100644 index cd9bf0a..0000000 Binary files a/awesome/themes/holo/icons/square_sel.png and /dev/null differ diff --git a/awesome/themes/holo/icons/square_unsel.png b/awesome/themes/holo/icons/square_unsel.png deleted file mode 100644 index c77f1f8..0000000 Binary files a/awesome/themes/holo/icons/square_unsel.png and /dev/null differ diff --git a/awesome/themes/holo/icons/stop.png b/awesome/themes/holo/icons/stop.png deleted file mode 100644 index 63ed405..0000000 Binary files a/awesome/themes/holo/icons/stop.png and /dev/null differ diff --git a/awesome/themes/holo/icons/tile.png b/awesome/themes/holo/icons/tile.png deleted file mode 100644 index 31884f6..0000000 Binary files a/awesome/themes/holo/icons/tile.png and /dev/null differ diff --git a/awesome/themes/holo/icons/tilebottom.png b/awesome/themes/holo/icons/tilebottom.png deleted file mode 100644 index e289816..0000000 Binary files a/awesome/themes/holo/icons/tilebottom.png and /dev/null differ diff --git a/awesome/themes/holo/icons/tileleft.png b/awesome/themes/holo/icons/tileleft.png deleted file mode 100644 index 687d247..0000000 Binary files a/awesome/themes/holo/icons/tileleft.png and /dev/null differ diff --git a/awesome/themes/holo/icons/tiletop.png b/awesome/themes/holo/icons/tiletop.png deleted file mode 100644 index 17cd06b..0000000 Binary files a/awesome/themes/holo/icons/tiletop.png and /dev/null differ diff --git a/awesome/themes/holo/theme.lua b/awesome/themes/holo/theme.lua deleted file mode 100644 index 7d5d2d6..0000000 --- a/awesome/themes/holo/theme.lua +++ /dev/null @@ -1,389 +0,0 @@ - ---[[ - - Holo Awesome WM theme 3.0 - github.com/copycat-killer - ---]] - -local gears = require("gears") -local lain = require("lain") -local awful = require("awful") -local wibox = require("wibox") -local string = string -local os = { getenv = os.getenv } - -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" -theme.font = "Roboto Bold 10" -theme.taglist_font = "Roboto Condensed Regular 8" -theme.fg_normal = "#FFFFFF" -theme.fg_focus = "#0099CC" -theme.bg_focus = "#303030" -theme.bg_normal = "#242424" -theme.fg_urgent = "#CC9393" -theme.bg_urgent = "#006B8E" -theme.border_width = 3 -theme.border_normal = "#252525" -theme.border_focus = "#0099CC" -theme.taglist_fg_focus = "#FFFFFF" -theme.tasklist_bg_normal = "#222222" -theme.tasklist_fg_focus = "#4CB7DB" -theme.menu_height = 20 -theme.menu_width = 160 -theme.menu_icon_size = 32 -theme.awesome_icon = theme.icon_dir .. "/awesome_icon_white.png" -theme.awesome_icon_launcher = theme.icon_dir .. "/awesome_icon.png" -theme.taglist_squares_sel = theme.icon_dir .. "/square_sel.png" -theme.taglist_squares_unsel = theme.icon_dir .. "/square_unsel.png" -theme.spr_small = theme.icon_dir .. "/spr_small.png" -theme.spr_very_small = theme.icon_dir .. "/spr_very_small.png" -theme.spr_right = theme.icon_dir .. "/spr_right.png" -theme.spr_bottom_right = theme.icon_dir .. "/spr_bottom_right.png" -theme.spr_left = theme.icon_dir .. "/spr_left.png" -theme.bar = theme.icon_dir .. "/bar.png" -theme.bottom_bar = theme.icon_dir .. "/bottom_bar.png" -theme.mpdl = theme.icon_dir .. "/mpd.png" -theme.mpd_on = theme.icon_dir .. "/mpd_on.png" -theme.prev = theme.icon_dir .. "/prev.png" -theme.nex = theme.icon_dir .. "/next.png" -theme.stop = theme.icon_dir .. "/stop.png" -theme.pause = theme.icon_dir .. "/pause.png" -theme.play = theme.icon_dir .. "/play.png" -theme.clock = theme.icon_dir .. "/clock.png" -theme.calendar = theme.icon_dir .. "/cal.png" -theme.cpu = theme.icon_dir .. "/cpu.png" -theme.net_up = theme.icon_dir .. "/net_up.png" -theme.net_down = theme.icon_dir .. "/net_down.png" -theme.layout_tile = theme.icon_dir .. "/tile.png" -theme.layout_tileleft = theme.icon_dir .. "/tileleft.png" -theme.layout_tilebottom = theme.icon_dir .. "/tilebottom.png" -theme.layout_tiletop = theme.icon_dir .. "/tiletop.png" -theme.layout_fairv = theme.icon_dir .. "/fairv.png" -theme.layout_fairh = theme.icon_dir .. "/fairh.png" -theme.layout_spiral = theme.icon_dir .. "/spiral.png" -theme.layout_dwindle = theme.icon_dir .. "/dwindle.png" -theme.layout_max = theme.icon_dir .. "/max.png" -theme.layout_fullscreen = theme.icon_dir .. "/fullscreen.png" -theme.layout_magnifier = theme.icon_dir .. "/magnifier.png" -theme.layout_floating = theme.icon_dir .. "/floating.png" -theme.tasklist_plain_task_name = true -theme.tasklist_disable_icon = true -theme.useless_gap = 4 -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" - -theme.musicplr = string.format("%s -e ncmpcpp", awful.util.terminal) - -local markup = lain.util.markup -local blue = "#80CCE6" -local space3 = markup.font("Roboto 3", " ") - --- Clock -local mytextclock = wibox.widget.textclock(markup("#FFFFFF", space3 .. "%H:%M " .. markup.font("Roboto 4", " "))) -mytextclock.font = theme.font -local clock_icon = wibox.widget.imagebox(theme.clock) -local clockbg = wibox.container.background(mytextclock, theme.bg_focus, gears.shape.rectangle) -local clockwidget = wibox.container.margin(clockbg, 0, 3, 5, 5) - --- Calendar -local mytextcalendar = wibox.widget.textclock(markup.fontfg(theme.font, "#FFFFFF", space3 .. "%d %b " .. markup.font("Roboto 5", " "))) -local calendar_icon = wibox.widget.imagebox(theme.calendar) -local calbg = wibox.container.background(mytextcalendar, theme.bg_focus, gears.shape.rectangle) -local calendarwidget = wibox.container.margin(calbg, 0, 0, 5, 5) -lain.widget.calendar({ - attach_to = { mytextclock, mytextcalendar }, - notification_preset = { - fg = "#FFFFFF", - bg = theme.bg_normal, - position = "bottom_right", - font = "Monospace 10" - } -}) - ---[[ Mail IMAP check --- commented because it needs to be set before use -local mail = lain.widget.imap({ - timeout = 180, - server = "server", - mail = "mail", - password = "keyring get mail", - settings = function() - mail_notification_preset.fg = "#FFFFFF" - mail = "" - count = "" - - if mailcount > 0 then - mail = "Mail " - count = mailcount .. " " - end - - widget:set_markup(markup.font(theme.font, markup(blue, mail) .. markup("#FFFFFF", count))) - end -}) ---]] - --- MPD -local mpd_icon = awful.widget.launcher({ image = theme.mpdl, command = theme.musicplr }) -local prev_icon = wibox.widget.imagebox(theme.prev) -local next_icon = wibox.widget.imagebox(theme.nex) -local stop_icon = wibox.widget.imagebox(theme.stop) -local pause_icon = wibox.widget.imagebox(theme.pause) -local play_pause_icon = wibox.widget.imagebox(theme.play) -theme.mpd = lain.widget.mpd({ - settings = function () - if mpd_now.state == "play" then - mpd_now.artist = mpd_now.artist:upper():gsub("&.-;", string.lower) - mpd_now.title = mpd_now.title:upper():gsub("&.-;", string.lower) - widget:set_markup(markup.font("Roboto 4", " ") - .. markup.font(theme.taglist_font, - " " .. mpd_now.artist - .. " - " .. - mpd_now.title .. " ") .. markup.font("Roboto 5", " ")) - play_pause_icon:set_image(theme.pause) - elseif mpd_now.state == "pause" then - widget:set_markup(markup.font("Roboto 4", " ") .. - markup.font(theme.taglist_font, " MPD PAUSED ") .. - markup.font("Roboto 5", " ")) - play_pause_icon:set_image(theme.play) - else - widget:set_markup("") - play_pause_icon:set_image(theme.play) - end - end -}) -local musicbg = wibox.container.background(theme.mpd.widget, theme.bg_focus, gears.shape.rectangle) -local musicwidget = wibox.container.margin(musicbg, 0, 0, 5, 5) - -musicwidget:buttons(awful.util.table.join(awful.button({ }, 1, -function () awful.spawn(theme.musicplr) end))) -prev_icon:buttons(awful.util.table.join(awful.button({}, 1, -function () - awful.spawn.with_shell("mpc prev") - theme.mpd.update() -end))) -next_icon:buttons(awful.util.table.join(awful.button({}, 1, -function () - awful.spawn.with_shell("mpc next") - theme.mpd.update() -end))) -stop_icon:buttons(awful.util.table.join(awful.button({}, 1, -function () - play_pause_icon:set_image(theme.play) - awful.spawn.with_shell("mpc stop") - theme.mpd.update() -end))) -play_pause_icon:buttons(awful.util.table.join(awful.button({}, 1, -function () - awful.spawn.with_shell("mpc toggle") - theme.mpd.update() -end))) - --- Battery ---[[ -local bat = lain.widget.bat({ - settings = function() - bat_header = " Bat " - bat_p = bat_now.perc .. " " - if bat_now.ac_status == 1 then - bat_p = bat_p .. "Plugged " - end - widget:set_markup(markup.font(theme.font, markup(blue, bat_header) .. bat_p)) - end -}) ---]] --- --- fs -theme.fs = lain.widget.fs({ - options = "--exclude-type=tmpfs", - notification_preset = { bg = theme.bg_normal, font = "Monospace 9, " }, -}) - --- ALSA volume bar -theme.volume = lain.widget.alsabar({ - notification_preset = { font = "Monospace 9"}, - --togglechannel = "IEC958,3", - width = 80, height = 10, border_width = 0, - colors = { - background = "#383838", - unmute = "#80CCE6", - mute = "#FF9F9F" - }, -}) -theme.volume.bar.paddings = 0 -theme.volume.bar.margins = 5 -local volumewidget = wibox.container.background(theme.volume.bar, theme.bg_focus, gears.shape.rectangle) -volumewidget = wibox.container.margin(volumewidget, 0, 0, 5, 5) - --- CPU -local cpu_icon = wibox.widget.imagebox(theme.cpu) -local cpu = lain.widget.cpu({ - settings = function() - widget:set_markup(space3 .. markup.font(theme.font, "CPU " .. cpu_now.usage - .. "% ") .. markup.font("Roboto 5", " ")) - end -}) -local cpubg = wibox.container.background(cpu.widget, theme.bg_focus, gears.shape.rectangle) -local cpuwidget = wibox.container.margin(cpubg, 0, 0, 5, 5) - --- Net -local netdown_icon = wibox.widget.imagebox(theme.net_down) -local netup_icon = wibox.widget.imagebox(theme.net_up) -local net = lain.widget.net({ - settings = function() - widget:set_markup(markup.font("Roboto 1", " ") .. markup.font(theme.font, net_now.received .. " - " - .. net_now.sent) .. markup.font("Roboto 2", " ")) - end -}) -local netbg = wibox.container.background(net.widget, theme.bg_focus, gears.shape.rectangle) -local networkwidget = wibox.container.margin(netbg, 0, 0, 5, 5) - --- Weather -theme.weather = lain.widget.weather({ - city_id = 2643743, -- placeholder (London) - notification_preset = { font = "Monospace 9", position = "bottom_right" }, -}) - --- Launcher -local mylauncher = awful.widget.button({ image = theme.awesome_icon_launcher }) -mylauncher:connect_signal("button::press", function() awful.util.mymainmenu:toggle() end) - --- Separators -local first = wibox.widget.textbox(' ') -local spr_small = wibox.widget.imagebox(theme.spr_small) -local spr_very_small = wibox.widget.imagebox(theme.spr_very_small) -local spr_right = wibox.widget.imagebox(theme.spr_right) -local spr_bottom_right = wibox.widget.imagebox(theme.spr_bottom_right) -local spr_left = wibox.widget.imagebox(theme.spr_left) -local bar = wibox.widget.imagebox(theme.bar) -local bottom_bar = wibox.widget.imagebox(theme.bottom_bar) - -local barcolor = gears.color({ - type = "linear", - from = { 32, 0 }, - to = { 32, 32 }, - stops = { {0, theme.bg_focus}, {0.25, "#505050"}, {1, theme.bg_focus} } -}) - -function theme.at_screen_connect(s) - -- Quake application - s.quake = lain.util.quake({ app = awful.util.terminal }) - - -- If wallpaper is a function, call it with the screen - local wallpaper = theme.wallpaper - if type(wallpaper) == "function" then - wallpaper = wallpaper(s) - end - gears.wallpaper.maximized(wallpaper, s, true) - - -- Tags - awful.tag(awful.util.tagnames, s, awful.layout.layouts) - - -- Create a promptbox for each screen - s.mypromptbox = awful.widget.prompt() - -- Create an imagebox widget which will contains an icon indicating which layout we're using. - -- We need one layoutbox per screen. - s.mylayoutbox = awful.widget.layoutbox(s) - s.mylayoutbox:buttons(awful.util.table.join( - awful.button({ }, 1, function () awful.layout.inc( 1) end), - awful.button({ }, 3, function () awful.layout.inc(-1) end), - awful.button({ }, 4, function () awful.layout.inc( 1) end), - awful.button({ }, 5, function () awful.layout.inc(-1) end))) - -- Create a taglist widget - s.mytaglist = awful.widget.taglist(s, awful.widget.taglist.filter.all, awful.util.taglist_buttons, { bg_focus = barcolor }) - - mytaglistcont = wibox.container.background(s.mytaglist, theme.bg_focus, gears.shape.rectangle) - s.mytag = wibox.container.margin(mytaglistcont, 0, 0, 5, 5) - - -- Create a tasklist widget - s.mytasklist = awful.widget.tasklist(s, awful.widget.tasklist.filter.currenttags, awful.util.tasklist_buttons, { bg_focus = theme.bg_focus, shape = gears.shape.rectangle, shape_border_width = 5, shape_border_color = theme.tasklist_bg_normal, align = "center" }) - - -- Create the wibox - s.mywibox = awful.wibar({ position = "top", screen = s, height = 32 }) - - -- Add widgets to the wibox - s.mywibox:setup { - layout = wibox.layout.align.horizontal, - { -- Left widgets - layout = wibox.layout.fixed.horizontal, - first, - s.mytag, - spr_small, - s.mylayoutbox, - spr_small, - s.mypromptbox, - }, - nil, -- Middle widget - { -- Right widgets - layout = wibox.layout.fixed.horizontal, - wibox.widget.systray(), - --mail.widget, - --bat.widget, - spr_right, - musicwidget, - bar, - prev_icon, - next_icon, - stop_icon, - play_pause_icon, - bar, - mpd_icon, - bar, - spr_very_small, - volumewidget, - spr_left, - }, - } - - -- Create the bottom wibox - s.mybottomwibox = awful.wibar({ position = "bottom", screen = s, border_width = 0, height = 32 }) - s.borderwibox = awful.wibar({ position = "bottom", screen = s, height = 1, bg = theme.fg_focus, x = 0, y = 33}) - - -- Add widgets to the bottom wibox - s.mybottomwibox:setup { - layout = wibox.layout.align.horizontal, - { -- Left widgets - layout = wibox.layout.fixed.horizontal, - mylauncher, - }, - s.mytasklist, -- Middle widget - { -- Right widgets - layout = wibox.layout.fixed.horizontal, - spr_bottom_right, - netdown_icon, - networkwidget, - netup_icon, - bottom_bar, - cpu_icon, - cpuwidget, - bottom_bar, - calendar_icon, - calendarwidget, - bottom_bar, - clock_icon, - clockwidget, - }, - } -end - -return theme diff --git a/awesome/themes/holo/wall.png b/awesome/themes/holo/wall.png deleted file mode 100644 index 0e8a128..0000000 Binary files a/awesome/themes/holo/wall.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/awesome.png b/awesome/themes/kadet/icons/awesome.png similarity index 100% rename from awesome/themes/powerarrow/icons/awesome.png rename to awesome/themes/kadet/icons/awesome.png diff --git a/awesome/themes/kadet/icons/bar/end.png b/awesome/themes/kadet/icons/bar/end.png new file mode 100644 index 0000000..a6b0a5e Binary files /dev/null and b/awesome/themes/kadet/icons/bar/end.png differ diff --git a/awesome/themes/kadet/icons/bar/start.png b/awesome/themes/kadet/icons/bar/start.png new file mode 100644 index 0000000..4a17aa2 Binary files /dev/null and b/awesome/themes/kadet/icons/bar/start.png differ diff --git a/awesome/themes/kadet/icons/icons.ai b/awesome/themes/kadet/icons/icons.ai new file mode 100644 index 0000000..714c7ac --- /dev/null +++ b/awesome/themes/kadet/icons/icons.ai @@ -0,0 +1,1210 @@ +%PDF-1.5 % +1 0 obj <>/OCGs[8 0 R 27 0 R 47 0 R]>>/Pages 3 0 R/Type/Catalog>> endobj 2 0 obj <>stream + + + + + application/pdf + + + icons + + + Adobe Illustrator CC 22.1 (Windows) + 2018-07-30T17:08:14+02:00 + 2018-07-30T21:41:43+02:00 + 2018-07-30T21:41:43+02:00 + + + + 256 + 56 + JPEG + /9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAOAEAAwER AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE 1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp 0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo +DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A9U4q7FXYq7FXYq7FXYq7 FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq 7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7 FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX Yq7FXYq7FX//2Q== + + + + uuid:C1BCCE1871B8DB11993190FCD52B4E9F + xmp.did:86f2e3d1-5a41-e744-8b95-39a198d5b766 + uuid:3a9c2ece-4619-48b5-b667-62e8ef7bb4be + proof:pdf + + uuid:ef6d52ad-25d3-4110-bf13-31d9365e199a + xmp.did:23060306-2331-f04c-91b4-d5fd12d3e094 + uuid:C1BCCE1871B8DB11993190FCD52B4E9F + proof:pdf + + + + + saved + xmp.iid:86f2e3d1-5a41-e744-8b95-39a198d5b766 + 2018-07-30T17:08:12+02:00 + Adobe Illustrator CC 22.1 (Windows) + / + + + + Document + Mobile + 1 + False + False + + 24.000000 + 24.000000 + Pixels + + + + + Default Swatch Group + 0 + + + + White + RGB + PROCESS + 255 + 255 + 255 + + + Black + RGB + PROCESS + 0 + 0 + 0 + + + RGB Red + RGB + PROCESS + 255 + 0 + 0 + + + RGB Yellow + RGB + PROCESS + 255 + 255 + 0 + + + RGB Green + RGB + PROCESS + 0 + 255 + 0 + + + RGB Cyan + RGB + PROCESS + 0 + 255 + 255 + + + RGB Blue + RGB + PROCESS + 0 + 0 + 255 + + + RGB Magenta + RGB + PROCESS + 255 + 0 + 255 + + + R=193 G=39 B=45 + RGB + PROCESS + 193 + 39 + 45 + + + R=237 G=28 B=36 + RGB + PROCESS + 237 + 28 + 36 + + + R=241 G=90 B=36 + RGB + PROCESS + 241 + 90 + 36 + + + R=247 G=147 B=30 + RGB + PROCESS + 247 + 147 + 30 + + + R=251 G=176 B=59 + RGB + PROCESS + 251 + 176 + 59 + + + R=252 G=238 B=33 + RGB + PROCESS + 252 + 238 + 33 + + + R=217 G=224 B=33 + RGB + PROCESS + 217 + 224 + 33 + + + R=140 G=198 B=63 + RGB + PROCESS + 140 + 198 + 63 + + + R=57 G=181 B=74 + RGB + PROCESS + 57 + 181 + 74 + + + R=0 G=146 B=69 + RGB + PROCESS + 0 + 146 + 69 + + + R=0 G=104 B=55 + RGB + PROCESS + 0 + 104 + 55 + + + R=34 G=181 B=115 + RGB + PROCESS + 34 + 181 + 115 + + + R=0 G=169 B=157 + RGB + PROCESS + 0 + 169 + 157 + + + R=41 G=171 B=226 + RGB + PROCESS + 41 + 171 + 226 + + + R=0 G=113 B=188 + RGB + PROCESS + 0 + 113 + 188 + + + R=46 G=49 B=146 + RGB + PROCESS + 46 + 49 + 146 + + + R=27 G=20 B=100 + RGB + PROCESS + 27 + 20 + 100 + + + R=102 G=45 B=145 + RGB + PROCESS + 102 + 45 + 145 + + + R=147 G=39 B=143 + RGB + PROCESS + 147 + 39 + 143 + + + R=158 G=0 B=93 + RGB + PROCESS + 158 + 0 + 93 + + + R=212 G=20 B=90 + RGB + PROCESS + 212 + 20 + 90 + + + R=237 G=30 B=121 + RGB + PROCESS + 237 + 30 + 121 + + + R=199 G=178 B=153 + RGB + PROCESS + 199 + 178 + 153 + + + R=153 G=134 B=117 + RGB + PROCESS + 153 + 134 + 117 + + + R=115 G=99 B=87 + RGB + PROCESS + 115 + 99 + 87 + + + R=83 G=71 B=65 + RGB + PROCESS + 83 + 71 + 65 + + + R=198 G=156 B=109 + RGB + PROCESS + 198 + 156 + 109 + + + R=166 G=124 B=82 + RGB + PROCESS + 166 + 124 + 82 + + + R=140 G=98 B=57 + RGB + PROCESS + 140 + 98 + 57 + + + R=117 G=76 B=36 + RGB + PROCESS + 117 + 76 + 36 + + + R=96 G=56 B=19 + RGB + PROCESS + 96 + 56 + 19 + + + R=66 G=33 B=11 + RGB + PROCESS + 66 + 33 + 11 + + + + + + Grays + 1 + + + + R=0 G=0 B=0 + RGB + PROCESS + 0 + 0 + 0 + + + R=26 G=26 B=26 + RGB + PROCESS + 26 + 26 + 26 + + + R=51 G=51 B=51 + RGB + PROCESS + 51 + 51 + 51 + + + R=77 G=77 B=77 + RGB + PROCESS + 77 + 77 + 77 + + + R=102 G=102 B=102 + RGB + PROCESS + 102 + 102 + 102 + + + R=128 G=128 B=128 + RGB + PROCESS + 128 + 128 + 128 + + + R=153 G=153 B=153 + RGB + PROCESS + 153 + 153 + 153 + + + R=179 G=179 B=179 + RGB + PROCESS + 179 + 179 + 179 + + + R=204 G=204 B=204 + RGB + PROCESS + 204 + 204 + 204 + + + R=230 G=230 B=230 + RGB + PROCESS + 230 + 230 + 230 + + + R=242 G=242 B=242 + RGB + PROCESS + 242 + 242 + 242 + + + + + + Mobile Color Group + 1 + + + + R=136 G=168 B=13 + RGB + PROCESS + 136 + 168 + 13 + + + R=127 G=71 B=221 + RGB + PROCESS + 127 + 71 + 221 + + + R=251 G=174 B=23 + RGB + PROCESS + 251 + 174 + 23 + + + + + + + Adobe PDF library 15.00 + + + + + + + + + + + + + + + + + + + + + + + + + +endstream endobj 3 0 obj <> endobj 5 0 obj <>/Resources<>/ExtGState<>/Properties<>>>/TrimBox[0.0 0.0 24.0 24.0]/Type/Page>> endobj 6 0 obj <>/Resources<>/ExtGState<>/Properties<>>>/TrimBox[0.0 0.0 24.0 24.0]/Type/Page>> endobj 7 0 obj <>/Resources<>/ExtGState<>/Properties<>>>/TrimBox[0.0 0.0 24.0 24.0]/Type/Page>> endobj 10 0 obj <>/Resources<>/ExtGState<>/Properties<>>>/TrimBox[0.0 0.0 24.0 24.0]/Type/Page>> endobj 55 0 obj <>stream +HDMN0 >/qo)Xp +0HC/Ri?;/~N˪2I9?ߴq7鎀b KodhoL8~(d\Z?0[*)'ts@oơ6 +Q(A 6Jx$}s e#oHOlUփ  tt"*]rl>4{"6k0POU\qLQrE^cV'v_%X +endstream endobj 47 0 obj <> endobj 56 0 obj [/View/Design] endobj 57 0 obj <>>> endobj 52 0 obj <> endobj 51 0 obj [/ICCBased 58 0 R] endobj 58 0 obj <>stream +HyTSwoɞc [5laQIBHADED2mtFOE.c}08׎8GNg9w߽'0 ֠Jb  + 2y.-;!KZ ^i"L0- @8(r;q7Ly&Qq4j|9 +V)gB0iW8#8wթ8_٥ʨQQj@&A)/g>'Kt;\ ӥ$պFZUn(4T%)뫔0C&Zi8bxEB;Pӓ̹A om?W= +x-[0}y)7ta>jT7@tܛ`q2ʀ&6ZLĄ?_yxg)˔zçLU*uSkSeO4?׸c. R ߁-25 S>ӣVd`rn~Y&+`;A4 A9=-tl`;~p Gp| [`L`< "A YA+Cb(R,*T2B- +ꇆnQt}MA0alSx k&^>0|>_',G!"F$H:R!zFQd?r 9\A&G rQ hE]a4zBgE#H *B=0HIpp0MxJ$D1D, VĭKĻYdE"EI2EBGt4MzNr!YK ?%_&#(0J:EAiQ(()ӔWT6U@P+!~mD eԴ!hӦh/']B/ҏӿ?a0nhF!X8܌kc&5S6lIa2cKMA!E#ƒdV(kel }}Cq9 +N')].uJr + wG xR^[oƜchg`>b$*~ :Eb~,m,-ݖ,Y¬*6X[ݱF=3뭷Y~dó ti zf6~`{v.Ng#{}}jc1X6fm;'_9 r:8q:˜O:ϸ8uJqnv=MmR 4 +n3ܣkGݯz=[==<=GTB(/S,]6*-W:#7*e^YDY}UjAyT`#D="b{ų+ʯ:!kJ4Gmt}uC%K7YVfFY .=b?SƕƩȺy چ k5%4m7lqlioZlG+Zz͹mzy]?uuw|"űNwW&e֥ﺱ*|j5kyݭǯg^ykEklD_p߶7Dmo꿻1ml{Mś nLl<9O[$h՛BdҞ@iءG&vVǥ8nRĩ7u\ЭD-u`ֲK³8%yhYѹJº;.! +zpg_XQKFAǿ=ȼ:ɹ8ʷ6˶5̵5͵6ζ7ϸ9к<Ѿ?DINU\dlvۀ܊ݖޢ)߯6DScs 2F[p(@Xr4Pm8Ww)Km +endstream endobj 50 0 obj <> endobj 59 0 obj <> endobj 60 0 obj <>stream +%!PS-Adobe-3.0 +%%Creator: Adobe Illustrator(R) 17.0 +%%AI8_CreatorVersion: 22.1.0 +%%For: (Kacper Donat) () +%%Title: (icons.ai) +%%CreationDate: 7/30/2018 9:41 PM +%%Canvassize: 16383 +%%BoundingBox: -98 39 8 61 +%%HiResBoundingBox: -98 39 8 61 +%%DocumentProcessColors: +%AI5_FileFormat 13.0 +%AI12_BuildNumber: 312 +%AI3_ColorUsage: Color +%AI7_ImageSettings: 0 +%%RGBProcessColor: 0 0 0 ([Registration]) +%AI3_Cropmarks: -40 38 -16 62 +%AI3_TemplateBox: 12.5 -12.5 12.5 -12.5 +%AI3_TileBox: -325.637786865234 -370.97509765625 269.682220458984 470.944885253906 +%AI3_DocumentPreview: None +%AI5_ArtSize: 14400 14400 +%AI5_RulerUnits: 6 +%AI9_ColorModel: 1 +%AI5_ArtFlags: 0 0 0 1 0 0 1 0 0 +%AI5_TargetResolution: 800 +%AI5_NumLayers: 1 +%AI17_Begin_Content_if_version_gt:17 1 +%AI9_OpenToView: -158.333333333334 142.333333333336 6 1554 988 18 1 0 108 87 0 0 0 1 1 0 1 1 0 0 +%AI17_Alternate_Content +%AI9_OpenToView: -158.333333333334 142.333333333336 6 1554 988 18 1 0 108 87 0 0 0 1 1 0 1 1 0 0 +%AI17_End_Versioned_Content +%AI5_OpenViewLayers: 7 +%%PageOrigin:-76 -116 +%AI7_GridSettings: 72 8 72 8 1 0 0.800000011920929 0.800000011920929 0.800000011920929 0.899999976158142 0.899999976158142 0.899999976158142 +%AI9_Flatten: 1 +%AI12_CMSettings: 00.MS +%%EndComments + +endstream endobj 61 0 obj <>stream +%%BoundingBox: -98 39 8 61 +%%HiResBoundingBox: -98 39 8 61 +%AI7_Thumbnail: 128 28 8 +%%BeginData: 1718 Hex Bytes +%0000330000660000990000CC0033000033330033660033990033CC0033FF +%0066000066330066660066990066CC0066FF009900009933009966009999 +%0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66 +%00FF9900FFCC3300003300333300663300993300CC3300FF333300333333 +%3333663333993333CC3333FF3366003366333366663366993366CC3366FF +%3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99 +%33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033 +%6600666600996600CC6600FF6633006633336633666633996633CC6633FF +%6666006666336666666666996666CC6666FF669900669933669966669999 +%6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33 +%66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF +%9933009933339933669933999933CC9933FF996600996633996666996699 +%9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33 +%99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF +%CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399 +%CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933 +%CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF +%CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC +%FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699 +%FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33 +%FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100 +%000011111111220000002200000022222222440000004400000044444444 +%550000005500000055555555770000007700000077777777880000008800 +%000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB +%DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF +%00FF0000FFFFFF0000FF00FFFFFF00FFFFFF +%524C45FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF +%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFD37FFFF +%%EndData + +endstream endobj 62 0 obj <>stream +%AI12_CompressedDataxIrr?L]?"_?ϾW_r/޾|s/xꛫg/~R{V_/7yϾi*sÛ߾ū?ܼule9̇)qz߼/y|s7Jg=~sWR;]:o}˿z+)<_~[=7:k~W7;So}huz7ٛշ?á̇tW_TRu\}J<ӘK'mZ8,m<\MsyPiPo/G:[ٛ?<a~۷y鯟$s`jߨ_^?ϟ1$?Uj}_giU !c=,||is;m\|fi~[߿>cyrѷk57{B]ڤJSzˣt|+?)-yX,i^!ջl?wW7V!Ȅ&g.׽B$ysyN՛~WO~_z~&g޼oUώ +GJ_碿oOυ/5s7u|?O__.>䊿yճ7[GyQ=^]Skur:(m;Az_7/yCxxyͷ_ܮ~v9$?~⛯?d/߿yF߽y h|i}ҝt ̥{?3:_B|b⿳4_LT_Ro_}~{ݿ"Mj[c9i\ƼԔ]Ey(KNZ_|~g?<=G><ѝ\k:g|3>7?} q߻gx&Z +7߾|7^9S2 %/R禷K qJijISLe)9ץ͵N Og(-u2yVުP>9hǧ\Oףz]u1,:6ʼL<ۢ~ѳnY̘9vC'mjw:nzqS4NSit܏w:n8MByS}q_ouQRu:Ѡu(^]ա)KuHÞ'\{wVǍ묗sn:x1YcH^ǝu؍:Eo-k:dI ) :;s3\X|:&~ŧ=Xڎհ7ǽ#q}s?7ˍo&Kx:nu\q=Kn* *KNs :$K:n,O3?-W<2|.6v?F_XgM7ѐe m>Dx#VnxM.qMLdsN3u|::+JIV }$_$&K`$upݗA>n˝IsJ_o8Ef ~Eo Ӄzh;eҬ4W5iE}.Yp{}w ɒ&)LK`UW5 r{{{'OwE83]銚N~17;) +p;Σ3xB0U ըWӛZk BxgqڃXlG1%<7 3{:T+Udq~nzi2=7h<&Oęxrx2m^&|>}4tcC@x$ _-'B#aM:5<$kVim4oܱ~uhj@`+u:r;.͈>e"HnD慮PzY55yB3ࣧ:Sc+[{d ! Bhb|Yx/wVO~ᐼIF+UV *{9,MX-ɽ4vy$2oU*r%sI­dZdN*ɒA2u/a]붳^}RWI$ ņ%/.FDCT$/* ʵI!ra|I[,ًƨ>.^0V#"0yqap@@I'\wX2_3 ɝ$Ɛd$G#c" $G@ٰc#uqXX=:'Fx#]>$Q.c<==uLOCW|⇷^>?݇TeSmUK )K]hyGdpVAj(L0(emfl1x61 3Z::+M9ڛ  0A!%uӁј@vC٣Xv[a;lYilxw֎=u>+X}i]?+O,17G(ʍ0(9k +jFO2VF٨;Ԯ6wDujD?QV*^o|UʦUA'pu5j"o%K e6YˆV=Xǜk8D3 t8<ݣaZct:ZO:>^NJQmqMfϮe %ypcڵh˭Sh8YLu톛r̦t92CMuL۝+w (&@J7 v shfm@j5iA (tTN -+X:%:ZV{io/v#$݅qK]N=FzdP=z7uvCs@:.9ujnUլjCO?bS;qEOqNr wօCW\FQ>j出GQ|(5wŮQ6rO4E纴6hQ`k&8SjlfxT*it pByOa}Tp"v:9b©zFUϡԫ)hrv Y6\KW8orBk$Ͽ?"=H'dt7i]361r1cDdNtOvnRK;}6Z%;kՂO&ij:Z5C9,?' +BQR<%F eKMkUf4?0Fu4 M$&a>}sz~Qs@YzYY3euBݚ@sHJ@H`M4[S+V"<݇AG~Mm!϶:pg&d auVwnuxpq2qcW<\K1v芏>~+~oKArZW0"X9;P ]Yz6Wbl!ˇR:utctiȇh+zXI_F5 fT1p2vW+ atuYQ+Xb%L@H=TY(dNS$$эj*˃w0kQp͋YscU\88r>:J4^MrO{IW>h}cy+~@rǾ⚸6ЎSGsonO٩ǴȶYsm{196,ɱ9).XyI#f˸<:(#'N99mS#)y꒼l8wB܏c̕?V0\'i]:lit8x2MRYLj ŲRH Wwjc̋ksNO!XYFjG{;ݳvX +nchK΍lɱVc+رGje힌ytTSrIy:ܥtwrO{w mcM w8wm}W.w :x)/3 !E|lyMe`k}(\$y۞#?Muէ?i(2?DZ9-x,)hDi-1494MhMIYQ29#{suA\Ņ~+zK3oiuHwrZ>H\#;$kQ{6S@[1!EsYHBwNv kzr[]_\櫨WͭlE Sw`!pv̏81 tKcAD Gwx=7 pp:АեGHI )Z/3vnsx;k 1\P'qeӗK=-,޵mAKi.  DOӤٖjGjt EEw}h.A%<ȏ8[x$ +!ʠ+; b6ŰYÉ]A7+wnvҋR{n.oGl_q-x+rm\w7ךd8B՞K?cqzjt X'pTs,vGGex&vl@0,Ow\l=nq|p'p8u_E,]fo7nrm l6?n\H~ػf.y^w );wU\UX+m`K\5b8QU-4kM5`TTsDE"ԂDFh`4yTIQ[5MOaB#Yjl.fZﲚQvɭ 'XK-T!4Mr׮٫mXٱfJnv?4+{ _r ޭ3}^53 +i=~+3ڙ4[%ͲOgǼ#!=tk8eWf7K:\Q=jlEtM8=qŝkU+rov4ukk;SZ"/H<։]; }uG]]f݃O?G*[uw "2fӬs&x…Ҹ]]|K3#-'m;Js"qg4-yluiuvʣTG}/_-}c9_ 3~A։7|ev%fmdlřA7Ƅ#=O' #_ag'8\~׽ڗM,hg;l2v"ݻn ioz=hNux{v\X-4{)io"7H=ɢbq>dY[96>:x*;q6dޟBdvȃfx*B c2o9|R"-onތ +$/m QTJW'Nth;"kH-jr Մ&f$q93Vs`e[[q`?O=/2kgߟDكf)Λ +bY =k-`@ #g~40 5Cvta}-[i_a$`ӯNv{5wk\ӭD+lUǔލǔ5iMUb>5@ wtvuYCpD?bgcЏ"pvwvyݎ^7>dm,כa+10^*2} g: b +:sY?y8+N'G{qi;]ưx{r9K&hGKV)~onʁGKu܎~CS?n-Z83)Xuttt;Лq<;vdH#)&\y4!@ >O#U|*v:L;X+iov጑.lcJVBEjHzrzF\Po9eJY;jO$5CPYoy4}b0|9銝eO3IsQ K- 疏k!vOt {cm@]~O68QLl@6p Osq yqn=nTa"A&§\ ӭ{oߴnr{>GN~qu2Ⱥ~unlB5w=}g{ݐbSk;ѵEzowm%86fؽM>{ ü<;ynPMZsve鮶 8RߏS:ZMkiFUdk'cLmC:N]{_G]{4]+{'%փOD?oĩ>r;OzylZ ^f"t/Șl6];C;|jOAcݙScvق773yۥxbN#$oj@GOCٹ_}Ov|f~=ݸ$z'>/nep__]{3Dz|gHb|=u]tl;}jO?ޣϹgMkcMK.Mb$T7dSdBK#ams N].r,?#Xw|\RO5]T;h5w㮚Vsf㴹S%wǝbP虏ew +HckYSvڼpeY#fR\7is휲Odov.Qs7]uKD_0I1cAefΧ^r+nn-8ف:wgt]pzs9M9]i{.E.%:{2ɾ6}_tJ^NĿ>+e{=u~GLi^".ک?>](bi*sG_9r!z~S<8ttwIݚ84tIB}망3#I&r)OG N[W;xCPҽg_O7GorsmQboE~셾tGo!w.[{YFGY5";pGG{eL|2.;Qt]2㣓4 +_LֽѲ#nuh9,]O}czN1nqc|Ǵ6TsbkF'i%(9w͚j^Z9(`ɐK=y>[aY>G(~Q}߾~7/^}}w|~s%۷߼7?~c`!\A 1I`trTXz:h(Vsm?{C7߇×ۿat~W4{bGoo.w/xgo /o^~y|~勷|~}/_?.tj򟾍ŇE< Sƀ4,嬩W +.R{:r/F|F9Dif'5÷ԣÄMc)H6;ס+#-YNrgjI5Z2>))!71d 51$Y L E'auZۤ~`4P;FޣRE]ܨи, 5W>%KO͙֨4+ ODtN!nPQ+0@>&_'ajͫm&<=P(Ye>-8J;$>/IAt#Z)e4N<)uIѢ`-k j6z*P(D=q/rtQ(<M*M+44Bzד IYDw-9I 6 <fZϨEH8[4`2Yi#J],N-X*A|2*S~f2=8.g t\fԯTzdrP^giFo274d:1٣Mdcl(s BFSnTN}pw`%jV7ʣfUyF(Nו 1 #Ys\@qc v\t?lyC0u@BLnnVYI-΂q8)%XP!1216Y\ rϘðbYT떁x@ZL5F_GX4z`M.lYXR Т-]2ж[M6LUJ8uh?l9:WLx\&K LCP]sh1 'j黢Bs^c'XHqEF"t*Zf'0zI!@|nO +蛎0}\|edx14? &#s~]{$?K- +zXGà9a!lWu#کw$ [#v'a3C4cZ_f5hDl14\ +ZARxD%c2!DE(؇O0_l!R>gll KI6>8'o>{p% ̫,9[$ bv \]Weո rXUul+ʻWҪUD{-DiIyˆ-L˞?_"T,>4c=u0=uJ6ֵZ  OT+U r_ʣ鸅LVS/1BJvT O౜_+nnˊ*ؔ}rH1zB-Ml-_3d'_wo߼x/nnۯ~3?E`QHY 0%JwV KR41{QNX_6GP{9j,*|Ptxby}DŽ}vbjqװ=c B,јu6p%ˠ̓kljEIͣUŠՍ&lVZ2cFrqUТK`9Gt-%@Tx/mZQIr.5l$90P N͹$!L >&ƪfD]Dx>xX3/|_JMÏgVЛJ{/Q|片C6O3oa4'gLD\ <X#<6YEH38u.I*g0K< zz&ŝCv3J5^t@}]3k0A6%<nJ0Qb LO'~C%%ʹЌ$IpR0NMXn nh5@)")T2:I/S #X0"Tv&z& m'ҌT/l{Tks^*#A &`x[{ltB8=ϥtn/pnKs?YjFMf07ZFㄥ﨨lCY5GǙٜL-;K7㒛`g_({l6)PD -J1xZdA 5SRe`j7@ըdLWDC-Gf +i2H/&XeFtg<a + +ȃѨ%. }I`^} R\J\{+.OW,GtmiG SžLʞM(x#$GI 6d qW_j)Kd2dzH03ކ!Ydqun`÷>R+ɨ.n +ܩ#>Ku [e'F#k9cLr!T=)0e9.?δ*KL>"B:uHiC"iEp 'kW&!PbI9akHJ%_{\<!DMl/n⚨ybU蓱)6w*] ZΏ_l>g G3j2Dp浐 l_U#*C!e+ZۆSA ™j >X{9SRWcm4imUa$k`)/oztBNZ9\P;*,q;'K|ۻ?Eպx0aSDR'6#EaO$mɌ }BT'UB?!5gfS9mnN *}‰{ 0@7G96&K@mU~HJD!%kZ{0= =u`CthٵxȻ +Qj& n8Jj}^\cV2B,ە0GH>J~.eNt 6 1H< "hYL)RG!V1yq[ ZQ!ohٌOUΛ1Џ!@l&EX5od>q"<[ +;'FblYo|w "ifP*nWH ␖Rh\k:;BSfs1+W?۵D` GB!1޳%83r=B7q+: ^J2tBX[eخ +҆,u8#XҐק~i&bC$d)REj{]4(^ wY2[}v'h2O"{Dɦz#k fcd$ޥcI* @"0k:׈E,ѩ^%TCXNK_kk(Vut(QcQ @-yXMتE#`;Xx ZZCRv)CVj f֎qW+YQuF ^ '< s>ANH(4_ K^? pd* W9*ngx!C&湙w^䧐h4 +.4pI[MH{A)Ό#ǵgߊH^gz7sX Lj!-Ra|FK܊Wh + pf1b`DuG\s\CIE0稙wq +M?;r`\Pw/EWA'lMCրN<L0p6(졖| P.08%C'@,CB1c^`+#T!$FerdyY#x>;M .*l5GOR?[DHEvlJOi| >:30"AOUa 05gI=:5g=z[vhWW.1ԩ.S%; JcP䚮sHQM >pbBS? ];1W֕x嗑53{b1A3ZldAϖKzD&(8V!ZgMzҼɺ +i @m{AH$^˧\ :%|d95u!ۭUFdOBPh + :ǝ "@,Ug( H"ԄVqXkĄVK5}nO +Zox`kU|߀iϒ(`<[YХHE}ɨaS9#]RPujj6Q=4I⨘8N oGר^` +S"(D -thX[| D*v` Jh d&g ?(gOWYӹh8l4KT|3NJ9^00*MGP7Z$b8J=4^"ɋjRqp*.<+S+e8,g]Bg ̈L n=2i85ٚTM֋;wL®~,$:c*}UFHӐ*'8 ':Y][xS  'XJI &odHLaİV/쪫)ܡ 'Aá"RMdR>⼼G-BoTS)f/ D:OPcpm)lYj ;:H _ʼnLܖZ7<5Coab0u8:k 15;tR FmuPjҨŌ{8m0XG9RD{ ++g7@\SOֶ*)t|{'lHWHEU~J6B'0*XTHޔHo,tOp(Fl P#B$ij3Iv#u٢[# +$#Axhv46ˑ4Óz-@atHQ$Is+SDgQ6"d]Ǡ\0”`N^l"fѣvV7Шԟ͢.pX/ކhu$Qwv?``3%jjsIbǪ86!̉ ڠBʋx݁qvYHzj%Vn2J*wr)x(M+fubpV&7̟c$P'dMsrYC6C'9<@ Q$B0х+مE8f=g]o #hE,ITbK 4-.t 8c42d/>5!7ThĬu +jwn64WۗRg^ U_l$- J3(-=2:EMR]ya D`D 8KVt0HjiҘ<ۦIc@X)\7 3DW =wD Q+IQ#w>Mفܿ5s>rlT(4AoQ$tvH +L"#-LqԵMr "A6R MjÀK5G& uVLǒ4Kι6qk.P'0=3 с,kRA g9.Z^ W)M1l9zM] +JSz̑V BGb(>C6/y7((j.j(ׁ9UL)BXbHvX#Fg-XCMcIib|~e0Fݤyp6&C h++mSY;g7pmտ]ԘGEiЯKDNdZC8zfʗ|v;+phA艘,+dFm;iMv͌d +!uFw3 `"0[Ņ0;+,pP-'2qf;+ERbu`QߊA9ZjH5Vr/.cCPsDeGrH'oZq Z fQWA8 zCLji^'en~+`Li21h.E"6ۥPRuti9+9 +S\@ I4UL t)'5eM !A=9Jȧa&NPtf6\}:k#c&!QӪ&IqcDvԩ{N$ȯA n޹Rf4!`E^ +E˜&rE웙"yy3[HHî#W:o6t>Z]mC+NGv*Jt-^?4 HZ{\p +X4?,?D+I>@v Q>.8ߠj߰qs 5Jn#ɯ90ɇN)HeKI^zTIs|.?v:%GDiąa$Юw_"H )KH7 !Aeh@ĿĤYiJVj$=fu 'h(k5l:DZRru+jghV;O\KZ-u -ȤVE2v{v WJ.o/OB:\;E += 4D$2T #aQ` |HD6R'ru[]T$i\Cf"6Q=u +: ZD]H$QG(\Ɂ|\BX3vJ\H +9tf"iY6NahXVz[orIL7ZvēBi7v!p(qV#,9^VjAQ,fhzo!w(D[LD#΍ǨJw>ӣ,cA/ %~NBYL^Z*S*C"w91Ou2%Maþe. SU +USD&G8Kvfg̞ٞک=35Yا^7lR6zriR: B"Xo;>X3ڤ.X(q ocSo9QHXk a\T\ O7)3;g - 3ql9IV5:c7'yBY)ʌT_EIqt B0yE7*.Lp`6eDb2R')x}*xpF!d9&l԰Q yv1(Ѣ87I0P-hѨdcwan&'2ȲimSX!o!c@!oℾZ:lOw`nJ:^.=[:zW5t3D^Zm…%=3!L]"tL|kY&I +z K*q(t GhۓLu6/5հއ]*ZTsժxQi9@G\a(#5ZKi8%tѕ\V)+,-@tZx>GJDXGǧ\7 !E]N +`86,0j=Q]">b'&s3$ #-/C#_1qu&nP\5GyV1/=Z\@<@INa ll-G8Nxkyq3r߄YH]/8$JtɲD!r P7J]>^bk! A#agv@ +kTP ﮎFK7f.MAgZy81^z=(84*=uKQs jnd*b5LMJhH2W +Oz + Bsq6G6z2Lq9{y!W֏ytM5IV03Ж(`ZZ#UY>m:ұQlݫ.Ciklpbٺtn@{7;oT؈[%"PDH]3„'ۻs&3^Zx+g#Q'.24# pM] d ]{[ZL :_Rmvg b.j*̗#H!ۚ|AW]0o^P a!g(1g.tJlvC R +UϯʔsԊ*'[bD %! 9_e?%!e,eV$58c)NgR]dnl=e@oi-PW@5.6(-9Xk\2\]lM!K,rD YMZɥfbfawahBF:򯜘LѓR859qSе[Kup> &ne]yQ) jt\;zFD"/M8'cHQ<䖙@7a8,.F)Ad.m !ݨA=9`6XtǩD(-N8;6^h?-jAX,{|2L;HBtTso/"DM+(ΎRJW 0O޹8ےߛ:[ᤙIxT\^AÌYFpf`8ў-\5vr)GCq3iP=*p2P)vq!"j1M:w~Teq,";֖̐#dacx9RmD}w^%]87j;e.Ep t'\`<[ L3B16JY4JD5݅jK[D]1Md&8([_QeM +@"wֻ{-;1Z*{w6=A>0'yHk.mPeAdX\'=F9 4#n^YM&DoKFUȽh|s<6oߊ*>C/@1x,PN.QH )NE<@GCY+P<1{Y2Jc/yI6`cz%GSd#]!=8kYKᕞS'/w jR;aO9F-`oo!(3z9%ݟrܓ˺&HŌr=e)=MegfdjKx ^w~p<@@6D}Y1`1f5@7f8BHޅ7,K׫y)*^!82˂H= l ȊbO +]ul'X7l#d/5I22|.9b +ꡖ[sK'^B+V.Zk19g굄WLto,d<ۀuy-hb A id R CkpƱX9;&vMġ̪Ny|;reW ~lcZ0HLl(H1A-RЈ?Wd FLK@.sy:& o;w "\sB ?ʒfqTbG<,=D&ժR DËCGL!#%g&mbi(+uSk.v4Z7¡X]`ZۑiBbFd!Sj&S7V|^KK^Zach=&j )lӺBQڝMW޳[#G{Z? ,RMSML^jQN$\{{ILp[+ ܌MVOznh;Y~ Jq+v im`p!(2q~ܢx~<_8;+ +DV^I٦'{ /h}.\sPffCw76ju)مY،Ъ/=d7|dfHVFT0;$$Xf\r_QTѼ}F{O7wqQg +"@ a-\5@dHagxRT^`q%9RG}odSy8!ɪUrh7@=%UjZP Q+5'tTd7), P꽫gq4 hfĨK)*UZÆuz\#Yc\Lk5Q9iٛ%RNҒwtX[&% İl ytLf$@n60YbaU©P"b$St(,KDC =8;]"bB7[l2}J{EEh'_l=ɥ\ $\!K7{*E4*[i3aqB=j-pCu4E;QM~41vOA#ImӚ&0\JKj-^4zu 0Yޛl돬hr.*8]94\ʎm'4hjDP$ ~~=ls<8pP$q(}m=aν4>{eAˌ)Yo)Ek1[|# _vƣ;8`փwmF RނP,r ٱ>Fն^^Z$6{'g;_d=mx!nCG9(/ +Zw=Pӛ"@؝Y^a򓪔LzD𙉟)+un O)8`OA?PۡnܥH`S,+ݿ@aa4NZ D +N=(DSla tf^]KlzKZPqL_(o}?s!xxQKpJu$EMI]nU9>GD&8;vtТA2XĖ4FN68N [= bY\EŢEfs4z0J➍n M$ Vsȹqu(@rFzua^tfۊE7EqA[\o Pݾ( r#UhUŖq.QK/)JDž5#!{{t?BY. +D/U.Y߲.`,%(P@u +>XsU:0 vԜ"F;fQt:p.y9+օЫEҰ?>4ua`/a2\^n1w/msgZiU!VyJh#dy@ʚ.'ՁZ{L3?$r9DD^Tfhp)GҘcya9rx<%q, R~=V=VR5B"ѫWpS|y6C>(l@(DQTw.{rcM{g)mⱻP{PMں9]5Y8Lxt鐹KكU.5:n!|܁~"aqְSbj%,\C lCS(LW.7 + +aˊ ;E%ͭtI]_!FCrS\=5#;^ x0,7SmHd=|V*!Z4vla 5ʌiʈۓ cӏӑNh!ݍZK; ovđ9J5^ym'C#<}~1 tPp,FhռwSK t+ ;%|Bh]^q^ GZjW Rx@ +[3QPp _R;&w Dk?+V:,~zDl+`3pZ7:;dqn{ sS/>KN>&Ll3v\wMW'$+`xoXP+ahHI7u @ʶ+ȉs[I224Ul=8*s%n6kfBst]WVf3U `S FvDx+_~-Y;w}Yn.%\~hXb¸2H̆Xt#ƬWDa3t^aDVb׉ ISBT-P&uGϼFKYp;&v,\~h+c*jhwJy[V2Qض{p"T(NdnhCh=3"Z~ZĂ2!/&atjο>ORIws(!\ӟf;BѲW`:Z)ЀfW)V)laԅ4Lɀ3e`IF4夏g[СmNBYR2Oo1@h̟uV4R'`ECG^ T{(GEȂY(S!fئ|!>u(`+.MSoʣgZNP ׵mkqКV8\g|iww#H:8!E1R$N7i +Ěk500-Pܿz=dE\pUUIE+M}^-fx2B+t hEUY^ȷMVjx + +$Bi^OV`$#[M"~yִAc3#ÇCf'/\{ +)E'p=qLm拀Q<$VnlCGDyHPq"'׷t,?v$v_ZR /3@AvF&gNiH\}CfyV n+wDYOA'llS^ĚvԄ L # + +1Q@qF])#pI!.- smg 2b wfq s)ň$z9Խ-,Vsx3v=w@j嚭R mzw ZVTS o,b`NQ{CQ2@вEϩgUAUm\itc!JH*:48NQjs<aJ4=$/l9SI%kM{|9EA K_1e"o{V-0ȪD-UoEA~>HlΑ.=^h!$o}bQ4oK[I姆!AƍX? ffi;'Id![#4ZTnER7ZQy  >'oxk2 :ZwPhT }]Sg /TW~`4|#ш2quW)tf輢xEA4KB7p|_@fa`-_u$Bg(}:N֎" L wl}v,_ ͤ~ x2 Br+uJ}SԜ̉2b2Έj*A0ЪSUL'3k/zeopЀK3@vѢLpr-3i!35}H {*rK_dI/άh1f7m~t\|Z5`!N=g&Bor{,b}"oηTpYW<!NnP<TQSpy8/QRtxe+aó`9v2P5&ꮣΣÓ¼iJQa$,~N +J Xقw+˔L]ʗ6DumL*E碬hZ@^,*I>HEG}eS LH\8t?Kc*[#gJoTUWN(C.yC-/nΊL'Ύp4+MEi&<6Լ_$v p8*|hs0xjQAnjFPHRl~֢A}ZLNz34( +oXlR 72Jg{ru^I+/#4ߋScXa.Qau|O遛_Q: +xmև+=L0L]L=PvYZJ,K.(Ǖ+ ݾ9o!}"*Pn~+TT|L{+i}UKM8AB.RU,((/>S-a Od62FPOBf/EIqE`1 ]E +dǛ2 qRE?80H]&B+pRvuX"=Хp5{ mjt<6ra +ؠE{G @-lV1_CdDb EZmҩ(A*h +c3ttQ~m"o;Mqϲ{TR:ZL"W;YZâ *f? noimbr]R22 +kڭh+}܌VSe'^tA=o\D'%sb1*EVo= +`c(^B3ضHz&/3v: +@PhJjvV\uhZԄ_'YeOԄ[e+e]xC\ ɠQ-3Z~e,g芉?00ӉG ͬla/캦!QЎ**nfbihFq_EX.QCGܩ,hĜC5$:E7YM\oOpW0d  w$ŐjXN2g$ڴS1_ FDȆDRF`tl%FnL^}/5a+PP&/2IPAIw1v~-P69N ^Р43c*\Df?߾߫30!gs:a| /97; +p Ƣ 6_M ϔ nyr5?9xawKlc;B?+Wu[Ǿ.}Q yĐtS YW'sAt|I=8s5U1Lj (JjAt|\4$@6 #`9K֭U!dɅpkǼ]1,gLw+̄5e Cj 'w=7Qo!{* 7i_)[c^s DL.IEnjNi*\fd*=b)Ηo)Wu@1P㠞@.(g'L. ;sx_JRIf$~=Q]E*[j?1'r}]~, W(wMtDy^aKx{( 4~!&, +|Lw)R^Lѥhi =D 93wQhOSoB;-. + r3l^i} X=cK}<̦PK݋1卵|T( [ī U`Z<Hy `4e}&Y_ 2јD >Lfڎʔf&E2d +E<3=6KӃNnhgx"燙֣A%: /& Q=GA?ʖ׬Ȳ(}J<$/VTVrR#LVRO/TOy;xdX`Hs⒛#v0G+xa+k`E '~0[ cj#`egfS 25 +ezԠڷ'rBcGX8܆}#Jp"v<fy]} +kA#_O'G +GЄcl&r[qPNU ځD| W.^#˥tٯH],[/$H> +D-ʬ/Bqf|HIjE ^!Д1(uOQL{u\J  6vW^<)Zx/CREVT ;Ę JdYɒ)$39/G?|au |fHjF;9勈fa I"T(Zf{VhDb-^xFF,PYCjC%X" g\H=a7| +xrCX~"hA~"-Kaˆi\K`2hnu#ɕ^2p=/-0ASTy&k_CMFCTAkzuK,?ENU/ hA/UmEq@=g@$]?׈!d#znp}n Wz_^8mov$PO*JѸr en}ve9#c+mۉNi5c]%C\NLl' On;F. +ѱ$##4A1%D~c 폆TƳvbiXq)6ԓ +V3g/͟/M `,R go?~KE)K狃TƊ:nB[HEy!wI͑62 ]!h&nozTXj‘CJh7^\ *=@%4a"."г5TQH Ȕ3~qё>O8Uc3j]T*,˥QUk1@d8 Evs(pæ#BP5< tt!;#~ξH POXr虁Ը/"pQ%̀ \;zI.3X+0ZDgz ^N'Ƕ/ aE__nЙ; f18 X`$FT!8(texTepjLjRBVek9gUSx\.~s d_=;1*$z`+yj\,5"@ ֶ<~Px7}Z0H9K!XkKlRD>|kd'E]ELnLj]bq(~Ip7Hb4M0e~Q +2P XFE2-ܜ?-^ ;3W@o4"S\uߊD]{BխM#Qߚe;ap#JatNL,s /'7gQFׁ ,#`R'{b Ȣ'XY,Paڇ/r#.)\ 8,/F{^pY48+1p~O mu*!'<ꃛu6E&#S?B2Bq1-'3A] & FX>S9jȢ[a1}XPk] ,ۮ?w Mk 4&6@U-4skEyζ+T?0}-Ӑz51LvƷ,"XyM!VR/+Lv~GDxWx+9H)л_ޑs9lϰ>H vYsž3 Qê 2)USKJ0䉚'ՈHUwJc?_yz9Z rf~!h9P(=rsXuᨳ"B 品v@p)/{t ZjG_?#?3{FJ7(` _^$'RA MTa]Ns,!glGg$~.#24j{[fa@S>3g>"@>Ib=K /P^oWQC)F'yёu '_%FȁTW*h-OEtQW'aᗰD4_OA+vn Y,c] ? Xqm4\Q2a +)dž EWBK(ʉgwN,R09oL CFKL9 +ًDeFkb!5WcPU= Aq2쩐kqzNr۰s2_S}"V&:䚀Sq*NȃAM{&c.;vlf\^g4e!KH&f.znXL:O\S +gO.wH UԄ6e2d=S|b;(< TcVIgL!IC>/B)kD< Y~_VU[Z + $DeP׷Ќ\+ABB ;@ j| uj~ju*^Y 4RuUe"7ee},6p IrhCF]!$oL4f ++6kR)4ѝR:0l9$ ]Nm/QE)rˮ)(sCnLK0M +]{-˪cPSJnyH4e()i 7Ha:زpv6,ZJ/!M5 %Ⱦuuy0uΚY7ve7<b: p51ӯP}b:):TUŨq6Q0bD^TWL=LmoQh ɥ;5, [A|o ¯KzP¦*:na)/73iŊ!h_ӬGR$oOe2{{ )qt,P%%˛D-Cc}t܃b5B`qcrܼ-=^ U^ ŔvK3mӦL%>7B֨9~;ߕnޙtyYcC߰rUϝ cBl] tS + |0-ȯ>H@ JŗP%}Z~&|J떎f +ipBd+?/\!B@K;v(Js$ jp=%U+zg6uEh@P}2zdwx4hNޝfEA{AOW?iY `ZT`}EQQ2(5];c Ғ`]# "\(!ję nH%u@`( ++KQ;H9-)ݩ7=4&yj^!|sZ|:$hjM +ƹu\4y`4QF6e2qTaxAODf_ wMX K\Fw+:A\əR8h} +HR#B([V~SMb) #_N`wrRM*>"Ђ")w")㧢XqNT<VK )!t|:Xu3~'$U",_r ; ꍧFɉi)giYD2 8 *T +IwBuSe&,͵zʓ|dof)KشC.k;(I燙RQEdA`@ٗd9+)>j݁Oʶ}g| S><¿Pkb*(CLsB{TRS\wqX4(:=z,-\k/Y'hP4V%[O)#<#$Z];E|Hӳ]dEw# lBgO_tV+i@H>t3 ‘$bT2 qfk|{Jߗ rX@&CE WrCXKEV\Ҁ0mL55cJCb +L'u_Ý{^3JqWzQ:jۜk@)a \G L^1B9Ap?7xgE=@q#ZES.6Gyk+xr=4PcG"EJ,؅!2JM %${o2>6H2!y lU + Bȹd~;E7ci<9bvr H| +4rqyځK%Uh7-'~v %J% T%ZMm}U5JcFuEPLJ*[¡D]q`Nܵ#&?#>|F0{hQ!Yūf@Vub DF+cH u6Bb\U8:KsCg'?CILtFOrW0Su慨,:IPP~םՉ6"6T4Z[.T/L$*2[ /7C*xO5TTD ^>=%|n5 j޼(:SR`Hb2M2u"d 8xJxoI$ dCNA!oQlmqɜ5L}߾XxFqhuv6Q7u(DMw-S.ruZ954ΡjCӴDNeC2IiT"!Nߡٱ6ʫe@'ڈ;F@wPz8HULHds4 Z@dh0B3"eEM'{ש @*Z'8YlX'F^YgY(@W0&3"IoܐUqiQ(&uyl&pNbIx(wԕHxJ|`MG4e83hѠ@#iOߵ`~~UcZWDn|3٥ݪ})[C}3sĉnV+3;=O7F,oxbJmDĎ::0̘L`4_¼J$'Y|.#Zк"b>*ʸ'@0_ȍm:zP RЊDs0-7~lѠ@E׉E=íF$F~F9@E6o!*=#◲Oz'Z%Ob)> FyGPd4gBntd|zZXhhL- +m WZNu4F6tLƁתp=, +bm09 *U4vpHv9wLsrL1K dJ7[ +xt^6AtB'3 \q22|PœZ:J*K2@æ3[ZdBcOye @Fͱ^Ǯ3p:. +1;E6C3ݡKd<还A#Ne:հ35æYeyrhY"U{Zbk%S4cNh\])LI5Ӆ`;v*ݠ)5CC^?,3S?5nL`]&03.hi||jgif'k/t| Z`|DŽE5W_xrنwXWƬDZX쥵@m7$sgnn]e9 +W٥t3$VoSEױs?D`0&R ^bYh7Q0Y[VO;Gחi"A{rX7Arحd7*vœXjgUcT5 +̸34Wj28,p F1?sB4SE-p~5?b-mvT< kp+z}p=ed+5` ZwpF.k>DdjflF%h#+mMkbFfg].U|wۀB&+=1uZѼba\V"vסZsYm:J V[ԙi?BoXg EX[f麒wv{$ga" 9Q-;E[D'oۨw"zu'0{fT|2_[ +*0W aшPPf#!Cyf͏$HחBwAcBi%$ 1X48I\?̡Έ!WqT"(@[ʺeN躟IH/4EqY;pZaT!^$Ie* 'TC7k\KC*+x|=a,Y';l خEqlQ \3 Ҝ;!v7,[yH2MvDEts2Щҏ[ `b@(ElGrAuE%0b#ҍZHxN5 +_*A I̢LW< .>Ԙ S#i1[hHK(-LQȰh@ ${8O-Yl0uK }w#&p4ł^Rz '-Ξgz bU}{,l/  vӼb;A3"ޘ 7$J'X#c=2}AJ󓣞8 mp<#g i|QКgR>2z{PIr/<jS例b'**[3N|1(+\F FrPmBmFCE5#OLi$%\]R7M5B +(71.%ؒר0uZ Aef&=9'zb*`HbCJPzUilJ9n1%V4u7i w Cip`yWFyP +[₧y'df' + IA7'Qr(XNtRN(kςg՞jݷT;',0j4 4bH|>_ +cOOU0*4\`x-V֠,EB"Ȥ˜ʉ5{+qen;y~SJ@I%`- +$X0Ec4sB_"p ZwfxTub՛jr'n~WN{3lR2 v @4K^;*D2E2GԒ@6| Cٚ] ^ OmFwP>eϢ5޷z6Y`]Gd#X9(UY?3U.`aϯ%ȰDxYX*Ñ lR\𩠯0Y֮R|h#B#]Iu_KOJ#bTW{([ A^S= uxq%G? sDѺ0A>U8tJ@0C!ǁuN|r=gըp9Mg@5 +iō8@cJS@A8)k>Ip'e^>Ll`5kmiCׄ,m}Z;$#[P8{A23Jd!7V-"3= ьSUWGeh,4Udw-(1%LR",i +a/XkT0hn tFclPLgw_2F4 NY +KGaC,ZjU0-[%|ƧYF(76􃁧!Xc=@NqXS,z,n334 .RKBovY8u1 te+"Sttc샕u̖)Ω2 .^v<`Z&S9~$Z"'޻  c,t퍠dc8y( /w~)&z=;opd0CLOOSb!8(u;ǣVMnv_I-Xm+*h˵"Ђk[8s;u\F{$w'v,lS+环w "CxPTeG`'GTL5W1b9Gy"XKr):\Z*,!Do=%fPc`c| 2T!1ι}.Wzy:4$|JRgϙ.ʃ`OLM:͇-0tE`;9" [+CsyCyr`I'3p %gw8J)p +tz /ϛz/ac;Neq9TȴdO4 v t Z*z%IxxWv3wut锺سW<a:/FKfe=cn]ןaA!QUDcߌ&Ԗϼ{מG?.N1겮43=כmDmf>;-+aZGv2PBǮh1@Q.tA-=i:uL" AC1\t(@TG\O0ߍ:i"mg;ɚ(:Q +N ѡa`ԘͯKL4D }4ɊƓ܉kyeQL3`cq M7ŀw Cb< +bJPקI^"^[YPyl^ +1U L+<&6@*`>4~xB2xŔH#V%i⹛/kvn^MS*"B'6+iu[, +(F +SXh mkZ!۹:|eT7٘a8FxJJA͙,^m<۳lxGNyiE[#oǹW<#/n'䡉{U\jo?] (T[@6g/v2VV=U=bזT´>;*XD?Jzю}Xi87p5h9zA/0@ I-P +~R c]~w7ޠr& hvIbi2 rs v/38" 0|qIDjhDtnjŎk9rvaudO1TzדN:*- m siQZqLm()xXNg8F|\6qIG߂fХ|l <`eJt] +JCp!\EcP1l[ /.Mف>k³π)&YK0u 0hM)w;&&Yu#_8inlR^Iq%)G7CJY8Μ .'vI6tt }_l_DZA;HogˇlL|7V|O #Q"~%,=Jw),AfP"6:B r)y\`m"D`U/@ s `W܉uŒQ:=酝 R +L6b75oP4d'+AO@O >#+HSѪdA*O6O‹ +Q(T̲̱E)ah̞GO*څgQ3t3E~uo oV +<>H%x3iF. Ъ/Z>t5;VLvP&a8 L@2ЙfzMqhcr2̙JꙪg%0Ly:Lr ё$P`+XR&-s݃NƲ6v($Lti3ڏA;H(aX;*G|шW>5@Έޢ庶;qnX4&nq٨:0'7t$w̱^gmSJY3 \v]G<S_u3VU 9P? c$"vmG䳠07!_X ) Wՠ6z"z;h_sJbD)ǬXv(EHg%w棢rDji6Y.KY@k~[)U, E) ֍ODLcG)3nJ(&;.y!?8x0ݡNN_^itZP;E5P +oV`53{99}SBƧ"Pp(G]A'ϗ?2+:7UbVX:Ƈ|yjTF p\epW`(KO@MQSKݘY~ː#xG_+*3_Kc[\ kcmۆ_/=x@23;0b+Hݪ 7 `MOkBH)oflc0LȎhgհd +ݒ;"+y,ba_1f%a.>cyl~O^ a:b$ ֗тF'Vs ޣ ;LQ&Z=m^yOA3b0]ӵ@NHbUϑ&ȺR1#I3#$gH` =ra;@hN '?.ʂڙE啻YH&o*q܄m/P=f‰!]?2ƞF\dv1PL;cd"]SK pK@@r/.6˒dTm,Jr#h>-%D~vc>"^ 4[Զa+ǀ)N d(qFpB0Kj9Y=YU#@0MEh%zDQtf7/zH |5XqRtA _c#9foWp8 ˮJtm iP=z01yjA!mǮ8 @xD?A'$=']$PԡXFŁtԬg@Vg!Q O(@-WKmJ @Iʀ 5]Ӹ9Y: Tye5k2 eypZΒr"4ԣ %8rwwzW8#4В!7C!D$`,4 jywKp{p{K+A[H,Nȃ44!QG_j/˗ޔ$>t2T{`|!r~0uu+fHj U&T_75%N (HŊak 5 ]#,1m:t Pu1BQ2!3tr_gRqͥy(]R)*łA#M̮uUZ jM`7BY wQ6bW4Yx7K +j9 )YTTzOzk\9;kH渧S$3 +t֋yHDK1]FҤ6[$',ЫJ;K)nFtUz]]; cpZ6+AT*l `{tP,eVcOAeC||n| vw-Q{q-yt- d}HZ[*"e ଘ*9F뼛O%([n#UO l=B*F+ -nɆ +2׬cxYh0ltF۔@bA ;ה4f&'?/r As?g]GL74 +~ [Ѵ*;2LN%؏=0hh $20.31 BL̅ 82[|L;_2wuD~?U\.DLp5T\⮠mg'%>i^({v ~v #T'\R(I4R+F3;ᓸH %z& c+϶џnQX6xPd2VWFwT& +j:«-u@鍠n)P|@75P6ao9Ԥ_:ca +ꄳc@&qq%Gp +$ī ЇR]n础)ўjUyk~|"O_!'R6K I!E~xB5[*4+k"AZ}o'HiDFtPʏ͐ IHTb 1%HY.Ԃ$ _4ySl;[ @2h:*Sr^ yz0^-%!E"dԧ46;,T{ր}Z#tGD}N,p16l1ZF-g޻lj'K"o2-P Ey3D×+ +|ho&ܣЁ"L !S)C0NV.5R\Nو 5_?%^7!@Pns"8>A`sϰIӹ@Xτٍu [!\ӐVkiB= ӷgU$#it/63l xCBDis"ZD?6R#O`lthVwǚgdF~nkdu=L7XHOS:av$ldk +s4y +5Nk> f %π.ȻA[gc.Z<ps~_>5ch:g+r(b`f#~])' YӴf 1^U"#68#p[ WylNTh]*G"*RvO)rX`[6]Bξ`j (,c`,M?YCFubo# qCg{X\Uvֈ4 {h,< +C]H7zEOx:xKkJT!qB `\??2|,51שzm~-zD4*+Tį`FO K&J3{:IT^arNE!}$ fxfD.@_wB \Àfi\O2g:9(}#(O1S0;-V|Ϝ1̜Cqp?3Ev,#t5hy/%{}F (ľ`#%pC8i3N*8ŸcЁEvLQy˫&5J }~uu\`"7np4sé>.65,ҋ&3lhMp@ ò^BZ"['??%4T訛`Mvdwtq\h:o|vnOlv"#te??V7.,G>.!T́wMɚ[dpB-v:bL/:BY>&0l.4CRZ$6eG*/℘Xc_DNMܱjk!ijYg-9~?dUEÌ;!0|O +mkBPfD;aU 89@WXnq'[_ˆIyNXHgF՟뢕 xu3 :'全CzkیG@Dh,1 Q0D! Eiw*xTD|P jR +>{jJZ_Av{\ą*8$aG:j +1t0=Φs&:>!<# +S=ng'EEQn,uȬpB˓*S27I3t4ߑypcf94 U]2_{X2eb.mΟ +#'ηB|Q$BHzpr:>'rQ=.H%+aFG'FQGj{" t*wO\@7 +3h;>$%*a3 +$h.'g5 3 ٰwsAJ8*OkS\3buJg0#:\LĐ[XBKMIJ׷Js2*LFEYcnL݈UK:$blܗ.c\fḺOsCQ.Qi@?16B=!JvK]&:$t2a@RG*h1Z.D[SO/U"nXD'*S/(DJr˽5JQ̀ks:wDmNeY@ԹKqJ7ӭ{0#)щP _>V6fLFŠ4>fwhEH9`;,x_48@WO߀uu0RɄmj&i qoB "զūI<f CYv@H?} +,P69mJCF6ӯǣrggZUTԜW~М㠂)>&zÜ#l֨ u@/;u[aeEER"^4i:Pba>$ղ\+#pf#kp(ZذHyXl,d&, 1ԤrPEA-Lh穽?lb'QES* q,Y}zW\OCy +x!AS ŢA%$Wߑކ"9$idkv.Nx{a%Hq Wavaʊg."lj??h +fTDe$rO$U=s 4JȋK6kr[uhzu^X@֨s1Bb34e6*12vuF5rP+<\4~_fb/h78{E BХًXɂ_nZȂǶT@xoͺN;TB +;,(6#$ k4Uc1 Dmm,f?l?-$ȭX*1b؉",f_ +3[ N "t'<|H !h]Pʑ0!كžX@ u nFV!ڏu|{V(y=wg[TaEh6.i`G,ƤOo\i +dց,U<"dyPA"zWZG +OFvw"y}8Cq8U[*ZMXn: $[HmB2k}c {ٛ$WL ~فYҶ\[?̨%XgK^dvi@ʃ䒟 .䙕w Mܴ?/ %&aܛRs e7eCg{bpOfT"UaHqMnBf^: Fz{EV0UwN"R%vp "􏁸(]qr 1^Đ Fkm6hm]a °5wİVG \D$?.9  8zpeD\ + \Egy*51B~QKhcΰp 1h"'w *&`GfVk2 +)bz8dz\Qp'jb;h ~!h}{g9H\EC\yO 8:>VRvϭ<`i}U(DKd4&8Mur-4Ѧr 0è@u/=S-=)MBAXp\k}[XV[P,ePB}ClTCrBYl(8Y [v H)WCv6H>h(޻5q\GL ʬʪѕ(M,{Ǝ;J-k~weUw@tS  DtuvUi:o.:?#I wc)f-T "UJB+ݣɼn4έL]d"1)áEh$M(zm&]J~.Ȥ+穳RͬYK#paqTjb7#GqvqPS{}!> +kuM{G'q*^6p }+MW;t}B|YсWr߀8ӖN[d}dAƑ.\]nQ\~W0O!+kӆ` iG,}V@12^CfV %<&9$%*b&`:H [Z):(VtqukzTCJv{..NlGGe(Paai=x"WlP0Y[&fԘV RpEWfXݛ)Edv"V1p2a Ey_v**<y! %:0~Gn{'A.FQfPcz7[x@=-Ҹn}ӟQl;:# H!R7n7`VdCuNVA*8$Cc:OY=m+MM+Hxt1PqVT rTB$Eh^P.h{JHJi^ + :j]\U:ꔎa\t@/@My/H(iFL-nЖ=[n|-T]D8TU vH*c e%\1aOX&LoIݖB-w:f |oXj OY)T&Bku*(^(p(FPdE*M("#%Il\-hQ'ߒر(;APM&N+F &G,AH4bA 7:}׬<:xrc1ld,@9ul^j$߄pIs0" +UĞ%N?Hla` #r1 +EhUBseGG4\=sOJ7WdCz!h/LH­X 0gN CRr9R,)FpZ(ȧJ ⏸b'S rb[gߨ +Q9$J)jg\aPzeּ*+w:Eh +fR".^ \^}mL{US٫HvECT y$уS2X,<8uX[ h=T$!>8 +6"@ʢV=(Mv#>a]͸~\`ir' (MP,%{ +H52Ji۩/rki㜽*{Vg- +\%vW4<~:bv|FT3FVN܊B (`* oUo XK 䰣Zzd^SI [~51iF%Pf1 ^M›5+A|d:~{ʖ)##躷jeUo쌾L6 +iItV=7A7B" +;I\@Īt)=#G.ĚLʄHA?V +K2"M8q7eR.b:If2Ie5b8%^L̗ҙ(mEE:&]l#PgݖRKZzJ#VH9%A5yAQ!Վ',lr<*i&֋VBdGb0Upbk +֯^yM`#svDR^1fC0{5E#lrPew0yY9F@ eXS4 N(b8g`^Ce-;]ىJRZdU&ِ( FG|]Z\'\E: RxV [ q]AJ! +O#vf(STn tPS b FrQJ ZVgV3eZX3 'SΡGg>_-xÈoQ(Q w$ &:PiȤRt͚1aU]eӍahX>( { YBAsUQz65)d::Ĉ`{/IR)(!BG^0h0z݈0 +C;g`@Lx-GS4DlM%O.DKdKoRMfLS*h$ +AZKU43;IB1fQi""2F#)GCx[J3IUAWv!C +(_Tc ,RIWVd:Z݉YI)0``Rtn-}^v҄! a% ` `)F!i9XB[/ I 1 rF@:#$^%ifQ䞕("Jp9U+bWn ]J +\ qCM5O f<+\9 @N9ՍgG {Г4N"m!B^i3ŷ)'D -xC#!%NR6zҟ"XuiFM,$Z§jV,@Ҹb]`]g#DS/Tě&ϋLF}*y< E䉧|׽Ү<\(DJRZ?E6™Zk#m6"6acڴ.Wޡ8Aw2byqP5נIǾ + lӉ䯣X ThHy0!)gG::ݖ +`QR#,٣BOL5A+"q2R@c]!3prpA4D|h$ˆ&D8YŧR  E<@)O_ +);mW*E ba)sFZZ~b*5 BCE&,]^*_ ֋^=@:]qƖ## pj܌X= q0 3C7"q0zT>2yQ'AAx\J )i6OpS`uo0V=<6b +}'˒;(Hy ɛcn( cH[sL*1y]H zwӉkPHKsizU&*aa'!ˇa56}R idXP@#pu7rdxuS%({!iMY%+F};E+ + q!ZD%)!t(kFArzbEFilы:_=c140A> +(dOS0wleSm켧(d2HޘkuʳTe[Md@(׉"*V&LhۢC''hzI-eVa1RnSJ4PN"%s_SKGGS@KTrBn6":؅ e?(f@kQj90U,x +XPøă^"ћbSUrQ[ԘZ{=Ӽxp+!W@AC*UU~T<$=FYRU͚lRTau3 GU8:9칡Z$n^]Cq)PwL3ýo)A,n㤕 +Ix`hċ,d 7#Rۮ +{qaSD?Q{1k9!ZU wKՕh7#(­e8PKfv DF4 :hePiꊃP!DOMTK+pgғ{jaI_૵KڦZ +4[0 +`Vb-"Q_#'،C$D\M<:y:j&(-Jhq: +Er`e!HZ* +ZDɳ4(t€ B51#Gy5 +X,T|#RQy cRQrz8gQߘDzP w$tjAn=jɄ +Plgs<-QCmg poܣf yL &[D԰SQmJEhM4S<k7@c;/ێr 'Y2C8% #-k(k+ȥOXN Ȱ^XaAC3839+wmK}S;^&F0QWS"/Ôhd'4EkZblWڣ<(d;+_ Fs}%ZXԓG#sHϫRj +=qzTpdʨ)W4dG_rMP>stream +B\QMV\-$m8,2*\ ޗ8ʙ_I'Г`B[Pn|7T `UA-)᭰&̝ +kVكh~4CLrtNHS~ UyVEJO,Ndɚ{]-1;O_"tPˈ[x\iwYРd@Ǒf74ƑvlGH9A~R39T+%QN⹉ RBqܹs }F@m)}GZtZ_*]A))OzeѻKIqC^W(eb{~ ]r3Zpih%Ri'ڲ4I3:U#uRl:a%y%NiCӁgi)w8}TDA 5b!VXiT&J-=Ѓ,١d^iݭ[w!d +GB1]Wkw"XtH$ ]&BA0|W5 O21K]J= C* ?6 H5_$ +o-Y?yC-z#L.Nʍ0S4TJ"O¤"H) yIW=֔,=C4ڮK1-]ˎ9,)L#VlAm-N.@e-cx摏 Al*)Iz/J SI%>%BsPy仉ED "j%ۅT@T-bšY{_c5#hk-ԻSYYz@].L/<'录&WֺJVùڛsXqoc ,*^\S%˷n;!mZ#5hf6BcH0ѧw&  +b' "{N S}a"a֎tu'ɺH|Ϡ ,F"")Lb3N + %@D{lFB +mv4 { ?aA5. ;mPEtF1?EK* [Q1N^ *`-WFszlOK?+{X: +$ϊcX8iMu$[e.N8ň`neD['%0xK_Sk*Fі(vbM"x)@Ix(w| "$r%F14u9j0B#Km&fBxk`(N'SwvP5avEicjFk H}qJz >ηD.˦C mig3F..޶>az;ƫ-I؊[Ad UDE\}݃,z3V^WrK6<*w X;c,U(x?k[Źb"Š.4vp=iN`ƾ +L-41w]Yr O.1֐̣EDYV)@_ySZ B֐FBl MxZ0!Q(`bɷ +*|IѤׯgkG#Uwh!dd1Ϣ z#rIݶ/{i@DTP4ݡI&;3rIċ6wUOi`aHOл7.^?k%d1gqiMv5s8ต +b`r~p, 8! F 9~R)ӴK7ҔHP[yEU6Xxp̀y6(Op)6CK_з0O( EN7H- "< $ȡ}9ȉ%hԫ>hΈk# (Uf̵ɒbtZ:̒1O8Wsܻ[0gAG0wF Гl#P U/*T$Т Vh^l'g8{HdbGWTAV +&&5` i `xi>@Z#Ⱦ"ZVY]iYb`jHBJbW|+ Q=H% #H:BӋQ:*9 BE2HB$!#n'NUl ++rnGu 1T$xZ&/f)yGyU_En:9\΂@z;[># E[C7i{kH:;؍W4 * Y# |9M7XǤHP 6;bL7cR>+|qU"6my)HkXbD*<txvw.R*V0K e"u켌\'(^Ռ~FķI,*bEtP8ڰX|Z TQ==_$NԴ'PZRd؄6[U0B!)+ۉ7/KRMLPT0N\ғ`,w~(${DÆlotr1Fr`eyBtkā'u t[<>m벐@;\rA@|؍ljcx^ELZ ܿ\VtËcyIEJc ^% ݚF-bܓ$ϰQ&1zQ~`pxTU@a5#tWYAj^SZD@Z?PH+ܒGf40*[G:`imZFEw䎙3jEm S5zThD5,E$LJrH`h>OZ̅84 +lxɱ%XdVT.$ 'T!J:Q@! YY?ѳ~HNVc {} + nDPBnQwTDn^PO=f +aɀ.u3&'Yz>pi&9z|;$Ŗ}D48rT%'dpB@. .T[(MO}+IC8EY -b9ʛ ڪ q9W ׋$ѭv֏D.Ԙ(<]X_;uJ[pz ~Z\X:spXdUxx - +zomBktWcK@OPFO#,WIO$mMnokQH~ UFQOgS!°/b"; Fԩo`$JloqxBb'5PVqs;$-L(QqǣXem EӽD;C?S ͼPNr%kw2%<:j'$`I|*T JTUM(^Az//lW ~v@T8K[xZ&XgZ$ +#&56g'52Q@Q;2ْ\E&I;*1ESLꜝ +È@{jBW=J#lےtCj>T98 "܉tQJjy` +)##6 0(dIr*V *^+{TDiFLE-/^H3pF˘,]*XL7J]D$zCդ7 *Ȍwptcb\gHAY*&zKZm\LLZ >EčaT-hS}-TC$ X*GnUk،g  ),!_ +Wn]{*YL,̐a"ac"* A*/½@)u,bX8{+@K_%Ib IQہJ;(9j9yAq"#kb +iŒ,OLseN8<bJݏa +(XhJƦоL).TDy\htp0`+ +(* nl^ʽp +uUZȝgBҹ\'0)k-q:)Y 1QFV w͢@)LdEB- +5N f=R%%`ȯT,H8R61ŘL(+ w2ɛQ\/+D|:O)/讄~f 1ұ;eH# +%.qd09 H ! L@@LH)> +f/1MO'H:(D3~ t_Z7R>5d~p}'X'aZo@+RTyO"cW#n|*^ސBBd'1_FT$DzZuQv3kRָO߈Fg2-e_dAW/=V&FBPhjfZḇ~V2P!@r@YHC% ZvFBrwiY,Ꜩ:{!T:IBI技pr%(x+њAc2Q_t&Վn(|PՆ)jxZ%{Xʗ9E3j,멊X^SQfdq 4x`p"5}A -2HI,teC-#٬ #hh؈vٿY h _ćCT I-z PJzR{ 8lD*ܓcrV7zgPUpy ?Jָ,$,Gi2IιCmVWbukJEѳՠj8}.:s$)WQ;{P")^1{XJEU(2+FE[Pn}qO*?X@nK3R7)[d$f#,"\X $?L0.:'IRz&EXJG#AY+bw}!9#Ur0حAԣ.Ĺϐ|T9b䁪;&{Yk`L01_ZƤʎ0W 5ʍPȠyR)%B xS2Yŵi%WxUxƩ W'$)C!VpKtkRTmF`+W` $X%@q76|8~τZ1II%* D'* r|H"U߈]$+6i9BL*a{o# 9^Y9B,,݉Ή mpcɆCj$y^3Su 4Q1lyP?ȵ9QOJ=":d+dN/MlkfO:YY8xy߆`Nk^@f:E/(O#jEK8x +m+BpC1> +^.`; 1iB0v5(J BeJ~* +dNѠ@1AXcC2Vaf2,0蜈@g7 ZeTx9J t +un3<87@!"HpFi[Q^\CB:^f$8:a;iߢE}vW@{ck ^Q|ɻ :XEC J/t2pxm9jHDzkX*M OKţS:^<>.zpY4YIv3]=|^bhf5+ygak>*?bk?.w _gLϫ'e{KYqGeVz{%;=RM~?IKd8:kOµo஢̕vl`.,Zm_Sa_#=y\Iz}+ K^]x Mo{JOz-O' l͗[xrC) uDCG>v4uq;H!Mک:lo &#/bX^X&{oC^4U׹38b]빵kH0~}9;_F@)ˌd@dVs } k/I@/SחVpI(///-EfY^oNZ*0eFk7~+<|~~B#v rQ*hEs73/VOU(19o*MIfbw^Kl-ɍV˃Za9@mv뭖zCv'ժN6g7 )vw۵Vx7gXЙ|V~;VXyd`Wkߜݱy{g}٤>%D]KxU?IXkFkH]ou: N~]kVwm0D9qH;z;N0΢;v]ouۍ0j߬ϵOnsZw@c`ƿ?~3rc_8v;bOxuvn_ ^~_~yyytg/.O:~F֬o<{ѷ};MV'/V|+m8^F>]|_'W.ޞw|v񏍻Rdm޼7]]ѮlwGwl'NE~ڼS?\P=t뇥G=rW=2*og2hG߽=;9?>ٸM{9=jg۸c'oޞmm\ܸgo_,L06yN~w7'Vʵm(OxWnWVu?mWzɼ}s䷗G8=\I=|Nw*{ϕ.]><ܼc_<=G +OZ7W[22B6~_⋽1Nll>8Y g8}3{gny~N:O:}vo~8zqS +d,mfk,듰\_o^淋gsKtWwgo9 Rۥۣoޜ?[|Exbm!O_cOӾ‹/ߜ\ݿ}_TA=g!y^/O9>:±]34A`/..5-럶7%v?g84FgG-:y;ֽv=5̌ll>DC8lթfmA,|}qz~|+˿~Xglۣm_'y?W{abQ^a&@6?qv޵:C}߶P~bq([ݵDGW?:ڢkx,oMˑ|vz}|&ό<#=!v9˿;qgk-)L}G"O4쫋g''y\}Jm,㧝7'7*߻7cWo^:9}>ۚ?7h9'#i%{emܻpKLw,-,=[<3<w ǶK7-N}ؤ///^mֻGgǿ"{섍x߷cG_o\wթ~ڼcv\]nwjvԿ<=;*lw]\QYy;^xlW]n6_Eěc[H㷯ޟ 6+٩tt~j7"Oh3zt3ڞs?siٓ4g.=/\SrSvꞝqO#wisxrVڛܥ㧛Eܥ9wi]K]F1sn]3;.m3A{")>ܥ㧛ELh|>bm3 ]N +&wp>=gf烾#x' ++A3} 'o3\Tq1v* j!Y,m>X,X]YYsx:,N(Ϊ*BqPP\}e1:ieiļvz"oCmrUW~+ Фק89o}y;ftGyzkmO~ Ov6޼hN0Gq0Ga hvsty⾅8G3ԟn"|Efam~a_,>F}̧vzlSnrdͥ${0G{";{χgU{/Wqmv-ήGZt/ONο0m SNg'W_\ԅs-۫{ȋ]-nΝ٧|+?ٱW<(yB>2ףm7ɲOf_޼>96#'/{*2¶ϘOhyl"O{7Sy Pn 6v]Bߡ6-f뇓R:{1_[7bfĞrΛ-z4;ofه)\mfyZΛmf 8IN;՚iI?mS]u/N(oaY;k`movps8ޜߞoaX_6`eOW[ދظ///^m35>͸r3uS\-'+v{ޞ*kG68f[=;w~㼍y).};Ky)͓Mܢc{0\[]$?Ն?ޓ lяf]*O:jlSO7ݳ}:ۧ>}dRO|zޓP7_ u>꣑:iyqˣ-vl>F4?Y <=t7t$,ԧM?C(!䍀zʂInT 8sutQ嚉sZ۲~s|ʵ]9j 683WzwIo^<:>rJ5ةmܚE +{N_&7`Wmjvrf -dW9ׇ~u* V#򼞶gzɬ^>Dl9ǯd/7F_ +ڬHA}S7SPۗ3N>Zr,=e" + vW+pso[lpOmѣ{2TzG ݵTiGW?:نg正{s,^}}tz<ɏLB:ə1ɏLZ:1OHG7̝W +88n>jy?~h3ٻOgI} +6t!Mlm'Njw)<pf{j_VmSm>jS +QτD [:{*=YyyrGzl;;-]k?JK|h.oޞqaY4y%>۽^aOe!>{ )B@%[P<^:վ(OU^>>&vcʔ>c6>﹤ޟ2EޏU_{h]O2vN?=_~o~zřO^^?k~ygoogLO|ٵYn_xa yB9l!w䟚ű5o7Zn1׾?_}ٳxOg?0sfˣ-aӄ&Es>ڝl$SӤg6m{YRW[W^}ՊVzاWo~\s/?"ˋ?ϋ~mX|~GV7}U_c|ڋީ7Y}V~ys/ωMҫu1C1և3a6aaámLϩ߶C]ojOMY>y|62/A7֧y<.g]x5DYHwx=6ҥm!h|{ݡp8GRrblҵ }mKt0h[%[mh{K{MK9%dքHL6laKʩ؍.b7ۮi*LESwb-}_ųٷg7*wCJDmf!4yc߶kV߿sLlw0wcUi(]Sܩ>?0ᕺ/ail>0F[[&Eh<7v^^4u/ko]K݆cEu&pꥃ:9-ebȭ+="06-Mb26Flpl9ac^7Wg8_w"WmrK,JMɢ`m{,2-tc̝vvtѶBkC21bOl0vhrfe{ok3l5zQI"%!mgdO @1v,Ӻ9&Sd=6$Fك-C{V+Uv/(ŷf^n`p,qF=x+rJ3log5ZwVY툮htz56ζ.kֶ b.4W:z0qm[f}vs6TލWc75{b7}*_\wl-aʖn0VJÿ7v 9ۡNfK%u5Imk:cI4$3vry4IvT;~M3ȊShNwkjwsY0ebXOqj :n̢x={=K(S6%l[`gumg'}ŷ[-S]_l0fatx=vM&Q7l"8ff;T۾2Eʓ y~Ya;4jcfgW+ϔ4[ _ۂPoml[ Sb}n? ה4ɻٗo_j7(ʒǎOM r!kfiZ~=Q[IˡĐ:'S{li\&C+MBAe+SZB2S´n#P/?zyɿuy3'[1/]f^,w=oo|峋3)}}r}MNtWz5aRZ՟FWwOcnaTOμ<מ5|sv6<}oǓO\]jrVޯt,u7woߜώّ?;gGp9$kaՑ?|ױ.5g>wpSC5Ԯ{o߫>S kKS=Rt7}[VV*=렷O~koRz/Wpl sM  hPJa_?2/߶>6/Yh'hW-?6ԯL Z4!ÐT(&tjU!`_|J-HYjSjQl iM=!qڙnb[evk`oZLNvRM@Z.l@ +Ш4`[Ǖa98hjYz2}+b k;E EfyuZdj=6 +SaXwhZ]!Scbb>汷Q4!3% +=țPz7mK.?t\@-&& +.]$K["eESܤ^wdPﴃ~/\ɥҰ$el .wlSNkj$e]MYl0AwˣV$ ~ۏfKġ@S +M_uh 9MMff=N66d~%O<žwɄc$S1*$ԏi>jl,q3|߅C3#L&T!VD2M#ITBM߮c`M&XNbuT^3TRL S KW_=JE(DHsi"} |ӣp͉M|LѕQ8pQI`RtSp%zTdjpGzwp)MMjB5f,/oK4FSܨ7۬7f%n1AqnLQ9qRNggō1&޽g>DheXѝ;XѻCĊRn#VތƊX+j7bElVwgR13b*#Tҧ8TИWvw[y޴.L"mB)Z$YѢзg7E&$m]3/j)nfGwŋk}M=p'.tsoA^-;H{8(clvd ׎n{l7עb*!5]D vyNW0":p{F&*tieAvT4VPXls,eZAo#_oN`xpNbvj;,hZ2YlRKQyA8I且jgJL4"B!3v-!5vhهylzOEi\l15j9~oݥ,ն{ѽ#bYMp nj2~ `]wY}׵} `]-T[SG.i&FCVȔs-9{w]z u13]ɤa69MUQ!ZR&!XĦst滖z;׀ǛڛcAt~tn ?o"gФ/ؠWM]T,H/.hC5qwv6: ذ.%.Ջ&|cW:̀`2ƭ IYY 8jͲNѠ/*̵׻UvM*> jP!O.[/':y&G#Jd*Q,IR 4to7M*PGo|XJ7}\-R9 7ݵ7h^qm7ng o=Á&ۃY6Ͱ\^5j$"ȘkaAɇ\j_Ϛh_;X> ԋ 1&[ojXqJ YMW[byוO|\z]\wÑˁfbݹ>+oͻGr[+isX +v% S!L3ǯW32W3ejlֲgzҲgڏq%InziOs#`3|`0OJ<Ѓx4)BJhcEGx`˲DZ^ u4)[&"1͞ζ7=$EN--cgg4U~%نOnh]oEAlMjݽn!x=d=]iIbmX3zz=]Z|-K9IίkaҐo)5t-N&M}2DdJ$˿m뱥^qEހ1R՚ɺE`jM]cs7HV>|מ=hjQm##%RLg4[bj(%J>ڽ zy *VF2YN?tc~1,?DE 'D!YUʦ1IHA֡% +̀U.F0Q @rQuXΟ Bflrݘ4U/ t l*RI~ xkqX8 =%6h J@[KlZidHW6}^tpR:t&q ;1/TC7^2նsQw?/4^2`|9^€^UJg :(D>`=Pz/: +hkfu6 [gy`dslMa[i5[{VzVK-ծnjJGaڛzrRUw;d^ `qGЍbҕ b`949rYG(ՋU*J< +Bl<}ZK|g֯s{lrZ|KmC1$ӡܺ,Cv]vU "Dȣ(*Ƹgo kzGj=AMRG.16}ʶ{TW>vv|uQ,#d_y/V?fE8Ep66Ac k F{ d`|G"/Gl=w9k>mBM׀G/kTͬaG]&8RrW??7s™GvBz_^ &z6 `(+B,>V`_!}Lum֧MWT+lFx7hFMWޯw l{Emwƙ~Kr%Ul3Qy5틦WP%'<_iRTK#v srty\+5J͵Rs~8ws\+5J͵RvvAڹVjkVPd!jPgSd{4$)ц݅қ\Hf6=^䌳έ|;p͆5ն(k%7 W*Io"Sua bMa{ +|pZܨ^3Dj?TxWX/:VESt'nU?9"!w.OA5NieHZjڴʈ/DoQY UFlj+!/RڳҖƇ0Imb hBIGb?:zM]dz4 <%=eB]Ic pqyXpօH+xAdѱqc;hF\'pr T{h*轢WQ@+ +5>3c]=Ò*T_kn3{H ,J9"O>o!g#l1l:Thb.hʈ]Ll 6KŮ-K>Y,/?|K]>[.^jgqtb=jǢRU ;crSU33#'V4NU0eMqUsgK$[)NA52y!eJs]KC-U[RF-}03쫛4R$`M{\Lu_udwT5JzA+ZSX^44:/7JZ'UO(WY{v΄C=l +'S/'4xc/'\eB'A%i6Ram#zB.0mz4E%e:X#;~>Vu=R[DS:$\4^&98mc +܋N漽x7oj)}@uxDʆ咩Ux_^+9ƁL]|<zr; Tds܎5X쓑v:suV?<uŦ ^(jJr̬$$(Kr'?8Hٝ>[cѮƢy<كdX"x"xiv@mglȋp3-vlj_1v$ 58 +w>Kaۿhט7mf1fñJiO60MY]'Ų!v 3"_wwuuvo{Ykwy_EUBKĩ2%cKY4"z*Fh/n7?)Aӳ[x#V%}ۡͿwف6h'&4N:*Вd&֜73׽#(EQ*MLO&ԖXUi8ٷLĴ e}FxdAo%Zoѐz~QL0{zDyf +qѸS" +X>i GSM> Qs,5XDKa CoMOz\Q'iii83'[ u/jF7_^?(nϯ$W+u槞:ϯ3?:ϯ3?ۯ3?2_ۯ3?ޙj̔8ZZ" qVhh;QV<p]#Cۣ=3 +|G6 h)]`UЎ•#gZ"Izrb*ZEqIA2.),9,\q&)ӥW0TD͑48<7gP X +!oqw"9/)%2d<(i3I~ J䨡5yEOI20kkr& B^&_D̂K6Cr/,BZJ 8qxBD-+N;|pL<5# gHr(p^sB 4ht@XB"ъ,UVT*/`HTM}`B}S]4N=X\ 3u%V-Ջ_yկW^+UIFO`Ē!LKbIƔRw+)Uce4 `P +Hn6943EG"iGpmFa)hjJL2 CKСUALb_9V{39df{`M|%SrM2u3d*ٟOTd*O;$SmTXVQQqLNa(P /NBM`d{E ƻd> P]$" d_1&SAHkz-2`y_ Ty)#?_]ߜKeTV˞b Fi IŻL*s&Uf +,9&rL*KސYL%|5TrY/#:yVؔHޭɣ~w2+MB^X?!h5a#QBn>R0:)kQuc Xvb13m^g + rJ"Lc޸IFiEVҨTcv1x\x֝^򀆱@! px&"LNaDZ2֝S@zÌ11T\yɓd<>71 DA;!qWӦ>5m=V3Sk_"5-RSNq0O=h!hz"=kb7Bb'9+LPٺ`IbZ/#kDrHOc\HHENJ܊y"N.yu-"\QQ4Q`Y)hnetg+h%8dN9gq Cs3<>^Iw8`l_1&J9-a/Gj2vڰV&⤩L>:ԯZy>tZ +7`Yqbx,}hZ(pSka1Vۀ~mBe4otV>mL;zZ\1SkC+..̿2 ! 0[V9\9NwE9HF?M Pb_!u/u`tȯPb C3OKwanm]*D A}vD; D/~?-40Y_0Y |'}#pGTa%d ^ h8,o.˳? GM-6@NVMY|^ UҝZwPv]PQFʳZ|'ڴ0dy6G՚*3?aMN9QʣIH:UPA賴:-4!x;Sb~qZi@6UiCaeqH̃ژ60;ܴƒ[ZAkQpFi93 ȯ͇jT똁Q$df;2l~v6NMg`}-MAG;m@֦~ +{!y8/LMMϮ( -a~̪U6Mh:BҘcgԏ {MW~B|)/E7):;ed_WmV&)/ܾۯ>Kmy=ߩDK}/~5F60Ȣ/u _W/оڗB1 +'IE~鷯4[ÿեO[4B^ڬ@+yAcۘX@>+$.E5 &Te~w+e d=-W?]+2ҿErCeTI%kQZt`2Ͱ5Ϯ£DbY`kFf%8ch"yY³)bѲQ4h8"^gdEYH2n1B:]%[W'zMm/t} *;7`jPk+Ym-,/j!..Ew)Fx}"FIY0E 9#uّڥ-| bo*<ŐO*Q@EԞ2ȂCWE5J$ɰ88ws'%,_ #AXDxK,Ar8e#`P"CWnaW#c2e`Epg REuFxg5L1h#[YF[bf{BPrx,`@$Dp͡d PLX#h1`yD4ys"-auAfHĀ8 [Ww  Xk$I9JƐ#N6>( fqR\6c%uSЗvR Uխ# F=$8 QU4r|5bYw7d 5AXB0du 0=1PAA Ka--X @f9hI簟"%&]c$QCk7P98KX|6bDC4J" Q'/ Z$"1/ſVӋg@ +C %UowHވ"x4ɔkFꚭoIJѐ an(ոG +Re=H&@1ɐW4#>׈Jx ZETSĞ)"7F%:o7x@/^EBWFHTcB) #T/0(5`;uJ^ cED>r5dqaTGzdž`F>:<* ^v-0jlŬW"HY϶$$rC R0e%px2җq+&ϊ|~ςEfL.Pe04Dx BM  uS#z>R.rFZМ0.Zv|̒N]:f ]=KVS*MaДǠ>cSLF;.^fh]ݦB~n|ͧhʳјPKD:* TRjFǯwzoƆ!iόp`z_ L[)O^..GMeAlҭ mPpRKAPLn9QZ)}+gg8}6FMwVV?L-$Z97S?U æw. Nv@/1h떁GizIߏz3"vnWv]fo o,k91F_@TLk u()2^k}$m{8M 1kG{I>Z_Bp; _d@ u@EtmЂulM"#Z]v< l +t.; o/c>X' %;Z~ /я253ىLɫŹL4uHOFDةe(vH#%F w=+ 'G +A(qY&ֻ_J^ď^+Zv4v39+^1z +ir2jfY+)/W-D49Pƥ .9%ߏ˙2mo$1)H?ӈoB$ X/Cǂke:ϵ}D i<1/b(2T&D3)X3Oʎ28kә2I"5eRٶJmwQ絶( ie|]a~͸\A6)ӏ!i'MǣߘSGr>-ƨ#O{Ɏ6_юƕŒc ~h[{`.Im8TitR675z#ݭڕ{5+uf + $ L~S3Gٝ~ws"*c}i:]VᇃQXL|2Yg^UFcu8:;kke Q!r~_ :p)t ^Im/F3=N.ҧD4c)k^A{AotMɱ>09y8ثy qέ*ǭnpBң=8s-[ $K1n4Q :GQ77Yj@iYFfb479m.4OjokȖʟVڧY CJwּkwbed- ' d{ڱx8He #QkU 1Epd!0 G$Aq+.)^UwKY|t6RiQ=T5d"Q)\~Bu4JFVH6MW6ݱ6?*@׏TjLF:V+a3eNLnm/sv놺 +Mm-OL'e,un*-$…9[ q=&[gd B;l6AoLѤmCcX2^ܯش17`g-5MӍf]E8EK<!#-0 +ֵT&ʴiFd 4:d%,%AH8tS$4XQgKs y\WwFn, Q rOwcF)9(ցM.ZN!ktBSg{;nj gfɆ2E,ԪIbw[Mn6,YFۘpZgFM):rq(%MJP9 Ymd+KO~o&qkl2dj[ȜT #pWg&MZr>ll+cv31/5; 7ޅ0Jhćv}qsDcte" J,d,۩5> e?xi%jWlⵒ@]ѶkWPgjnK~w %0YHʙutǀER/0u!S ]P."Gv5~__M-BEldvp #O66>K}2Uۓ-EaoǷQ撂K}٨~ +,vYmcE4/)bK%˵ߔX[] Vr_'݅XwOg@+sSxYkp_kÅ][4Lb$j4\`|9'3EQLz-n o;8IӧQWy Ƽ)SI~ЉγMwkpsܑM>^#OBb2o,SisS4iR{K qt8&L$Ή^lj\]$8L(mh@1ۏY9=(f 7sHRyȧBh\]R'wl3޾PذT+r;Zr:Ǯ,NQ+ݝv":%>=1U"=PO Xq6Y&܍rj-FDrZe;sO K&"w0s9}xtQ5UL{ +cu|`.wU;QA(y~_&xMTDO1}Q-*i%/p˽2CX/}I ,Tj~=4bȫ[`@<&k|ݫ&ΉE*`(W2P-_)$S3*h0(wDK'krd=ν,{IEŁ#/}x0JjQS(!Ӥ&y~ i|RJs"\3,9B Mf+.T0FbFHH'p4PR T3v TwQҚ%T# ,[J*E+ȱM0NEZ LPsd1d,Y h ʊHZ0 iQ;M~-ƥB55J%h _,e2jY:VA:FbƨpK, `h-tckwF]u >72qxIaDF҆e.bD%Um49K6ub## .!܂G?GdN4- ^^ /_,* +P ;)B99L^`pGR=40+ &e~{UQ4R=U˪N`m9:+g-r?7jhɣSJzO(Cgч $`"t ڳ܉ח.Gu,5גs$ss-qbqsOH*Kc59ot(uh\R-]8qAϷ +D둎MjbrXbR%Z7T8p쿁'&"AMt@5<7 6a7Ntp/|?OKpܙ P&1?4t24Z@s/\v8cd4.U)~p]p.UBxF麐 FFLh*onv ޝ???F9yFe?֐՚O]?I1BғsJَn`ḽ3FN3gll 1z +6 r&uڡrO $Fڏ-kf5Ar 02tVpzITf3c畏L8džCIT7%WP<"R5uRj̡В2/*6jzoxM[ёoSĬϵlC *#-{29OK%z? dΦWUND6 ~}~*ȗ9X [,R+RV +L>ʜWh #xayQsn e_z6τDgw8_+7LkbG9rg'}[ptT}a\20vnדYԃ^XZ4RkKEÛM9;hTN~Yu8>KCج/.2Q~@GJ(%y"ƅӇDG ZJ/#Klea k)uS[sʾ%LHKNB{?ޒԍp,ӗ*mɶ{@ $4w t+gZ+l([ث$d Oݿb\:iJoǽQ|0 ΢RQ0.%gm>)p9h[DD`Vؔ{l%)HiTa #~!5(ƪVig1R+CG&Xmlc~~@`&^}WYdG~?L%0d̙Ez5=-\ :F(<&:Ψ6ZQ~4UwZ˯l! *h@eq0ˣ7|}ܓ۷ .z +A뚼 9uuG/lMv>dP\X^+5زuңas.ʬ;ԎPw;4who-t̨&Ar2}4]?6&+§[^+ۗp2L\ a/tywqԚ1PmT:A}X7-+iK+#6"軙*Z6 +{dZjO@`9F"3}aš.Ma-.-=zY˦[6xMԉi~\eRLБcQ>#ޕ5uQi Op'crԦXtrac܇JCA-#hv;#!LlQupFDCqt5GYA,GNv]n{h4BлQߝ:(2lL-^[n:_Ԫdw7^XHեZ6H-#ؙ +wYmجMa*FtbHգ`6@Su/<4igMbh-U8)r!hdt9 ;zr2d8>`S`)Y粩{"ac?s>g_>1Kf t;;L-0V3ޛ$*& A< T)iiSx{P_M;n:J^buxC^W/_aM|,O!:N^7=l͑B폗@&ދe=|IxK"}7e(Y\GZ6}$Γ8v;σ<%p꼪'isPw7f1\|/W'[?t֫egnl5Ψ6s<ԉspq2'.imrS'|W }L7UE],]9sI^+>ڑ+1p;eWs>]O'EWY\fV)h)w^WW}[Sսk\N{#]ɞwn, 'nܼ Am>z܉w>)S9m/.=]q{,wgyrJ[iw{I\֞0 ;{T}w ׏ع޽6+nil6=Z*wzox;s܇ﹻ̽Oem/̒KO|?EUgpPb5>]a?n5gy'=z"%ѓ&1 sO7T<1UQ]VG0s̃[gz𝗫>ѫ7u>⼧r[z{oe)x[};8}zcx ; _]蝯2W=Z<_)JR.74t/.iȟLP;KFs7^A0g>!ϣ@x|pvO9j#ޯ=Ϗco?i +\f$PsM)q՝:drGavSs=lAwt +`p?`2 [`boO`/t T(z,OJt&t^݆G{I6]gQ8x}]KM7NO^Ȍ ?ܜGN|#qcf%7UmgnSCL0Jӗ0+;i*7#tzDOJUfd7G>s~gByRp{Y=O~c#}.'g9syW܁r|֩*s_qz{xo#.|"N7ypѩ>ZwSBSQe@lw.Bw_^2P!-f^(?=oܥyu2r>WRn*ʾ}s +k_D]uU +_.oasS·嗢\qr|T)E|J{֪4y桜T*NPmyTsvAwNZp~W w^qx37GFzpֺHr= G5=xnzU3I7}G+?n$ʃ ;z}wOFltvގ:јq6gCz5ɆI"\%[5j@ʜei8ݮa,ŭQr2_b$ +yKӯ)QPxW.| οj=L`3c]EŇ/!WfLKpC-Ӣ㋯L v-t~$ Yx Ӆoo-瑲pqCc>wWܔww\|)<z+u zp|y8q6=p<+X2֠ +@Ji3oΓ"}T=W +=%Uezqd} S7xRPx*c rqTfXOz":RBiLJK}/{Cd *!V.zι5P9rZ:/*JͺkVpgS/AE0* [9/mPo{.pCE`?S8B} +k"}TFtL$9{ŀk|{[ urVp$W! +D%5jcY͸r8PHAgDxMrMÿ^Z3p7V\ -pbRP25fـY-vZ +Q 젂k?h Tw+l@Z 1*AVFWCP~3TgpgLPۀ *Aߠo?BV; +kkh\=apo* `hA6jɗPа~=\ +jVA,Bkij&Hrs9]t#rJ./A‰4=N1r|,~Ui_O:x^WqwW^y 5^_ 0d %oJW=A55<V4!ؗ=ߌxO.cK#D}d G͡e7,ӈzkylFvPM#+k=Ehiv[k;>Ov'$9v%ԛfpJ ZB٧U +e ) |rF'.zl!!Rȣkˢ}jܝ׹D}p>\ʞ/Yy:lt n= 8rU08KFODxlƕ?h$`C٧LpiHE3-?׺Y%,բ]b ŭE9;ӈ'VW#@5fY\sf:C€uf]w!IXhC'hkjHnEsC +$(ev^[mU`3bifBچiQmH˴Yg)ж7A=go$,ȵUfM$B06vF*,Wu`VznͶ[kL,S[= QE9lmL{7RKW5(A7w hHҘ4;ijW ֲYLi+Dlݵ2mvga.}ҝ&]{JKARwiD)כy;ckglzzbkuBgoꉉeLmt y@/(>`Ikؗ?M}gRfF@Ak}p{\g%hk׼OkEQESۉu1#d67߅xzg^&5)I ~-K 5;̈D.oE% vbv{N֎{xݍR)3+CЁ݋v l9k0X *վq>cpV\ ɲ1FDv~Ӑvٸm <A"6=.! hCxN(XBV3;jf ̖Vkl&7Ik|!U/ZǑ+^;+yup7sw%5J:O2M~n(Bi4eNa5aQ*5-#ip=_|k ڽ.뢐+F3ErfAæ"ӝf(-}+cciHjpmCFk+[C;]+UCjCߝ *Bc'tޗv5+skBH}a@n4M7٧J"۲-Ǿ/\nb+ZJRʩո=V,`PGq%$F +hbdXTCVlRGMܰi"w;yr7xnJ ^ ݊jݠ + P<܍0yp7%ݸ+-BnX|['9A| 8iIz6u?Vunj-*N\][goym/,f5Mz&5.^ bm(B{y{2^3'QDEA X٤W1k! iީ4$y=\[6W->/ߣ#<ˬ{(Ӛy0WR(~>hZx;~76bΛi?pXÊc *!cr@EA?puT|L>C›js>DCbGFG6K@>etH}c 8F Z5M^䜩j-37y=0^hIa? kMHyg't+AMBG蘢}c%FktPt\}$ ̱@."C{?܎Ȼ݂)wBvhw6I318MH_R[܁ +R6,ΎPbIgt;'knu8oA3zΗ k|8?/W"x|XR8:/K"|X>d|(tq48_2/Η 9$O#|EϮ-+Ǭ;o:R i0{-.,ay[8T1 +FXNg"Qr[TqvhtG xYUiQ^t$ FЕ>Ca§M^H]^|;j' Ђz ]-:<.gn Rd +1ݥ4Kaw-[gso8mZ +wAoG<YW H4]QC1Ϙ">^{Sޓd'!C#r" D mAG}d 1`\0fihq,vK +#Y27Ov +WpE# Gg:b&bO_h"VϤ#RDDF}J8Rgڒ/j%_ԐcxGDNf%xRF Zef^N#u6>ˡc}LiP< +LdȽ:>I=WDƛ*%$Lw,<-Cfƭ {P4D pt)yIn`/sh N2Yo&7qjTzNO͠f']Ş5p<ﰊ!viA+@hr^qpzx8 Íb)@k!@g 01A4;L 204vx*%LGDohlռ?*pqQ)PBUTƉ=NEt"G*/k1XRmD#T +y %|jzE9H!z*6c)tX볷~g KۏY$\4gٟ +M"OxЙEuv@TǓ}.~ZBq$Vw^Ajو 8n }Lj4릈٥Ѝʱ b@xʕ/ YyrQȌ7 +ѐ `,PEpWc=v&I|`0(li5=9d>5Ӫg~Rۖ~ĴJ>+qD߇͉j)pP1)l$ڝmr9vիl}əj9n*^j9;tR]P%z;c+>[/ .(rLiyG8k ygl/GρFD,]ࢠtUDz=`z +Jɭ7nC<3%3*e\xe֋EuaBj>И.9xaȄ7 Yd8ԞK 6%xGq>},`O+3U{0xQ%H>/oe0wqˢ}1w iסӳ`C/r}l +B}iTA>^U⑁}J#ZhV0+ #}<XP}C`_bH`ƪҮ-Ǜ%_- '{%9 ;sHg%OFn*WwΩx5 +*)g=07M!O J9F'rf%LlXoҥ :y<:-lH%ay$Y`LRҤ>y%.E ?*gXeBhWSl/KYunф-X9BF`{9Gz\R5 +njlB$E"e?FC5zKocZ޿3o޿R'2YTϖ/^TwRF'.껈 M% M%?`~̟l~ }o.Hiš}O7}OuhvO!a!lfFOx8=a|-5 2IfhԄjlr&<`d\xK@e& ?4[`qE +aq'X5tu;F^h;BY +GS|9_[~mxl6OzΥrs۔Vio*߱ǻUD?oW!1cuŵ9^ ^6'?4?g[S~5Ǽl-/՜]֐^U`šL+eּ:䐄mBYFuxZn,F{C(H8&|=&Ϊ'|PߏTZmybqf-4Yz6s6Ǘ?&N;`LwE^ԧ,oUwګ3Փ%Sg_Ol?PV~ |ΤՑDs@W7]G>|I]w +.dz7ﮕe{[UOÙߧCReft~t!ev ܁]vz2/jnϛSh rj- Z?kb +n˒CPkQ꽳^>%yK^[e?jH`gnF i;1(`?vCKC3&0eꕳj̳m8$[diWPv|Z7Y,.~Iu*.8}&/K:X0s{5$ڏڙ\mn,JP˞*·2.2d¤r ҚܼA,>L+&PbQ>x5}o2(yV|xCjhgaeYV&bLT39 +Sn!/.c!{[:; { Ӣ7,o2Ywِ{/5urq[|;WGs/<Jv/zTƊއAi$vr[" AJ^T++ҿ^{OΝʗK{ '}{qG< #R+67 B*BK2o Jsݣ9KK'Nͪaj|AkD P&!4%aeWdp:L^s@w]UCYX dA?׫:W.ŀk%[Mt%\{֭cr2I'#9 +\_GQ7=GgEv\>њqsgJ~V@nud%v&4G}r[&u|ouk8C)^uʵ~)M(o@ޕFrȷܯW+mw%J^1[A6W 1:"6QyfDꎇK18Բw"p[׍\3gw@3Kkm~Ft7@:{8ԁtLgPI9M٫}6N]O N"coYkF'zN)חi"OtoCz~~쭲_ׂKb=yk][`ו%k~=R=?\e د׉#5uB`﵍Zum]D_6KЁ>?bvrX*&@:%Ɓ +cܼ_tսc=Օ~aX wQqSkk'O褃iU&m@׫,jЌgQRwm obWW ieGA 0h91>;ܹ̱/E(-%'2e9nc=X9įlP:p 3j+Ri78k72YiGǤ^XZNΚ#WVuvȷ< +FLSq?,Vɫ!ZʃW?9غ:׎&l?o쭗zՙkճj㽲bz6:qByt PاkY;%Wz4Z3zi}L8O̚Sn?nwUӤkf97+U'-ܞʿ9z LXR噆!F_5V +劮43םYkfU'k}֥ݼAΉ-:u7K61yo0y2bB[sm[_^n=^>ǚkGmKܿ> (X1c]E]3SzL.nΖæhG SxEyNi+9zFA 嶼zX~xА;;qPpOTXȻط#v;6`(fr4g8H]/ᔠ]rC~)w%m6Qɧ>cUF(;7E $՚/8:VN#aNmJ.2IoFA٧ + FN1d1F0-nɎ0sÖi^oIqp4Na-]9b*ؾkx|ܟ0>WvBcisqoqad@FЛK;zbPq2Dw.:vCL` pt fZuv\DfШs~"oH`-[୴HgoEqE|N'hdGRLxQ{dXix-wKM/y8q!uݳm]z`^{_i|!=[WKvCwC^81Γ{Tj2++ߌ-9D{ jp *>#g{_WN|W@rﳗ/B\o8\ _:q>1!pH+~噓GlwwGHq7xO#FJ'~3*:Equ޽%KwΗym +A3hbVC#l<-}Qi~ANCMצd,ilR:5h=sk8zq*D4NM x4=WO?K|:_үOG ?tm(h"nOrc |rθ=ϏW@3ȓb`' yR i&yR DH䆝 Of'Nhz 4<)vVDI~ ꨾iF8k͚q '&TsrkߟXևg4.n:U ې;v|"-]W^ r:͘:=0kA=c5u,)3x0Int܍f+&𜝳JeOϨ 9a^@ةcr1\v[/O)^ K1_kLu][c]X.Z͵Ɵ?/͓g퍱1>fa=P^U퓺OA~?+wO +³cWC ^MmLƞOX4,[dCmЍ1xz)_ ~cOklȒ[)a٤mqć:lSUWǢURCbc~!lr1z + ĆӂPM7t[5MYwJ*<%dE5-MTY5,,hj,KF0e;)+XD2 !itVÄ_Y}Eӑ`6TӴ(iM,骥YaX0t6-V KlY-$^CTSd 4H8Tn-[m\+ РvEhsiiHn`X6PPM]Q>[bT׆ +@tU`Zt-( hKiI#ѰÂL`-.K.G',V2e7 tY K4E X-3|zєuӴUX2LvZCm+n2iށHaG:%tJ,?%:%7N2EΛKNiq}vQqNd8(5ǚ/c۷ "wd"ViEl0#0%Y3)MSdS4 A`40H ["WL`IzROXFԣJ Ut`6?NoE¶*ۖֈ1 q"%UǀyS aM,P6Ed)G,Tdjb+|YM +l)fHaAUQ"GJ" ղUa(EkpB%>Nå"$RڒaC" VZvxm֔ +;j@4dՆ}#5pZi:hw([LmĜ"): 7rCém (d]$01bD6`~:;fkxjX B9 +&VLxH V2Lj M@(P"  Ө:, `^ &[ SK¢*p@aqeQ*"Ԁ鶥Hn%CJ)HHya\d@[0Ӹ )P<,jhva9j4 +Iot7ιԢ[lg0R`n ݂h"DEݥ i yX )6J + :BRd؉N ;0>r8ْU Cݝ +sf+$ 'B0vmrlْH+ ȸS+ ɔq%-t +O )ty``H /9 bY+$:ZMx4[9UT2|l4úY=xԀ"K6YjVҌABfbJ)R%@_8v(4ҤL9J^RfZ8UiR!T ^bs ,XqT`q +44RA#=¨;B،Q2jzH=yÀƶaOk(F@xE6ڝV65P@vp+5}2"CBBdtmx0KPYk!bW]+[FҌ-1-.W~=L]axHv(,6BS9џ!p:)I*"^q)N%O%ҨEҨ+RG +\~1TQW*IPIed[7"*EJy9JW<*J: EJ /gg@ˮ`Հ~jRW$Jh)zm8;-W439(Hp kMlR Ūf徂VAY!VuVߴQ2%URAtQtкB#ͮ@\R1-[- ~ڙB+U5t|FD솎"ڭo54+Pᡆ 7hpX Z +"9H +s0hPEdxMjmt>_߯OG6ڥo{ +endstream endobj 54 0 obj <>stream +HLSn0 +EJvA#iItȐw-8}yk?1|K߆;~W-f{m68Z8A7u[QK,TZ[&%ŖW\ j Gܪ- !+syQf{FqH/ZW)#4H'Jٲja*AE!@OdujdXIjGY!GdRl廅\IHN/8Umл#+MC>hrfY ,JejBA6.NlUR/jFzF.lӑ׾B82KaebSPܖz@$^FrF:J>fҰEsEZQtdP(7Qjj@Z>t8@FÇ0+ʁg4B?φfФƣ{x /K`LO +endstream endobj 53 0 obj <>stream +Hl9n1 E{MRHm&A*#0R,ElZ&*YIIs(<>எ@~wF݀MS/&H/{GY|vAǟ6bkFfL)}ܜQFS[j2sg牝;O첳.]&vlDנQp4U X#htLwDnR0i N8C%}b^޺z'LfoRbnV + 1$ f-T0M}B9i7T`R1b/J=::ca:kBFjYy $߷ժaҾ +t'|? 0+LJ +endstream endobj 49 0 obj <>stream +HLRIn0 풯u"it()CI~z^nd)>鴾w +np/:rHF <*ui +/|CCFNдa7in&Y!lxɉ33zaȆ&PxC %C]qcΠ{d[,|E;mSB.EQ]R7e+6g&O,e ,Д[aUR{í|ӄP4`U~\NP(FZ3`'~ FoYk*}х^p//? +endstream endobj 8 0 obj <> endobj 27 0 obj <> endobj 38 0 obj [/View/Design] endobj 39 0 obj <>>> endobj 18 0 obj [/View/Design] endobj 19 0 obj <>>> endobj 48 0 obj [47 0 R] endobj 64 0 obj <> endobj xref +0 65 +0000000004 65535 f +0000000016 00000 n +0000000173 00000 n +0000032601 00000 n +0000000009 00000 f +0000032671 00000 n +0000033028 00000 n +0000033389 00000 n +0000164158 00000 n +0000000011 00000 f +0000033753 00000 n +0000000012 00000 f +0000000013 00000 f +0000000014 00000 f +0000000015 00000 f +0000000016 00000 f +0000000017 00000 f +0000000020 00000 f +0000164415 00000 n +0000164446 00000 n +0000000021 00000 f +0000000022 00000 f +0000000023 00000 f +0000000024 00000 f +0000000025 00000 f +0000000026 00000 f +0000000029 00000 f +0000164228 00000 n +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000164299 00000 n +0000164330 00000 n +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000034447 00000 n +0000164531 00000 n +0000163772 00000 n +0000037431 00000 n +0000034747 00000 n +0000034634 00000 n +0000163348 00000 n +0000162848 00000 n +0000034111 00000 n +0000034518 00000 n +0000034549 00000 n +0000034782 00000 n +0000037505 00000 n +0000037701 00000 n +0000039032 00000 n +0000040929 00000 n +0000106518 00000 n +0000164556 00000 n +trailer +<]>> +startxref +164742 +%%EOF diff --git a/awesome/themes/kadet/icons/layout/centerwork.png b/awesome/themes/kadet/icons/layout/centerwork.png new file mode 100644 index 0000000..f3a2e83 Binary files /dev/null and b/awesome/themes/kadet/icons/layout/centerwork.png differ diff --git a/awesome/themes/kadet/icons/layout/cornerne.png b/awesome/themes/kadet/icons/layout/cornerne.png new file mode 100644 index 0000000..44fc059 Binary files /dev/null and b/awesome/themes/kadet/icons/layout/cornerne.png differ diff --git a/awesome/themes/kadet/icons/layout/cornernw.png b/awesome/themes/kadet/icons/layout/cornernw.png new file mode 100644 index 0000000..9dee4dc Binary files /dev/null and b/awesome/themes/kadet/icons/layout/cornernw.png differ diff --git a/awesome/themes/kadet/icons/layout/cornerse.png b/awesome/themes/kadet/icons/layout/cornerse.png new file mode 100644 index 0000000..dc444f9 Binary files /dev/null and b/awesome/themes/kadet/icons/layout/cornerse.png differ diff --git a/awesome/themes/kadet/icons/layout/cornersw.png b/awesome/themes/kadet/icons/layout/cornersw.png new file mode 100644 index 0000000..7465eab Binary files /dev/null and b/awesome/themes/kadet/icons/layout/cornersw.png differ diff --git a/awesome/themes/kadet/icons/layout/dwindle.png b/awesome/themes/kadet/icons/layout/dwindle.png new file mode 100644 index 0000000..5af3d34 Binary files /dev/null and b/awesome/themes/kadet/icons/layout/dwindle.png differ diff --git a/awesome/themes/kadet/icons/layout/fairh.png b/awesome/themes/kadet/icons/layout/fairh.png new file mode 100644 index 0000000..03cd07b Binary files /dev/null and b/awesome/themes/kadet/icons/layout/fairh.png differ diff --git a/awesome/themes/kadet/icons/layout/fairv.png b/awesome/themes/kadet/icons/layout/fairv.png new file mode 100644 index 0000000..cb82f32 Binary files /dev/null and b/awesome/themes/kadet/icons/layout/fairv.png differ diff --git a/awesome/themes/kadet/icons/layout/floating.png b/awesome/themes/kadet/icons/layout/floating.png new file mode 100644 index 0000000..50e3784 Binary files /dev/null and b/awesome/themes/kadet/icons/layout/floating.png differ diff --git a/awesome/themes/kadet/icons/layout/fullscreen.png b/awesome/themes/kadet/icons/layout/fullscreen.png new file mode 100644 index 0000000..a823bf9 Binary files /dev/null and b/awesome/themes/kadet/icons/layout/fullscreen.png differ diff --git a/awesome/themes/kadet/icons/layout/magnifier.png b/awesome/themes/kadet/icons/layout/magnifier.png new file mode 100644 index 0000000..4ecee2a Binary files /dev/null and b/awesome/themes/kadet/icons/layout/magnifier.png differ diff --git a/awesome/themes/kadet/icons/layout/max.png b/awesome/themes/kadet/icons/layout/max.png new file mode 100644 index 0000000..c8266ed Binary files /dev/null and b/awesome/themes/kadet/icons/layout/max.png differ diff --git a/awesome/themes/kadet/icons/layout/spiral.png b/awesome/themes/kadet/icons/layout/spiral.png new file mode 100644 index 0000000..8ef82b2 Binary files /dev/null and b/awesome/themes/kadet/icons/layout/spiral.png differ diff --git a/awesome/themes/kadet/icons/layout/tilebottom.png b/awesome/themes/kadet/icons/layout/tilebottom.png new file mode 100644 index 0000000..ca03439 Binary files /dev/null and b/awesome/themes/kadet/icons/layout/tilebottom.png differ diff --git a/awesome/themes/kadet/icons/layout/tileleft.png b/awesome/themes/kadet/icons/layout/tileleft.png new file mode 100644 index 0000000..02ad05f Binary files /dev/null and b/awesome/themes/kadet/icons/layout/tileleft.png differ diff --git a/awesome/themes/kadet/icons/layout/tileright.png b/awesome/themes/kadet/icons/layout/tileright.png new file mode 100644 index 0000000..29d4a51 Binary files /dev/null and b/awesome/themes/kadet/icons/layout/tileright.png differ diff --git a/awesome/themes/kadet/icons/layout/tiletop.png b/awesome/themes/kadet/icons/layout/tiletop.png new file mode 100644 index 0000000..2667339 Binary files /dev/null and b/awesome/themes/kadet/icons/layout/tiletop.png differ diff --git a/awesome/themes/kadet/icons/layouts.ai b/awesome/themes/kadet/icons/layouts.ai new file mode 100644 index 0000000..220b77d --- /dev/null +++ b/awesome/themes/kadet/icons/layouts.ai @@ -0,0 +1,1292 @@ +%PDF-1.5 % +1 0 obj <>/OCGs[14 0 R 56 0 R]>>/Pages 3 0 R/Type/Catalog>> endobj 2 0 obj <>stream + + + + + application/pdf + + + Mobile + + + Adobe Illustrator CC 22.1 (Windows) + 2018-07-31T18:01:06+02:00 + 2018-07-31T18:01:18+02:00 + 2018-07-31T18:01:18+02:00 + + + + 256 + 108 + JPEG + /9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAbAEAAwER AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE 1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp 0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo +DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A9U4q7FXYq7FXYq7FXYq7 FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq 7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7 FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq 7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7 FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq 7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX//2Q== + + + + uuid:C1BCCE1871B8DB11993190FCD52B4E9F + xmp.did:a4eaafea-f020-1944-af8b-96eeed06b23d + uuid:687db184-c351-4571-a866-8a06a7782bcf + proof:pdf + + uuid:ef6d52ad-25d3-4110-bf13-31d9365e199a + xmp.did:23060306-2331-f04c-91b4-d5fd12d3e094 + uuid:C1BCCE1871B8DB11993190FCD52B4E9F + proof:pdf + + + + + saved + xmp.iid:a4eaafea-f020-1944-af8b-96eeed06b23d + 2018-07-31T18:01:06+02:00 + Adobe Illustrator CC 22.1 (Windows) + / + + + + Document + Mobile + 1 + False + False + + 32.000000 + 32.000000 + Pixels + + + + + Default Swatch Group + 0 + + + + White + RGB + PROCESS + 255 + 255 + 255 + + + Black + RGB + PROCESS + 0 + 0 + 0 + + + RGB Red + RGB + PROCESS + 255 + 0 + 0 + + + RGB Yellow + RGB + PROCESS + 255 + 255 + 0 + + + RGB Green + RGB + PROCESS + 0 + 255 + 0 + + + RGB Cyan + RGB + PROCESS + 0 + 255 + 255 + + + RGB Blue + RGB + PROCESS + 0 + 0 + 255 + + + RGB Magenta + RGB + PROCESS + 255 + 0 + 255 + + + R=193 G=39 B=45 + RGB + PROCESS + 193 + 39 + 45 + + + R=237 G=28 B=36 + RGB + PROCESS + 237 + 28 + 36 + + + R=241 G=90 B=36 + RGB + PROCESS + 241 + 90 + 36 + + + R=247 G=147 B=30 + RGB + PROCESS + 247 + 147 + 30 + + + R=251 G=176 B=59 + RGB + PROCESS + 251 + 176 + 59 + + + R=252 G=238 B=33 + RGB + PROCESS + 252 + 238 + 33 + + + R=217 G=224 B=33 + RGB + PROCESS + 217 + 224 + 33 + + + R=140 G=198 B=63 + RGB + PROCESS + 140 + 198 + 63 + + + R=57 G=181 B=74 + RGB + PROCESS + 57 + 181 + 74 + + + R=0 G=146 B=69 + RGB + PROCESS + 0 + 146 + 69 + + + R=0 G=104 B=55 + RGB + PROCESS + 0 + 104 + 55 + + + R=34 G=181 B=115 + RGB + PROCESS + 34 + 181 + 115 + + + R=0 G=169 B=157 + RGB + PROCESS + 0 + 169 + 157 + + + R=41 G=171 B=226 + RGB + PROCESS + 41 + 171 + 226 + + + R=0 G=113 B=188 + RGB + PROCESS + 0 + 113 + 188 + + + R=46 G=49 B=146 + RGB + PROCESS + 46 + 49 + 146 + + + R=27 G=20 B=100 + RGB + PROCESS + 27 + 20 + 100 + + + R=102 G=45 B=145 + RGB + PROCESS + 102 + 45 + 145 + + + R=147 G=39 B=143 + RGB + PROCESS + 147 + 39 + 143 + + + R=158 G=0 B=93 + RGB + PROCESS + 158 + 0 + 93 + + + R=212 G=20 B=90 + RGB + PROCESS + 212 + 20 + 90 + + + R=237 G=30 B=121 + RGB + PROCESS + 237 + 30 + 121 + + + R=199 G=178 B=153 + RGB + PROCESS + 199 + 178 + 153 + + + R=153 G=134 B=117 + RGB + PROCESS + 153 + 134 + 117 + + + R=115 G=99 B=87 + RGB + PROCESS + 115 + 99 + 87 + + + R=83 G=71 B=65 + RGB + PROCESS + 83 + 71 + 65 + + + R=198 G=156 B=109 + RGB + PROCESS + 198 + 156 + 109 + + + R=166 G=124 B=82 + RGB + PROCESS + 166 + 124 + 82 + + + R=140 G=98 B=57 + RGB + PROCESS + 140 + 98 + 57 + + + R=117 G=76 B=36 + RGB + PROCESS + 117 + 76 + 36 + + + R=96 G=56 B=19 + RGB + PROCESS + 96 + 56 + 19 + + + R=66 G=33 B=11 + RGB + PROCESS + 66 + 33 + 11 + + + + + + Grays + 1 + + + + R=0 G=0 B=0 + RGB + PROCESS + 0 + 0 + 0 + + + R=26 G=26 B=26 + RGB + PROCESS + 26 + 26 + 26 + + + R=51 G=51 B=51 + RGB + PROCESS + 51 + 51 + 51 + + + R=77 G=77 B=77 + RGB + PROCESS + 77 + 77 + 77 + + + R=102 G=102 B=102 + RGB + PROCESS + 102 + 102 + 102 + + + R=128 G=128 B=128 + RGB + PROCESS + 128 + 128 + 128 + + + R=153 G=153 B=153 + RGB + PROCESS + 153 + 153 + 153 + + + R=179 G=179 B=179 + RGB + PROCESS + 179 + 179 + 179 + + + R=204 G=204 B=204 + RGB + PROCESS + 204 + 204 + 204 + + + R=230 G=230 B=230 + RGB + PROCESS + 230 + 230 + 230 + + + R=242 G=242 B=242 + RGB + PROCESS + 242 + 242 + 242 + + + + + + Mobile Color Group + 1 + + + + R=136 G=168 B=13 + RGB + PROCESS + 136 + 168 + 13 + + + R=127 G=71 B=221 + RGB + PROCESS + 127 + 71 + 221 + + + R=251 G=174 B=23 + RGB + PROCESS + 251 + 174 + 23 + + + + + + + Adobe PDF library 15.00 + + + + + + + + + + + + + + + + + + + + + + + + + +endstream endobj 3 0 obj <> endobj 16 0 obj <> endobj 17 0 obj <> endobj 18 0 obj <> endobj 20 0 obj <>/Resources<>/ExtGState<>/Properties<>>>/TrimBox[0.0 0.0 32.0 32.0]/Type/Page>> endobj 21 0 obj <>/Resources<>/ExtGState<>/Properties<>>>/TrimBox[0.0 0.0 32.0 32.0]/Type/Page>> endobj 22 0 obj <>/Resources<>/ExtGState<>/Properties<>>>/TrimBox[0.0 0.0 32.0 32.0]/Type/Page>> endobj 23 0 obj <>/Resources<>/ExtGState<>/Properties<>>>/TrimBox[0.0 0.0 32.0 32.0]/Type/Page>> endobj 24 0 obj <>/Resources<>/ExtGState<>/Properties<>>>/TrimBox[0.0 0.0 32.0 32.0]/Type/Page>> endobj 25 0 obj <>/Resources<>/ExtGState<>/Properties<>>>/TrimBox[0.0 0.0 32.0 32.0]/Type/Page>> endobj 26 0 obj <>/Resources<>/ExtGState<>/Properties<>>>/TrimBox[0.0 0.0 32.0 32.0]/Type/Page>> endobj 67 0 obj <>stream +HwVu6PprqVw6PH.V0C<.}wPz1BQ*Wo.`"` Tak`h0 |W_ +endstream endobj 56 0 obj <> endobj 68 0 obj [/View/Design] endobj 69 0 obj <>>> endobj 61 0 obj <> endobj 60 0 obj [/ICCBased 70 0 R] endobj 70 0 obj <>stream +HyTSwoɞc [5laQIBHADED2mtFOE.c}08׎8GNg9w߽'0 ֠Jb  + 2y.-;!KZ ^i"L0- @8(r;q7Ly&Qq4j|9 +V)gB0iW8#8wթ8_٥ʨQQj@&A)/g>'Kt;\ ӥ$պFZUn(4T%)뫔0C&Zi8bxEB;Pӓ̹A om?W= +x-[0}y)7ta>jT7@tܛ`q2ʀ&6ZLĄ?_yxg)˔zçLU*uSkSeO4?׸c. R ߁-25 S>ӣVd`rn~Y&+`;A4 A9=-tl`;~p Gp| [`L`< "A YA+Cb(R,*T2B- +ꇆnQt}MA0alSx k&^>0|>_',G!"F$H:R!zFQd?r 9\A&G rQ hE]a4zBgE#H *B=0HIpp0MxJ$D1D, VĭKĻYdE"EI2EBGt4MzNr!YK ?%_&#(0J:EAiQ(()ӔWT6U@P+!~mD eԴ!hӦh/']B/ҏӿ?a0nhF!X8܌kc&5S6lIa2cKMA!E#ƒdV(kel }}Cq9 +N')].uJr + wG xR^[oƜchg`>b$*~ :Eb~,m,-ݖ,Y¬*6X[ݱF=3뭷Y~dó ti zf6~`{v.Ng#{}}jc1X6fm;'_9 r:8q:˜O:ϸ8uJqnv=MmR 4 +n3ܣkGݯz=[==<=GTB(/S,]6*-W:#7*e^YDY}UjAyT`#D="b{ų+ʯ:!kJ4Gmt}uC%K7YVfFY .=b?SƕƩȺy چ k5%4m7lqlioZlG+Zz͹mzy]?uuw|"űNwW&e֥ﺱ*|j5kyݭǯg^ykEklD_p߶7Dmo꿻1ml{Mś nLl<9O[$h՛BdҞ@iءG&vVǥ8nRĩ7u\ЭD-u`ֲK³8%yhYѹJº;.! +zpg_XQKFAǿ=ȼ:ɹ8ʷ6˶5̵5͵6ζ7ϸ9к<Ѿ?DINU\dlvۀ܊ݖޢ)߯6DScs 2F[p(@Xr4Pm8Ww)Km +endstream endobj 59 0 obj <> endobj 71 0 obj <> endobj 72 0 obj <>stream +%!PS-Adobe-3.0 +%%Creator: Adobe Illustrator(R) 17.0 +%%AI8_CreatorVersion: 22.1.0 +%%For: (Kacper Donat) () +%%Title: (layouts.ai) +%%CreationDate: 7/31/2018 6:01 PM +%%Canvassize: 16383 +%%BoundingBox: 1 -106 254 -1 +%%HiResBoundingBox: 1.99999999910324 -105.999999999642 254 -1.99999999927968 +%%DocumentProcessColors: +%AI5_FileFormat 13.0 +%AI12_BuildNumber: 312 +%AI3_ColorUsage: Color +%AI7_ImageSettings: 0 +%%RGBProcessColor: 0 0 0 ([Registration]) +%AI3_Cropmarks: 224 -32 256 0 +%AI3_TemplateBox: 16.5 -16.5 16.5 -16.5 +%AI3_TileBox: -57.6377868652344 -436.97509765625 537.682220458984 404.944885253906 +%AI3_DocumentPreview: None +%AI5_ArtSize: 14400 14400 +%AI5_RulerUnits: 6 +%AI9_ColorModel: 1 +%AI5_ArtFlags: 0 0 0 1 0 0 1 0 0 +%AI5_TargetResolution: 800 +%AI5_NumLayers: 1 +%AI17_Begin_Content_if_version_gt:17 1 +%AI9_OpenToView: -51 144.333333333332 3 1554 988 26 0 0 108 87 1 0 0 1 1 0 1 1 0 0 +%AI17_Alternate_Content +%AI9_OpenToView: -51 144.333333333332 3 1554 988 26 0 0 108 87 1 0 0 1 1 0 1 1 0 0 +%AI17_End_Versioned_Content +%AI5_OpenViewLayers: 7 +%%PageOrigin:-72 -120 +%AI7_GridSettings: 16 8 16 8 1 0 0.800000011920929 0.800000011920929 0.800000011920929 0.899999976158142 0.899999976158142 0.899999976158142 +%AI9_Flatten: 1 +%AI12_CMSettings: 00.MS +%%EndComments + +endstream endobj 73 0 obj <>stream +%%BoundingBox: 1 -106 254 -1 +%%HiResBoundingBox: 1.99999999910324 -105.999999999642 254 -1.99999999927968 +%AI7_Thumbnail: 128 56 8 +%%BeginData: 1808 Hex Bytes +%0000330000660000990000CC0033000033330033660033990033CC0033FF +%0066000066330066660066990066CC0066FF009900009933009966009999 +%0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66 +%00FF9900FFCC3300003300333300663300993300CC3300FF333300333333 +%3333663333993333CC3333FF3366003366333366663366993366CC3366FF +%3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99 +%33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033 +%6600666600996600CC6600FF6633006633336633666633996633CC6633FF +%6666006666336666666666996666CC6666FF669900669933669966669999 +%6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33 +%66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF +%9933009933339933669933999933CC9933FF996600996633996666996699 +%9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33 +%99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF +%CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399 +%CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933 +%CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF +%CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC +%FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699 +%FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33 +%FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100 +%000011111111220000002200000022222222440000004400000044444444 +%550000005500000055555555770000007700000077777777880000008800 +%000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB +%DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF +%00FF0000FFFFFF0000FF00FFFFFF00FFFFFF +%524C45FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF +%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF +%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFD6FFF +%FF +%%EndData + +endstream endobj 74 0 obj <>stream +%AI12_CompressedDataxIrr?L_?"o~}Ϸ"wl˒2i>L&^_ Me.|xW_x>=" !U7Ͽ>mr?i(xlYn4sןWoϿo\jz/=NUʟ|͗\RR3~{gR۷zޯyp_nwԧ>~Oyz7ٛЋ^h: Kqtt5UϵǍ~16O4RuZҦqa,j2眇:\uWK<,ԯyxyׯ~1CO曗oNq%:o^qg7wogo~doZd.~Gz>Qҽ^S_>Cgz峿߽o~_*ǟ|(4Jy>)js1m뽯_}FzfO_p ; ޼P-KrE޼(i:/w'%K^>mJ4E?[zmLg_߾Zqפ{%ODo^Ÿ~qn/ɿz~_^BWqRٛͿ_}QHO~\z~w{Լf_ +7>͇\Pf}}׿==?<݅݇\/zfu34Kkj|nUN v>VW_|]=~=>9o}o|o}/>?ܼ=/?S|$_/r_K_|o6L7U _@+I|[={[3qzjO. B +6g3Qy =oyqn+@9k/9z߭[ŻWT7Mͳ/^hxVׇ[=+Bpŧӧ Wc1-PGiZZK›C +̉&UXN~h91/5%SQPuʒ(Vݼo~nn:ѽn}xtך#xp@>pC~:??Ve7ozͳWj9T 2qsۥ84)&KkYOg(-u2yVުP>9hǧ\Oףz]u1,:6ʼL<ۢ~ѳn9vC'mjw:nzqS4NSit܏w:n8MByS}q_ouQRu:ѠY6PʽrCS2hE7+C~q.qyM9f]:t !qQ%pM :56|!ApVnkYCݏӣKۑw#?{X߷:onfр40t ^ǭK0g S%AŲcYtI~nu1XX"^AǝdVǍzGjGO%BARvVk p çHu4 %Il҉|.]B#9]GgsEi4ʢ!Okݤ{ L.2HGum8iT uMh̚awޯ譛zvzPOY}y'LՓZ#*&p/5E#?Kn$#Y$Eג{^ꪦ]noo$鮨;뻛;]Qө܏>&s}{#~4a"YnvvytBA*jzS Bw-C,\{C툜 Ɵ~Zqc!|`V[}fOj5nM;Mw&y8sOOU=S˄/[ξҸ tۇ@NPu}( w=:^hx}=< 0Pǡbd*m ;NS lNy@nץѧ,^ėɭ¼t[O;F&Oh&6|Tg7tUucpkq:$A(#V,ܘ/7+b5t/=Ih*{\p/rI%Q2.DM"2J^.d#IL\LIZ%=Yr4H%,kv֫O*d!ذťhE^wcArb90dBn; a=zZ1{ ƺXjdX$X&/4 ^\{hq(K&p$TDP@r`dP$1vr54 G(;3xx>G6>eDOp1XX"zA+l x4}OI##IVβD̛0yr=]6~}K_z/!#^?Zq\[bIJn碩z!-B7B[ISJJ3^XnbT,F^^l԰T/- ʍHխ% +[e,c_(Ez ݶ@H1E"uD,TbE㲱!dȺ~<gwˇ ?:ţ>qɣ=}OCWˇj tJͶj{!eik-lY +GP{ڀf7(6n:;SȮPt({R{@^wxqw{]B8 | K; m򎣞|%Z>F>"gMA֠Ih2`v'fNȠNݔ^5ʪSZ m7ϴJٴJ8hNf_MMv ttf8KyѪgsMsqGhSs.g{T?L+=}4X{xZ_I+XWIשB)>-,ٵ$n,oVv[mb + 'ژipSܴ"'Yf(IIrw7SfAA]Qz-l-vZV[fpc?=j?ze_tU`Y^$\Gjo9-S~p_>qGvC!A>CW+]q(w7Z P~d5ݝDtWw7v!Ov'q/'q.Y8&s1\ pw Qq \v ]9': ^]$7q8UÞ2il(ǩǴר]lؙ|jG[ruוa!t]sZ,Y!ռv~ȧ)?uw']qǝV>n?? m׹GQ|(5uŏFQ>j]liﻟ4ãiuim 42LpԪWTbMӜ4 !A +DtHr ]=S7:3CWSq; +Mm*yipxIw6Dz NZ!o67ҺfnlԽcjc*LɜxyvwlJV1IKRw ` -MҦt 9]_Zơ@=z·|剂P2t!eH,itӚFa槙**pDŽ~O 09=O?IR:n 9$ZXf X$DGAN& ꭩBpp àC?6gBw8 C2MX:Q;s:{DZ?շ9s_qM\oGҹ7'cod۬6=ei}͇ݔe|L̑oe\rQݓssꜜ6cSRz!abvtvgǣ]\8Gza5{O?v+~@osg≦q ifNϚ5b]&W͠-[k# : &,xZbYf)^{;gpl9yr^ا[,,Q#Pܝuna;քM14 GFQ6Xc+ڱX#THvO<:i)$<R:Iz;6|ȱ [;tyqw~芏>n+~eZ<Ôƙp@">2d0׵>.|mOirӑg:^5H"-GŜ]dLTp|_+Z6}’?]{іaMҀB4MmvqOOP_Yt݇QEHB lh BxAợZa)iS L1؅8q +<~Vj-(EVKvׂ-EyyxIc/Z;c?vFߐΊuG ?"mwtTK+ZnlT+ Sxg`Uxy#ZUuZmvQ=q)&xf{aᇽhlvq천uG`"s_Ņ_5Bv 6k8Υ^#U"JTFE5GT,H-HdFùJ'JޝimU#v 4>^?Fm.e>`Z{٠x")w[tТ١IMBIܔj.qʛڦ+lfWXKR,Y%׽Z;GU3Ț&߳2C)m_Aq ͼU,[Ztv[9"COi^?yVQveF.{eߡ6V4諸H7x\䉣WYVű"qmE{eE@<O-~ҧŸ# :__y;+1G1uh9vLC(GVGs4'`y +[{ǟ(`82٥{tކح-tj~|@AÍ`o=>|+kٽUOGNBmIWե\kM;jVW>O.!ݱX`_#y_ +yO,q ~' EZipxWAwãSû~pOB[ .?gȻ=z7}&[[ <o}'_aO`^FϽS;>.2 Oz̳oص#Wwj&=D){ԯRU׏x/+n68o'\( qk`}Յ$=;CA47],WzNӒVVGkG<:??Ju5vЁ>>l(.xӍ͇nZFyiW`.L^bژ[lFZtcLx +n9BktR0vm^?_{}IJv&c'ҽK} N ^wFN]7g]-˅52Jq&rdHГ,*I$jW~5jMҘɖ^uLJ?xLZӝT%ϱXS}GmWۘU=d G#vv<\`/ow|ouOVon0r"kڗ1pS[)m|3c:tr'I+-߼e 늷,盳dv{OoK=xzTع74u֢g<_nzZ=MKGNϽZz(W̓aIv4*ll•Ix>ǡMS1D 24R|)]Obs˴eyn6h-Q'mx;S3 ۮ$ OҎK/Z3IK9 G[.çCoYoo:n,9GM9pT2`zn/lwH7({'0 ܞGdh#l'ހ9pNM!$a(|0ݺM+' j? ڝ{<{ik?>Z7 +Z+[~;nn+Y|| )V8 vKɸ]X|Gq)_/ɌjCnݻm_ܴ C >+)ASIxGynm1ǝm[j۰Ё#([{:5zܴ渝VlTJQv2D6dóFM$i%PN;a9w{r~U9a Œ}tbdf x+'&]dfyqY~{ +{c8.a 3͋Ąn÷a߅w^wFݧ~tnuӓ^2`b'lf\xiˣo6YKΝsPӶMaң^otS.k،>*Gd3#ӧn'~om|ݵu?Ҏ^٫=)1乵{gcgY|99]&,YL!dwI÷;o4H&W0J&}c8Gr? wޏnTOf~\Mݏ;ޏ~8 [V;guL֎u~G=VKS$e!,YLܞ^"2qZ.-:!it&ƢKzG2ܤUw^ 뺎MC62pupK iV57+!^ d_™Pa~"\;;.g%N!~ңpcr_87$g~GdrPVP{ + ٞ~G<.cu)G yPR>zԟνux=05Sm'ֳ =olw|ws.@: + !|'<>E HxDyuBg?ݟU{'=7=}>kZ3uk_riZk 1]* %K7j&ZkepusMw]w>_ewk Eձw{ͭ= ;diܜ}vY~Χ-Ns):&V>vwY?_}]}-ٻII#Tr6w"\q'.[eBNkDqtG%NDBANVxL;Wȑ s + ;OǡK[?I2q\t>vW4\Nz;n]L] m^CKŸ} <e5]E=ҋbҽw?ޑxoq2nn\:rdtyFfgՈ-q~2Q&>Ļd?3/DIvģwɼN: Oz`Wx+ C^|M'?3YFˎ(-ntaWܯ}ͫ_~v8R}/Eī: N:.WK~X׿xou>/ko[m9_|o;?_v__6|Wo޽ׯᗱ_޼~_o_w/^>7?;]|WxAD)iX&YS Сr]x"k''O{e:r5Y4%YiWYjH"fӴH+Ӽ E^4t"]%Ƽa&橁àa5TDg/a>Hʋzz;h0Aw(WmLR4-Y1zk=m'@.ԮPt{խjR&hE-YM׭Jb%n%}GCKF*q@jhRkխl'$ Zzsvrg^zWqNvtjpMg{P<*W)Z)4U ^._ "7d-e)Ԡ k,d^Q}RRBnH=c@VkbHE3 +E5+^O 릥IHi(יwj!=3nGQ[q!-UYj$}K-Z3-fQiPWdB( +V2ua;Z}LNª՚WL MJxR!z1N-Q:'ѯˬ}Zq&wH|0_N 3^-4FRiԝxR&뒢E3-xVY@3]4[&iu6h yh0Zh<~r&}]4In(#Hir%ai\ԋ +tuuV9; /ѓ/}DՐuKwH mjƔوG)f_!#bCh&>EBT4]"Ǿ')A(󠱼);&ԕƥk%aLi2؎ %˃fNe=a'f FUgKf&gJryW'stB= +'Qӣ_E¯Ir5ۀIM/:Pw`4hcdZ!RK/' g.⮺,TBE]ufx*(!";qQd/]lJ*J5W2*C@ճN[͛@ Rݴ5BSQl*hu ڕA-~J^aՀIFʶRXS"5 LyS*qGN2Z5J[+zE2Qҷ)wHW LKI.'X'/@ $ ɬ4QO ZIZWjRɛT@IpXh .Բ7[pb +bf &54djz`<7݉8C$ +4C['7c_HjِYH Y+ED-ZRQ^B&=(Ъxye>J:~2CNR'2Ч൅)>&.4 e azP]H0 +ꩁThmhL = bDrq( :sf <JVa6Ih=NspHs ׈x +]J wpeLHit`Y1SYK&M1EJk6&J*YW6,8n)ذZ + dJjؑ"4is ' IAXΒ:%wGHd4 ?͓Joe†cZ憆J"F .¿Zӈgz}(_zaD<_!a,j"k֛*,MB"3Y%n!+ŜK/]ݣ:R˨޼JyLZ!kZFP!&Kk2ڥ_jԑ^MP,E)JJٖ<>Nt<^ҔstnUD͚~bU/X^PLªi؋Mzͧ#E4ӣ %!-p4@Z4e,H}˚YHi O`ߗ U騳qUVҡƖZ +;C/dZAFF^5'+XR]:4lʲ|H0..o%6ꄀ4,cN<4rrRǚ5O:Q]XTFlQZ8W-ZGDudt#KgXhZHZͨ_0]w-td,5ޘeD/nitb@GS=;1v,6&V.QTh݇ JԄnG +KWQT+#bF !+ +HV ~;` +`W$=ܰ4 $ZpS)TK^JCbdcl,21YaŲ -񀴸~WkB`E +i|\R7,= رE-"Zdml  9/H yA<ޝ,ˡ G^=ZqTaea-LqP|Nq&0~$rŁu:[/0LїҡbNeN`wE甽 UOj%c$QE U1Uh1$Oa$fC^ +ܞ72`l #{ci~9 MF1P -Hk-~6Z`ȱB=AsB*.a>F4SIRG(NfD͇iǴlk&,8bh& 2KdXC'86P5`+bC )|(ٸFl }fq6N5}J(#xWYas8'I@ +q˳尪<:W@wUZf VP1A;[=*O7hE ~Y|i4{`f{mk57$W4 s:Gq 뙆x>~ P4q$t}Аk$iGC#^Yx^"i#U0x0-4+hUЯRScN-sd-nDVlzZ4oFQuYЌ.,q |!Md'8Z #%aE1֕Do]5}dc'^b.: Agw'c9MVXU) J c Z"`5#[</$RT~߾}?oh8w=_EI+#d. ,j(Zp/IuXH6E :Q +be~^۸kw؆]YA޼˱֛9yj-\ H/:YVw#fR+yf,9n'w5~xq?# -.+X譢k!HfAUm9]Zv +|_KblQ/ef8BRX䨱AYYF:g4V +jjbLW7n=[ k UAV]C.q |ӵSMiуs"O#xdDu$ɹ@BZ uXC!.:]6璄0-|prj nw\aͼ})5 ?f[Ao*qG'}>ͼ.cTox19sI66,o<Ҷcglo"u$Ξ9,0hw+x1^r!vͬ12ٔ+D2t'PZf3Q<<3h{4B3CN4 + &I=(;5cb-Հe3P L$N͒.Ђ&`YbÈ@Rٙ`c8B0qH3R> on r1S!gsy nW3m -Xx?} fخ­s -g6€h9f+֔Jqgfs2!F*,IT4KnVyj.}UBB-rbķ(AǴ>jcNB[LuJ يM"T`RYTWvȾ3A_Y ɶu.[pg(A& u`FݟoCkН4b!*(@ G0 ?'I"{i5Hu p)qh<^M\ӵǧ%|O {^2){b`{7%B/ؔRXZGΓ9,\) +_}L/ː!Dx@~fݓչJJ$K$`+zp +bgcWf҄ESnvWb*1z1pd>pe>s "T,nAx{ۼNڄ + +> ̂p\#M>N!::B+-6@B3cUFx I a 9%46t5^T/|e 4tzH< Ķ;-*ːd=aAq +NpwX@Тn/NncK9T #OD #Ho0/Vx +NIcimo fwV+PC͈#-Px첐$[GN0҆ +EGN>FxX Ӓs%SrX hڴ +p,R3Tn/AfI1ӑh3`BkqF#cʩyӂ@8?[| 0&PȪ >ÙB&}U ۪ !ankm:N!kD4l gNh%4lcqINIYL_dЄΦѷ!T^V9Н +8iqTsAg. n>؊Wa&ÄLIgڌ=lJȶ}k $3Bz' ='SNDV Gs@Ԝ5M崹9 T 'Z %4i\0HzLT/'^-V ƚ#F6+a}\9k9C4sMXSAҡ#gJ_ *Gpi&^(!{ s-kZ> +QZnWR" + !8-ۀL"h֪.܊e1PK8m̚E',#8 SZE-Joa&h#`FVK +nd3>V9o&C?ٲaּ{_PՋo9(G\HnLD Z:eu=b?S0hi +B]!1>HCZ"KIsƮdMMpƬ_lZO 8 "X7zsܖ6Pzt + HL +@ .{2+ amYdĂa+8H&Y"RP`IC^妱Gu @H龫vf8hx%Ec{J A)!5Ǥ: owaY *@J>/)x#!B +1l*jQ G3sʕw`΂$a˟ꝩ(Ff?ǙI`B§8UyI/48hZ=fRM:/DbLܰ=Z8 d  $'m.O~BeFO] 992 1 P*%mrQӊW a@V!wFhs1~p ʛ3x!B8tUg}X+j{ʒ248w*psPKf*}vQ0¤y_ŽrjQb`kMv45DfZzs@vtكZej(ve S>@ zZjq#Iٶ#*)Bdokp(^tHdTfI,Z a3u|.A I-NC0{f3Z L>p*J`Ql@ ?jO=&ߪ+D`9l 3Vbt rl=ԛVKjdqɁ|L݈gʯ,f88xyz܂Laa\YY#gv1Z,\x/&C)Bw1M &sوׄXиopy|5=craf澲^ĩGX opdzJ4&_ͱiXE9a +fVIfhprf\2s뚍I[3! `2bKf69@99dY!=K1dAl!rd[_voÉZl -2.%gxB:%YIDZ`-쭇o6{xЁ)I$ʤU3US D@"E+ʗ 75~Tf@ė\عx`c,a{7\K7AI ;PfyB!ӌ*Z&#n5j#u,]F;3מ~+"ya53SKafC/q+f\a*0ň4%EcDrqޢcd&QϞfŁh6ʁrgCݽe3_'p5 Yj:)t3۠4Z21BsBH "b MoČyEyp P!JɑifHd4-?Il"uY)q<%%Ht`=U5Z ,Hd-&c|<30un=X8eQ_9\,dS؂[L &TJpz+eCk!E556(‰[N5wv5jR6pĐ_YW_Fh]bt>#<[.fw8Xͪha5I&+l%!!tx-Zp%d״iflJW=> +B%*@w2PBPo"8VI1$ mbPZaZ-=y*jM2UqX |UV^eMn7_xL.)BSu@Wl:qj(xm#$3+R=B{ 7/jCDMpbbl_!A/ eh&bl t~8Z7&hS - 5TjТG&m0tQZá \ %&@ }Ȧ$I1en(vA؜/G OX! *G /'կLEو(QJws”G S:yEgGYԗsZ\BRk4a${ՑD-" fIΤL^z8 !H&=&؄\0'2;4h +)/ugIS#驕8Nt:XQ^wx\*0ɥLh4:0։YD2;ACq0zB4F5OqP +f 䤎V-D8bGd@ui/LF,D&QY[,QBr ='G9.b?}ZljA6 #(,:D|&㯳ȇ|&oP.:ux#7!/F"C'yQmpv&lR]:XN@}Hw #%n#?$.!q$}f)Y Z*%J0X2doSԳ] PΚ:KխQY!?q%H ,i- Z-&ilO-^]( ? rK)4hP5ԢFX]dGY\1X"IH7R$ձok o;tQa{p-#DU)4dju!1D5ss & pQ; bs"}3s+ vr!*JbZKҙ8VdI8YmbY)WHhCpBjsl%1,jO +ص\¡9Z STzYE峘D:߹BGa.n1p:7*NV: e1yiL I _<թ^THL7= )g+4Fz@OV)TM)#.aPihmd{2{&R0jgazB߰IٸɥYK0 K``hbq-MD!ez;SkcY?t낄rsPnvr'<}ߤt"Q,4dDZv$Y茍ߜ2?|ctb f+3R} +;$m28ŗޤzz2 !ؔ +g5!HH-na4k:RG5)DŽWhGW,c$m<{CdEvv)ME3,f|t#ҟSǦIMcY·] +܊jq갉>hWAl)9{lU]\ H9xMchAsr [Pރ2avb15-f$)L$1. Nơ1lmlO3ټ,WԠVzvhQ1Ԃ!L_WjEuru Ch.Y8|pGWreXiQHW]*Acr +Hh(Sw;j *8۳ +DUPtX#Pαΐ0xx"Re|יA]6rZzDjq9\#>5B&Ktr8 :)i:}f!u x(%5C(tzx2tOZ@z١9,0EW8RAI;_j$: ,ݤ7Y}_k-8ZFxeЌ]o,E%菓'}b`<05YgF (!T^5(?) +Ȁf3E)^iGφOX?2CwL +V 5qS&,[ `W@[8jAj}OTrg3V$Zwv.KFvivLåf&GȺ젿Qc#nE@@%6"UwOd lΑ/zif럍|F8&Ҍ65u%7winjO25lLR~K=K۝1Ȋ|L~j2_.r#9okCt_]w K:h&#eCH*pa +!&ElQBi u̬~ 4^샗Z/kAo^F`Ƴgj23fE;X K!iݙ`@yl¼{!`BU, =6bĠq*%F);n7H)T?+SQ+XRCoI9>S}6S.X| [URc6: SIYvUE'-Yh*fC!V_}֛o2ؠcqp t5/-d6h'E}^F݅u +} ȿrbV3FOJBL[ IǻOAna.Յ6井umbsE0Iq/N46\S!E9~[ff݄uⰤGv7x~\vVv-Oc ٢Z8lx !@eԞ.: kQr,B%lJЕTZeum4#L22j}>n ~q<́p]К`\|؁!b/D*ZDIu8,\KK]X WzP2 i:oό[C<.APV[*STmxgoZ5R"Quf&jE"@7Q] fY+0 I]@FG3'mL*5ei`~:xO Ny3FWHOL%TV;Xpї֤)8\j΁'שE343ҜaVj`(2y# i.Rn(n m4r<ڢ;;JUS+]%!%2v{gsXZ[[ +3C͗[K(H]ɳkF ]0Zxtިa` pdZLp]lMҦ6\21[{:vc|z"l*ei0Op*Sjcw櫫-egnu4rslrnl}=D5u$*ScKYMthegC߽/2ڠkm +HLd`.ULQ'؍te]·5^\W!hlZgYEb_kZXM0Mh;'0txtڄvq.JvHN"PIQwWaW'(*yp6uiK$ |M-#LЮma"B qcq\Ўh$_$,W{b6ןͳ>}?{/ް޼~_?{t/}Ǯ?@rvbA bWkLdXg'ќbk,pfP5MOpTu8TJB5B]Q͎ aN,]R0H*k*(H" +YJ8u_r 8yqKPkx1l{x Fѝ)㞼h^֝7AZ-f7,Kli-=45$UK]DxDXJGpĽ&˒A4+!WVꈽ5E.paY^}4KQ +idW.^\}8EՠQfK@V{ZOnUkf;5j9gs&~\LspVPܚS]b81~B\jvZ8ST%Nd{cVF'$[nA%}]dH#[XZsק3=]iwi4[4Xl +%~fVu* ݑk/_JPF`ӊA"tvuufvf+DA +w lFڸ&k0e:]Brϳw1q ~i-K9.8.P4L# ВZ'7qPK +8;YJ by~Vo ]`aBقew'Tܻ,*B?|i4$=M.j ? +Y})ݣT)r9PALS T{uo!3)A`&0j{r&'I*l+,f6IQR +\:=>8ToPћ5d^dE+uU +oΙzWTvl= @S#" fd Ɓ$EQ}hs-@ vt6wĠ߃. ZfL ̲xK)w^Sraz3kl[է7Ɔb)Oώ0mz$z_ע q'ذ;.8q"+n3 q:ʁGGyV8к끚ޜ<:@ +T `4#L t_M!] pMHN!;x +u.E-d6XMb}| Iv%WН߷wD5%!E! +b -Ũo3Zb[҂czGy+ ک'5ɓ9y)^%>26֚0iq*C=a۩]6S:o̓#L,g>.Ӣ:>=:7Z'x%rdTz{w9v8%"݀oNd:y+*%5XL,?XOp^Π,YFˤ'L36Ϩ٣ 20Rf?Lqź9]m.4ڕ_vK8x@Ӽv>tXljIq1Bz pWn' wɨ&]%"ޭ Z,I@kCpBZZD_])"ҼyfUH@9`l.LIFg4?{g$r]٭ +RoXcT=* +t 773m^s/D"&醴#MBlyV_o9tcKlഒގL?GO* Qd\yU,Rdg$''uwKP-lQpTx˰=_G+jn#z KcN#՛jS}U;Wg40GO_KR9LghZrʜm(U@܅~%JsQߦ_*U58`R8>KpJu$EMI]nU9>GD&8;vtТA2XĖ4FN68N [= bY\EŢEfs4z0J➍n M$ Vsȹqu(@rFzua^tfۊE7EqA[\o Pݾ( r#UhUŖq.QK/)JDž5#!{{t?BY. +D/U.Y߲.`,%(P@u +>XsU:0 vԜ"F;fQt:p.y9+օЫEҰ?>4ua`/a2\^n1w/msgZiU!VyJh#dy@ʚ.'ՁZ{L3?$r9DD^Tfhp)GҘcya9rx<%q, R~=V=VR5B"ѫWpS|y6C>(l@(DQTw.{rcM{g)mⱻP{PMں9]5Y8Lxt鐹KكU.5:n!|܁~"aqְSbj%,\C lCS(LW.7 + +aˊ ;E%ͭtI]_!FCrS\=5#;^ x0,7SmHd=|V*!Z4vla 5ʌiʈۓ cӏӑNh!ݍZK; ovđ9J5^ym'C#<}~1 tPp,FhռwSK t+ ;%|Bh]^q^ GZjW Rx@ +[3QPp _R;&w Dk?+V:,~zDl+`3pZ7:;dqn{ sS/>KN>&Ll3v\wMW'$+`xoXP+ahHI7u @ʶ+ȉs[I224Ul=8*s%n6kfBst]WVf3U `S FvDx+_~-Y;w}Yn.%\~hXb¸2H̆Xt#ƬWDa3t^aDVb׉ ISBT-P&uGϼFKYp;&v,\~h+c*jhwJy[V2Qض{p"T(NdnhCh=3"Z~ZĂ2!/&atjο>ORIws(!\ӟf;BѲW`:Z)ЀfW)V)laԅ4Lɀ3e`IF4夏g[СmNBYR2Oo1@h̟uV4R'`ECG^ T{(GEȂY(S!fئ|!>u(`+.MSoʣgZNP ׵mkqКV8\g|iww#H:8!E1R$N7i +Ěk500-Pܿz=dE\pUUIE+M}^-fx2B+t hEUY^ȷMVjx + +$Bi^OV`$#[M"~yִAc3#ÇCf'/\{ +)E'p=qLm拀Q<$VnlCGDyHPq"'׷t,?v$v_ZR /3@AvF&gNiH\}CfyV n+wDYOA'llS^ĚvԄ L # + +1Q@qF])#pI!.- smg 2b wfq s)ň$z9Խ-,Vsx3v=w@j嚭R mzw ZVTS o,b`NQ{CQ2@вEϩgUAUm\itc!JH*:48NQjs<aJ4=$/l9SI%kM{|9EA K_1e"o{V-0ȪD-UoEA~>HlΑ.=^h!$o}bQ4oK[I姆!AƍX? ffi;'Id![#4ZTnER7ZQy  >'oxk2 :ZwPhT }]Sg /TW~`4|#ш2quW)tf輢xEA4KB7p|_@fa`-_u$Bg(}:N֎" L wl}v,_ ͤ~ x2 Br+uJ}SԜ̉2b2Έj*A0ЪSUL'3k/zeopЀK3@vѢLpr-3i!35}H {*rK_dI/άh1f7m~t\|Z5`!N=g&Bor{,b}"oηTpYW<!NnP<TQSpy8/QRtxe+aó`9v2P5&ꮣΣÓ¼iJQa$,~N +J Xقw+˔L]ʗ6DumL*E碬hZ@^,*I>HEG}eS LH\8t?Kc*[#gJoTUWN(C.yC-/nΊL'Ύp4+MEi&<6Լ_$v p8*|hs0xjQAnjFPHRl~֢A}ZLNz34( +oXlR 72Jg{ru^I+/#4ߋScXa.Qau|O遛_Q: +xmև+=L0L]L=PvYZJ,K.(Ǖ+ ݾ9o!}"*Pn~+TT|L{+i}UKM8AB.RU,((/>S-a Od62FPOBf/EIqE`1 ]E +dǛ2 qRE?80H]&B+pRvuX"=Хp5{ mjt<6ra +ؠE{G @-lV1_CdDb EZmҩ(A*h +c3ttQ~m"o;Mqϲ{TR:ZL"W;YZâ *f? noimbr]R22 +kڭh+}܌VSe'^tA=o\D'%sb1*EVo= +`c(^B3ضHz&/3v: +@PhJjvV\uhZԄ_'YeOԄ[e+e]xC\ ɠQ-3Z~e,g芉?00ӉG ͬla/캦!QЎ**nfbihFq_EX.QCGܩ,hĜC5$:E7YM\oOpW0d  w$ŐjXN2g$ڴS1_ FDȆDRF`tl%FnL^}/5a+PP&/2IPAIw1v~-P69N ^Р43c*\Df?߾߫30!gs:a| /97; +p Ƣ 6_M ϔ nyr5?9xawKlc;B?+Wu[Ǿ.}Q yĐtS YW'sAt|I=8s5U1Lj (JjAt|\4$@6 #`9K֭U!dɅpkǼ]1,gLw+̄5e Cj 'w=7Qo!{* 7i_)[c^s DL.IEnjNi*\fd*=b)Ηo)Wu@1P㠞@.(g'L. ;sx_JRIf$~=Q]E*[j?1'r}]~, W(wMtDy^aKx{( 4~!&, +|Lw)R^Lѥhi =D 93wQhOSoB;-. + r3l^i} X=cK}<̦PK݋1卵|T( [ī U`Z<Hy `4e}&Y_ 2јD >Lfڎʔf&E2d +E<3=6KӃNnhgx"燙֣A%: /& Q=GA?ʖ׬Ȳ(}J<$/VTVrR#LVRO/TOy;xdX`Hs⒛#v0G+xa+k`E '~0[ cj#`egfS 25 +ezԠڷ'rBcGX8܆}#Jp"v<fy]} +kA#_O'G +GЄcl&r[qPNU ځD| W.^#˥tٯH],[/$H> +D-ʬ/Bqf|HIjE ^!Д1(uOQL{u\J  6vW^<)Zx/CREVT ;Ę JdYɒ)$39/G?|au |fHjF;9勈fa I"T(Zf{VhDb-^xFF,PYCjC%X" g\H=a7| +xrCX~"hA~"-Kaˆi\K`2hnu#ɕ^2p=/-0ASTy&k_CMFCTAkzuK,?ENU/ hA/UmEq@=g@$]?׈!d#znp}n Wz_^8mov$PO*JѸr en}ve9#c+mۉNi5c]%C\NLl' On;F. +ѱ$##4A1%D~c 폆TƳvbiXq)6ԓ +V3g/͟/M `,R go?~KE)K狃TƊ:nB[HEy!wI͑62 ]!h&nozTXj‘CJh7^\ *=@%4a"."г5TQH Ȕ3~qё>O8Uc3j]T*,˥QUk1@d8 Evs(pæ#BP5< tt!;#~ξH POXr虁Ը/"pQ%̀ \;zI.3X+0ZDgz ^N'Ƕ/ aE__nЙ; f18 X`$FT!8(texTepjLjRBVek9gUSx\.~s d_=;1*$z`+yj\,5"@ ֶ<~Px7}Z0H9K!XkKlRD>|kd'E]ELnLj]bq(~Ip7Hb4M0e~Q +2P XFE2-ܜ?-^ ;3W@o4"S\uߊD]{BխM#Qߚe;ap#JatNL,s /'7gQFׁ ,#`R'{b Ȣ'XY,Paڇ/r#.)\ 8,/F{^pY48+1p~O mu*!'<ꃛu6E&#S?B2Bq1-'3A] & FX>S9jȢ[a1}XPk] ,ۮ?w Mk 4&6@U-4skEyζ+T?0}-Ӑz51LvƷ,"XyM!VR/+Lv~GDxWx+9H)л_ޑs9lϰ>H vYsž3 Qê 2)USKJ0䉚'ՈHUwJc?_yz9Z rf~!h9P(=rsXuᨳ"B 品v@p)/{t ZjG_?#?3{FJ7(` _^$'RA MTa]Ns,!glGg$~.#24j{[fa@S>3g>"@>Ib=K /P^oWQC)F'yёu '_%FȁTW*h-OEtQW'aᗰD4_OA+vn Y,c] ? Xqm4\Q2a +)dž EWBK(ʉgwN,R09oL CFKL9 +ًDeFkb!5WcPU= Aq2쩐kqzNr۰s2_S}"V&:䚀Sq*NȃAM{&c.;vlf\^g4e!KH&f.znXL:O\S +gO.wH UԄ6e2d=S|b;(< TcVIgL!IC>/B)kD< Y~_VU[Z + $DeP׷Ќ\+ABB ;@ j| uj~ju*^Y 4RuUe"7ee},6p IrhCF]!$oL4f ++6kR)4ѝR:0l9$ ]Nm/QE)rˮ)(sCnLK0M +]{-˪cPSJnyH4e()i 7Ha:زpv6,ZJ/!M5 %Ⱦuuy0uΚY7ve7<b: p51ӯP}b:):TUŨq6Q0bD^TWL=LmoQh ɥ;5, [A|o ¯KzP¦*:na)/73iŊ!h_ӬGR$oOe2{{ )qt,P%%˛D-Cc}t܃b5B`qcrܼ-=^ U^ ŔvK3mӦL%>7B֨9~;ߕnޙtyYcC߰rUϝ cBl] tS + |0-ȯ>H@ JŗP%}Z~&|J떎f +ipBd+?/\!B@K;v(Js$ jp=%U+zg6uEh@P}2zdwx4hNޝfEA{AOW?iY `ZT`}EQQ2(5];c Ғ`]# "\(!ję nH%u@`( ++KQ;H9-)ݩ7=4&yj^!|sZ|:$hjM +ƹu\4y`4QF6e2qTaxAODf_ wMX K\Fw+:A\əR8h} +HR#B([V~SMb) #_N`wrRM*>"Ђ")w")㧢XqNT<VK )!t|:Xu3~'$U",_r ; ꍧFɉi)giYD2 8 *T +IwBuSe&,͵zʓ|dof)KشC.k;(I燙RQEdA`@ٗd9+)>j݁Oʶ}g| S><¿Pkb*(CLsB{TRS\wqX4(:=z,-\k/Y'hP4V%[O)#<#$Z];E|Hӳ]dEw# lBgO_tV+i@H>t3 ‘$bT2 qfk|{Jߗ rX@&CE WrCXKEV\Ҁ0mL55cJCb +L'u_Ý{^3JqWzQ:jۜk@)a \G L^1B9Ap?7xgE=@q#ZES.6Gyk+xr=4PcG"EJ,؅!2JM %${o2>6H2!y lU + Bȹd~;E7ci<9bvr H| +4rqyځK%Uh7-'~v %J% T%ZMm}U5JcFuEPLJ*[¡D]q`Nܵ#&?#>|F0{hQ!Yūf@Vub DF+cH u6Bb\U8:KsCg'?CILtFOrW0Su慨,:IPP~םՉ6"6T4Z[.T/L$*2[ /7C*xO5TTD ^>=%|n5 j޼(:SR`Hb2M2u"d 8xJxoI$ dCNA!oQlmqɜ5L}߾XxFqhuv6Q7u(DMw-S.ruZ954ΡjCӴDNeC2IiT"!Nߡٱ6ʫe@'ڈ;F@wPz8HULHds4 Z@dh0B3"eEM'{ש @*Z'8YlX'F^YgY(@W0&3"IoܐUqiQ(&uyl&pNbIx(wԕHxJ|`MG4e83hѠ@#iOߵ`~~UcZWDn|3٥ݪ})[C}3sĉnV+3;=O7F,oxbJmDĎ::0̘L`4_¼J$'Y|.#Zк"b>*ʸ'@0_ȍm:zP RЊDs0-7~lѠ@E׉E=íF$F~F9@E6o!*=#◲Oz'Z%Ob)> FyGPd4gBntd|zZXhhL- +m WZNu4F6tLƁתp=, +bm09 *U4vpHv9wLsrL1K dJ7[ +xt^6AtB'3 \q22|PœZ:J*K2@æ3[ZdBcOye @Fͱ^Ǯ3p:. +1;E6C3ݡKd<还A#Ne:հ35æYeyrhY"U{Zbk%S4cNh\])LI5Ӆ`;v*ݠ)5CC^?,3S?5nL`]&03.hi||jgif'k/t| Z`|DŽE5W_xrنwXWƬDZX쥵@m7$sgnn]e9 +W٥t3$VoSEױs?D`0&R ^bYh7Q0Y[VO;Gחi"A{rX7Arحd7*vœXjgUcT5 +̸34Wj28,p F1?sB4SE-p~5?b-mvT< kp+z}p=ed+5` ZwpF.k>DdjflF%h#+mMkbFfg].U|wۀB&+=1uZѼba\V"vסZsYm:J V[ԙi?BoXg EX[f麒wv{$ga" 9Q-;E[D'oۨw"zu'0{fT|2_[ +*0W aшPPf#!Cyf͏$HחBwAcBi%$ 1X48I\?̡Έ!WqT"(@[ʺeN躟IH/4EqY;pZaT!^$Ie* 'TC7k\KC*+x|=a,Y';l خEqlQ \3 Ҝ;!v7,[yH2MvDEts2Щҏ[ `b@(ElGrAuE%0b#ҍZHxN5 +_*A I̢LW< .>Ԙ S#i1[hHK(-LQȰh@ ${8O-Yl0uK }w#&p4ł^Rz '-Ξgz bU}{,l/  vӼb;A3"ޘ 7$J'X#c=2}AJ󓣞8 mp<#g i|QКgR>2z{PIr/<jS例b'**[3N|1(+\F FrPmBmFCE5#OLi$%\]R7M5B +(71.%ؒר0uZ Aef&=9'zb*`HbCJPzUilJ9n1%V4u7i w Cip`yWFyP +[₧y'df' + IA7'Qr(XNtRN(kςg՞jݷT;',0j4 4bH|>_ +cOOU0*4\`x-V֠,EB"Ȥ˜ʉ5{+qen;y~SJ@I%`- +$X0Ec4sB_"p ZwfxTub՛jr'n~WN{3lR2 v @4K^;*D2E2GԒ@6| Cٚ] ^ OmFwP>eϢ5޷z6Y`]Gd#X9(UY?3U.`aϯ%ȰDxYX*Ñ lR\𩠯0Y֮R|h#B#]Iu_KOJ#bTW{([ A^S= uxq%G? sDѺ0A>U8tJ@0C!ǁuN|r=gըp9Mg@5 +iō8@cJS@A8)k>Ip'e^>Ll`5kmiCׄ,m}Z;$#[P8{A23Jd!7V-"3= ьSUWGeh,4Udw-(1%LR",i +a/XkT0hn tFclPLgw_2F4 NY +KGaC,ZjU0-[%|ƧYF(76􃁧!Xc=@NqXS,z,n334 .RKBovY8u1 te+"Sttc샕u̖)Ω2 .^v<`Z&S9~$Z"'޻  c,t퍠dc8y( /w~)&z=;opd0CLOOSb!8(u;ǣVMnv_I-Xm+*h˵"Ђk[8s;u\F{$w'v,lS+环w "CxPTeG`'GTL5W1b9Gy"XKr):\Z*,!Do=%fPc`c| 2T!1ι}.Wzy:4$|JRgϙ.ʃ`OLM:͇-0tE`;9" [+CsyCyr`I'3p %gw8J)p +tz /ϛz/ac;Neq9TȴdO4 v t Z*z%IxxWv3wut锺سW<a:/FKfe=cn]ןaA!QUDcߌ&Ԗϼ{מG?.N1겮43=כmDmf>;-+aZGv2PBǮh1@Q.tA-=i:uL" AC1\t(@TG\O0ߍ:i"mg;ɚ(:Q +N ѡa`ԘͯKL4D }4ɊƓ܉kyeQL3`cq M7ŀw Cb< +bJPקI^"^[YPyl^ +1U L+<&6@*`>4~xB2xŔH#V%i⹛/kvn^MS*"B'6+iu[, +(F +SXh mkZ!۹:|eT7٘a8FxJJA͙,^m<۳lxGNyiE[#oǹW<#/n'䡉{U\jo?] (T[@6g/v2VV=U=bזT´>;*XD?Jzю}Xi87p5h9zA/0@ I-P +~R c]~w7ޠr& hvIbi2 rs v/38" 0|qIDjhDtnjŎk9rvaudO1TzדN:*- m siQZqLm()xXNg8F|\6qIG߂fХ|l <`eJt] +JCp!\EcP1l[ /.Mف>k³π)&YK0u 0hM)w;&&Yu#_8inlR^Iq%)G7CJY8Μ .'vI6tt }_l_DZA;HogˇlL|7V|O #Q"~%,=Jw),AfP"6:B r)y\`m"D`U/@ s `W܉uŒQ:=酝 R +L6b75oP4d'+AO@O >#+HSѪdA*O6O‹ +Q(T̲̱E)ah̞GO*څgQ3t3E~uo oV +<>H%x3iF. Ъ/Z>t5;VLvP&a8 L@2ЙfzMqhcr2̙JꙪg%0Ly:Lr ё$P`+XR&-s݃NƲ6v($Lti3ڏA;H(aX;*G|шW>5@Έޢ庶;qnX4&nq٨:0'7t$w̱^gmSJY3 \v]G<S_u3VU 9P? c$"vmG䳠07!_X ) Wՠ6z"z;h_sJbD)ǬXv(EHg%w棢rDji6Y.KY@k~[)U, E) ֍ODLcG)3nJ(&;.y!?8x0ݡNN_^itZP;E5P +oV`53{99}SBƧ"Pp(G]A'ϗ?2+:7UbVX:Ƈ|yjTF p\epW`(KO@MQSKݘY~ː#xG_+*3_Kc[\ kcmۆ_/=x@23;0b+Hݪ 7 `MOkBH)oflc0LȎhgհd +ݒ;"+y,ba_1f%a.>cyl~O^ a:b$ ֗тF'Vs ޣ ;LQ&Z=m^yOA3b0]ӵ@NHbUϑ&ȺR1#I3#$gH` =ra;@hN '?.ʂڙE啻YH&o*q܄m/P=f‰!]?2ƞF\dv1PL;cd"]SK pK@@r/.6˒dTm,Jr#h>-%D~vc>"^ 4[Զa+ǀ)N d(qFpB0Kj9Y=YU#@0MEh%zDQtf7/zH |5XqRtA _c#9foWp8 ˮJtm iP=z01yjA!mǮ8 @xD?A'$=']$PԡXFŁtԬg@Vg!Q O(@-WKmJ @Iʀ 5]Ӹ9Y: Tye5k2 eypZΒr"4ԣ %8rwwzW8#4В!7C!D$`,4 jywKp{p{K+A[H,Nȃ44!QG_j/˗ޔ$>t2T{`|!r~0uu+fHj U&T_75%N (HŊak 5 ]#,1m:t Pu1BQ2!3tr_gRqͥy(]R)*łA#M̮uUZ jM`7BY wQ6bW4Yx7K +j9 )YTTzOzk\9;kH渧S$3 +t֋yHDK1]FҤ6[$',ЫJ;K)nFtUz]]; cpZ6+AT*l `{tP,eVcOAeC||n| vw-Q{q-yt- d}HZ[*"e ଘ*9F뼛O%([n#UO l=B*F+ -nɆ +2׬cxYh0ltF۔@bA ;ה4f&'?/r As?g]GL74 +~ [Ѵ*;2LN%؏=0hh $20.31 BL̅ 82[|L;_2wuD~?U\.DLp5T\⮠mg'%>i^({v ~v #T'\R(I4R+F3;ᓸH %z& c+϶џnQX6xPd2VWFwT& +j:«-u@鍠n)P|@75P6ao9Ԥ_:ca +ꄳc@&qq%Gp +$ī ЇR]n础)ўjUyk~|"O_!'R6K I!E~xB5[*4+k"AZ}o'HiDFtPʏ͐ IHTb 1%HY.Ԃ$ _4ySl;[ @2h:*Sr^ yz0^-%!E"dԧ46;,T{ր}Z#tGD}N,p16l1ZF-g޻lj'K"o2-P Ey3D×+ +|ho&ܣЁ"L !S)C0NV.5R\Nو 5_?%^7!@Pns"8>A`sϰIӹ@Xτٍu [!\ӐVkiB= ӷgU$#it/63l xCBDis"ZD?6R#O`lthVwǚgdF~nkdu=L7XHOS:av$ldk +s4y +5Nk> f %π.ȻA[gc.Z<ps~_>5ch:g+r(b`f#~])' YӴf 1^U"#68#p[ WylNTh]*G"*RvO)rX`[6]Bξ`j (,c`,M?YCFubo# qCg{X\Uvֈ4 {h,< +C]H7zEOx:xKkJT!qB `\??2|,51שzm~-zD4*+Tį`FO K&J3{:IT^arNE!}$ fxfD.@_wB \Àfi\O2g:9(}#(O1S0;-V|Ϝ1̜Cqp?3Ev,#t5hy/%{}F (ľ`#%pC8i3N*8ŸcЁEvLQy˫&5J }~uu\`"7np4sé>.65,ҋ&3lhMp@ ò^BZ"['??%4T訛`Mvdwtq\h:o|vnOlv"#te??V7.,G>.!T́wMɚ[dpB-v:bL/:BY>&0l.4CRZ$6eG*/℘Xc_DNMܱjk!ijYg-9~?dUEÌ;!0|O +mkBPfD;aU 89@WXnq'[_ˆIyNXHgF՟뢕 xu3 :'全CzkیG@Dh,1 Q0D! Eiw*xTD|P jR +>{jJZ_Av{\ą*8$aG:j +1t0=Φs&:>!<# +S=ng'EEQn,uȬpB˓*S27I3t4ߑypcf94 U]2_{X2eb.mΟ +#'ηB|Q$BHzpr:>'rQ=.H%+aFG'FQGj{" t*wO\@7 +3h;>$%*a3 +$h.'g5 3 ٰwsAJ8*OkS\3buJg0#:\LĐ[XBKMIJ׷Js2*LFEYcnL݈UK:$blܗ.c\fḺOsCQ.Qi@?16B=!JvK]&:$t2a@RG*h1Z.D[SO/U"nXD'*S/(DJr˽5JQ̀ks:wDmNeY@ԹKqJ7ӭ{0#)щP _>V6fLFŠ4>fwhEH9`;,x_48@WO߀uu0RɄmj&i qoB "զūI<f CYv@H?} +,P69mJCF6ӯǣrggZUTԜW~М㠂)>&zÜ#l֨ u@/;u[aeEER"^4i:Pba>$ղ\+#pf#kp(ZذHyXl,d&, 1ԤrPEA-Lh穽?lb'QES* q,Y}zW\OCy +x!AS ŢA%$Wߑކ"9$idkv.Nx{a%Hq Wavaʊg."lj??h +fTDe$rO$U=s 4JȋK6kr[uhzu^X@֨s1Bb34e6*12vuF5rP+<\4~_fb/h78{E BХًXɂ_nZȂǶT@xoͺN;TB +;,(6#$ k4Uc1 Dmm,f?l?-$ȭX*1b؉",f_ +3[ N "t'<|H !h]Pʑ0!كžX@ u nFV!ڏu|{V(y=wg[TaEh6.i`G,ƤOo\i +dց,U<"dyPA"zWZG +OFvw"y}8Cq8U[*ZMXn: $[HmB2k}c {ٛ$WL ~فYҶ\[?̨%XgK^dvi@ʃ䒟 .䙕w Mܴ?/ %&aܛRs e7eCg{bpOfT"UaHqMnBf^: Fz{EV0UwN"R%vp "􏁸(]qr 1^Đ Fkm6hm]a °5wİVG \D$?.9  8zpeD\ + \Egy*51B~QKhcΰp 1h"'w *&`GfVk2 +)bz8dz\Qp'jb;h ~!h}{g9H\EC\yO 8:>VRvϭ<`i}U(DKd4&8Mur-4Ѧr 0è@u/=S-=)MBAXp\k}[XV[P,ePB}ClTCrBYl(8Y [v H)Wwkҵ7L ʬʪѕ(m}=#ǎ %A5[ϻq )k":rWΐ(: +0>m<(4,\t~FvSZ5@Dح(?&`VGWyK-4'h[! D+ Db0SCH$|?QIʑMp5ҁ#]IaO W$Sg9;Y>G² +$wnG,XeB*}Hp͏j!' NJTVl<()VP?v$҅>y]Sq-\`ɂ #]E::7! 80\MajBWt) Aӎ8 Y8R͇̬ ڽKxL(IsIJUT+Ly*iՃ(\,.KvB(P N +Kwv&U 喂p0{s!P ,{ )U,Q2[ JbQQKUa$=9[JP^ fH-H6EVD~PЍf` 81 Wqe*(T{ʑ$)F$`-n +ZI*{"?jQمHE-_p2[0 +㓍76u :Y +\mJB ,8P?@tW?B\=+2 u5'*WofoɆ]䝬="xHƚrT8]]6OAȵ"O(a%,x3I82HGv"0ێHLpa'O~Ydh#P)@tg$ajY8v`A@'T JbVÞ`ɱ)L>(-Z&{MktbA̻/((Rp1M2ׄT<׹Q6 yӽ\;P&QR,QU^;fQDF)*dKZN%߱cO;QH++ 5v܃zOOMPC -W̍+ɱMҝbY&Mpił otYyuH[btFYr\5 2IT 5'n `E,a.*=K~r +Fbrм*ˎGib)zT,UA +0o"n7B^7#"х[-aΜ@% +is9XR/)pKNϾQߣsHRθ 80beKyUVt"RE\AnR%ڪ'W슆]PI dX"y?q. aGE1J콦djbtӌ:|Kġ͘cț7kVt&{- SG};*Guo=#P+Cߘ}? 4lrӔznnDv +~U5lS8{hѫ%FǏ\5 00 蕭$͵(AeDާ/<>V!pPo*Y]uT!̬e-O`C"6|&[25GߢQAIAMtyPBuI"5c'(Ì ʦ=Ѱ|P +%a2(2aԉbawjZi ٚJ>]\=ɖԥ#͘zUHr` +hgvc̢6EDdFR Ʒ g(9rBᣗ-dQ2X (*trW]962jS` d#r4ݲZ@< C(ÌKV* + %SC-4s籪ʍ1b_BQxXhE?|TEy,Ov;ڨ2^ 5lRt{aaח*ۂW] }3XQ=+EY*A&5@bvc;*gmKnOEkt:@9ϑQ s.kfٚ9pP#EHaPrdwׁ]*$|Xz{7a| ZBA* +2.%&JbG{-*ͤ[ub3sG8XS4kn7JO`<(&pnUݥ:,xϚSAV1lXA ӠQa#I`S +_H'MPhW^;gq> I 1 rF@:#$^%ifQ䞕("Jp9U+bWn ]J +\ qCM5O f<+\9 @N9ՍgG {Г4N"m!B^i3ŷ)'D -xC#!%NR6zҟ"XuiFM,$Z§jV,@Ҹb]`]g#DS/Tě&ϋLF}*y< E䉧|׽Ү<\(DJRZ?E6™Zk#m6"6acڴ.Wޡ8Aw2byqP5נIǾ + lӉoX ThHy0!)gG::ݖ +`QR#,٣BOL5A+"q2R@c]!3prpA4D|h$ˆ&D8YŧR  E<@)O_ +);mW*E ba)sFZZ~b*5 BCE&,]^*_ ֋^=@:]qƖ## pj܌X= q0 3C7"q0zT>2yQ'AAx\J )i6OpS`uo0V=<6b +}'˒;(Hy ɛcn( cH[sL*1y]H zwӉkPHKsizU&*aa'!ˇa56}R idXP@#pu7rdxuS%({!iMY%+F};E+ + q!ZD%)!t(kFArzbEFilы:_=c140A> +(dOS0wleSm켧(d2H?LoL^Vĵ:gY*񲭦Bt {D+x&ImQ !4=|QpmY)S~&vX|6EyUȴ<*|zk +O౲?KXEnڃǫfЍM7cT'`T!%Ml{!Pݫn{xW=P(!|"A$`cۨ'{%a "ؔkW"U#n"5zH(t \KZтMZ$EH8h`_m)lޑsH,^ (.,mtζ/;2LyD򂋢bO+W;2 I &F"90 `0^#w^\a_i?45lb=czmEA!]N唭NDaE@nztGj##5W ( GSB>SaCฝ#PDNpJ]&;V_$>H +$at +(bRɩB.ФMC8D5oDupxR,9Qg ܯ?ooyTϙ*Ab1 . +' PQ"(e% +tF5Ypi vEnD`D.G$(JP!| O#@ }UF݌V*89tD[^ %-Pw4⮢: {S}Z9ATցc`Y֎";5*rF@A{`nZiQDMGh^))q%{k('A)#ڋ_*K9s7B2AqI 5Fi*\n_<Y,Aka\Ajc T@*Y9-|jL-Yi^<8ߕ+!dO*?v*#,)٪fMN) ˣ*e?a-7ŮġɸSz;Pc޷ {qJC$RNSyR4ΓMLl#lg|nl\k8kNv`Yg}RVFQ,E( +&6 +0PtMQ^4 :*߰&TTa+Bi,|v˜D3Y7f%A-#Z[E7AO(.Zk2ᢂ#c&uKABlE7B/x.FYDBFIr:5l԰FTyGD&e}Q|0Zx5ūG 3XNns8a˶1nI*N!.EbA;iIÈfaZ6JZ +r`2VX%'̫@=LN&][mqfƕ" s0|y% MQzk4ە(20d)Ơ==enJ"B=F0fId\aq8*,eOٟ2AbU5 D(vTLj~fp<9;8zA2`kJ.#g +vCHaN)Ʃ +endstream endobj 75 0 obj <>stream +1_*7,E0RbWT3W08/I- ++Wl%9r&8{iA҉P.( %U6zB#DhAPKJx+sB`ڲU !MAnPd'(`*ݨ;ߔpevUS,<de^W`K̎mH48Tp2Wpb<4(Eqd*{ Mq$"Rl}LNJeIxn`TP\:"q1w=\fPh[fF"]OV!2MJbtP|mWј$aTvdN+Y%u+pGR5MDp>5V\?Aq I 4(V@*Q[;(AӚJb +Ԍt,kR?+ c +@zitt"%dw` 'KށoAЦuWx6qJʓ"=BYRRP4J{ÁGa"z jU٪E+ nA7r;wRv<)S|2\`-2Zb(G TZ ,:-M{ +FNUH;-<Tf!NXI^ %StvZp +px80Ns_1QxG$꽱Hؾ|U1c;ɀ'RKO2QֲPwt%/2%A:נd ~kPrݮo6$5I'zy@nݰrSS_ 9KvWmZw]хChLr?ֺ"8cP LA.c H >DRWROCJ…ď He-8R&59ogB!YߕɖW= +hn +T'_F)Bbv'aRՄ<ʤqžLKikJ!ekmWqIAXዥT~ٮetTJP+'[GLiز^Wɍ1P<DŽ @6Y$=R%P)tۤp9<""j2u#+K v64{jGiY@zYD:$ +Oc~s`#Ptؠ5SDN B* ?baM,ýqE/ڱV]Ubbrݩ,=.PqC HIhdz+ k Q%iNDj\MH, i7ͱd/ҩw[W6I@\3v!u1E$dSwC ='ᅩ>f0kG:YǺd]$`g_U +Kpz_U}@vBu&VUfRsOnb l gx^Jd=olq!6A;\LK=u T6BZ xI":"H G(qTPBO{KOÖ+G#T9=6 %Ћd=a,pzgű?z,ɴۦҺSʭ2fl'vbD0 +oI-^T<ۥ/29OO\#yHYQ2۔y-aH6uHv5#hK;1&p$Wb~E`9`J战V H5 % +T\i3!5XG'Ia;;D0US;"415#}𵄆ZzV|>8{[^}=Xbmf[" eա@6\䴳#\o[0cU$qlAy-J 2Yh*˂"B}>AogM ++S%~;tr1c*WTl$hRHav׃XP5~#ّ*`N4``Kvo2gdLa9Ӥnۗ4i `*Q($rI iYUם$E;tK*'״qIA$ŧDRtcgb5DG4&;Қ9tlpVGA09vl?8IGB#h?iڀ%ǛB|iJ$< "o*x,DĒikH4 D[mgֵ*3ZdIr1:-Hfɘ'+9ݭJg3l?;Umg|@I(⋆LReh*\hQAT+4Fmh3| =_$ 2+ +]K^TZPFu@\ BdR4RYXkmi&Icl$фmjx}X1&qԛ1)rb[8^*d6ͼH5, +@u" +Dqk;;VI)Q]+%uY2w@}Rdv^F +.jF?#$p"e:(mX,> - [*uPL(͞ ʞ/lj()@Kb}b2TBl[ݭ*Pd%&&(v~*CIH.c}ĉN?Ih@Rɋ ?=naCVB_er9EX]#xd9K2

v6TPϝipbK>W`"M͒28XɃg Vh-'>E +ݤ +yRy,V@MwmU +s L;GAVBCjL.,Fݯk:\ˈ-a8t?w.,98,*t*%*э&ZjG/\=K6Q+?x|A; * +<b3[SU]?-eIHt|BlItx$[Dc)^Gu΍FaD= +5 `r6mIݐkwk-]ԹŭZ,D? +A +Ȅ#ƈ ? JG:Y\e&Eg*kUCD987dS@af x =䢃2&˫rJ,?SpnD8RQ,^`5Í +2#+صי;FtPV[9%SECQt?q#wXE;UF D:/;rz AIn +ѽ[b26#4,fpi1fFJ8 +ĝLfW' +SK#+E!=)Ţw tN|*R##vJ Kd8L8H,38ۤDPr$gEEQx9ʁ({7I$O2u ",Wt2o>>RRcHџlY@{!z&{[+@ u^eaCbK-Fte?H +yq @(O5(SK䷁iUPʄT*Um)ئUȽ1W7oYʼn$yW. V]Z57*1sLF$GKlYKyP @V8/U T\d0D=Pwn$!'_µ?Paly!@"]Gˤ:'^hN'PR" \\!J6J&boPX;L4$kpcc7JTa(V偪c:^eu Z1z'VTY 0^!lj%gM_B R1 pGe ˆ7F6k-486}om<)jx3W420GR^nvǧe„*:C1HOQ!Nb~r&ܕ8zնtpx^0KVP-lb8(ho!J\Ǘ4N0Yܪ<9U0u'`[xhF kw'gLiw|;xJKky1-:V wyDi d+ &"d}93,9qfa*;sVLxRRrIJd/ nJlCҠH7"j< MZo0J#qE3HεW%)uˁ;`ws"zc\+d,(ئf!uZ(Iީ(T*aq6B-MhL(l#![s4rmhNԓR!@O')'J$ GYNV7^!ƚ8.D(o 4ʓZ:jR6aJ`㼳`P))W .؎Amrx̩]7|~yRpJS4E@o7` s%!.زLUDة $:'"|M#V-}^DB?mvm̾z+ PAH!Qږ~yT+!׽D-F$# NNE (QEq/PbW$@_c./VlmP˭`4;d:&^G19)AeaC@Rb蔄n\MVݢF!f6+u=D@5{"DaK;Q$j5 Kɤi5Ct r{SS h`BKa!g "Y'Gk~}''WOiߟ_Ҝ~vxzqɏxS_~zuR ktw|ſ}}yɏrgЕ[/NO^OO^\=սrFcTINNjw.ا/>s]\xNjm_B?8ן|g'o^?o_~YGK^ɛ? /_Q!ħm]qX,ۯ`'Jn?zv/ts܄t(aOhɏN\"{Y{0}#we8f+wq5 fj +.>C_7~H7jק,@ڗn5^)[Rօeq}Ym-}B'aY]{:Pџw];˰?Ċ]锏ߠ],0`B>~(vrX:ʐ_ M(5{qy;3/F4]1]_/#[^^/C@pXmElB5N.[^T0mˌě>\ + ~k_f~eRĮmVO_Wʞ +2h|2Aw=??zy|ˈE{ +}g(Es73/VOU?Qbsޖ@'N$B&܍{IkFhO_j)~swG?=ԼgP=9N<뽊;`_]|uj^F_X|13q:8Mq:8߶{w_mG +g8}=[u:[Ǚ0[uzO#O=PPZ{r7=q(^;e>ys_pZ z6DW^=gØT>~wӣ'7_Ϸ82jxm}<[-ܹn!\8:>l fzOoY}{,5ΰ]>8d2;3;f7|uq~r|κuo8}u.]rO4/pfNG nթټSsE[97uo?'>+`< +2+_nO! ӫ_\mGA-V?⮷c P^}}tzƾrn 9I&lgZ*E(=3yMw ñYw'>k^[q$ח^Q_<2ۦs; f}J_]\=<9cv=!}< {wq3.B?Ytn.ޛB|q6??BO>j, %.Ǘ$Q}}[tmgiB`,}[{&4-FؼPbF︳>}g'$'Mfx۲iGH|HFJMo71C_}t~~rVÛUoy{{;>~}˓?m /g};?7E0]zy"la9z-/v5g'Ggb_쪋뫋-N|Uy|PovޣK:ޡuwձϿY_9xqyr\`U~oϷ@I;5O_n#}<̥=~K[tm9se.m Eh<̥Ow t9wnNc[=;G*~.=C.m#%&wisܥ9wip_΀O(w)̹Ks>ra9.g]ڢk{&4CmS.'Qn;8O +гw^_#xZ@Z϶=OYq3Hlw$w­;nX|bq6m1~pC~7Z{\HURC:dx|k_i]SK98,D.OyrD0M-V?v .dㅳbQޓ(]Km}'<{vm^<Gw6c@݄\3_#x9?G2%͟ȥhzhqDuϏsm:G޹3y,3|Ef}gOwcsw~}~c؜jo_ŋOXl'Ϸf0o"QV?w.29m?cܻ3/BƋx埻;)ClޥOJs[5ӐOoqZL?73fv[?;oAp|BΛ-V٫}v0;ofq|6ݸ<ȚF󿜞mi]M{M6n'<7'[e~nu城~ffW]|qydpNj-jvszǾg[e+[`eٜb t>}l[l-4Uf챋`c!7sfnic`O 3FE֞$ 68YpI65 +A,g =a<ƈΕ#4Jd } \mh.:t+9ۧ}z8ۧ>ll~>ۧ}zm@f>Udϛ @ @ ԭAx|&j~&V'F65{`.P*ٚ6ffȕcH ‘y ;* g7gx?m׻wX|q=pώ/]::>߷l qm}[w" Ο{/wc># 3^|qt|Vgگf!}ћ4Nw뫣(_׬?U_%޷3a[-wڏv)ؕ58@YˊDpѾNvl'Gs6!vޗFSsO +|ɐUzg”{r}ӿ>-d qW'7+;oo)嬠 +ڎY?07u?GMEGA E]^}d}(Ibc!ǝ{vz}*K-=hak ]vMt|s4]LLԚ8b-qn&[`}tܹ{}s|&齾>O#n +Z=Ӕm˾ٯ_ߟr3,5]ٸs q3U_6GC!ҷ?l͏[j'ӧS~^qtv)<ppno cFBrܛU/[.nQ$n^;;yoO/?wocqyg'oGZ z?:,f1DZ+1",'C3P rytT9xnwRIۇ҈pv|Rggy[v/Ȼ߇oΟOz_] uP?9|?+O//l\xz_>o_~YG矽?1۟k?.Bf yB9l!w䟚ű5o7Zn1׾?_}ٓOgsfˣ秦-aӄ&Es>ڝl$SӤ'6md>I'6h/x'OnĿݨD{[9f{˶-=WB.PJl{4MŘBV]Lv% }1^® ]S%f\shXiU*6Lk3>[+&a1^Z/JӃ7i7 vٶSTq{eٓYۛb:EicΠ=Njyqg[-S]_l0fatx=vM&Q7l"8ff;T۾2Eʓ yzYa;4jcfgW+ϔ4[ _ۂB<_¯Y?  P!׷/)zMLC{O|y|/yӡmA`, }ܼ0,?qh֟lu)=k{ 瓩=fEӸLIWVd:5i/Y;F$"^E/5dwfzK9NVg?~=1bz4_8;^˽X +z.Ra'gR*ק<9󳛊K'ߝT2z5f$)-_)z7gNa6oߜqy~\^Yr˩7k|fY6o޼>=#vώG_sHê#p|)?߶pglM'umJ=۔`6C1iş0ۄrwMh1?m/f[d=yо?\osbFi.xT7Ѓ7Qu߹nq}#=[wp[U~~/n[?_{p&6ᘪh88s}W:͖7Ŵݷ]n,iJHaW߶M&KJS+N߳'3w7UzV]t΀}o׼t٧?goקܯɤv{X^JX_RsSWC e++CSbu'`57)=F֗}kK8;l sM  hPJa_?2/߶>6/Yh'hW-?6ԯL 皝XtE[.UZ߸*l+b7oQRc[Ic֢)1Km/}Z6 +mR: b) $^ӱLUlN_[~MmZiNji2 T˅ hvS l5-&lG:t$Ź5FSc(LE6֓ø^;g6X) +,6 ͛#"SP=1[;4L111GfDmzhk&EgVw +(lmK.w\@-&& +.]$K["eESܤ^wdB:ɥ`HCMsma-VL42#?V?8mR6.uy؊tdӁoѬvI8Th@a#nM#i̶¬g6~LWoDI.p,dc=6F1=ͧ`BC-%nz&;ylF2`MB֭d*F(ҩL+Lݱ]S-W)L0Kpz &;ދnCf0Lb]B%+KoZ@r"id"A94>@IYe֦m>hHJ(o8?dਤv0)Q)L=*]25F#=Yn\ɦ&5Z!H^JgR7%xL^ Jƪql޴чړǍa0Eƍz\H97ǘlxy}ScEw[bEo;+J}XQ{3V+b>| V}ĊYݝwSHCPISI^BcF2Zd_m1{z3%[D IhfF>@ߞµ5͵~"PJ<֌_Z')Dt +FB#n42M j e;*MD+W[L92kᠷd'FE0xm>+mp&;-?=l=} `Nv-Ml^b +jaJȔs-9{w]z u13]ɤa6s6B޵L"E;nKCf9lϸ3_./5`&>q}B{S2nэ:'M T +Iҷk>U)"m]\&n.p~~lXbK#Ջ&|cW:̨`2ƭrxOZ??z;?̀(,4 JB\; P=|_h}Ѥ@/*=FWg@CK7I|ꈯ* +yKT$?uST&0bIC}{3SFkE\*F௻? ǿ{8d{0˦˫#U D|-,זq<^+1BY3-k+<~׃GxDz$8pac] +N]a:<^Ws^,aYBXz8r9pЬZl;ׇ}cףM?ywYԽuk;mZ~KaVӮd8pjtFjt cCXZLOZL5q};:m]/inl^QASXz5EB mH`Y֑u}H+!۽F=ckD]$F<&(ieɃ#үD:ېZ["írmkurm(m=v[-w-#o]#-Z tfrRO]KKo%V]ys?8)|-L͚:I7:¤T&R=HxT]$bm=ؚ9V0FqQPjZS;YРHblqR56}Zkltc&<) +PړZ-mc^ xK[ YLri%׮u7KlMNXGBo5IqgNXGqSBl2rOLbiW}f' +r%&}[,fRI^-₾CooW#oMdCl,M[KNձ'1MM p4æMc3ænM7kk-vۍ@=;nJtnӻ-vJIpk TӴnEiTn8wvz4|0 BSj(7YR:"Y#w^k^;QVrg;t$m-ƽ<|fQ@:L0Rjʃ1T>>ڽ zy *VF2YN?tc~1,?DE 'D!Yuʦ1IHA֡% +̀U.F0Q @rQuXΟ BG=1i0=P_%ApTz?JB0SiEJl|\75&xEu +mXt~ M0vAc^4nd2sQw?/4^2`|9^€^VJg :(D>`=PzSd:﨣 jq]1)FfVg uF67Ρƺ)VS}^c'(t8R jҖ8JtvsT%ޣza|3 C@b!Oo?&[姧ۭ|y_~ЧD6,I.ֆ{) z;4$H&G]K_42o$$ݫ^ +=Rty8JfYhjJB=6ƩΤ=2Wl5`gr!Tc/Ǵ\f}tOkԍwʍ +O/o4dz:z9/>w`ַM((e| UF"J{աkNzl+aجtlrް,[ϴgKN~Csv+^¶駧^UMiasҗa{T"AUeuW|ڏGRO/K&0vYg +~~Zoyx(=ϭA|0~ma# ?DE<7]qb")QbRޖl _L%4J.u-Uf|ڒH.v"qe6=yоU"9l% r}a +n߻Vw9?PCo}A(P掻"MEb?ԊFK XUy +X؆D?Xwmx5\>)vn]=5,~={=dSSxac(u{sr*\p +ՏcMʪw[Uuw1D{C0}ȑ:R>w l=:n33^Ӗ/du Ϯn_4*!d?9>^&JݳRoN.kZVjbkZVjvA;;hA;J͵RsԾJ>=Djllѐ'WsToesBSZ*g`UNaQsEyvv$J)v}0($ (AҜO W$MΩ.AҚa (;7B/YoCGm/6G7UcN[<dx{D +SCwR[gJor!&QrKxVnۖrF9w*2Z6A26LVօ).5)±jrbz{Py^aUXMmtӝoOT䈜2<^G)mH.CRoUӦ͈̮]TFxM̆>&x0?_'J~c/2bS+^ yxY`מ5>DՇIj3o@J2ǷU>9Kh:4"ӣI ؾ.M/Ҵ*L +uxc r$̰.DNX/L":V n,b-s.0]zj/Z_WT* +x[f z}|C"X{x|XRćmc{ ZZܘYi?G-!$lrNpgn  LV{{ў&] 2kTbguEIxΏXkl_UIvǺO;xH.S~,z)Uհ>&7E]Ո83;rbQO#D[U am_W5:wNByT#A]I8>յ:R%)jtgH8þ9Hca)OdT9Z7OvA]ԩu>EnI8˫r;|cuR2qUgPK | eV&O=|ym= +!M8~>VaNRH~BU,t~B4^?ik#-ƩQ>'Tc Q٦G^TR*p9cQ3/jm}PK1eCҎEmq9Laظ>WǫQaZ5{xʬ^mW,fz^mWfz^mWfz^mWfzGIv'yO䬯VD2=E*\MwZK¬; NJ}ZBMjQm:wD6|sL? +]wg^SL\s\.6-Oa4 rÕ-K~܍ʇ-l{AX&8Ԇ-+L]Uxbj,;* siSUzȶ8;l1d 9D00{w_̓͛KZ% I 0C}{IUV*H▻DȁDS[M;KlG ^vf_kD쎛Ƕ3ҏ ~ncyҫXe%mv<|y<iF6+j- '=FiyGAe6+xnXgeV4be(衠+ey]iX,H\ +"1#KБiXN82-\zm?%W[Ƃ-Xqαcw]c߲!y`BÛD5z@n. )XVnFeeDV.cx/^g4/)Zz,q Y +T_N%}9_kK-|w]>Z~E;@ 5ID{XmͼD2-ig)ܪ#6""tW5yX#gz"̭a 2jȂ!&8(.Uy4\dTk'Ak%ӃZF@Iei:̈UFh:HBd3l +-a ۸F&SiN6=ڵԘ7U2MQTVh6шeqFJQ ;@x2(\S Ie2,Z#x,̲GB-"i GSM> Qs,5XDKa CoMOz\Q'iii83'[ u/kFWDw5oś8wJ~%q_g~ۯ3?:ϯ3?:_:+s:Lc*q;{=5A:>%Jgg#4aW=p4^]oPB8,thhm:W<p]#Cۣx{3 +|G6 hi(]`UЎ•#gZ"Izrb*ZEqIE2.),9,\q&)ӥW0TQQe | F Zڳ +LIRz?pw"9/)%2d<(i3Ijz9jhC^9imRx$)̚憜Pl!K/"qf%{Cr/,BZJ 8qxBD-+N;SE x&CޑA3~$9fs8 h.@eG< O{h237ȁd29EY g:U,_x"aDFG &W 9E Գ%ȵa0SWbߒX-ʫ~U_yտ J6z&aZ/K5*XL+QNRGb}(5ȡFy(RyY$ (,evMMUIWa%Ԍ } 1ʯՏ9dv{`M|%S7rM2u;d*ٟOTd*O;$S鏒Q=<'E˭FM6ڷ^QQ-^J慄'Tv'hȖ2X=w|f,4ˡ$`IVEԿbl:6Lă>Z2ep[JGf S%S듩2׿9.s=F' 4$$w TvL.%XrL䮙Tؽ%HJ +3FIoodEP" +л yON&qP MzahģՄFp HJÈHUFՍxbā.!x*$)A2yrx&Qf=IbDYAKS \e4 +aÃ7ar +>J3=,fٔHG$N$)a%J߹e Y妾o뱚x\)nwׇ|D!V'Rܳ&,wS)$v+knOP VMN4.e1&A$Wdox<֩~\N Ttȭ'«DBW2yd[dds5GEFeEҟ;JF!3 %+7|1: jI?s1!$[y+?KMő.f=G1jt4m+SGTc8<-h Fv<䨠^/ bڰ +VZwL6FvؘX6^zk6f=z[bntazmJ#SJyIy-+'I;${?sr +4THB lBQC"cArh qC"Э |q+a:h/A<# }F*x1 a'>Uؠo 4gB$ H?(&$0?jd2GG s _r '@,SZ/C*^?rE~Uje^>(.ҨM#y5F>ߓdcoZPg:̔0&|pA4]X*hYZtL(^զeXjfe<(1(6fzYm7Q +#8|Uf} Pt66P|VZYű^G0`nӹ'ʨ)>5=cfv^bBqlTjwR_+͖~u}\JFbCmVM}ޛP7}l跔'FlVb2l )zVR!zk>`{+5_+@G"5Gx4di&J#HD32qD$2MySDeh\($B$1,MDf (p7,2+|5meBJ_N + CslƟZ'2x8 4.-$ +#R蟣yE xD8J(!htn|iǝӾQ1NӘ&lc8Pc _Bki OMLmD+LY)8,^'HsK0"0 jHx̑1պx%$&G..+Lhm $S:mh |7ЂIChU@!TM2r'ٺI0'AÀZWXt +mgd1}B4*`h&B@`ǃds +Z=l]-%b^B}"&x\z頄[;p>l%21@<OT3ԃ*f[n=˭4H\At"MiF&% Aʊj)b kɭ[ĩ@Q"ְۊ@rYb$zt1#8I-Z욳jZcbLPzI63V*ψA' @V"0 Y`9 ǡm*64q dŕ#' M t nՆ0wͱ^-G8({)Tf:B2H)Hf@LSR; 2 U +F-uPK,/]kHСƩL1Uh▆⨍)e\5q, `QW١ɕ +jc:VbYX7}in(wJP5Qݚ,A.h[c:1)P0~m([HrZofv|J,cysܘPi͗Z,b8Y%.N1Teg>MAC ~A r$|C1Os7W%?[H~,2orU\2",lr/fso7q:/? +߆NB,#3dɓ6f~Qf'n,YK]y|~}J(%"dac|IJ'HM(À{~M~7˷+$\%9rlҟ6D$ ͷFwX!7~ q·'o~I/)5џ%!~c _jGo|| *1 2eH YG}Qio21,˨v"\BXU a(OÌ6㖱D^vYQiIr1CYbQ6+4FE8b@IjOU|6AZ&38vᚩl2y;x9Fy}\Lv4rRiU {R7H 3L>lEFKo,kBS1MSeZ3KKs+hrݺh]1iLgŰa%;;}\&pUG҄Y)߹#?97˾4j~k̪"ee:($7 =cva1rLmcq>3s\ޗ͌&57sn8*cvsan%4e>>ADkQrE4~D(R lV-z+#Pb5_OvZh>/&(>( +^vhX##j :Lc"vԦ)a `4.^cW1]j-v5܇P_D39 knm| +t` bF-cVK +5Jgfp3Y +'m[m52e6U8g7QMV,YypTdh) l^SNwZs->)n'WN%tx]NJ|!Sq2e{S|%~_Kƕ#O ~x1ʟc<&Y)r%pu-. T~/k& %K* /z&՟HʧC ~i5RxK݇?GL9%hdcON2[89``9Q{g3{4~|>|<@1<[d{GKg7 Y+ԂwLL{o>'PC&MN}i7]3y {} _"!eDb.Bt.y{WIT'd&H|S D3A. $Gm?i(lBA3xOq6_V=Տ2?iL!{!{֟g@l>5,Ύ(1o%=Biev"f:du>8ힾZO12Mp8uw`>_ɠ|yη^h.9obxaV Gd.ՅHfN.AOxLH+ >d[XmF$N7NWL_s@Ӕyr6Ǟ *gyA3zJCe<s|b'o}Zގp ~:}|d}L6r+FU&0I y&? +bi \4pE)*"9=L6qxffa5s> 9|kQm A(&.ޯ8Xu18UzE +ŐiCPpj_gauJ3,|88} +l) ȇOMKS{@,u6/z7}M5/Y`z?+hߣ H_Enҩ1=:-י~agy閹9xEtu +M/WlYL^}-t%u] \Xpgws7۽7cf|`p0kR}*\`D y"H˩MBR}CPxo='E {:1f qFeS,]Kǧ<䤻XB_ew)Ȍr^De8_:><:^e]N_'[79עi;#\*Y~,DgȼA]S>7O˽V!=;w/m*;h^+\;Nx6v;Ƣc {+" &$L NbǓҤP>id'ICKpɧdΝL[ +]SY{7vZ,]gP(xK'/j&3Izp&2۬u{rB\e,vRv,ɾ}s /\*'XKY5xpY}*'5!Pj'ǵT;ͫV}??/Ƞ?Ez+;?Yu۹]N,s#>ޔMwPl^U~W82=ݙܟݧS3Cs{t><1rq|ǵ5SyyWϡsGϭ^/=xy{C$^n"_lF*rޮӃf%]Uy5m +wFJ9zTHÞ:EgЉ]aR{9zo8N܃?ҿ:. +h +Vx{tсtB^'qR.hu{Wޞ듽~Tt|(SzkƎ' UrO8<0K7\S'Rc}| f 7ƳMsv]yO?& ^Ng&PN5&ꦎdO/`GԽRw4אC(eV>8[MIޮ^l}&yL/$vA$Yk=/>gY+AcK2j5saIRoiP6Vċ~vhAJFM26 zsY1 $񘄊y'PZsq;Qځ٘(e9CRm>YfxMP bQ dYk-;P z,j.ִSh6R{[A;˚bZ_ܺ6PdŭFv4je7 }5SHf^LOJ6\oQ?FV˄ ܺe۠*orodܚ .cuzʹ2y;JY*p w VUv/?JF3*Pz73b4Yiv\n2S ygs7,⵭LeƢ:.תÑZz$s>p|F7gLƧQw<:}T W}ŊQ[O-1a>qn_Cj/y +ď' xe!~)T?kC!ow V} tvHӯI.xxf|u "C5Iwmk{Z*T \1~<>Əf@pC}Q<^9${TO-y[t=~|VNROݧ1c~ϙ J{j=R;qh/ 2-җqϑ> $/_0wM)X݋Z2BOMS878 <,Gz"xbHX|{-I#zd+}6D"^T +7`bFǑeR@ٲ Fh_3A79Nxm%j@>4޽м<>M?^k(﵊" $[7Tjen^NK,k֧њ4 MOI;Lm1wZ%ld@=ݜei;*^YT<8 $*6C7^G:х/I??96x6w%jg:6Wfӄz}oN|4P?EEV>ğ L:>H+!eOT,Q%hBs,y(PgU'JOb69(ΦoDC.9F¼KѕN`査QJ`_Xd!9w\ ~sWSb'lIg}}Ƹ"ʑ xG"+gwg:4r[r@{*$jq7^ٌty`TaIp|d= LBδaaCӞ{odeԛ 'rS^NB*ezxMRmQ!t'}J6w@@`-U',0hSPq֊"/oڒe"i0{+M`7UN\ bn>]%Xs/Rt.UP: }K,aZI-Jc%d$B\(wIq0+tyd1Jh,oKXI,ua4A6ǖ5"vLD:jgp꘱[ 0U,aGidՊPR)_@N lw*"G U%chmߝ'ce&d_Fd UVDɸGt-#ӢvZKjuWᰑgQފ'FZWpxJfGR{_ynZ9T6vhU)'k&tOoNO!빸Ծ=8X4T9!d6W:$zȩA[li[$)j1ss#%^DvT 8C9.'ƻJM$[pAϹ# \蔉_9eý}Է`<Io h&N<*B *Ic664hTkK:e +Ih! fhoѸ$ +grۅtI B&x4N`4^@~suyOawXCVk>uu' O)U;N1#cЊ[9rLM^>fcSO#Ws>YkegΘo]3+ˁ2c9* Fkp !nBaKȭEEPjC!pDK΋<7vؤuR d~H5^K.160n UǾ4(/^crYt? JZy(Vӹx'}~^14m,sw/6E0 R;lfxpƕw] +f0hy3Ć@=PB9Q:ʜ#ɉl\:uGZp>?֖6R?ȼCP:SZF/DH9$'5I'M.uӆYlw!@Bs'@mӹdlPƏ J:[J2FP$~Aq餢u* DZ q2w杩v/)ݸ8s^:{"R/rf`My\AJ{M_'+mɸqɷRmgmve$AiTCNF ح]gws i'3i +>k5k^5|y{pOgicVhK_?Q=$BK*j=XΪDIJbԔ[gCC"XQ\I`1̽\p" {ި}AG!ܓwȉi6QG|>$-G00f8VA-c5JOh"&'tqn]2[>ҸÙWT?èM).d$OZuě + BGi1P6"̨8*K5_k/"0PYpǗGaOjd#@m;ml D+BgO`؋)_g 68v/da^:!g`qTuo UdpGΔ1".=NJ/16)H˷;H5+u``t:EY\ŤPv|3Ӈ;*}eh#yDKU vPgJ:}̋Dz{usO +JB &ta|o̕^) +Ϥs>}ܐj{n:J 42O9*uzRn_|PagJx-H@,#Pq:ӊ^l}&-'ᮼ { Pi&~[zƎRgvPw*h?\RE[l[za֮T3`_&P9ݕ=\07C7vPqn^L-*Pf3c#svPTrc$]!Foژ>yvP TζW` U# )7C=vf^3%P YO/wrh5plv/D;DpTldWM.җvPXRr*V*T}g? \Tqu= Պ: kz +yEkc=\򄳃J: +JD0*3OMPҰTz;Ynj!ǝssT-_oW {,N֔po[MWq#{Q?POO j)6Bu>U%m3cs:͖5<%&pI-z*An ۔@ wjA83pekRXX3f*5C.Fk }\ꪝTA\ +f|dRBZg1hz>>gU$Oho+_lʶAZ Ģ =Ӎ_qPZB^/P_JyKkעs5HnZ˲uiTIn^KN燌rv~%V9wS_{[ +>l +қ_iO>fs+X4GC_2mzcېFޏ"y&_@׿>Oב+z t2Tu⣡ĩ,UF& ȪHDJRrvtNN%girVM5),WϽCmwЀkRk&7G~KWI".-U Xcn 9~ЭN |$αTGFUB` ۇPꝰd%h+`t: 7C{f y x{Z= P9fl#dӬo*lz*ƕ6FcԊU3-H8oWP5PMQ;4I%E'1 с!'N!I1*aWcÌORҭs/]*+$dz + "U=G8!ԣg͑*oM|fMV,((],@d{P>M7K2v:vݲ);'7}xE{#3ZJ&ğ2iܤ {eop^` ~9搐eQ>ѮiW|m2\N4?3 |"8hfY<1DuR%AVP!v`BC +-é[pHH:2tMW/.gKP)<.rܖ=.;9,nK~%'+pdmʝ{4C:2$"yH}ɏro։)CuhqCqkQN4}k;l5`6€ W.`e>`&΀!IXhC'hYWg7_#<4S*ַ&뷥ۆlf7D ̄-Ӣڐi}dYfC +"(׬"7V65L +Cvj +U[ܪ^ׁY5n)M3N}BCo,UeBpG`*?qW^*Fu R]o-cDkEP߉4MSkvvO$oڶB('Νo{Zb'iٵ|{tgAxёlMO>ZЙzbbY=Sps6:ļwbujY¤5yKOS>κ])Rll# Fe8Fo5oFQ`v`@|D&q'ZQB<`^% ~qVdT~X`nD"Ƿہ"_;1=E[sk'l=y؍ Sά Avȷ;Og\Z VYo3geM}gW:Y+PB   =}?*.-r9'03kqGQtik}iwj"ocg._UpKqDN,$gl~5 +GnI6`8(xT^1_6Рvh 1[+ 1k^%lc{L@Kkn^6Ю(:4ḧ,/tp7BwbuɿjQ^[\(S#i s7;sBu +ϸ RiA:!@j --,m=9Bwc8|o"l̂Fo))VRx 9P)eD +Ǣ*8 +uh1.$Q_A> COK~LBh>FnHٔnAt(δ\#~[ ŀF|tE>S_ +6(XV>Kn +RFiEF7W`)6Ntj d.0zt$9l;n ୆e巻A"K[''쓑޷E4 +jX`^PD +$tmݧ4ui^%HCo9`A<_x[%R͑m'PWgmL3G^˔- I// 5{^$6r@ݕm,Z/ٲsuJXEQ? +( tE:a yGpgO,4.76|KGK Tݥ-B_Gm\d9et3P6+oRR\ a:ZE1 4iA7vĜ&tl-2ZKG]P\};>OBs|Z|:g\{@sr^b|:IŘt>>Bg*t>>/.ƣ|^t>>gR1|vt>tp w<_ǤW|mmkͲ۴ȧ4 yxa%lxKSQ .ߏ?T, ;y7hpg)L2¼p+<h- R@a}m9 +⯛(=HMA^PUOxY߄z 59(R7 +B:b¢݅80Mk'^'a[+^b{y^p,:ͰP4}'c2Ep$Jz%{T^y9xq< Dm^CF(]7{_m?~|48|ùPNv8}=gpA#{G:6 1>;dy#B!z渌|zXRg50C5Dib4.c'q,)1͇nѺϼbb}g}M,n#4s3 +gele'گ>j*<"xU-`@qKn&=-ޒm)d͖7+Wd @xf"a/|c4n``?.(aRlאxuKlQAL +TQ @ґf =>v>_%i }9T辰$C2lO{c7+iWAl5+Ӧ 0 JH{:Fy7pެGKܳ +u DycTP!@nc1;G=ko p.pq79IjoQЫF0 'u>A(;@J!!AztN5/=s7v!9rR2|¾<_A.rR:SQpl,pt -+_dw2r!̳Q~r^̼3-3 9u29Ê3lSP| G̻n b1mLt\QQ>:bH|:I En ++RXNlWI29t}I}d2-b GX4}ӵoLGT+n2bd'goiiho E죱>M>;&Ub_VXG+*9*/A # Zr'60b-ޒ#C{=7ӷˊ)1 +=Lղ&rĈG"G(~,#4P1DZD*\ڠσ[aFHPp@mȪ&1fI!mr4Kxa #]vO1YEש|&itr(xnT)/R(_wK#j$8W0Ęm,*C3~qn[`zG\ywߍvF X +caBqLHNjDI⍅Q:ctG+;.A"cEszL +֣c961g4ᦳ$I(St +49a؈´g:*b)-747 ]r/?̼}7ףP ɥP8WM{|#pewoLb Bz-M(`pǷ{ˬp&d ^vbTJ"R(.# z@0Ez j@RKFp=ˉ=YxB+(rܿآzlQ +t۬4 + +4D&4<l~};;xbAzl$xM|}j-[;ؾ+G.(3U%gRwEc(lc9r{,=tjl^H T}{*-ta~Z-'x(gO#jJ7Ohνȝ𝕙Jͅ&VP N(gZW:֕!S^k',gn:98ht9Ǣs/,> FFnk~"*X_jj!?dAEkYb֚?Fx7^-\eT?JٔЏk|7ss+Rt^ _~PX: ڋ|LydF}5IXHly9:靶FC#ض2LWErb +:FC|YEN`ntKPEsJjrCa!Hc +sͪDxz%Q7 (|ܷDD!śtlJ(1pFIHlh5'/`9؃&XoBb+<`t] +]LGA+,{ϯ+dR VHg|őqsoJ0Oȉj0­VIKV+fC +) C xȏvHS +xW1, +Mh!HnCRG]#!)U1]=]~_^KcO~K~_և%t~C:}t13"]LA^<{?ޞGz㷡_e~XTӛ筙Xˆb:cݭ3OjsT]6WTVrHrhԄrwwZټ Żzm{dPxT5x}.}-M^iyДVzo5ⶺ$Y4]-h!{;yφ|<^-2~!ԱȂ`h[u6.V*ce^9Qg_:UYhxd+߃ߕ>LJWe3|Vx +vyM,@RG:zfH+%Ӛ(!Lx0[Ni5H۸ jhkVٟ&eQ MB3_@kφ+KՖǫaݞ:ywz׿^!sg9|ǔ)z?'Skջ{+,&%L[^ghM2czj-36əE4 Pv_x|j{D?cu~FN`~2ȕ &W+7qux>,R6% ӊ$)e?p%"xw |sX2!^^$ oN(C_h+IɚSe@2RȁoPY^ YqQ U ^``X2tA~j?;#SI@MHy~2V> gKPNC=ct +ba#ETc޺SB]iȉߥfwAk矫N1*Bdl$8p!g_c;pDh9 ~s*1#S {;~ vptAfOhR xQ@`P +>dkoǣMhBq={*edkȆLMx=ngFB9٤kD0!P}ĥX)'^,xoJS;."oX)QM{^ܨގt~eI(6MP56Prn?Dע[vh?.|q4]pJ~6'%ic3Mz*FbVi-i ẗ66q3]MF֠ڃ n{RFx5y2ѳLS@5Skw~]HMԑrSbn&#%dTeU7E4l$dK4o0.oJdxADoj('N<] yUmݤc.ٵYq{o;ѳ8\i$֘"?MW3֬g(ţ92U{p9RU HuL~J[->:+!ʤ߰=b|ddi*) +&r1eV7O}_VW'^OnٽA d tEZ}/m|l,ʀ⏧o]Ysep 8т m:3s^4+P{AuBƩP&0Psc|W3 Ѯ/*PR4kkԽz`~a<,RcXU__ڙ,gP5%jp'n6?b}p),^/H^M^ZgQ-հSTWM`#]ym~lڍxPM Gީ$Q^X^<]i~,^Uߧoדz6yzYyo̯%VIA.晍\ߟ\3`=E5a*ZФe/Qk1;%.F7Ʊt> 5U/V_6΂H/l3Xr/B +XMBTnBT[*,WԊdHPN XJh R@RM|BT 在;63) e{I+լ1}V僅}KM 2 k[f}xۆVg^[KϕG @ Tβ +w3/ q[ +ȮLsWCC ]XG{bLa寽1՝N(S~Jb]@ݟ%qxn6]ÒOyx"#VZe|\\{3J=atU ?$ Ik[$G3j;J4n(:붌K-OUU_ +mۈ+Dk'2)OfǗ{`$޾7FH'bPeVg0x;LHF"e\&i|v*FokߝW# DmX(j`F lۉ[F~lv,RxKp7i_;.a҈[b^St0.CSw_|t MPZ#8 hx\Jv~V:AV &~dtif,-o3(e?iU)D욺P2^%\d\VV Ar@0P&V&:J=bPa 2Y7 3u=8\Iڦ~0u- ^2<3T/XȈ*Y׾SW".'K*N$ cax!_.?rQ7P+]^3CU- +3$0o0)zPVhG8ںz@UKrڪ~C\'$mN2 8 =,N1ӗr!9jY\\? +Jf1a#PX˂d(LAa3(. + O͂W @}T l*q0X%͉gLaiDu *N`-" ¡ +GC}tSx+1Y °pST2!2E6Kx +L}Q*?RRRN.`}2p*é? TTWrI}c"e8TSNIܷ;1_!〮P"C Dg@`F +G2%lYIM%I (+.DIǀ&'CυV'U&JWrOS'8gv4j`5iɴ/Xe V+X@$?`7=fXaU&WyX$,(BIuf ëa V}IoUaU歚JJUS))Y׿Ve b.Q~j.DO24LGU^JPe%*+UY) Cg*V_QeUe^VJO$?`jVeXUVa{eH%|!Z\"H)3tE dJI)(U݅5O0;aU*ِ*)If)^U灢 ;4<~r\-qۗBExs1ʺh~Aji_w/ Ł%J.xuUl&m[ku0|JGJ P:D>stream +HwVu6PprqVw6PH.V0C<.}wPz1BQ*W1 D@|#h%@U +endstream endobj 65 0 obj <>stream +HTA +0Es@L(G(hU鴢ПL&m.8> SSnDže]/jΰ a8,sfu*xgy`SΦ>r;'&XQ.煮֐ɸT ~DboTK7z_Jv .vqdx,Ԍo5>tӀ_`kG +endstream endobj 64 0 obj <>stream +HwVu6PprqVw6PH.V0C<.}wPz1r)9i\Ff +f@Y  0m +endstream endobj 63 0 obj <>stream +HwVu6PprqVw6PH.V0C<.}wPz1BQ*WHH $è|]38$ 9@F/2^ +endstream endobj 62 0 obj <>stream +HwVu6PprqVw6PH.V0C<.}wPz1BQ*WHH $è|]38$ 9@F/2^ +endstream endobj 58 0 obj <>stream +HwVu6PprqVw6PH.V0C<.}wPz1!P(JJ  \ 3Q04At#Tm0r +endstream endobj 10 0 obj <>/Resources<>/ExtGState<>/Properties<>>>/TrimBox[0.0 0.0 32.0 32.0]/Type/Page>> endobj 11 0 obj <>/Resources<>/ExtGState<>/Properties<>>>/TrimBox[0.0 0.0 32.0 32.0]/Type/Page>> endobj 12 0 obj <>/Resources<>/ExtGState<>/Properties<>>>/TrimBox[0.0 0.0 32.0 32.0]/Type/Page>> endobj 13 0 obj <>/Resources<>/ExtGState<>/Properties<>>>/TrimBox[0.0 0.0 32.0 32.0]/Type/Page>> endobj 19 0 obj <>/Resources<>/ExtGState<>/Properties<>>>/TrimBox[0.0 0.0 32.0 32.0]/Type/Page>> endobj 80 0 obj <>stream +HD +1 D4*YN LG $^ +TcIJ(jCB/gF&6sʛuOKwCmy 3;OrWjv% +endstream endobj 79 0 obj <>stream +HwVu6PprqVw6PH.V0C<.}wPz1BQ*WW!P*Pr. "urt-  Dg +r `+ +endstream endobj 78 0 obj <>stream +HwVu6PprqVw6PH.V0C<.}wPz1BQ*W!P@A(`0B06) |#h'@  +endstream endobj 77 0 obj <>stream +HwVu6PprqVw6PH.V0C<.}wPz1BQ*WFh|c  \}V +endstream endobj 76 0 obj <>stream +HwVu6PprqVw6PH.V0C<.}wPz1BQ*WP$`0D|ho0 & +endstream endobj 5 0 obj <>/Resources<>/ExtGState<>/Properties<>>>/TrimBox[0.0 0.0 32.0 32.0]/Type/Page>> endobj 6 0 obj <>/Resources<>/ExtGState<>/Properties<>>>/TrimBox[0.0 0.0 32.0 32.0]/Type/Page>> endobj 7 0 obj <>/Resources<>/ExtGState<>/Properties<>>>/TrimBox[0.0 0.0 32.0 32.0]/Type/Page>> endobj 8 0 obj <>/Resources<>/ExtGState<>/Properties<>>>/TrimBox[0.0 0.0 32.0 32.0]/Type/Page>> endobj 9 0 obj <>/Resources<>/ExtGState<>/Properties<>>>/TrimBox[0.0 0.0 32.0 32.0]/Type/Page>> endobj 85 0 obj <>stream +HwVu6PprqVw6PH.V0C<.}wPz1Uʕel`1P@ &0>@;  +endstream endobj 84 0 obj <>stream +HwVu6PprqVw6PH.V0C<.}wPz1BQ*W!P@A(`0B0Fp`u +endstream endobj 83 0 obj <>stream +HwVu6PprqVw6PH.V0C<.}wPz1BQ*WFh|c/Gyd +endstream endobj 82 0 obj <>stream +HwVu6PprqVw6PH.V0C<.}wPz1BQ*WH"`.wZ`_H +endstream endobj 81 0 obj <>stream +HwVu6PprqVw6PH.V0C<.}wPz1BQ*WH@!`.wZ`` +endstream endobj 14 0 obj <> endobj 37 0 obj [/View/Design] endobj 38 0 obj <>>> endobj 57 0 obj [56 0 R] endobj 86 0 obj <> endobj xref +0 87 +0000000004 65535 f +0000000016 00000 n +0000000161 00000 n +0000033186 00000 n +0000000000 00000 f +0000170116 00000 n +0000170474 00000 n +0000170832 00000 n +0000171198 00000 n +0000171564 00000 n +0000167439 00000 n +0000167806 00000 n +0000168173 00000 n +0000168532 00000 n +0000172690 00000 n +0000000000 00000 f +0000033253 00000 n +0000033342 00000 n +0000033436 00000 n +0000168891 00000 n +0000033544 00000 n +0000033903 00000 n +0000034262 00000 n +0000034621 00000 n +0000034980 00000 n +0000035339 00000 n +0000035702 00000 n +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000172761 00000 n +0000172792 00000 n +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000036225 00000 n +0000172877 00000 n +0000167278 00000 n +0000039209 00000 n +0000036525 00000 n +0000036412 00000 n +0000167113 00000 n +0000166948 00000 n +0000166794 00000 n +0000166529 00000 n +0000166373 00000 n +0000036065 00000 n +0000036296 00000 n +0000036327 00000 n +0000036560 00000 n +0000039283 00000 n +0000039479 00000 n +0000040831 00000 n +0000042865 00000 n +0000108454 00000 n +0000169952 00000 n +0000169791 00000 n +0000169626 00000 n +0000169447 00000 n +0000169250 00000 n +0000172539 00000 n +0000172387 00000 n +0000172235 00000 n +0000172082 00000 n +0000171922 00000 n +0000172902 00000 n +trailer +<<5D4DE02C770AF64E91498B67AA1579F7>]>> +startxref +173089 +%%EOF diff --git a/awesome/themes/kadet/icons/status/cloud.png b/awesome/themes/kadet/icons/status/cloud.png new file mode 100644 index 0000000..9a031b0 Binary files /dev/null and b/awesome/themes/kadet/icons/status/cloud.png differ diff --git a/awesome/themes/kadet/icons/status/warning.png b/awesome/themes/kadet/icons/status/warning.png new file mode 100644 index 0000000..2ab5a15 Binary files /dev/null and b/awesome/themes/kadet/icons/status/warning.png differ diff --git a/awesome/themes/powerarrow/icons/submenu.png b/awesome/themes/kadet/icons/submenu.png similarity index 100% rename from awesome/themes/powerarrow/icons/submenu.png rename to awesome/themes/kadet/icons/submenu.png diff --git a/awesome/themes/kadet/icons/taskbar.ai b/awesome/themes/kadet/icons/taskbar.ai new file mode 100644 index 0000000..8f80c96 --- /dev/null +++ b/awesome/themes/kadet/icons/taskbar.ai @@ -0,0 +1,1153 @@ +%PDF-1.5 % +1 0 obj <>/OCGs[6 0 R 23 0 R]>>/Pages 3 0 R/Type/Catalog>> endobj 2 0 obj <>stream + + + + + application/pdf + + + taskbar + + + Adobe Illustrator CC 22.1 (Windows) + 2018-07-30T22:04:36+02:00 + 2018-07-31T17:16:27+02:00 + 2018-07-31T17:16:27+02:00 + + + + 256 + 124 + JPEG + /9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAfAEAAwER AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE 1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp 0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo +DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A9U4q7FXYq7FXYq7FXYq7 FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq8N/Mz/AJyv8peTvMcmg2Gnvr9xa1W/ngnW KKKUGnpBiknNl/bpsp261oqxL/oePSv+pRn/AOk1P+qOKu/6Hj0r/qUZ/wDpNT/qjirv+h49K/6l Gf8A6TU/6o4q7/oePSv+pRn/AOk1P+qOKu/6Hj0r/qUZ/wDpNT/qjirv+h49K/6lGf8A6TU/6o4q 7/oePSv+pRn/AOk1P+qOKu/6Hj0r/qUZ/wDpNT/qjirv+h49K/6lGf8A6TU/6o4qn3kj/nKy986e YrbQdB8k3E97Oau5vVEcMYI5yyt6B4otdz9AqSBir6BxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2 KuxV2KuxV2KuxV2KvmX/AJyR/wCckRpouvJfku6rqJ5Q6xrELf7z9mggYf7t7O4+x0HxfZVfIxJJ qdycVaxV2KuxV2KuxV2KuxV2Kp95I8keYvOnmK20HQbYz3s5q7mojhjBHKWVqHii13P0CpIGKvv3 8pfyl8u/lv5dXTtOUT6jOFfVNUdQJLiQD6eMa1PBK7e5JJVZzirsVdirsVdirsVdirsVdirsVdir sVdirsVdirsVdirsVdir5l/5yR/5yRGmi68l+S7quonlDrGsQt/vP2aCBh/u3s7j7HQfF9lV8jEk mp3JxVrFXYq7FXYq7FXYq7FXYqn3kjyR5i86eYrbQdBtjPezmruaiOGMEcpZWoeKLXc/QKkgYq+/ fyl/KXy7+W/l1dO05RPqM4V9U1R1AkuJAPp4xrU8Ert7kklVnOKuxV2KuxV2KuxV2KuxV2KuxV2K uxV2KuxV2KuxV2KuxV2KvmX/AJyR/wCckRpouvJfku6rqJ5Q6xrELf7z9mggYf7t7O4+x0HxfZVf IxJJqdycVaxV2KuxV2KuxV2KuxV2Kp95I8keYvOnmK20HQbYz3s5q7mojhjBHKWVqHii13P0CpIG Kvv38pfyl8u/lv5dXTtOUT6jOFfVNUdQJLiQD6eMa1PBK7e5JJVZzirsVdirsVdirsVdirsVdirs VdirsVdirsVdirsVdirsVdir5l/5yR/5yRGmi68l+S7quonlDrGsQt/vP2aCBh/u3s7j7HQfF9lV 8jEkmp3JxVrFXYq7FXYq7FXYq7FXYqn3kjyR5i86eYrbQdBtjPezmruaiOGMEcpZWoeKLXc/QKkg Yq+/fyl/KXy7+W/l1dO05RPqM4V9U1R1AkuJAPp4xrU8Ert7kklVnOKuxV2KuxV2KuxV2KuxV2Ku xV2KuxV2KuxV2KuxV2KuxV2KvmX/AJyR/wCckRpouvJfku6rqJ5Q6xrELf7z9mggYf7t7O4+x0Hx fZVfIxJJqdycVaxV2KuxV2KuxV2KuxV2Kp95I8keYvOnmK20HQbYz3s5q7mojhjBHKWVqHii13P0 CpIGKvv38pfyl8u/lv5dXTtOUT6jOFfVNUdQJLiQD6eMa1PBK7e5JJVZzirsVdirsVdirsVdirsV dirsVdirsVdirsVdirsVdirsVdir5l/5yR/5yQ/Rn1ryV5Muf9yXxQ6xq8R/3n7NbwMP929ncfY6 D4vsqvkYkk1O5OKtYq7FXYq7FXYq7FXYq7FU+8k+SvMHnTzFbaBoNv699cGrMdo4o1pzllbfiiV3 P0CpIGKvv38pfyl8u/lv5dXTtOUT6jOFfVNUdQJLiQD6eMa1PBK7e5JJVZzirsVdirsVdirsVdir sVdirsVdirsVdirsVdirsVdirsVdirsVfPH/ADkb/wA45R+Zo7jzd5RtwnmNAZNR06MALeqBu6Dt OP8Ah/8AW6qvjSSOSKRo5FKSISrowIYMDQgg9CMVW4q7FXYq7FXYq7FXYq7FUz8ueY9a8t61a61o t09nqVm/OCdO3YqwOzKw2ZTsRscVfev5I/ndov5laLQ8LPzLZoP0nplevb14K7tEx+lTsexKr0zF XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXzx/zkb/zjlH5mjuPN3lG3CeY0 Bk1HTowAt6oG7oO04/4f/W6qvjSSOSKRo5FKSISrowIYMDQgg9CMVW4q7FXYq7FXYq7FXYq7FUz8 ueY9a8t61a61ot09nqVm/OCdO3YqwOzKw2ZTsRscVfev5I/ndov5laLQ8LPzLZoP0nplevb14K7t Ex+lTsexKr0zFXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXzx/zkb/zjlH5 mjuPN3lG3CeY0Bk1HTowAt6oG7oO04/4f/W6qvjSSOSKRo5FKSISrowIYMDQgg9CMVW4q7FXYq7F XYq7FXYq7FUz8ueY9a8t61a61ot09nqVm/OCdO3YqwOzKw2ZTsRscVfev5I/ndov5laLQ8LPzLZo P0nplevb14K7tEx+lTsexKr0zFXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F Xzx/zkb/AM45R+Zo7jzd5RtwnmNAZNR06MALeqBu6DtOP+H/ANbqq+NJI5IpGjkUpIhKujAhgwNC CD0IxVbirsVdirsVdirsVdirsVTPy55j1ry3rVrrWi3T2epWb84J07dirA7MrDZlOxGxxV96/kj+ d2i/mVotDws/Mtmg/SemV69vXgru0TH6VOx7EqvTMVdirsVdirsVdirsVdirsVdirsVdirsVdirs VdirsVdirsVdirsVfPH/ADkb/wA45R+Zo7jzd5RtwnmNAZNR06MALeqBu6DtOP8Ah/8AW6qvjSSO SKRo5FKSISrowIYMDQgg9CMVW4q7FXYq7FXYq7FXYq7FUz8ueY9a8t61a61ot09nqVm/OCdO3Yqw OzKw2ZTsRscVfev5I/ndov5laLQ8LPzLZoP0nplevb14K7tEx+lTsexKr0zFXYq7FXYq7FXYq7FX Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXzx/zkb/zjlH5mjuPN3lG3CeY0Bk1HTowAt6oG7oO0 4/4f/W6qvjSSOSKRo5FKSISrowIYMDQgg9CMVW4q7FXYq7FXYq7FXYq7FUz8ueY9a8t61a61ot09 nqVm/OCdO3YqwOzKw2ZTsRscVfev5I/ndov5laLQ8LPzLZoP0nplevb14K7tEx+lTsexKr0zFXYq 7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXyZ/zkF/0LZ/j+f8ATX6a/T/Afpb/ AA39T9H1q/8AHx9Z29an2uH+y+LFXmf/AFix/wB/z/3KMVd/1ix/3/P/AHKMVd/1ix/3/P8A3KMV d/1ix/3/AD/3KMVd/wBYsf8Af8/9yjFXf9Ysf9/z/wByjFXf9Ysf9/z/ANyjFXf9Ysf9/wA/9yjF Xf8AWLH/AH/P/coxVkv5c/8AKjf8aaV/gr/H3+JPWH1H0P0RWv7XOvw+nxrz5fDxrXbFX//Z + + + + uuid:C1BCCE1871B8DB11993190FCD52B4E9F + xmp.did:3b12f3c6-f630-b64f-8291-34eb8d1ae9fc + uuid:d6501aae-2947-4887-be29-399c64cfb00d + proof:pdf + + uuid:ef6d52ad-25d3-4110-bf13-31d9365e199a + xmp.did:23060306-2331-f04c-91b4-d5fd12d3e094 + uuid:C1BCCE1871B8DB11993190FCD52B4E9F + proof:pdf + + + + + saved + xmp.iid:3b12f3c6-f630-b64f-8291-34eb8d1ae9fc + 2018-07-30T22:04:35+02:00 + Adobe Illustrator CC 22.1 (Windows) + / + + + + Document + Mobile + 1 + False + False + + 36.000000 + 50.000000 + Pixels + + + + Cyan + Magenta + Yellow + Black + + + + + + Default Swatch Group + 0 + + + + White + RGB + PROCESS + 255 + 255 + 255 + + + Black + RGB + PROCESS + 0 + 0 + 0 + + + RGB Red + RGB + PROCESS + 255 + 0 + 0 + + + RGB Yellow + RGB + PROCESS + 255 + 255 + 0 + + + RGB Green + RGB + PROCESS + 0 + 255 + 0 + + + RGB Cyan + RGB + PROCESS + 0 + 255 + 255 + + + RGB Blue + RGB + PROCESS + 0 + 0 + 255 + + + RGB Magenta + RGB + PROCESS + 255 + 0 + 255 + + + R=193 G=39 B=45 + RGB + PROCESS + 193 + 39 + 45 + + + R=237 G=28 B=36 + RGB + PROCESS + 237 + 28 + 36 + + + R=241 G=90 B=36 + RGB + PROCESS + 241 + 90 + 36 + + + R=247 G=147 B=30 + RGB + PROCESS + 247 + 147 + 30 + + + R=251 G=176 B=59 + RGB + PROCESS + 251 + 176 + 59 + + + R=252 G=238 B=33 + RGB + PROCESS + 252 + 238 + 33 + + + R=217 G=224 B=33 + RGB + PROCESS + 217 + 224 + 33 + + + R=140 G=198 B=63 + RGB + PROCESS + 140 + 198 + 63 + + + R=57 G=181 B=74 + RGB + PROCESS + 57 + 181 + 74 + + + R=0 G=146 B=69 + RGB + PROCESS + 0 + 146 + 69 + + + R=0 G=104 B=55 + RGB + PROCESS + 0 + 104 + 55 + + + R=34 G=181 B=115 + RGB + PROCESS + 34 + 181 + 115 + + + R=0 G=169 B=157 + RGB + PROCESS + 0 + 169 + 157 + + + R=41 G=171 B=226 + RGB + PROCESS + 41 + 171 + 226 + + + R=0 G=113 B=188 + RGB + PROCESS + 0 + 113 + 188 + + + R=46 G=49 B=146 + RGB + PROCESS + 46 + 49 + 146 + + + R=27 G=20 B=100 + RGB + PROCESS + 27 + 20 + 100 + + + R=102 G=45 B=145 + RGB + PROCESS + 102 + 45 + 145 + + + R=147 G=39 B=143 + RGB + PROCESS + 147 + 39 + 143 + + + R=158 G=0 B=93 + RGB + PROCESS + 158 + 0 + 93 + + + R=212 G=20 B=90 + RGB + PROCESS + 212 + 20 + 90 + + + R=237 G=30 B=121 + RGB + PROCESS + 237 + 30 + 121 + + + R=199 G=178 B=153 + RGB + PROCESS + 199 + 178 + 153 + + + R=153 G=134 B=117 + RGB + PROCESS + 153 + 134 + 117 + + + R=115 G=99 B=87 + RGB + PROCESS + 115 + 99 + 87 + + + R=83 G=71 B=65 + RGB + PROCESS + 83 + 71 + 65 + + + R=198 G=156 B=109 + RGB + PROCESS + 198 + 156 + 109 + + + R=166 G=124 B=82 + RGB + PROCESS + 166 + 124 + 82 + + + R=140 G=98 B=57 + RGB + PROCESS + 140 + 98 + 57 + + + R=117 G=76 B=36 + RGB + PROCESS + 117 + 76 + 36 + + + R=96 G=56 B=19 + RGB + PROCESS + 96 + 56 + 19 + + + R=66 G=33 B=11 + RGB + PROCESS + 66 + 33 + 11 + + + + + + Grays + 1 + + + + R=0 G=0 B=0 + RGB + PROCESS + 0 + 0 + 0 + + + R=26 G=26 B=26 + RGB + PROCESS + 26 + 26 + 26 + + + R=51 G=51 B=51 + RGB + PROCESS + 51 + 51 + 51 + + + R=77 G=77 B=77 + RGB + PROCESS + 77 + 77 + 77 + + + R=102 G=102 B=102 + RGB + PROCESS + 102 + 102 + 102 + + + R=128 G=128 B=128 + RGB + PROCESS + 128 + 128 + 128 + + + R=153 G=153 B=153 + RGB + PROCESS + 153 + 153 + 153 + + + R=179 G=179 B=179 + RGB + PROCESS + 179 + 179 + 179 + + + R=204 G=204 B=204 + RGB + PROCESS + 204 + 204 + 204 + + + R=230 G=230 B=230 + RGB + PROCESS + 230 + 230 + 230 + + + R=242 G=242 B=242 + RGB + PROCESS + 242 + 242 + 242 + + + + + + Mobile Color Group + 1 + + + + R=136 G=168 B=13 + RGB + PROCESS + 136 + 168 + 13 + + + R=127 G=71 B=221 + RGB + PROCESS + 127 + 71 + 221 + + + R=251 G=174 B=23 + RGB + PROCESS + 251 + 174 + 23 + + + + + + + Adobe PDF library 15.00 + + + + + + + + + + + + + + + + + + + + + + + + + +endstream endobj 3 0 obj <> endobj 5 0 obj <>/Resources<>/ExtGState<>/Properties<>>>/TrimBox[0.0 0.0 36.0 50.0]/Type/Page>> endobj 8 0 obj <>/Resources<>/ExtGState<>/Properties<>>>/TrimBox[0.0 0.0 36.0 50.0]/Type/Page>> endobj 29 0 obj <>stream +HKd$ +endstream endobj 23 0 obj <> endobj 30 0 obj [/View/Design] endobj 31 0 obj <>>> endobj 28 0 obj <> endobj 27 0 obj [/ICCBased 32 0 R] endobj 32 0 obj <>stream +HyTSwoɞc [5laQIBHADED2mtFOE.c}08׎8GNg9w߽'0 ֠Jb  + 2y.-;!KZ ^i"L0- @8(r;q7Ly&Qq4j|9 +V)gB0iW8#8wթ8_٥ʨQQj@&A)/g>'Kt;\ ӥ$պFZUn(4T%)뫔0C&Zi8bxEB;Pӓ̹A om?W= +x-[0}y)7ta>jT7@tܛ`q2ʀ&6ZLĄ?_yxg)˔zçLU*uSkSeO4?׸c. R ߁-25 S>ӣVd`rn~Y&+`;A4 A9=-tl`;~p Gp| [`L`< "A YA+Cb(R,*T2B- +ꇆnQt}MA0alSx k&^>0|>_',G!"F$H:R!zFQd?r 9\A&G rQ hE]a4zBgE#H *B=0HIpp0MxJ$D1D, VĭKĻYdE"EI2EBGt4MzNr!YK ?%_&#(0J:EAiQ(()ӔWT6U@P+!~mD eԴ!hӦh/']B/ҏӿ?a0nhF!X8܌kc&5S6lIa2cKMA!E#ƒdV(kel }}Cq9 +N')].uJr + wG xR^[oƜchg`>b$*~ :Eb~,m,-ݖ,Y¬*6X[ݱF=3뭷Y~dó ti zf6~`{v.Ng#{}}jc1X6fm;'_9 r:8q:˜O:ϸ8uJqnv=MmR 4 +n3ܣkGݯz=[==<=GTB(/S,]6*-W:#7*e^YDY}UjAyT`#D="b{ų+ʯ:!kJ4Gmt}uC%K7YVfFY .=b?SƕƩȺy چ k5%4m7lqlioZlG+Zz͹mzy]?uuw|"űNwW&e֥ﺱ*|j5kyݭǯg^ykEklD_p߶7Dmo꿻1ml{Mś nLl<9O[$h՛BdҞ@iءG&vVǥ8nRĩ7u\ЭD-u`ֲK³8%yhYѹJº;.! +zpg_XQKFAǿ=ȼ:ɹ8ʷ6˶5̵5͵6ζ7ϸ9к<Ѿ?DINU\dlvۀ܊ݖޢ)߯6DScs 2F[p(@Xr4Pm8Ww)Km +endstream endobj 26 0 obj <> endobj 33 0 obj <> endobj 34 0 obj <>stream +%!PS-Adobe-3.0 +%%Creator: Adobe Illustrator(R) 17.0 +%%AI8_CreatorVersion: 22.1.0 +%%For: (Kacper Donat) () +%%Title: (taskbar.ai) +%%CreationDate: 7/31/2018 5:16 PM +%%Canvassize: 16383 +%%BoundingBox: -31 -25 94 35 +%%HiResBoundingBox: -31 -25 94 35 +%%DocumentProcessColors: Cyan Magenta Yellow Black +%AI5_FileFormat 13.0 +%AI12_BuildNumber: 312 +%AI3_ColorUsage: Color +%AI7_ImageSettings: 0 +%%RGBProcessColor: 0 0 0 ([Registration]) +%AI3_Cropmarks: 63 -25 99 25 +%AI3_TemplateBox: 25.5 -25.5 25.5 -25.5 +%AI3_TileBox: -216.637786865234 -420.97509765625 378.682220458984 420.944885253906 +%AI3_DocumentPreview: None +%AI5_ArtSize: 14400 14400 +%AI5_RulerUnits: 6 +%AI9_ColorModel: 1 +%AI5_ArtFlags: 0 0 0 1 0 0 1 0 0 +%AI5_TargetResolution: 800 +%AI5_NumLayers: 1 +%AI17_Begin_Content_if_version_gt:17 1 +%AI9_OpenToView: -108 90 6 1554 988 18 1 0 108 87 0 0 0 1 1 0 1 1 0 0 +%AI17_Alternate_Content +%AI9_OpenToView: -108 90 6 1554 988 18 1 0 108 87 0 0 0 1 1 0 1 1 0 0 +%AI17_End_Versioned_Content +%AI5_OpenViewLayers: 7 +%%PageOrigin:-63 -129 +%AI7_GridSettings: 72 8 72 8 1 0 0.800000011920929 0.800000011920929 0.800000011920929 0.899999976158142 0.899999976158142 0.899999976158142 +%AI9_Flatten: 1 +%AI12_CMSettings: 00.MS +%%EndComments + +endstream endobj 35 0 obj <>stream +%%BoundingBox: -31 -25 94 35 +%%HiResBoundingBox: -31 -25 94 35 +%AI7_Thumbnail: 128 64 8 +%%BeginData: 2710 Hex Bytes +%0000330000660000990000CC0033000033330033660033990033CC0033FF +%0066000066330066660066990066CC0066FF009900009933009966009999 +%0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66 +%00FF9900FFCC3300003300333300663300993300CC3300FF333300333333 +%3333663333993333CC3333FF3366003366333366663366993366CC3366FF +%3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99 +%33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033 +%6600666600996600CC6600FF6633006633336633666633996633CC6633FF +%6666006666336666666666996666CC6666FF669900669933669966669999 +%6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33 +%66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF +%9933009933339933669933999933CC9933FF996600996633996666996699 +%9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33 +%99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF +%CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399 +%CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933 +%CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF +%CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC +%FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699 +%FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33 +%FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100 +%000011111111220000002200000022222222440000004400000044444444 +%550000005500000055555555770000007700000077777777880000008800 +%000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB +%DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF +%00FF0000FFFFFF0000FF00FFFFFF00FFFFFF +%524C45FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFD69FFA8FD04527D5252527D +%5252527D5252527D5252527D5252527D5252527D5252527D5252527DFD05 +%52FD54FFA827FD29F8A8FD54FF27FD29F8A8FD53FFA827FD29F8A8FD54FF +%27FD29F8A8FD53FFA827FD29F87DFD54FF52FD29F8A8FD54FF27FD29F87D +%FD54FF52FD29F87DFD54FF52FD29F87DFD54FF52FD29F87DFD54FF52FD29 +%F87DFD54FF52FD29F87DFD54FF52FD29F852FD54FF7DFD29F87DFD54FF52 +%FD29F852FD54FF7DFD29F852FD54FF7DFD29F852FD54FF7DFD29F852FD54 +%FF7DFD29F852FD54FF7DFD29F852FD54FF7DFD29F827FD54FFA8FD29F852 +%FD54FF7DFD29F827FD54FFA8FD29F827FD54FFA8FD29F827A8FD53FFA8FD +%29F827FD55FF7DFD2AF8FD56FF7DFD2AF8FD56FF7DFD2AF8FD56FF7DFD29 +%F827FD56FF7DFD29F827FD56FF7DFD29F827FD56FF52FD29F827FD56FF7D +%FD29F827FD56FF52FD29F827FD56FF52FD29F827FD56FF52FD29F827FD56 +%FF52FD29F852FD56FF52FD29F852FD56FF52FD29F852FD56FF27FD29F852 +%FD56FF52FD29F852FD56FF27FD29F852FD56FF27FD29F852FD56FF27FD29 +%F852FD56FF27FD29F87DFD56FF27FD29F87DFD56FF27FD29F87DFD56FFFD +%2AF87DFD56FF27FD29F87DFD56FFFD2AF87DFD56FFFD2AF87DFD55FFA852 +%7D527D527D527D527D527D527D527D527D527D527D527D527D527D527D52 +%7D527D527D527D527D527D +%%EndData + +endstream endobj 36 0 obj <>stream +%AI12_CompressedDataxmǑfLxɌLښ^ezhVc4TyGfeխ "Ejzpq+%q~]wVçܾy7??/^o'!V׿?-7_x燜R}?}7ׯ'?o_}\>{ًn7E%m|ï~&^_ Me.|xW_x營tYK=׋_?M^͗_՛ן?/_?={u̳ÿ<n^>/^|C*~_7/^~|z?/.+o>ŗ7߾_Y_? t_}ě-<}W/գ~<^ :?9MWSimi̥~VpqX4NAi4眇:\nPQҽ^S_?cgz߾/~a>,a:qeZs۞-m_}F3zO_c= ߼P'gSKӿ{⋣|/JOJK|'ڔ9!Ұջl#?n W }%5/>K|U ޼xŅ?ٯ^~7_տ/?2TqE*7>5Fz﫟z7qV?wUx|C^={s:Lt$ +u6gGݩ߿xٛjw<o?kOj_o{^>o|o}o/>?ܼ;/?S|Cn?}/_|v'R?Lo^oVηzn۷.I'go>w\>»| M';ߟI߽gz||W@oW=s֖9^rz[~wen^ݛg_j)p Z9WυO?o~2\y^Ǵ C3ii- Niȓ>J|*,0'ԶL rG8Ϲy) PFaT͏|K/xt{}xtã;tAG|'1޿w>7wGM*'̯yo=xS2 %/R禷K qJijISLe)9ץ͵N,ZǺ i踯:uEhP\:r딥:Z iaz ǽ|FuK97f t?JOO,mGߏ|jXbV긾џFzt7pSt%<{:h.%7HNˎgyq'ACDba BBxw[7ꖫi>I I}ӟ[}u,3樂hH2ц6L~"Ix?7<&~&I&J'|>t t{y$+> Iw%0Eh mN⤹S/7~Ƣ 3kݍznA=U4og2iVOkЃƫh4ݢH,I~dIL]K%{ISwNtntEMr?yR Dgywq<@_!BjԫM-lݵ!8r]P,#r>kuƍYm=*2ָf?74qz̛Vn4Fz' <9oi: B1` +</w耖~z0@&^ZC56d:}4O5 t:_fD Hx_~$^"f BWqZ(n=I,K$hbsv#l!^V{ݍIÐAo0EdCX>-kuEcT/bqa`q80xIbpeMz $L;, KFN{cH2wHR HRA M#Cd#l1vȑ:Ըth, <ΰtS 8#I#=@$?Ǥcq{`}=F&$Y9q3ormILvAn-MzٗϿ8`x]\WkqYj_7o%!*ƺ՚ʪ݆h m%MQJ@*Y*Έ+{bъQyyR"S4/(7^LW"U.+lC}X y/w!aK,PRE,m[4sa,#Rr<@ݑ.(1^:'+>un][/rÏW|2L)6۪UWYƮYn[mfr+P 5Y&ki ]26]3d6P`<[߄sfk]A&UAhݠڐ@hLu BҡQKz,;h{-vu +y06,4\z<;zvkG{О:oy,>t_t?ߧQvd#vhDUd5ZZd'+qlԂٝljW;}":uSz5(Nkk/H?*e*:i~57%ms2,NeGyc5͉ uuNΙpiQ0Tci~gC]G^~D&kg2jb(9_Z'hs]Z4(0 )j63RyLRd᝵jA'XCxKi5rCc!z  _et) BO#2% Yc5*O3U#:~DŽ~O 05=O?IR:n 9$ZXf X$DGAN& ꭩBpp àC?6gBw8 C2MX:Q;s:{DZ?շ9c_qM\oGҹ7'cod۬6=ei}͇ݔe|L̑oe\rQݓssꜜ6cSRz!abvtvgǣ]\8Gza5{O?v+~@osG≦q ifNϚ5b]&W͠-[k# : &,xZbYf)^{;gpl9yr^ا[,,Q#Pܝuna;քM14 GFQ6Xc+ڱX#THvO<:i)$<R:Iz;6|ȱ [;tyqw~芏>n+~eZ<Ôƙp@">2d0׵>.|mOirӑg:^4H"-GŜ]dH\#;$kQ{6S@[1!EsYHBwNv kzr[]_\櫨WͭlE Sw`!pv̏81 tKcAD Gwx=7 pp:АեGHI )Z/3vnsx;k 1\P'qeӗK=-,޵mAKi.  DOӤٖjGjt EEw}h.A%<ȏ8[x$ +!ʠ+; b6ŰYÉ]A7+wnvҋR{n.oGl_q-x+rm\w7ךd8B՞K?cqzjt X'pTs,vGGex&vl@0,Ow\l=nq|p'pw8u_E,]fo7nrm l6?n\H~ػf.y^w );wU\UX+m`K\5b8QU-4kM5`TTsDE"ԂDFh`4yTIQ[5MOaB(\ʹ8e5[K}/TO$n+Z4;4Bh6 A>]yWtc`JkiV +ֽ[kgHjfY{6Vfȵ3e+h>JeKΎy+GCzX_)-'ZW}3jq\?ʮeoї0?u;ي&}7 ppc`ͽ>xÕ"*Hܩ 1_ 7껺kmiGm* +MmWX@;-RIp>p(ӾYKiF$v;Q k<uZT ;_`=Hkܝ8 .*nxtzxϓIcRwݷ=\,yGoDv}G-ij}k?4iLvjE_q! Xyvꎺ^$;#(!pU*ExeͦYM q!1n ױ0gxGZz۞w(EJiZ wȣGUG^[r:goM(/8 + ޅ)K Vsʹ!.QFRzYM2 /8i*VCA|F*3~Uunv WB Kަۅ3FE+)6Zi a!ims9@y(e}Lˮ/? +ʞ. vfm#'v*?hD1y)w7`>tű.@mj;źySq{ G +~r1LEz}Ӻ'{ςv9'^Z.ǭ֍ r֭ߎۺ +!~ uCU:NcC]FR2F.y);r\ʶ:K2ڐ}`n71ȻJvPTn;@vwoC'6knqg=6,tH}?^N%h79nUu2ѷ Y,q7IZ #NtXN.𞜽wUzC`0c)j$=InYcqzuߞX8rKAX}>{u51zjlw݆yFāwSuj/nQ]mqi <7n%PNйviۦ0jQI/ַyR﵂^lFfWU+L!W^)ׅkdCD]nʸ95RvI&Or#z^{zSu{]{~:iaw}iawywm[vڽر3,.U, }Ou޻[7y@$߫Dbm%{>1܏~#h;~~t7'|?Jwx?}P-v_OQ&\Fk:q?~] )^ +,H&nOa/G8-@]S4:_cQՉ%?tnҪ;/u]Ǧ!SR?YQ/upK iV57+!^ d_™Pa~"wv:\J#CGǦphEo6*BHlf3· 4֝<=f-xs=x]'D9:R@|d?[={ޗdǧ{`j'ӍNg\{r<\v u<;Cg;>Ox|Ƌ (pɑ:^wڅzO϶?4Oz.o=z'=}ִf>Ҵ*:AbJUzsJnLm1L&4"6)>y8/rc=5yW%UTKEUھ&]{7IOiU+87h>N;:N]r{wi)f +X&~aq91ƻFyΜ5n͛ g\=k&u67)Kf璽_5;̱|E[D5 s>t\.lv,|%&|ޯ; +ւc[{Fw:TK9윳O?%ZRtL|~ZBiw+kGElDy۹N\'S˄̝8L%ҏ K.#؅.fkk~8w#/>΃CG~wԭ9CC$dݷ~9O=d(7{ٹҁOz]p9ATuŻ3w1yqK.; +5ts(;w%H/Nf_{^YJ|{GɸqȑѱettU#|t~tǁQ&>G(X쿼eK'^%N?>:H<]0_k:ɺ7ZvD nq-' z"M'%nq_MVYߤ[4:YM+A'́l֔TjlFYK\ DiA\ +y|y?%O~(eL|Egկ޼xūg{̧W>Wܯ}ͫ~rk?)WԾ? UI[CR?hz_Mu`{:r/F|F9Dif'5÷ԣÄMc)H6;ס+#-YNrgjI5Z2>))!7%d 51$Y L E'auZۤ~`4P;FޣRE]ܨи, 5W>%KO͙֨4+ ODtN!nPQ+0@>&_'ajͫm&<=P(Ye>-8J;$>/IAt#Z)e4N<)uIѢ`-k j6z*P(D=q/rtQ(<M*M+44Bzד IYDw-9I 6 <fZϨEH8[4`2Yi#J],N-X*A|2*S~f2=8.g t\fԯTzdrP^giFo274d:1٣Mdcl(s BFSnTN}pw`%jV7ʣfUyF(Nו 1 #Ys\@qc v\t?lyC0u@BLnnVYI-΂q8)%XP!1216Y\ rϘðbYT떁x@ZL5F_GX4z`M.lYXR Т-]2ж[M6LUJ8uh?l9:WLx\&K LCP]sh1 'j黢Bs^c'XHqEF"t*Zf'0zI!@|nO +蛎0}\|edx14? &#s~]{$?K- +zXGà9a!lWu#کw$ [#v'a3C4cZ_f5hDl14\ +ZARxD%c2!DE(؇O0_l!R>gll KI6>8'o>{p% ̫,9[$ bv \]Weո rXUul+ʻWҪUD{-DiIyˆ-L˞?_"T,>4c=u0=uJ6ֵZ  OT+U r_ʣ鸅LVS/1BJvT O౜_+nnˊ*ؔ}rH1zB-Ml-__g)N?=o޾y\7_g4~껋ǯ$j LdaKA5N~@:Si,$c{(2 l/m܏x굀;lî, o^|X͜<]. ,J [ vv<3wKgov?O N BQPW,v`JV[൐LZi$3 w*V6r.[xw O +ӥP1FƨHȲ|b3l), rXU,DŬXC #6a{ZI#*xY1+=mTJ(A' 0% [uԊ 3Gg55h1&7|M؞dnj* EOr8ZJ +&P}_ڴ9<2:\҉ !-j:Ir,Sahaj.sIB|>89MU ͈r‰R}f^3Xώ78^>lfv]1Xi7NϘ۹$xJx7i۱Fxq lFы7fp:]TVogaxL4;fjRO/j9NfalJxĕ`d(-(OчKAK=im{!'Ha1hAjwS@ERet&_fIhAG,aaD L1uLڸObm77_9Nא39TFl+L脖q,Ga{K>x3_lWչݖ~гԌ@`a@o KQQvb•akJ%Yя839#[v$n* %7+<5SϾP*ln!Rh@91[cZV^1'-@j:ʆl&*n0K,Q+;́MEdɀ,d[:G-83 e:_M`V#χ5x1 QK\L_ D$4T:V\4@&X. ^=/=1PFIp!lJ),-#.dRelag Bj?RLo%|IVQͿ%]0qbR=S3F|`r 2N΍XGn=rƘBB5zSfax>3EF2OI' `̙,V531E֤:B#L" B".z>u8+_ƶ^2 Up*oUmƕ8$#. IK;``sh,,>T8*i18^V3@rx!dYs)$"6RKbTJVzU4q[z ak$n21 e#[ҟq<+Ogzp#x=h2KF.;51+3i)7qa1H]=`hyge282q9ybU vu De*f=m^t Ԁ 'mBYH@ JJ SfAi8&VHW' ul`^{s] !]T#bZN$]@?zmB ~/Eolbvh:=$b[eeHx08t';sz KChQ7Q]'`X' +\ݢD M9 | r6Qt)"^+& +,Wt~0Gaj_!pRQ G3f;2~j" +7F+ZmU>>@s ->}(fd emk!ؾGmUC +0iyaW퍵 5"ۅ3'4}6˱sp, 2hBg* +/̉HS^VlN]RW 8r*vTXdbwNwBlūu0aN3mFžH6%d>H!pN'N"ƣ9B ja ͦrܜAjU?4an.`sm$=L& /cM `# 0Z ?rC.KZCלa!zz9&,ҩ ~vkuRٯ ẉ`LAV4d/pVֹLj5 +e +( -Yz+aL}?\m@b&y4kUinEвR| 6BxfMb|)b"0R?0B|j7D7clClLVk/(|}Ex#.$U7&"w-cNزD44Tܮ~!-ФLct2w& 8cVl~k-' CAӅCXcg nKpi(=:Gf{$&R|qoVtؽBd脰,2b˰] S_Y,q`G(!Or#M:H pStTBTiQ4"yԱ=eӠcFsNʷ;԰Bs%<|!Jcg9;0gA|аyTS#3K$J0L!PS*՗ 43q&vIICie"1&cn-Ȏ2  6'd@!J2n#.yP_Ci]UKVM6i+B0  n;#4ܹL?F !?hie eIX@]r^i; +ѹXb(%xc3IZ>`Z;(aҋ/aG95@ +1 0صV; B -޹vI;:A2bvزdk)yrOzG=-DQD$l[‘NxCB!5f8n [/:^$ sT2*HD3S$Eް YM: ܊'!r}= xN&L8H(6sT⧞XoՕd"06JS+h1\dMX~%n5ǁ >rJ&n3CtvHe3 {ujz:,2Ѩ ί\cS]lA-Kv*%@bƲ5]琢~}Ă -hgg@;~5)Fw8bȯ+/#kfbfDō.1:-LP}qf C0Κyu6H:O @t2KskZ4C +[%jaD N@` u;Dd!X(7J$ΘQ6E ֈ kݞ<b&vx֪8i*+%Q.Yy8UKBuI㓓Qq?æN)s$G*lziQ1qZA  +|*E;Q2 EnQ +:d[а ++uUP3:.M@ PlsC7 +̛q Ni&G: +F g685r``U,ҏoHpz {!i<+#DIդ`U\x&W^WqXκ [-~zepcIYk5竫Zज़w]Y +ItƊU|+l!UNpNu6Yų*>:2N L9S#GC >Yɐ ~a8B_J7UW SC~O$)C+D8$9|yyVE[ިaS,^tǎR@ !>wtp#-aaoxJk&x_ZD<ȚI/g&1pDI?&R8K ⸜esx^"`0I&] ʌmž`﷊5\%XB]-v8cB܉SDmVjб-$ȶ]w!=N l5t[8JW1B1/ߎEPy4F^:@-G) k*5QhQ#6oL:W#DJ@Yi gOгAf:nTFs F6*yɄoٳ?”5{.ȁh U9'9ie8M.."~|ňa |qtTǕ@<c k}v$4o+\$a8KȡԤQ2-qAa$rV0Ms8nmKTStO%4Te"#Fj`lN`&|U(&)X +3(P .F腾Idf$ GEFHFl; hlΗ#i'Z,I/WTϢlD(%rϻ؏A vaʣ)WPD"hG,9n.Q?5E]^ H~ 3$gRKx/=C$ŎUqlB.Aq$©J':(/;d<. +UR &QWHa +L"ne? {I]N8=B!P#'8(lNrRG+ylH`1գ KW p zκt4&#G\SDY",-AJid!9Z@]5p`6Ҥ1y@Mmƀ/Sn@g8Az֕$WG&|F!9=j}V%P Q,hHxܙ)D¥G[˩kÛ/FDl1I5>,bHw j 2LL8T%i +sm\D;O`zD5gJ3-! YQפV_u\l|5>VL9ԝ֏U@ Lh[8~Ziv^?ie=XxW|ϑy({*eLNy~O&Q!h!8<* Ի7㞈 +,R*qqYr,@&(  F!b]}pk9.ŏ11I͘Zn j?P?GC 4Bvp(X +%rS*"aګLҧbΈN0uX-ϸjDʑsnԀ)D [y1*q +/f&q-e? rVgC6*&L0hy?GY6K KVڮ%5˙ihfA-Aln,Q5ӂI XIbw,Л&VP [jN٢IJ@(gh_sa>g7(:SqːT#!68;z] ~6.tD,Kۉ [I'҈ iH]D׻DS`ϑ 8oB>рIҔH-{%,O7xQҩjٮu(TgMcVΨѬw ZTZI4d 6'N.\^՟ tSv%jzh4HdjQ#,F.2ˣ,.,L$L lOXշ0Hp= ̖D`m{ +t2IQڹ9Yg쾙;brH%1r% E +$m¬6u+$!8@!F59p`咘n 'inZC.P\zFYbs)*tՂY +"BZ\ݣQ0F8MQ |wGYƂ^@K UU$ErbT/eK$ホÆ}]3͕A|#= է@艔MX\qv 0(446==)S{fjO^G!oؤl\,ΥtElwv}fIW]H8PǦr2,:CuA 9 +7;>oR:gw(Z@g@ ;sjtoN >1:D\]RޕP | w6`ԋKoR=nUv]rlN3ĉeN$RTT7BȰsM~a5Gac«QE+1riqn6aZ2ѢQs;;x?&¢LOr3?>ee)c$NۦıB,Ć\C.n }8uDE + 6ܔu\ +{u.jf&1 Y 9N K{-ug(QCx0oH1DL&T NU'P66'l^+jPaTjE&ͫU5҂s:RúQ Fk!^,qJ>?+2RVXZ\(|.O`o$ABs 4)Ȼ +5 +L qlY`wz*(Df}N(LPXgHFZ<_<2GJc +Lܠ.jvSA=c" ^z\x!d%:{9@[4pbg E^pcf#2zPphƍTz7Ծ1U 0Fj,3Аd*@^oll Jd@frσCP#g'١;&Vf+8 )jpoaf0+-Q? m>]G'^9|z+t- ;;cJ4W]&x`C҇ju#dnvߨ"{K݉Ey'f QOwMgxVdsF>N]epiFN ʻ4p'6t&\A)VL%d\>T&?5/9GB5!:̃l믮xpe4E ߑ2J!?R|0 +" (!4:S?Kfj?q/xK7/#0ԳE 3"Y +ɥQ0 < Fu |aʽ0* +XÞCZCa1Pb\8#7_)UN,j)uա$D)>D)JC,s~JBYƭ* U)IjpPwS1Lu)Ϥ,*"ȓ{ׁ, 4grU Z>7 +Ejx]lPZrʱָdؚBЗX ܓK">k/:тEt_91'p !&j-sݧk0J|[}~Lrʺ6C9RԤvD^'pN )Ɛy{?D-3Oˁn:GqXR{]R#P;\ҍ@UL@J +-`x:Jӥ.J,Մ|L([A A4ggƭgf JA(+leJ)*6X37e)Ө:G3 +"qlN.3ͬل. 6&2SGtv0MCLj'Lp`޼ֿh' Dv,8K{kRd`[.5BԢ`QXbi·vp M|ZX+50Jdmw摄4l^7SE6n 9WtmQʝ`sq%7uI3S5:; ͹؛q=[jrSb`ssUfҠzTjNeSBD,bt>r?̩NQ;𽳹YEf-w-!GqrUF-%s.5y#.-Jq +o008w@\2@r-&N.y&iS.WW=`gɱcl>G=64'h8Ck) Ֆ23TbD969T7MpPʚ:)ñ%Dw&[v:Rc!TmP5׿}6$&}`OxT* H +hNSX^L岀.H/.٫n46-3լ"еlt&CGr&L:&J| ȑ&h׶]0ʂȸN{Jr@ihG4x / +=y T~ūn_^77_W~>3'?=G߱_T9; Q 5&TxB2ؓhN5 @83ئҧd~8BY*Ql⊍fG0|uj'ArggCsyَ ${5S@$_NT7_Qz_dvQVFivX+|?Nf]%:&gjh^A4%Ԃc|Cxn@䥨z42+/ >"jPz% +='7*tյ?h`5vܜ9Ul.&`Dl9 +Zn).V?z kX5h WoN)^u'2ѽX+l-Ւ>.Mt2-xH, STb;4x- +r6?3:u +`ȵ/^%(Y#͎iE ~:w;:3 ;B `uHA#\m\52.!ٻ꘸΂`%s UCd``z(K{RID{DVɛ8WDHYHj6 /ɖO1%ңaa]tJM؍T:hf$c tIk)oG 3%LLKXy--zi *cp"*BM +5Giw6]yny6ii6\H5N5I2yE黧:p7[%N2lIbL.s36Yu>1%dyS'(ZĭM,e… yk?qz+X E)6g\YJ0Pp!yxql +3HD҇ٱr(*-Z#<ޠaNħrVcӽ۳vI]Ry6{uŕlHmMћP&r$>|&xVbȍElslLTjA1DpִЍSEJzB$ߤ(Ҳ.BUĵ KXP,]*.EZTi5օqRǏf"pk3DiVxLv?UfoHHu8JKĎaqoD0.Fò'Dґ3{x0epdEW C`L{cWӡxlJ:,,D+vd;^vيCޡ] +Zd3)Eh"M(P]uoI  DDH".>G0ߡ|10}W6c˴lx(sA?a`WmOLdy{n-[zchhj-Č8AJO%r,a<c7J.Nw! lN*m]\O|4&gkp5PПRr,>Qh_ o)τY\ +P=bߺz +з ՙ 0F5x=9e$Nk3èr) +O.[RٷxAd zom?ɕ׺Rv7Ldp+*;bŞA|3@uX Cvz>9Z`;:n;bb-3|fY;)l90|uX5bHz ^vOcC'փgzlU۶{ +d{=zkQl|8D|@ ^죣H+h@MoˊAawf {OR0itg&~Bˮupه&?Q$xW<y@mms"AMdvR>M$;i+[;mw Luib7Й{u--iA1~EӣHTKTw[לgz]kM +fl䴸v!O՞԰.)U7O&3YBiQ\ a{v2_W8G@XO +*F+7ϧ&vi:э?`23>_'rΙ8KjJCy嶕9@Q$5 %`'K4ZMTjq~pQq| /՗")H@㻢r|< vKMpv<;+᳁Eԅe>l- =i,lp 8 p V B=r9|052j}Q^, o LGЪ- 3\;fM +^>SF k@GC()>~\05,_b/j]e_ ]UY則KPb1/|t&B5`39'DvuT+\r(W& WU;WR!3a- +sz]G[} ui +$0m_¼@!d.9h=b0_*uy<(/>) +ҘBY'W${gnuv: 2^||6LǙbeg9."g XԞlˏj'xPf~A3Ϡ #[B)ƭxcXFD6VBAW|XG؝MB`:(F%B?`EC 3_iw%"x quL'nAL)+Km+W0Z<_ce<ıD@&&ȋLw`<j27G4}d(vLv=XXxW4Tl-Upjb󼷬zeOÿmXGEQ<7(c&sѐ{fD:e He C^Lw[I>Ԝ}+) %.P*2c3q3#Bd?wetS,ͮR"j'KaSؐè iTgh9IKϲCw+$D#2:'d98b( / *Q?o'hO%Ɖx9Q?JQBd3ͰM B|pQ 4+W]8"Gs )t&k<!:'R5p SҒ=Fup4/BcHp% o5y2Mk-a`"Z*>zɊN᪪xfi hk|VZ <[xe#V^(,ݫV. 2익oa8/MY4>$I.ZEw#n)HIFG/vE%`ih+fG0$N^RNz6)Й LnyHB + VӡDENoY~HB"(t5@^g\7L">Xם.ӐՇ :SVB 8ȉ>%)O٠ F٦5!X UAI@F1b"^-VN㌺RF&dﭕC\8[`@V@~e@h̼ t1*jRI.sL{[0X=4 FfzHQy#5[#n4A#d 6Xn(6ܣdpeS %|n;.r4[#;BUt[i(qңժx. (RhzIH_szKK֚72&"sxHMV#T_<#&h̙TS~:Oa3 г\Ģ+i7=ޖ9fO C03|AYwNDkCOGHi +\:a=F)ݺoxR\QNm|ָ2 6mOm."Zr@tG(mw\kF,s߽%&&2D3-1(O0{4'4(ZPKcD{J?g I{?z|}3'XK\KQQ+V}s;CܝET<3W(WҢQBKp\"X(QAQ0 1P^|ZFldvC^2&㰋cȎ7e K㤊)]q`,BAL,W|ХZ}#T/D{Kk*"x\Im0A0(>A,MYZ0 ~ b6zŤ#&(t(ڥS QNeU>'*gDv,emz# ˕@u W,ʢ3N$z޸NKlA98=bT{V% +P|7fmIL^ Ig}A}WZgґaB& +GP't4^snvV +EA1ArYmx)a.[2"j2rt<їķR`% ǧ6th[PMi"+ڋ/id@&t֦(~_+ɥG0Dʐ]mH$$S7}hH`m*5VGOs$[P!Cމ@ )ybX4ܙ/W k(*?Մ&OzoBTn<0S)6n4,\ +TR yT_{^4S/R'SqbcA=]P^O](v8ң#xh^s~fPA!kPqpB5T4^['VˎK[{?(}%F!,VPO _F2bkv<1F3 7a Oek`$o~_{,<g͙NҷoaW!΂C- /&{; dgFͺRy'8|HF{=Fͣ:T=į4bJO +w(Ld92FeY@>QA#zv/! |_)PhBMYXvUR/#SKiA{xrwKwU(VM|}4rg.lo ߄7w<%[\ +QIFE8fؼzǖxM] RckH1rQ!46މW6 y&Zh:|!L08d1qW4|<̴ )CLLe(pɀxfv{#l qd)ФϨD3GJt:b_M-@>'(z~-YϑeMQ&Ny,HF_EiG+_xBx& 6! ӆ# @QP(9+HE i,e6.@A} rn.>Jpsݓ:E*Kٮ 8Uc"ȼ0s`O9fB2UqIfC.Nm̿Qk{:f΋zV\.ǰe`xUI7C 蚠!ǸҔt'?,R:簑Ͱa"λ;osK)O XLBb ~S<>R#DC߂Q22fj79Bb)/hM7+و#r9RXdNbjl}OHckO m5r.VGHr Am4 [6p5bʁc?T~_WC*g +c7PjWHDO_i ,U̝(!U[hQI<{ɩxe?oX(`5g| w&(5%7GЯ3(a V!NV6Nl&O`!d-6\AF6Ζ-=$?bejz) AWoOVKdE +#+3).\FK_Z-Y^8I|.%z[Y_4 ;&Xg$\|HAĽB )cP> 3$@ul블8A-=*7Al즯?xf S^*fx@.w泉110!8`Ȳ%SHfs8^4>ґu9kbԌwqusy;X5+ߑW"J +` Ӡأpov{\0 ^VT1L)88DVg~]6,8n1^2:5OG eh.j٨z)RZO%@6ܛL coz4dZ83QC4گjbXJ<3vqNi,`d%N9KA0j%k'>\)g: k!@> .!>e'jF+U dFg{: _[ۃa0觨6/L(6P(;%d,&UsY~8R-^/o: ^,<%z/΁H__~CG] HM%zpX=,hc%IܡU:q@ʨtz'rFVN1$۶44j8ƺ5JWu>Dž O@2(&+݄%VwV᧛?\`"cIGF hbFK&ǀoE g0Ӱ4RHE%m~',g^ +_?_ρ.YRx(N5 seRbJcDd/ǒN 4Ma5-n)%}ۑLZ+zB=hrR2{= +@|ڃ~VMRU8"#t(4r)M Cx#mdԻB2L2߬,YcL/B# +Eo=UzS +K +Ti^8ŒՃcm E|]D8gWk:@m)gP4# O}p&fJIeQ98TXK צcp YP`M+FTǓ$kyDSBa#vG~3}E7N:3#q_DTᢚ/KAYw7:6)1\gVa&dONm _.'Êܠ3w cNqHC IqPd%W0T.)ї!r:+d!0\(tEI ɾz03BwbTh0pWW/bTB(O`x:7l(MF4,$J#dEAbZN&fȃ'CyMt(|rEšc/:+>E}Y]+@Jh*'1G!M4l2@Zi?֊mUyW`4Z! k$csPa=}͑}i^C=gd UeR;ۅ`5ODE<6,33֕'~"NsAzg LCX-s3 nɛQQz4QgE'!$R^l5e7N^pՂ_˿~F{f~TVǕoPhW俼IOڥ@Λv)L#ErXBv!"H4\>G(ehrSmO1982 +vf7N|38|8g|DxSmW-O}Z'z ^*>^W/h/磆6RO#@NJS8<72TZȋhN~ %4-z/a5h dR +P8# X`4arT!Zw9W9r3.e)g#z ޹Bjzp&ܡOJ]U{><dS!#aWdΧtDJL7±u"5@,YU(?Lǂ]v0̸& hBB=M\tt4(#h#p)?$BϞ\T% me(iWɔ{evt{Ii#Q +xƬΘC2|^S#T=y(y@NK;@H.ˠoPW  <6w,@n$>Tų 4i akDnU#7*$:XmFm8)9ȇn&MC5I|D)qh Vm4k8ShRg;u`91sH@d+3nws^>?FS]1RP44$ +`2z ;[UǠDqhPS@,n2ªue6mXVy0_CjJ? }wzw`\3Z5CoIʄon y\3t2kb 0_=.t)Rt詪ɋQl8aa\\ש0n${3޶`_o67gӮ1B=YHŸdv + x"xW~ _Bb-[1vZqPHQ zbK%˫PWlꨋaр̡dޓ@2hМ "n;#̈́b3npY' %4dܣPdnQj0w%!@GADQFC30K>PVvasZR̻Soz5hL7/Uy̪@s7'CMT~ϞLYۘѩމXx*‘) ˰Ryc J?,^9^YQ]ztSe:; +Q!gctG/8OG\AMsh?‹Q;[PT\AfpLUx]%8<:oRT:& %/;IzW78*.p%6F1m<`$`lL:gu}i- `i蓵lJe. +^)G>5A}W ;2A-"nA@L Wu3-绥pR/ %FԅQ^ 6AڛSFe Li1> 9T}(D$KES|ER…0v1 2@# X1iQtzXZ^zO`ѠhJg.Rzivm DzcH%Y BdD(@JI@CE){ߘe|4l(dB-Zْ8A. sC#(_)02$ / w8o"axr0.@0t,i~UK0n[OfVK)ܕJJzÛf =.jS_]PnjQ e36^nԇDUjs̉@G(|zJNk@ԼyQt` +0-Aedӭy0Tqe~%l9mXIILDRYT|D$E>@p*ޒIȆBNm!ޢ6ڠ(9k,X}CTT~=>/m2nP0cZn1+]sk0iNC0ixM)dFDDZC*ICcmW5Hʀ~O:w\3,q4d# 0*/g=i@㵀ag[E ˊ"DUOXSdTNpذTOT!r6P`9)MfDX+1(!).ҢP MfsM`ŒI`=QEE]i5+,"hpDíf +>A1kiG yQ4 Ҟk"ƴꙉ="gxRfYjŔ(ۄɉ=+ut Ta1әi ¿*y> #/nI0ORg#9:/\FuEz1|TqOڷ!aĿF+0)u@@`Z$ndٔAz[ōIBe6l_s.8 m&BTγ{F`/ePgxO"K;,.R< |3򎠀iD +V*9;TИ[@T0filXu!U1zX:ڒar0Ux[i,|f CSsRNS5bxU6ɔ6o]zzl4WOjg @dd¡9QtB-xUp%eB M0igvgg%ƞ$1Q#`{!Tm8cΏ]-fL;ty]UbvmgCZ;s/x1F ; u$a?9gfkMR9%% вDjY04J\1i\иPSj uwUA Rk"~XfܧhkPfUBL`*@g\2Һy8:*N^ A:D0 hj:h)҃ %)%"sPY_{BKkn3LI(BػTr<83=K $gD I@F)c~aM#/ón `C`v/mӶE쁃n[nY}Uх9Ϊ0[ 9j0qgil^?dpl Y8U0aAP+:qc~.hxy XO[́xBlZngK`e`7u˜u?V _"iE ċ#"ݡv>1¨B0HV3T@O^,'n׸ΙUsW`c{X"O7w]c٢f9+wCnX'era05B툊BACE)dS ~5J7C/ P؎YꊘKdaĤ1 +Gq!>;jxT4.>^Ey8' :]|1QAFc(PZ/ aрH@pZ` +8'\MVJGL.ci>Nzg[k[=6;(+@OY^ykxyvfE-1>o&gINFz,!d'G=QqX%Ajy$p+FhϢD<5Dߥ}:e&"(z^*5/e=yԦMkQNT0Tj!f!bPVx(ǡIۄڌdj%Fj~W]HJb6nk&*P n:b`] 8tK%Q{a +'ZA,K=L#{sOnU*G,@|ņ;o:rU rbYKh7o@2`󬃯&>,:MOOCNz*}94IoNP +o餜PJ5Ϫ=kfovNXavh@i.,#|"4)ΟFO6rQ?aqUbiJ,+ZT=4#=AY9EI9'G!jV !ʾ-w0'J0>[>H+`:QhE̔?:VŪ7\N܀=C㝤f6ؤd@2IzGZ9M5h(3;wTToiJ/dzYdț%'1flF #5R;5@@ajg96/ڌ*}JEkoSl⡳fYG.#sP%䫲$-f~'\u Þ_Kaj9T#Ax-ޥBSA_a*]8>x< +@Vi+´m1[8(j&V)Q7kx +d%rG!k{wĬ*4l<]T~4·\qlOuܳӘCՌ60f dt̒nTa a[mlV |FGȻ@!Փ +'0G/60P*:|A2mҽ05<{&oJ_u戢uea,?K|,jqD销 `P= &B>C379zo'Q?h/ZPb-JtʇEXdnV+=_:6LB hSzqj38lfgSA7;1:SZ1/ XW8~ RAߣIyXAiCh9ݳ1%qE0_(WIdDP@7%%ڍR3>¨QVW]g2ᐃ6l[bOiF_Q db.Ѽcm%K]685=F 媹 fNk + +#)f9@ɫ^ߜbia} `d茠 + d *_Oә4_.@d0@iA4†Yh?&aZPoc JUO,PSSom|uOC$*{؟(+㰦X&Yff4h\)n)($$dwYqbVEFGz0M0ɡ(=#{ +wd\/NB415L6s9QhḣzE'!%C}̑H)?0"Dpvb|Լ 0uG +'wzɎҰ AY=A‹H II5kC8ܗ@7aMb>TP@ʄHuXdؼ}%GP] O)-'$XݕIxL3N@Az7x?BI6@*f# xs"Dg3l$ƣd̦/"=䉅)H"R埁A/'|Sp0Y [b03x;C'5ȿ 61yF{8/@￟A>[@wh/Ѳ2ˀزB=C{al\?V~oaiO A|x.M>s`H&:ET_/Ow)<xĭYAwQ!pPЋ @_.H +R L3 &zw`և۫+(8#ŞCRqFQ:wG]"=9ٓ[ۖW0 +?6T ЌRk5E^Q9?k (Hۡpd~w-긌H'F-)O.X846c*V_DX0NeJk<֯QcrD@RRtֹTYBBvzJͰ:3 +/ AHseCWcsc@]\,8thHSޥD+3 M]N <M(u<<[a~CvrE0A(jW>'17PfNf4.8;{AJp ruR&#t鲫 4|sR^7<^vE_>z)ܺ?B +DM"-yi=~"F/ ]#:c,e]Iqif{L7۶,O}v[ջW"qeM6;]3b\PZzuWE()tAbXG=$[#P)p~7`%uR%DξwI%ԓ5!QtJ 8/@4%C51A _*%h0@i,'v#r'z?+ˢfЛoR͉' +dx"+0Ŕ>ׯO<E[#zyFcXAڙW2;xLO{mU6|fGi:d)=FPK#s7_b#PB<.݀9xIzؗ W @ElYn-"j0b$؁Xe-aǵ,-$܎[ya$v z: ,#;m3A hB iR1d'dxqr#KBkcg_І4Lũ)ppL$ƊYHjyt}1TD +O mW4 X#Qxcݍ@ۖ״*C]su J/5n1;pM7P3Y~xgdTҊFގsxF^##ݞ3NC ߠrQ("Fm*"_6e6tzz60`+-'i}vT,~' +FU* +pjKo\+jr0^`@Z*f|Ǻ$oAsAL6 Ģew _fhq.Y=)DPaxc DzoТۉ Jr@MÄb^&%'tTZB84.Ң.r:=#PS *y0 IQR PlCR AE/'}o]ЦF +׎h> +j.Iq#moT#Dk@ ɉ6܌5냅w&[McfJ{oq:MQ>xuxc#nm <Me0yy)?d؝0SG4 ThAunPVnQnH$B"|0B%4Ϥ=pY l㢓8̠Kx}ST +BBӹUjJ'hf nNWxW9"}FwoΑBE!R*a𙴑4Ϥa %wDVFX&m?;?b*hK²]Vo |ҟ +R |-@ +2 tDECsIRU;/#!OvG{hwa 4MzFGᗃg ak7F==Ī#-MuRcFfF, 9+ ;-F|ZVK:&G}Dνi zm VSJx!Q853**j'K$ar<*=Mzn 8ȳuG"6a~оKzm/㉢@aoJQ_:8[= &[v -5^k,B)TVA@uA^yG(rޮpA]x8Ӡ {DabxՂBڎ]q*X{Mމ>I~ N"I)T{.NIy|K". EEY*>w@)P/?QZ% n}X  ICB YH_B8PH7`ǁZ7E)*.@x5-A@jqstf4"3j<v4eA0Qlӵ%DhGJ 5p +X3`5q|meGh4%oCn؃ BHH4X;Hi$#]" W.W2dXg)hB#hBϣ*Q^K =-/ѽ)I|d +m(&C$`MW0;+j@Mxoj J.;Q2 JsEHk@b)LGXWcyۢ?Ou<$bD +eC4?gxΤKQR(U|k''/GU])6ԀӃ鏛UlojlŮ: hn: sN;"=S·169ʅ\ rvאqOIhgf;bImHOYšWaivR܌>p% +vQ+l4WzjUBKAR 6 JY:ˬAǞʆs -@ P[ON$02.[hZ@4kE)$-c!UE`Y1%T8sy7;JPQFz6 8x){vUPWAZ f/eXY N9+Є34a@)_u)łv)/hM8N~^l #ރyp Ϧt3pCniiUvd2K{`Ш3Hea\gbZ. p%eN09Cٙvj:ne,R&}Jj]jw#Q]A?NJ|Ҭ;P VGLN:QhVzgv'q%"KL#V("!3,m?INF +m>_مd +JMJ)]tW[ +l=˻ARJ+",nj%ltLs7,It g#6ǀ$,M25JHTPWA 1éQ +-ThV>Eԃ>3N҈}uQ&!?ޑbH/7K\7H +.)h"Aw>dZub)U>`ZZJBDȨO]#1hlv0%Y"F؝-X<,blb'Z fwN[xFh4e8"PCɒO>QeMiZ 9x>  L +?ji9ҊHO4|g.G LX6ň R@)bq-,Q=OS5a*I]56| o3} xEeZf̝/W9 tMGqE23飙CS9,'`(\0j\<wg9Vk˿~JkWo1BOE8q,4|a's G(C[!ӄ"X{Pk oIϚHFܡ<^lf=3Z* A3ۅ6D +5Ev%:~l^G|P2La0{85/ff< ~{_n:3 !FuH>`"h<\3$jV~S}Jh#]3]>w*d]$yइ}jt΢W QP7F,DSNA +i3̨b,. !6Q5 \ +qEF mpFޯ؜eֻT +TETvǥR#|?sΗm }3zZW1m lQXY 8J2>+FG@ x 8z7}iCшYxn,CtA/:HהC s+~~d5NYkLcS[.h&T|{WF'7_@Lfluڅ>Ð夭BH*&Ձ]tZ8¥? ӸV9ۿdu@r P +FPbħ`v[,9c9u<H6g&Y ևYFj^J+>PBQ@}pGJLqJ[gTpqj*&옢WMj@DniBS}]ljv[cgY?;RG,64LfxV +~!#eDN~~>KhNFQ7$E D`ut; ߖ#?܊6;.BEF~~:n8#]Y0|\>6Bo5~ɼ)ចZn'tnEH^Vu|L:`pَ=A-]h H%l2BˎdKcU^ 1\ǂq9&ԋc=;ڷz"BgK;[psas1~~ ;3 +wBa,/wª@pr #9 N Oc'򜰎ϴ?-E+^9ŕfa?@tNHM Ql׶῏POLU Xc`B.DV #:LUlj\]}hDq&pTEi QuC=UpHj SF;&%uռDcy +e>aRP A',o)"3W(!vX/<  P9SO֔{3n$Ϯa3Gx`jyf&"@=>6#2N* ːVYYRa`Xx}q4CDZyW8a@UOxnશWB X{DA?rzOBW+iGpv6 a߁dGMy֬vUv$C"\iYtu3^hZ,DIYv3~vUf&"K5~1 +^(xΖ&8#iDQ("3t#28yzP>J?S +3ЙD%Nφ1Bّ*tBU[Ur:7V,"kT ZyGgMq +3|`zMS>Mu|,~C*xK1Gܷ{*} 8O<1 9nY"Y"ͩ3d'U +8dXoF_gh#7-G;8̺s&ieoa]lde*T]mۜ?[!IY5FNN͝oHp@t|NyzfM]JVŒ: wOAD&JT(ngv|HoSmce$U+)>[*$Mݘ,u,!IXf/i]3?ɯ/^9 ̙(c&w >] +MӀLbmJ߅zC4얺L&tIe€ޥTb,]2Ÿ^E@ݰNYlr62`2xmh7)_G΂!-%&ʫ*a3 95I{h\y֑+l䔡,꼰. Qcy?M]ymfh|5mfAUbe,z}kWx8h`^nqK/@ܴm#z7ߚu>v,>xGwXQmF&I:W&<ic҉ f`3:yY=J~0#~ZHh[TbİEY̾(gطDNx%Bк"#uoadC=QIϱm@A8G݌B[1n?M(!Q@ B=( { Šlƙ]Q%hc1XIߵ~O׹ +Ȭ/YxD6x\r!+]r_LZ8ex%u=Լ>u5wHig ~ǟrzFF-d+ZY?fkGΤ^%6BTcEYjW?/Sͨ +UE WsUU3梗a 5Ӵo]$B PksWLީ]P asmPu<u.+- %#dޢa۸0Y:ll2]qUm뙐 nfR?ԉssch]רE>Oh&b;N9% +Y@lOd, I3r=򄞖'!Tx~tRQ7@I2rӍ{ ++\:i;-+|{3" h?,g#5[jq˴gCe[Ne~gz1Piu|Fzۉo%4b>PMؕt)LbǐcZKrZqSa%Hh/+>f[0++)p>'<5_ :^KH@ď8#*̿Nv(:,[ZFT\uuͳ֜>ƀma!])8[7orͷ)KV'jܔ* ti >\gÚ3 J%T9)+2Ls&5[VֱW'{S/&>Fu`I c\]'hŖ]:Ցt.E~A%d``FSǺ QA;C;1G r3&hy4T<a9XBbcZ|R#>8[I#Ro_t jŦ`))騿w5FN6D~`*Q}}FE2|J3ȟPRD:;pp苷0U(uIX +dZ7IzaT5imT~QKvϖ.IJ'^4~%??@]3+>i; ~Y_J)M)?¢7G79H[9i%&䅽ιۙ=t $ga䫆E|}KDqQ`c!-Jl8h !ۺ22)Aay k\xa+*8C_ bVT4J҈Ruh"Q ZysGfF.@$( _r9r *Eɐ(;C,>y@4p~i?#> ݬT~=u Qv]凂*{mhNzsN.&CB1VA`ւHI7{IJJdS\>Ji‘~dVz+,gW햸\Xq"@mN5!\RMB(=aIHD'er+Yk{(VoIePQV~ש0JE<q@^p -@/D&oWs=@$HEȾcf_':P'YL/Mշirs]uʚj0Ex~*gZ8d *"7X(%7A+^ǴnpQ%04/(m2$;ߣ=T$F wM~2S5F\Ɏe%(L ֨`di ToX *RSu-$JdHQPPF`~ktD)t1p=-ꂃQMNHӤµ$K:%{,?bE`E_v@LU{;UH/WiЉ[n=Zdrhڗ@JYy1"E'$$TN6İ h=Y*^geФ=iH"Y+ki ʘ8ȅ3W!]*&l[QV+ .E@F]ugжh P&1-xRPܕ/-pAKfy +xj[l'J,.SG 0JUqzF:9Rmq jU]ܵrYI>A<,HOKeq<虏CW]v#nM(L=ZQJF/Ny,[;$Iyt:ADY7+9Z:`z/JkiϹ8 *ؽr+'i_t|<m$rIUR\IZQ +ML )$Z |? XX%>2}o&W~=M#OTzی'n-Ӭ7Xّ--[G}; +#豷TPJR?Ɩta}PYL QI*D%VqpآB"A6k mA*L1E Xz,I*4vsU|QI +>{/ ݊G+LЪLd]搓K4&izΖamn STA-A>AiYke!yf&ӎbsTyrK^0Ts-%56r, +l+K=ċ̢l8E޸%QNudYD38nYXBTNj@"πS/)GLPG$:+L9$* 0- ԩr^PKRPY' /15zDeTvts%r^JP%[qS#͘W?J4bܠX-1RFIfG%IsSO# !o (Ѕc(_2,RIh=VSgFW9+ӭf {4U[냄\"aL4qA5!Br Ũ;5f2X-07FmžRxf/B1P7g2$|VѼǂ~>[twDأHQ2[C=$w-DIaP<`2Y_8UGoEGg]-}3UXLc}Cޤ 4ZoL#8t3]\>m/v*jqN,hhMR]8("cɗaRcwvl. ߼AѽdI@^%R+De] KLĦ^P7*[U9mʙR%kP/w2 *1(`sǏuxES*PXkP(JpҺ+y[p 0ċlE@6Pw_gI8qSAĈ | 2ON$^ J̢=QB*2Jq+bFƨW|Wu)WH(\Q"m iRX{ȢV.3^+ a C2vV2%XR8ڣ2F'9ɴ +yPv`| +aquh,|$3$0a`&e54٘Ϊ«.ӈ@dR>RYM)gόG~#,='):S`y[PoZ3/Z:Mm;[vxMK-'/ g. J bj.M8Twzr&hXe{dyȀ.It镡,mgrISV/@[Qp"5I*JC\:D rz:UNV%۠I׼ b_b90AElkddڧ$إ* +iΟ3L>~K(O+`SU@dh-ö^eUZj6<1+?Oݏtee≰mV`[= +r_ht\p&,#Ɗ ( +6dlzu}ՓѰbȚT[qK,ĺ묣ʣ{-RXzgQ}Wd +t? dlRHk߸3޴M5[uC aBݒ '-ẻ c,Pq /[E[I8U^J]`Tn)44X(F"B6 R>B%A[K ],#@ UzlLFߔ&>(dJꩄgfp A^589J9:b#r,lNUwGn~3u⛤= kE]QIyr (ӅɁcX֌ Tl< UYẹ` *M>?-/9/(>5Vz(,^"c?I +;?'4!d8o +:$MtȧS ![2}UWϴ)ؙ$ɈʅK@j%)԰H tzr5Lrr,z2Z_a= 6&,e52z&* z&EA+/C0 ЍoE`J:DY׋K<. Dgq냠Qtg,Mm|T@,4*/öÆ^RG5nGpOH9B^AiepV^JaApz_|ݐYs `_"CF#gɡsXefE)%qJ2]l)jF4IrzrxX-"#[itRt䋢Sk,IftcվhO7 b)$TyZBI]dACmqSFgpJHl>^[P7;Ϣ5=#+$6YK b,g=@gcECQ06bgPRDgDEUu0t,NP$*Q쐱lSN +,H(kskj % O3I\P'n~GfH)NBb2|%d|yEC +51hG"o3߮lK(]6)US:C5D3UVW::UX'P[oW ,vq6 GYW9JV L Av 8-^&6V_QI0B EE9UT y~.@JVCm",6RŵӼ +gIW`ݬNxꍓpBV2o]2jqY8|f&SiI@'mY=+`yI*z`f ֕CafA*JF-)*Q&qXŴ2R 3}5|JQ&ݠ![ը\~&RVQmf%ɂϡ&lMTW z%$  Tu+P;&U)c}^N&f:.f9vrpTFpF@E{dn;WgF i=\e$FXmZܠY ,S9 {,]aL<ۋߺK9`P=FEu!B`RGAl IzՄ6s-˧%r`ƽ$}7 1ׅrty|mt DA! J$@Lj%&[nKу2柪=t:"EJĥKyޥ$C85* ]ׂaBvK1@ X@ ˌ7#PHNԩvTi86$jݍɬ3=!bbH=x$QݍI3R-Jk \\:[C]o4a)W\ \=58^6-g `#, %!_諥mSg5'DA i aVLgӴK/T3OXD}$?`odV# jH3yVUaĂ9*_Aê-QeX^F*NVv +M3tA{kL=OjK.I/GQ;ݫf_q JqYF[.I(l|у7<QRj\ڡ +QKIyfҼhx%hdɝJ@zz] R kbgRRܐLԝ-KI'o:()- h^szs`>3{SQry:'LLS)397:.5Px.m uڇ$E:U42 ):wMl:iaRѵaF:j4;R`!ua!;L2fN39TgsɠxjE_UzBuqAEG ۳ҳwaBmke7B/8cvG@1:Zkb(6"[N$(o^?_d@*PvĪ_k;46.[/@r&.ӨK,Hk 5 kʵAK +JSd,CD3 39Hs段6joHJwˋfƕ*[eX1_D05U)jɩW=hʠb b>&Uw6/U&"<={>^--d>stream +]ƠP6: JAQKAxrKʵf+ O!EnPS'JJJGNVՁn[5%*bȌ9ɚн?%tR ˔-RM|}I !v_1C1e2V,{ S?p"[Rmxt$'tYiML>( ōR=z*ٽm}HD@m L<=j`CUc2r!0JW fQ4K.*=Yʦ +@]aKӡgZTL ;H8-sT$A7nRqw{`,4O*&CJ/2jY;X720~k,haĵf_Od '@MyNjCiЬVaAv0pSZIB(h<)1SWkwyE"M$AʱkR"LA) UsX"[arI%BF=Rݷ7uRݏv.j^~GAfoD</NFRTIA0Q͌G>؃T&Ȭ j( Ty󲃛hAN!d \Z\t9`zG^%f_$P,Ï(@NEt93.PpHB͢8K…n{gՕEF pCwt=Y\A% I)vv$eKg2d _<$TY~3Ft85CdέeN! ?jaSrYdܹ4NB8js_oϥf4(")ْYV(Hn0_%˷vDC^mZ\ vu4M& qb^aIJ`;YfmJuAOF1{|F!Ne)hyPTiJm3Y۽ciSZ;e{Ey֢c$ӓBvTpTfHuy 4Tk5s[8)S E x4HC2<ĂǴ6$|5C1y1_P\"M5.F,y?\)tiUПal60^Ff ?9 $p?m^|1)*gPqIE3(.FAWhThk'3|=_d +*JQR= nBkg)A-ZQ)iwX{`2}Vb3ox͇.;=jh@OFZC{o :;إK`iD E >\;gaJɫI$u4hҶ-.5|XYLŤ̉\œ[lo5屛SdZC TTpp y4;ZRj^V J eH}]iZVQЂYa.0|\dEJ& +WO&Js"tK庎 +8ك \aO"#,PLxZU2RRV ʛ5ʛ{SMLmB&$7>D< 3Եr>Rۭ6lDMXf^nw[NGVU"'.I%|m8pZEv / % ))˅lsS9鋚BAX-tË}<QIT2hm zM@PMU  (#]CU>gHBZ2JkK(=[e$_ci%u)[ a"+ GMA`!%jdtĩ L! Q ^ȧQC=7)s 'ŕK=ބmuPIdx"tIHa jzvYUPQ Wǵ˲Z\9MCF\Uj X,5a4HB[HUxLŊQKW"~^Xsp1t,"CtcŔJ[טּM~TJ }R b$$ju>iL?-J̰%AM%]G"31 +>1c:*W$12*NHlxr%pa bĚk(}$<7~\R&)8r*ZYW\H{ JkwD yD޼TNJ7k%w2gq]$l,E9cwdK$EqDd퀬(H&x +bg֦zD~Z$#Kj֜Uk QRw ٲ\eI;&wgU*cfx[OUݝ(Մ3Ȩn#m\_!?2T|ΥWB3HYuxbˢ/ eRt_ `T$[#˓9eW} Q2[NE +/${2b.c +ЍH> H`I +U +O<.QFXpcb(50$TjDm xg)@!؞.*פߊrH,plNkL1{[$H:fW'qOuHydw%c;_z8`K^!k@5|"Qr$8u`%o2 6p8m<rֽȾ(H#F9b '`B/aD\6~8Aj@J՟Y9^^=ƶU(:/2(⓰0J.rf?pI jB»5poДrv%$y3d  . 6hydc05ZɬYd'@r"i "u@R10dUpul\!k^1ryzAj9 +E2"% hpp!!CY4%)`HYM +SeIc +&gNQlD=+F/-$(sCI:EyӢ 0AQQ.<LĐT$'hp"q)NKqy V#L 3ZB !5=S,_k]rڙ0[%{7EY(jM U&R\UY 7]'"@6&p +L>B6y$|R}U we(Lql#Ir +֜Knx|[a +S]%<\KDy/m*i?]ph9p&L"SD%H+2}r2UvNW9ţ"DƂ-m87@nex,74QOcUa hyЧ?̵9ѝ z:F8%V*^$(guPY?xyD߆bN3]qB.&QhГPHZ@X8,'1T=UpTF?*ÄpNo5yBuRܪR@6v,G n+G`9g{mYbNKH;`iswӈUh˽ +D C¼mǩ6% &6/Ra%A߀T"!nW5fy t,k1*Yrtv[dD/~ (cu +שּׂ-'xUAV&-uԈJy)ͪհi }#ְ΁Ѧ'%`HJbKwT_\+"brD3dGk' +ȂX#z,L*4W]rO,4l-8y]XP}Y4Q=d7 ݠ(5O҆A>o|/$WR>yWwߝ?~{k;5R;|pX׿|ߞ~ry|{񟞟 ㊾߿;5;^G/|ӷ_c'<;]7.oo30Qkvo}{ݫ90~e^>?׆†o~vַ?<Ʈ}g?wnͷ~2ig?vW ~v_|GC O_?~lw׋'Dti(n?ztp,RW+C&{jΒ\3|9$ k?I]–չ5[nz +vő xK?ן*2'CWSpY"+ҷO5fun- |v޷Shh9qё#8!K2oo?`mt0Ho'7f 8Q VU9hqoDa| }{nsdqˆ@n\\Z_ƺ}v.] TvbZڗP}Ӆ~2^/^nǥAAtaŬ/]Le} +TV=//޼o~/_>~qt #tr| +MsUȳ.}361o'_lgq4C q 82KuC\G_"+1녩=~bt8)P.PppvwVuWp&ileα {6ʻO7cwa/?kZ6ʺ#m#{]>ַlQM8upE6<5ჽ,Pc?Gf;R>vK{=B&.꽎u0^9IHWwqcWv] ٱ#Wwi+n46c@FoσYWܿл,B/? _i5Pc$\%Mk?M$cu糋m/?i.|XO\[Bu"mu/vg$ϧ += +{(?F׃5/nոw]k8hNyڟ/ B@{ tQrwNp؂V$>E J@u?EVُX cħsE!Ugsq|K؍M_Jvͮggc~}'/hmY`+a"|LR?sz{CGz?~am/_26Us{w|Gq8~R䋗+3U 4 *VgdQ *x9f*C`RH8 +-ǖǥٗDDd4gm0FtA/q\Pjt&sP@04 5PM6DH_UJ>-Y(h B,UEeVtASHYJ8Ū۞ xa^+0݌t%aZᓏyoނa8|bk:0=K^] ʰ7 wan=>?ߩmG]hh@Tja6=ЄNa(G煔%b @@tlAD}@Rbl:O*/+X~,ݽwր3V_Ŧ+b(oltawRl>2e( D 񥦞 + X$'>SN~&::zBWTSsm\ }sO̻.ԥE]df=j\Y6̀(Bl { `eETUjbLMSQCM6\g"OCʖ%4|s+8P]qǃs0LxwyjO/U_.F7t;/;-(w]_ܶ[.u tقqn s0c @|aK/ ܝ$nE=+_vɛ*xYu<^X),G/jb +v|˧/Gf4Tοyk%q$i؞Wϟ=9W⵮__o߽zvseN:?~GLNo=9%OS"|r!!lK+im1օ:缡YrYeyc-6;N#gϟYNy7[[7qoFƁ~>=}|a'i芴>=H]l僤-?@ZH"g71_SѼ Ҡ}_3j9NmϨ)d1z -جlJ[d;brғ+>ޙ֔~ 0J[<bSN??s9#PM,_x>A|jY_r&I*QL,[PY,x$UM o) ߆|ӷ((ڍ,fCiC, +^B$l& UY+̷y*NćyeT\^죪m P5ROg~%@?mea)Ikڗ1֐B4Ծ&(0Z5!0lf𔝤$IHPY^{Q0= _Cv8 )F r#[eHمRg^Q?޴!{hޮp aCP#U,L,F}ۃ)f}$c{cw9ЉSj"Z]#56je텁)0w\ig/h zFf6{x*v4#ԇֺ̭=Olc݃=O(UMeDlMOv' 8[kԉK-htD:~Ud>214 gQCg66Q0:Xg p5Db >!9f̽O)اo %f=Ü1:S2V,ͤ@ _Ei_9qeq /U ѣߡ i+t=%!;E~CnuO0-XoA@67dTQRyZ*^\-+W|Dyx&^FKsbHRTgѣE}鮿*k) SNjVhv 3mYďt &AsOpRDv⠓-<ظ*4kg +Շ/څO'bvfzQ! O/ާo^s$G*=G}ÒF*sT[ć[rks*}>u냃ZۮKzl;-_=Fze90j? ϼ\( }O9z\x-͛lZ:/.l{ʳKދE.EqQ#-LJS[ږ[ex?x7չ]쏺t?! b9rGsp ɞ<|X\GrwR怼6a9s|haδbMs LZ{2z=g^qSzH.lP\{TE~zj\k.4Ds˦ ZĐV6N 4+ +C.&,mzgR'\n֙pZ-ky7-JgZJr%CVOvPCg;,޶m t7v}]>t;kHS8ԿtyWT6[9߁uRrLeNuݥe<D{%8iSIdRTC ,ZI$Ev˩vMvK4Hf5o{ΩRW<RF({No +kKӬxEnK9>l9븴) uzXgcLW= $u4m:,:̿P Ei{A!NQȀ Q 3}eҦ7-]rbe_5%Ȑ ^[_,ml>=MBcl/9덩lj@l:E ޳l=R}zvtwsTHKsJuwӻv +[O4KWznlTe@oh/z} @ogNlc£e>qmQ)VSdDZG^xebzl0xS*i9gsgjQ+[qoTfv]wryysCczל,̒kxvƵ'_[*h_L TtT##O< dm^& 1/m/gv^xqb@ t[_,kAUM$DRʮcbgط.A%ÔgPm1 5˘SdzՇqzugDh.'TW'B1>M&G|m~?.?؜!Ku$4dfk0rl@6I?j[f%"${ 0#TJiwtNjAxth8˶EZDY?6ЧM^nU"S |dΤ6`ʬ[,m!t'=5D?E=~u 6xuhl؜mlW4^zobK+ڰ1y, +ھ)VmZuB^u{ͬߧ;%l;-& g[a ^Y̴r*Ÿ 5lO + +4gUNiü^ia;UE +Xmn|Տğ?O0HM(eC~!)Vߗ»J 3w~%Y.ۛ-Nl !7D35rl-ioD3s Sd\ /Hfk|G#XInx\ 臿zoHFlk 蒘b.O!]U{omG{ש*şJR=(7h+J+U.K:UXe-X۳ vs|Wۏ+vw[/ NZ{Ǹyg~[ll~[ ZjGncN0|AhpNqZn{ZUj>ciC.2L`d:R\y 㮅!h=.H)UΌG:Sfno4/uUtݛt*'Q:ɷ'ԉ+uJRFrwwJR'ԉ+uJО)Ai'hO\WĕԹRJӦKHLֈ,k@ *aU_:溒ط9މ;am,%9c}܌I¢cE3TLBf4vTE6sW9X]m$A)(.*}}-l 9v A!:!F }!zzzc]-rv3nSdDfh5֌lּ"cBfٟgZGa`ǔ&t}4;6yY,b8x631:FC  j/E=Ԉ$3'rbQu"PÆ4MPz2G,[=)/nA5eAGږCm=ZRF3s\0={4Լ6{]Fhu]cԢ5?Fܲ.S^vr u<>CpU޳GŠ:S}ָ9<}ՐK}j^DPcS>CUF,T&>ړVkϩOQ3TC'fz{L3T+ɎODsoJ}J>>Mw19-&OYÒ @Va;ɶl??߾gfNj'{4^dvW;٫Nj'{^dvW;٫~jG]x=qh)Yխ7T$j^ +WB4(jf-p曎cLӱ՝/H5ꖗ]s1lڼ2nT9MYRJ#௺g?0n>P/}w>΃nw8aeg#:=yKѯYOnU#a>GahB&u$W~w;)1+ Ocgq<0]?vͧQa?0a';ĜP_1?D 5ʷ|/Ͼ9i~"{ۓIyWUn_UC(mB8gv6wd~nxx/J˕=-Q{xM +gTNKxIiݰ-ॏFeh*ϙeFnr\F6KRھbUO7y\xn۟ƶu +?W=UOuS]TWuUUmFAyGvX%j6%rkB1K-FVWhPV[H\&kˎ4Zdˢjs9?ehKQtEټjZ+s.[>Ǹzk^Q ~1C咬VTo166\g>voz1hϹz}߹b*Sb?m1ztbj-:MiV j.aw hP@gLij3 +lXW%\8[S^2waa3#AYYu[L^b ާSS S5jr޳ԧb꩘_Lm)RZKMzJ>)1H*xlwtJV]š$yJj`50*~E2H!Ug"@o8DtJRQpuQm&_G{ysI)׺0uWdG*QB7lIJB7㸩ɌqPadi2B=bF@Y:q[DDqҽު8-qTzfyc-Z|:-AkS0=P̈t]m}Ի]WrSU|}ŭ?m>iGՕM9 +S4vլ(P4];zqJe\2 d!e߰:=qCIթj\aE׬X>ʤjB7XSjl]XvχmA&O9,K~|o_?{.oWfg?wn~{ov/_<}߿vo_>7M_/?}{wi߱@61a-\v1W?~7ߎ?l؍K{>t_'oowxyI~5T4kJGd/]y_oǼ+zk'뀻_uw#7taRwn?9/># v} k~󧋧Oz`x>6l!|Hb〮c8lBPflߟgR7{_[7`r Ur~=OϞ[O;7ѾE?{&.|z߃J>~&z~?9 u>W͆Ucw~g7\6Ο ۱]:F=/o~~Og$Ukɻٛ?E%m0o||zsoֈ}\S_zgoowC ݋}x W9OԋFyKK^T~󫿝?/ugZ/=fOsØrNݏxjr34Se:-4&ce:Mn?vCNmm:Mm4ԦuۮIt#~\kNiB;Mh ~&yNeϙanӘ~f+~ﮞC@Mpoy~_?Xm9 ͛iJu_g o e͟w~9Yy#aǁpq`_?7!r?cJ%۲>%eK))&Meie"fjM>JY~WW=1CN޻{R䠥C2H߾{l?z}oF>"|şD$wb{آ˧y0Qsۯ=r.)v?4S' 󔧐rfR +1XZ\dz/3L%}Ux6l/rJʳ<:?ӭ@ I"TkR-BkU +m9hח޵EǫT}=U_Oȩ[4 Ty=571 +/6't9?u*þ75SNN=|矊2fmr^r*)0g,N6X1׋ +S_󒬙ZX;X ﮴ya{ diт"aBIhjK}?W&Hm3c2g=GE^M + 2&c8`Dḟꖄ69{YjuuWWn W1z߳ d C^92l;pA+ I' Tz+QAt+J:ӤJUE,*i1A)Wbd( TE[])A`WFADV"ĸOFyl/mA~(t 4+`'@)$>r %M{r +g(#(i +b/pN~wqС>]BЁ !I6pV `7[ :wykX2ˁӷTn7d'[]zvWh6*H\W¸5㋧ޱx MBɆHy-  >NE_q@=(A k>jx=W`( E CPBtQNn3.ѽ +C/@x"WW!I&H`_f@>B +z)/ i?39:(w{dХ´υLEpq x] |TEcE㑋Yp!s}9i;(sQx'U%(t#ŧ*(?vda~6JѺeAs+ vUEfD ` /pA&@!v/э;1T>m.$$A (` fcgН>`B/Er!6HR A@#!D(~Y5N2x]P^]HLH#.-! +C +8~2^:XdF @D8 KW?̻RJ9@И hkKQ-7?h <<0#BGyaA d@y1j)$vXJxIX?@V)u$r % - d&IxiA`z %veqDt##P2 a~ F/0{[:YAkJy !&hWĥAr%Fy ?</">F Z؀>f s2(v+CxDr d2O 6EanaPYSI 0 ZA!e] x / L- \flX"rRA$v*fۉ,e,x4XAE +?hV.iP0 N\6'p ~hmsQRKHfʶ3+d;#9h`0pI/hV! 5;:.|dEG4Aư>a|"a|( |쥃Tځ󃭄|pL AӔewi3 +-I٘If`2`2:kEe=3ha-WoN%0.l (aX`[ TXVzrP b`G0  pd7hGΊpX8$L7X>ʏ3lYfA1h/ !X.TF;e@S @ʢXWG9xK8eDKR@`# +` Kf 9`bA {/@p_r +yR[0[^0pyƩD1,4isIG`xX]KeJ;T|MquYfe]:vvֱƼ)hmmQ9Gu1R"K ߡ A @tD>bM Qհ$!^]V" +Q1`^B0y 0{B@J=-,}X nqR|ǻ!,T P >`~tji)spyL |Ē(/ܰXԠ_eQ<2)* 0m@8L@zQhx$8 @=r/p/g!ӿCQC+7P9h a%2DA$R.z$>ؼ`ہ>`x +|/~?x4 5'gMR,Ϡ$ $b XYyAQl;psņ> ^PՏgIH́QD7|^x-.z4ӿLG0P(~#X/`Pjv~@0ӿ""N,.z:Xׂ` ѽ V:A]30;2+}G$Fhhrl!P)pd $R=2yl=vv6%rP 5A%aePlB AH)ʑK>~I5)mAտ"~/۝d;Uv0B Wg_I3;dATI-z9CupW'.`?i?hw5am7*px]bQ}Cs/ F/Ɣ8W}oKwwmj0Ty{1_BWwL{0 lN\]26%׊/7?Cռ~lâkjm-P1zUiJHvhүQ\-z4_gÁ.4M  3Ipgc$#F>TLPgYpP_, Gﷻ $vQҡ)o芸xXy;@ $v>qWd-e׷''4r15uz5!3B299NϋkϘܮ:j+)xx?ƊⱾo$*lgX wWL׃1 .?Dlr>-6E76ub3(i|9O(*x $u5]|p>̟ +Sn'X|K~5Q} W 67V5 ;j;EŏI~!׮sޣ!MlvUw3-ñqG{a!]3pX%:5uVO( $,v7칙#Z5e_ +C\ +gfx1"u OvF /|!;t b v Bd{ G@[1X)*3xkG̿׫E[X2RyN+SmϷ)zDDždvvj$F_#^t +O!3p$%9+P8BZ#LGyjxu/ HqV]ץ 29.[|V@d~6ءL% +[IֶwVh Cy 7!GA~d9O"TAA3iv5`{0TVln(!n!:|8+ Aڪ fl?NDVYtE&8 j4>?ܫt#FE,Nq)\O\ ^Д"bYH4klUnXj(\YD"g'Wqs:H7&}|'­a5RLLZy %)Q 9ϗsB}]·`VZ{gCv8FR~`'*DFWQ8D7ȧb$u nr?]4[%${ޒ"3t@;;Z!xJ)dM8k&&*K ]'0ڑxhN%ڮ!Q\ tfAЇ;[b͋q@lldMIv8SίGص|zt"%wD$,eۯNjj4r$@TmnfۣpC N=69`uG=jޡ1u#2UG=ol 2NX÷u G".IHTG4!{Y.G+-ڌht\ևԛmy3T8 Brܨn*w*-2bհiv9n㥘fdKD(h IKm8hq//Cs-+~Ntw=MqDw V3t9J"4JlVr +f?^+58u1SjܹfS~ۚaR[PMHia'""6_F_~O^&8VX`TmޕA+V~;q I$( fh5] 2 (T18)/ݵXj7Z>+qV#%m9lÍ>Eq/,%&D\sQְ5]?Мh^dK`a|P_ `sJh z3kdCESAiTw\$.;TISet HpYnZ n24ʚ".F_KNgRDEdz*DBVpm6V* O7~\D<^܊sn~?F*-5-6' + ΅1KJ}Jc`Eu(YDF'1d ietDsþrW6NlsRӱ[Ԑ MS-Zm42*]qa)|k~8E>P׈lCom/:PB>|)g_aQCw-v9t;Y4GX-$? XN{*p{&룲D M0x߁J{?ɚsm0>b4#t2o$|٠}<%;"5ś6`௙~$ߡqB_k"HՈ:$կ|EY '|VZv@'z=n՗v\["ljF_WW3mE'KReg1 Gf^$kl$OҝNz\D{{$݄^#m;k4tW0&T:Okl6o6q)LL~2W3Yx>%^EOo6D؁gS1O5a~L4]~{pd Ɍ#G:6f̫g{.|&g3ݞ&E%t[Az``}'>+ S7S}ȑ)]Ȕ }gV(aiY%25жs;eMC_3OqlQlF_+.9w=c|Gb|,*Q&d刧,D6G7:,cVoLL6e0h0 t ĻI w[0h=<졠;Є^;fZWo;[8=d093ъq%D ֻ bmp<g42_we3xӨXT ?4Цݍ?19R00NS'?6@LY!d>Z&CbBp׌ %0$C!j0d̛C7߮ d( C{axs U37<SC=_'Cse4<Gt=? szZ0x^FX0Yuw7,BoêoI hZ'Fsd6Z'OFG0F i0FW` q,Lw#0;c277&nbM{-ܛH0̴Xtgxd׾^LBt_'Rk5UWejl{pm4uݍi8/L_T Ĵ5'7Lon|M&V\nRirsO'\7eGwSsn7-w(wiVo!ͨ\>.5Qsk~~(:[򡻼ev mMmn8-ۺmwϷv5en>>Qa6 ^e6x4͋7͡*jOVc1͢<[fg뙻k}e6]żm,m-%Y\y-J}`,um'eˈi;,Rò4Ģ{|2A&d~vL6l-6u۷ +u$.Y4,aI96un[;Uݳj>Wmk 0ygM;nμwޙͫv`8gWn*p=G9鹣U~8p;vƚ8ՙfJkr߫Igެ2.36pC+r磕{]okM\ v$_nܛ5.6-wqwOya9 tzO%=/Ovz՚iFY8"zX`6o-|yh6!]L>#S+ry_mREE-*̩bӦ.,-]_ҌI|Ot՟,8UV0^.F#~vwؾzw`oR[ߓb]c=y{&ԙF9l7/Yr⳿ffeoHٔ+@~(K,_AS%NaLcf ~og>m?BY].N֡i#0|rp:mنRx*X».ъV/O}M#I?lguNEc-Н͛bt]1gEӽCў} ӵJbʺTfͺ{*9O<-,f넡>Ki"3hqkt'IKd >$;ɜ)&~өU]!5 ;X>a}^W0)C!649 +0icEku[tڰ9ݕMБ@%a/M_eihcdxRd' &t]Ά+AU^{g;3TIT߽>?+c%h0#cY=UvGk̀箶xx*=CS=Ꝋm0@.Ҩx7=MSzz6Dfy+7GW˖{L+1=^f<3_5V8>m3$g]{uV%^wc/\V{A{~a0|q}b3X4_mCo їp +FwTi=GQWl2LexR,lzlSu|(!_7k=GgA|0kkݝG2y{OEl-,-֠eo˾~nU[I/YSDŴ?>+`1w+5n {ߛ?ݎ'& +mW]X_ёSx~s6Rt/Bqfk:ãYOg+NR(w㐅P]ͧ]y?jO60sqU ^ΣDoDXP Jϒ1?$! .Y+!+ 5H;[Ð(I +Y^~ڔv1r3pި\]ꈴpYW2-&PVKjuoo c +şr.Tz}ߟP-bJMc~#{ںaQ#ߎ@~M$&Ʂ4GSnhyP2'ɗGox1i"쒉ӎURK5k(Z3HEr`? |zoݸ7ro 0]͢uO`}{vB|JMka# f!lÎ `ؙ.Ѱl:^c0h9RNzaW@;c÷v<"#"$(}VU^k9 Z9KPWlfHQ6 ~arPǽ+]?9J;C&6=p7}lL1 3V8fsi!NƢ 6oq5JMS\`TdS.uDD>@lLTqȀI[K]ha,NFpt*'s6֊BOC}Փk$tZ_b[0+ l';փ +d0ss gzԲ +/ou>g#tfTz`2}Z +[>Ӧxɜ/I_ٝxWljZÁRcswrF6bU0QO:Z# ԕhoʒ3]ڬ6/Ʒ316W0kouE-ts$?QX70jaHz^ 2!=RS[I,c!AWYC&*L1Nf975qHBCzd^; @XM*v4)(M> ./"X$8Kd ɏq4+5ޛ8k7Q2zf & WwN4&c<2d(Ruw'%?wK}X-ffB@#_xs؋:1}]pr? Ƙ]~'(\>,e ;<^1F+}gM;{LvsN.*11<A^& `5ȃyLMgsL"F+k-)i C̺f}/y%](D4/{0WDxnxeO{Do1(71^fc 18M 1&PjQ`D|})i4?آ_0~Z`4ޛ]>5y fGNXא3XGA9 _fGDmkIDr9= oJ+P}7>Rh>qߦL۞7dQdAL≓i[稚Ѹߘ0>XE鸄hh07BT^M]d#򼄵%g?\'/8oʰ=5썷9'C-VmHm]۷ SZƓ!/8`$̉0& "R1H#mzgLyԟyf`'a_ ˀ'*{:n#LP1=AW _ +=l&f:ϓ'=BO RMm^e͗,lS2<@9kyɸځqۢ]"vD#3]mDvj}ЏI|J穖 7SZLT_+ +$t #GezO/ȘH7Ly ib τ2/gbygf?bt0"t} =?`6,g;qr@1lMgBw]YK#SvN6ӏCWOM)z' cG1}w'јwhҚªw][q9ܜ#ʗ2~D)V!MCGޮv](d%R!pO.g]4Z_ήKN#LVO'ջ n''hW8"_xfђ!V#a鲊#9O)տp.'PGw5{(w>Qc>jpy,(dpf%hpNs68Y~N\D"<ѶRGڂIKϼw zoIxJ Q.fC!^ ncH˝]x ~ɶh"'~]kSDZK>iNˤ)YC͗l[û%MYbƴ۳ ;}N(-m7y[grtj7%LE=eR` fswU/ՠv?&ujm_P;KU iPD#׭ٮ*C}ZbkA #FTg󖕧m?Y^VjPJPlfLz"ș^\qK~Vplin>P2{Ҷ7TA-ՋRɪB+Ɲcm*A0r,- ˡn{굽R1ZybJ?[] #͕1/~%XxۯD*"٘]oG%Dv5-B5+ +`mܣEyiZӬTZuk}nT3E}߳znm@}|FPGs};T 1T,:%1@9Ay hy)ݫ *1!2W.Zy^^TwR*8&Bm <5yٱdPp)hiZ wP[Yj+a ԠNg)>_ݪg,B斂 *~#:Wja\A+BP*iF &[!#Pq1з\w(4d^>T̎9F zrAhBt-ѐĩU3FֶdUy n-},h#=#SIO6  =|U㞝%}~:0YDjM&#>Oi``2|z{;59UkI=.T$ +[Olm48k"@A{jm%A'=a1dW +^dr!% + A2gy4,ɘ[1HD^ypcg>[6Co$p$LRyϩ5d> ]{e$_9R4v:՛._mN Σ[P/Fp1J|ɤP-fJ R3WHpxn3k/up>e}{ ,{v2>YT&2*M=OL.X֘K63%a$2v̦5\̑g.ٔ$@'&?J݌x}sL 1"q#C(Tw'D~lHKbp]d 5R5C$p{^Q!XO0UeWU7?"<7ݓhl=ڦH]cRgrDL4eamHɲNYg)Њr=U6V))UkN[SXd++%~dWiU9>Ɨ]5a j3~1!CO]{VjQpB56N{PE4Y3uqߛG{`(qFoEF^iEFiyݎvZX>e9S灢QuUeΠVfa{ntή2%wAY6;MAİӑO&(Fhu`dVF"bY~5r +:Ǽu :9w(0q]Y`הhN/ErbWpQd8Dy~}%Y}L@ `@J@ͲyY͗!}lJZN*~o pT+# H9:(+i=.[# [7w"S) @߄7AH;(@"X& +Z,Di$rMf##{?Rq= Qq$Q#\ H#$$! 96E4}M=9L4iZ'4yz*YǓ ]oEܒzEEA +Hє:PMa;(,AQaD4 ܜ6sGOMz\%M +yd>9xHv,ıNT|z*7:-m3ԠjGFi/﩯#!kcE(T RWj4h*DonmlTd72S~J5w +UY_*aSimĶtk J;ü@<" Ԗn[ߩDK7誴I}؃BU 7~#DR r,)dGgK7u{zᥛo< +AtѴlvQ+.k1|sSVތ\{gzBLݙ@]]N ]WR{;&or\#iN؜̬ +Ř H}r89Mb-{]yq/,?M߾#v"S?׏4j~{?e#yn]SP?Pk#-_Z~a{ᕣvֿrT&cK~VOKA?>MuRU"cY^:gٻnH&Fj@ۚ|Mtp:KL=qig9]氐BLֈy0, k*WSLM`zD۩AYvem5†LETI}^g?# Sz[]qh~51\G]7%(Z[ Y(ovƤJlI>c9c%!^GK{vRfӉ~OO~^Χ]mO +{^OJZr>Z>sr>Zi!yr>ZşiI~QΧ]'ې>d *yoODקc^vdcǔ.i2IIU +F[;t&G;*q*%zRS:PGŊVrQ Ƥ@(Xэ.m9~OͤV$^~NJ̠{SS|5Пw t-;G7%5F}Ys/ڒ1JF*T.ZW] bI#BU2&zVvU5fFuUfW:ɋ’uTYٝi2$-}8kkB$GՋlxPSX[P8bWj^S8'j,PlbﮆdiA>--2Xcߴ_,Ovɘ;v G}Ĩ-!R= ٽmQJWGI[]{U8f#)ZQ4l"ѥ^\$Ogt]z=%Xub +w8l֟y"gWurO܅wTS]wb}23ṪFi߮L#cS7߄O"A}ؒ ɇտ)y r}J1I<2}JC +J2!_اT'MaBW(R}JU}'2!RاÅ/Yا]˴% +D:T])UVO%]OiEqK)UoEO6-SZCo.ZwʀPaRW?.S ]i'ų>5]OJw>%E.YاT'W(ӨXdaR ŽPaߩt/TاJq{>/ 6/Xا"%}OJV`CK37m-g9FAKG*#/=er?%3H-~j&[ʢ:&nT6@DwDĘBA 3S:&=\-.)ĘO}+lS2Ewr v6<Ҵ;^WO4ݑ3/Sra ˿ȇ>?|h_J>nB <=έ: +rZQ5ٴΨ铚?{RANS{uT}WL.jU]MҮ1~9ؚ_*[Jb#_tJt)s*UPWn}SgX>7.y!_: +^:XI)]uU,85-?7  sM?,}wb'y麃Wۙzʬ˛: C#}ĸKc;:B1ew|J((Nq* +LO7:ԽW={ߕ +O}ߏMS7չ~FM*i{J ) ~OΣڷk8Lk]ڷ)ڷ{_7GkA@/:7qTվЋvUߣ[7.Fg-a0.}}U^O!L:QH9Z{;lSFW|[=)EsV:TbgR`4{nJ>][9? /WwV*9&g ~mn ?:Uv:,6M[Vi7Jz/>bw0Ey[*gp&2؋a ú1h>U:⇏<"f(| +.F V U!F?j-|鬽LKk޴T$SQ +`tC$5gC6mqK^hfoj5ryxMP#.'@ojU1!UkB{Gt;4{jPJPp?F2R.W:.TL̓o͛eKxԅO|I~*.AGcv+ +p}dL ;2e_Uj +O~̐ou[^$>N*:ϋ;U'oʸm"T`,:zNbr¥&,'/_w^FdyTvjPw*S 1Cう>c\;F) Ğper'\D +O_ 6v r9+v} V'sM+רñ=19wo`|< '>yѠrDZ,:$t]\I!L)f"ee9[ߺM'̉*SO;/`U:_G''ݳsg$ rJ'Co4w(YyAi(R5 IɞFaID͢ -](jKUJtPĕ<CU,[[3v<=gt҆".ٿa{SUJz,$Qo=6{,I[xYIq蟖$G<$Qo="EIzī$Q/JY%DGy%VvI"7y鸬J~BA(eR?vYr +2?zY!F5P=lw ++V.~Y8?xY\uaipNj o;}wvAƕSN_xxƩVP%NRP;tdCC)?P;~ڷ"h]w +>\x낲KD^qe*R ωuC뽒  #ud۝{I̅ښO~yᡞ \xȗ)vxG @i?P8" {:}Oo/=Sx M_^xGw|ljr +?P.<ƦhCwjxKc6%Uw mVJ +PjuGD{ +_r1oLC2+9$İZu%`U氢*`gZɖ~&fp{ 5WGy(E785Md8}'r}(DO[7Q[|D.I<}DӲM4ׅuKYx߹kI|kg6eM3ʜC׭iR`ϕWc1ڵ K#vxf`Fr4UK12dDce\ őEx{OڔJS`aVٗAApAYdlϗo:%pP9◷-ptN[ξ| +s+{ߕy~Wj +_&\ }A}>ޫG +VL%}Q,9*r?{[M +s˞ AvH +/r0CsG'ŚFɳw7eD[n77pyh/7^n};GvN8p4Y ۼ\ؼ߽)zro>ӹ@1NV +Η|WR$WBlGF~=yH[kМ@={($o WN,F׃tb_BK_aGfGšY`UE+$cTX,* +3-rR\SW((WӇN_6Z@aGz[3a">4,&F%z&x~ pE( ՛i}{˲IgIzdQ (*YQ#tA46yDAy W05YDݨπdOґ71稚U4R*=mπ9?mWy0T0r>}Hs{aMN[;2H\Z0W)Bxω_6&f,a+GIͲ82+e^Es+ǝ{4]t$U8rţ)=PaҶA#as'g1#"*yk m hxٿoֲ&zA'oMALZwۈ2QQH`H4QS2)H& UYՈaŒ@ϐ1qx;+:w%|.B9kd):t&QDO$d(TI:yUImi_F |e# +Aɋ`dGJ>͠TuϣNBLsG2VT8_/e,b ][i3ݎӜrr_Հ^'NWqH5`8P'Ѡ(cuʠdwaˢR` jLۨײc7fFc>@!]z,TXP5N&f$G5CK?]0QfBRҭkH^?J7U+uN4W6̓J”?j`li%fV$tT:u2Jl,G# )YCA#m U .mG&w+(w7>^*[{9 +6{P_a vAž =v>)`>)@!ި6Gxۦ-OɏrhN;@.4zWd\덻2t\sF H'Q$]ު5p]ӺKPWEfsw\0bz1oAQB\mqu:<B!7ڲ|dO; cM̞3ˍhqd4^|OQpiSTAc mNF7m{Hʀ +{X-rb?]4ɇsL`!TqrH2Iأ뤥"G"aNZbpxR9iDi60p;QtL#&?avO'g-=5}y +[NԠ ++Éd¦n(?eƓd+vXH +<$ lPOU h!'q@v)Ý~h* O'yhl7EЭ;> {3xAiopo0>ob|=`204L=x෮xT;rjI7 0`VҎ3"@Hdd8um/tO#>#[̷`_7b/6pd}0`,ZmZ&߾E&FMi7)M[SzOiw)5?#>Л-d?wIQts܈[,rc8E#z;->Hn6iGud;GM |ԎFiy`{nhKHc-Bxjutu4ξt].vg~zy SiQ&06{6kDC_8@UЕBi,ѩ}ži ;R@'IlԁM66 C J6{ͧ˟1/GKވ -,be,PIm +qX}X{?9r{fۍQPpl;1<y3NΓ㷝jHG_G7`}#9erZώɲVux{!2.r=i8|@> +Et)uħ[sn3r{0 z!XN$+auLg2$X>i$aB*Wԍ)4pbnhlY٘rl7ʺ֛wJ&ϳ_myK?o8jMQ"//~&1 +"іu_,y>,p^Zi󶘍|Gm^2^GE v} ~/iJ sIjtE^CN~EdFjȇhXDC>JQEKD#"#`(rRT Jd 0(P_0`>stream +HwVu6PprqVw6PH.V0C<.}wPz1W!XD($r@B!akd +q3Ҹ\}VM! +endstream endobj 6 0 obj <> endobj 14 0 obj [/View/Design] endobj 15 0 obj <>>> endobj 24 0 obj [23 0 R] endobj 38 0 obj <> endobj xref +0 39 +0000000004 65535 f +0000000016 00000 n +0000000159 00000 n +0000036144 00000 n +0000000000 00000 f +0000036201 00000 n +0000159423 00000 n +0000000000 00000 f +0000036558 00000 n +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000159493 00000 n +0000159524 00000 n +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000037091 00000 n +0000159609 00000 n +0000159258 00000 n +0000040075 00000 n +0000037391 00000 n +0000037278 00000 n +0000036915 00000 n +0000037162 00000 n +0000037193 00000 n +0000037426 00000 n +0000040149 00000 n +0000040345 00000 n +0000041653 00000 n +0000044546 00000 n +0000110135 00000 n +0000159634 00000 n +trailer +<]>> +startxref +159822 +%%EOF diff --git a/awesome/themes/kadet/icons/titlebar.ai b/awesome/themes/kadet/icons/titlebar.ai new file mode 100644 index 0000000..5cce866 --- /dev/null +++ b/awesome/themes/kadet/icons/titlebar.ai @@ -0,0 +1,1580 @@ +%PDF-1.5 % +1 0 obj <>/OCGs[14 0 R 39 0 R 94 0 R 149 0 R]>>/Pages 3 0 R/Type/Catalog>> endobj 2 0 obj <>stream + + + + + application/pdf + + + Mobile + + + Adobe Illustrator CC 22.1 (Windows) + 2018-07-30T21:57:02+02:00 + 2018-07-31T17:54:24+02:00 + 2018-07-31T17:54:24+02:00 + + + + 256 + 100 + JPEG + /9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAZAEAAwER AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE 1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp 0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo +DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A9U4q7FXYq7FXYq7FXYq7 FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq 7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7 FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq 7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7 FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX//2Q== + + + + uuid:C1BCCE1871B8DB11993190FCD52B4E9F + xmp.did:28420a9d-38e7-714c-a471-b43060754364 + uuid:f0f31139-56d5-4780-8f7b-31ffa8a3b479 + proof:pdf + + uuid:ef6d52ad-25d3-4110-bf13-31d9365e199a + xmp.did:23060306-2331-f04c-91b4-d5fd12d3e094 + uuid:C1BCCE1871B8DB11993190FCD52B4E9F + proof:pdf + + + + + saved + xmp.iid:28420a9d-38e7-714c-a471-b43060754364 + 2018-07-30T21:57:02+02:00 + Adobe Illustrator CC 22.1 (Windows) + / + + + + Document + Mobile + 1 + True + False + + 24.000000 + 24.000000 + Pixels + + + + + Default Swatch Group + 0 + + + + White + RGB + PROCESS + 255 + 255 + 255 + + + Black + RGB + PROCESS + 0 + 0 + 0 + + + RGB Red + RGB + PROCESS + 255 + 0 + 0 + + + RGB Yellow + RGB + PROCESS + 255 + 255 + 0 + + + RGB Green + RGB + PROCESS + 0 + 255 + 0 + + + RGB Cyan + RGB + PROCESS + 0 + 255 + 255 + + + RGB Blue + RGB + PROCESS + 0 + 0 + 255 + + + RGB Magenta + RGB + PROCESS + 255 + 0 + 255 + + + R=193 G=39 B=45 + RGB + PROCESS + 193 + 39 + 45 + + + R=237 G=28 B=36 + RGB + PROCESS + 237 + 28 + 36 + + + R=241 G=90 B=36 + RGB + PROCESS + 241 + 90 + 36 + + + R=247 G=147 B=30 + RGB + PROCESS + 247 + 147 + 30 + + + R=251 G=176 B=59 + RGB + PROCESS + 251 + 176 + 59 + + + R=252 G=238 B=33 + RGB + PROCESS + 252 + 238 + 33 + + + R=217 G=224 B=33 + RGB + PROCESS + 217 + 224 + 33 + + + R=140 G=198 B=63 + RGB + PROCESS + 140 + 198 + 63 + + + R=57 G=181 B=74 + RGB + PROCESS + 57 + 181 + 74 + + + R=0 G=146 B=69 + RGB + PROCESS + 0 + 146 + 69 + + + R=0 G=104 B=55 + RGB + PROCESS + 0 + 104 + 55 + + + R=34 G=181 B=115 + RGB + PROCESS + 34 + 181 + 115 + + + R=0 G=169 B=157 + RGB + PROCESS + 0 + 169 + 157 + + + R=41 G=171 B=226 + RGB + PROCESS + 41 + 171 + 226 + + + R=0 G=113 B=188 + RGB + PROCESS + 0 + 113 + 188 + + + R=46 G=49 B=146 + RGB + PROCESS + 46 + 49 + 146 + + + R=27 G=20 B=100 + RGB + PROCESS + 27 + 20 + 100 + + + R=102 G=45 B=145 + RGB + PROCESS + 102 + 45 + 145 + + + R=147 G=39 B=143 + RGB + PROCESS + 147 + 39 + 143 + + + R=158 G=0 B=93 + RGB + PROCESS + 158 + 0 + 93 + + + R=212 G=20 B=90 + RGB + PROCESS + 212 + 20 + 90 + + + R=237 G=30 B=121 + RGB + PROCESS + 237 + 30 + 121 + + + R=199 G=178 B=153 + RGB + PROCESS + 199 + 178 + 153 + + + R=153 G=134 B=117 + RGB + PROCESS + 153 + 134 + 117 + + + R=115 G=99 B=87 + RGB + PROCESS + 115 + 99 + 87 + + + R=83 G=71 B=65 + RGB + PROCESS + 83 + 71 + 65 + + + R=198 G=156 B=109 + RGB + PROCESS + 198 + 156 + 109 + + + R=166 G=124 B=82 + RGB + PROCESS + 166 + 124 + 82 + + + R=140 G=98 B=57 + RGB + PROCESS + 140 + 98 + 57 + + + R=117 G=76 B=36 + RGB + PROCESS + 117 + 76 + 36 + + + R=96 G=56 B=19 + RGB + PROCESS + 96 + 56 + 19 + + + R=66 G=33 B=11 + RGB + PROCESS + 66 + 33 + 11 + + + + + + Grays + 1 + + + + R=0 G=0 B=0 + RGB + PROCESS + 0 + 0 + 0 + + + R=26 G=26 B=26 + RGB + PROCESS + 26 + 26 + 26 + + + R=51 G=51 B=51 + RGB + PROCESS + 51 + 51 + 51 + + + R=77 G=77 B=77 + RGB + PROCESS + 77 + 77 + 77 + + + R=102 G=102 B=102 + RGB + PROCESS + 102 + 102 + 102 + + + R=128 G=128 B=128 + RGB + PROCESS + 128 + 128 + 128 + + + R=153 G=153 B=153 + RGB + PROCESS + 153 + 153 + 153 + + + R=179 G=179 B=179 + RGB + PROCESS + 179 + 179 + 179 + + + R=204 G=204 B=204 + RGB + PROCESS + 204 + 204 + 204 + + + R=230 G=230 B=230 + RGB + PROCESS + 230 + 230 + 230 + + + R=242 G=242 B=242 + RGB + PROCESS + 242 + 242 + 242 + + + + + + Mobile Color Group + 1 + + + + R=136 G=168 B=13 + RGB + PROCESS + 136 + 168 + 13 + + + R=127 G=71 B=221 + RGB + PROCESS + 127 + 71 + 221 + + + R=251 G=174 B=23 + RGB + PROCESS + 251 + 174 + 23 + + + + + + + Adobe PDF library 15.00 + + + + + + + + + + + + + + + + + + + + + + + + + +endstream endobj 3 0 obj <> endobj 5 0 obj <>/Resources<>/ExtGState<>/Properties<>>>/TrimBox[0.0 0.0 24.0 24.0]/Type/Page>> endobj 6 0 obj <>/Resources<>/ExtGState<>/Properties<>>>/TrimBox[0.0 0.0 24.0 24.0]/Type/Page>> endobj 7 0 obj <>/Resources<>/ExtGState<>/Properties<>>>/TrimBox[0.0 0.0 24.0 24.0]/Type/Page>> endobj 8 0 obj <>/Resources<>/ExtGState<>/Properties<>>>/TrimBox[0.0 0.0 24.0 24.0]/Type/Page>> endobj 9 0 obj <>/Resources<>/ExtGState<>/Properties<>>>/TrimBox[0.0 0.0 24.0 24.0]/Type/Page>> endobj 10 0 obj <>/Resources<>/Properties<>/XObject<>>>/TrimBox[0.0 0.0 24.0 24.0]/Type/Page>> endobj 11 0 obj <>/Resources<>/Properties<>/XObject<>>>/TrimBox[0.0 0.0 24.0 24.0]/Type/Page>> endobj 12 0 obj <>/Resources<>/Properties<>/XObject<>>>/TrimBox[0.0 0.0 24.0 24.0]/Type/Page>> endobj 13 0 obj <>/Resources<>/Properties<>/XObject<>>>/TrimBox[0.0 0.0 24.0 24.0]/Type/Page>> endobj 16 0 obj <>/Resources<>/Properties<>/XObject<>>>/TrimBox[0.0 0.0 24.0 24.0]/Type/Page>> endobj 177 0 obj <>stream +HwVu6PprqV*2P02!] .J +W +(%C|r \\}: @J +endstream endobj 178 0 obj <> endobj 179 0 obj <>/ExtGState<>>>/Subtype/Form>>stream +/CS0 cs 1 1 1 scn +/GS0 gs +q 1 0 0 1 15.0332 12 cm +0 0 m +4.548 4.549 l +5.106 5.106 5.106 6.012 4.548 6.57 c +3.537 7.581 l +2.979 8.14 2.074 8.14 1.516 7.581 c +-3.033 3.033 l +-7.582 7.581 l +-8.14 8.14 -9.045 8.14 -9.604 7.581 c +-10.614 6.57 l +-11.173 6.013 -11.173 5.107 -10.614 4.549 c +-6.066 0 l +-10.614 -4.549 l +-11.173 -5.106 -11.173 -6.012 -10.614 -6.57 c +-9.604 -7.581 l +-9.046 -8.14 -8.14 -8.14 -7.582 -7.581 c +-3.033 -3.033 l +1.516 -7.581 l +2.073 -8.14 2.979 -8.14 3.537 -7.581 c +4.548 -6.57 l +5.106 -6.013 5.106 -5.107 4.548 -4.549 c +h +f +Q + +endstream endobj 181 0 obj <> endobj 155 0 obj <> endobj 154 0 obj [/ICCBased 182 0 R] endobj 182 0 obj <>stream +HyTSwoɞc [5laQIBHADED2mtFOE.c}08׎8GNg9w߽'0 ֠Jb  + 2y.-;!KZ ^i"L0- @8(r;q7Ly&Qq4j|9 +V)gB0iW8#8wթ8_٥ʨQQj@&A)/g>'Kt;\ ӥ$պFZUn(4T%)뫔0C&Zi8bxEB;Pӓ̹A om?W= +x-[0}y)7ta>jT7@tܛ`q2ʀ&6ZLĄ?_yxg)˔zçLU*uSkSeO4?׸c. R ߁-25 S>ӣVd`rn~Y&+`;A4 A9=-tl`;~p Gp| [`L`< "A YA+Cb(R,*T2B- +ꇆnQt}MA0alSx k&^>0|>_',G!"F$H:R!zFQd?r 9\A&G rQ hE]a4zBgE#H *B=0HIpp0MxJ$D1D, VĭKĻYdE"EI2EBGt4MzNr!YK ?%_&#(0J:EAiQ(()ӔWT6U@P+!~mD eԴ!hӦh/']B/ҏӿ?a0nhF!X8܌kc&5S6lIa2cKMA!E#ƒdV(kel }}Cq9 +N')].uJr + wG xR^[oƜchg`>b$*~ :Eb~,m,-ݖ,Y¬*6X[ݱF=3뭷Y~dó ti zf6~`{v.Ng#{}}jc1X6fm;'_9 r:8q:˜O:ϸ8uJqnv=MmR 4 +n3ܣkGݯz=[==<=GTB(/S,]6*-W:#7*e^YDY}UjAyT`#D="b{ų+ʯ:!kJ4Gmt}uC%K7YVfFY .=b?SƕƩȺy چ k5%4m7lqlioZlG+Zz͹mzy]?uuw|"űNwW&e֥ﺱ*|j5kyݭǯg^ykEklD_p߶7Dmo꿻1ml{Mś nLl<9O[$h՛BdҞ@iءG&vVǥ8nRĩ7u\ЭD-u`ֲK³8%yhYѹJº;.! +zpg_XQKFAǿ=ȼ:ɹ8ʷ6˶5̵5͵6ζ7ϸ9к<Ѿ?DINU\dlvۀ܊ݖޢ)߯6DScs 2F[p(@Xr4Pm8Ww)Km +endstream endobj 149 0 obj <> endobj 183 0 obj [/View/Design] endobj 184 0 obj <>>> endobj 166 0 obj <> endobj 153 0 obj <> endobj 185 0 obj <> endobj 186 0 obj <>stream +%!PS-Adobe-3.0 +%%Creator: Adobe Illustrator(R) 17.0 +%%AI8_CreatorVersion: 22.1.0 +%%For: (Kacper Donat) () +%%Title: (titlebar.ai) +%%CreationDate: 7/31/2018 5:54 PM +%%Canvassize: 16383 +%%BoundingBox: 3 -49 125 -2 +%%HiResBoundingBox: 3.82349693327251 -48.0000038146973 124.000003933907 -2 +%%DocumentProcessColors: +%AI5_FileFormat 13.0 +%AI12_BuildNumber: 312 +%AI3_ColorUsage: Color +%AI7_ImageSettings: 0 +%%RGBProcessColor: 0 0 0 ([Registration]) +%AI3_Cropmarks: 78 -50 102 -26 +%AI3_TemplateBox: 12.5 -12.5 12.5 -12.5 +%AI3_TileBox: -207.637786865234 -458.97509765625 387.682220458984 382.944885253906 +%AI3_DocumentPreview: None +%AI5_ArtSize: 14400 14400 +%AI5_RulerUnits: 6 +%AI9_ColorModel: 1 +%AI5_ArtFlags: 0 0 0 1 0 0 1 0 0 +%AI5_TargetResolution: 800 +%AI5_NumLayers: 1 +%AI17_Begin_Content_if_version_gt:17 1 +%AI9_OpenToView: -7 64 8 1554 988 90 1 0 108 87 1 0 0 1 1 0 1 1 0 0 +%AI17_Alternate_Content +%AI9_OpenToView: -7 64 8 1554 988 90 1 0 108 87 1 0 0 1 1 0 1 1 0 0 +%AI17_End_Versioned_Content +%AI5_OpenViewLayers: 7 +%%PageOrigin:-76 -116 +%AI7_GridSettings: 72 8 72 8 1 0 0.800000011920929 0.800000011920929 0.800000011920929 0.899999976158142 0.899999976158142 0.899999976158142 +%AI9_Flatten: 1 +%AI12_CMSettings: 00.MS +%%EndComments + +endstream endobj 187 0 obj <>stream +%%BoundingBox: 3 -49 125 -2 +%%HiResBoundingBox: 3.82349693327251 -48.0000038146973 124.000003933907 -2 +%AI7_Thumbnail: 128 52 8 +%%BeginData: 1793 Hex Bytes +%0000330000660000990000CC0033000033330033660033990033CC0033FF +%0066000066330066660066990066CC0066FF009900009933009966009999 +%0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66 +%00FF9900FFCC3300003300333300663300993300CC3300FF333300333333 +%3333663333993333CC3333FF3366003366333366663366993366CC3366FF +%3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99 +%33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033 +%6600666600996600CC6600FF6633006633336633666633996633CC6633FF +%6666006666336666666666996666CC6666FF669900669933669966669999 +%6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33 +%66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF +%9933009933339933669933999933CC9933FF996600996633996666996699 +%9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33 +%99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF +%CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399 +%CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933 +%CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF +%CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC +%FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699 +%FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33 +%FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100 +%000011111111220000002200000022222222440000004400000044444444 +%550000005500000055555555770000007700000077777777880000008800 +%000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB +%DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF +%00FF0000FFFFFF0000FF00FFFFFF00FFFFFF +%524C45FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF +%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFF +%FDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFDFCFFFD67FFFF +%%EndData + +endstream endobj 188 0 obj <>stream +%AI12_CompressedDataxGrfj?Ȭ{lxȌ޵5OmݚL6FCP #`kȬu&[$ʨ|Dxxw?ۯ~r5>/go_~߼}G?] yoߞW8|싯9ܽ~?9g~:ճ?={/K<0b_<{g|S4o_}o^8gu9<>˜^7-\2-Ǥ/W?eNuZZkDkݽۯz7x7_~/t/^>;!w/S/osuGIٟݿ">W7߾~{u>߿+yWgpHC LoK"+u>P/F]MyQ}童ҦqR_Y-3\AZj1|}y7o[0ԯ}߿zV/Z_K<|}J$^%vQg.I^/7W׫z_IoZo|w_?ͯY;L0(]#a>m{=7~M Ы߿>Oyrw7Wſ{B$HSҿzˣ_3aˇ~Mi4I [6jۿMo~o_}cj^|~~'@7/^qO?87_y׿|ϯ?g5ū8yY?{_/|7{.}9l\=Bz\2:ͳ/}k!ԨY_?^ >/_p+WltFxI>tMM-頼9ܼ|oǯ'm/_ͳ7~/߾~r۝|o~W{7_m+/^>Ϳ*ͫ{-zZNOm֥; ̥{?3:_B|b⿳o4_{&*/^}ͷ/>?_} =_}3gm%Gu޽zyoWo}Bkó/>_6?(/?>d8i:g>JB- P§>J|*D0'ԶL rG8 Ïy) zNPZ_|~'?<=G><ѝ\k:<n{`ۏ?]x?5ѪLP0/߽yQ-g*y:7]ZSJPKb.Kɹ.m'f?բːɳzV:ɡEݬ?>zuraq,׶QeM>weƐV/ϩ=[zO?iS4=q^ԣSʤq4L~q;Эyl:dȣטꃎzCZ[ԉuCy(:ʭNYʬݐF?ʐ|˷:nt\gdsCYx$GzH:tܨn)zk \!NGM _Hixq?՟Zc1@->vݿ~Vz<s[}Fo M1L MA:u꠹z 9UT,;AǝV % +)tInuXg~d[yd$]/$l$eNnֱϬn! G0=|$^GH\$*g%?ut=WF,4H&IMI/$|Tݖ;NPq&̬v7޺nTѼ՗wˤY=i,5BkwR#]4$A2%1MRt-%MjN:q g5coR?w:AS(K0V*fw=oǝGg!4~aQ7!t>ȵ+:tA؎ b'Kxn7;fgtVX .dzp1o'ZyM37Te3ݽL;yk)k@븿}}@h4U؇+H pGѣZNQ녆Gxi u*jxH֬ېi>c<ՀVt +v|]}2 E|z- ]Mi$,qkkfb3GOu|CX0P7V VCa=:brA,VC7^ﬞ!y{ٓIVnU +rX,$ZZ%{iId$r/TK::[ĵ.ɄԭUғ%Gd^r+)mgH KM_\ڍzYI^Tu7k/'-C = aГX<Q}\`ŭFEaK%΋67 N;0d2,g@;I!!I5 IH5$7FEAHa!GPN +ztN3x8ÎGѮ3xx`S&Oa7Z! K42d,KDμ 'C801e#Gw4իg_=2us]~\ͯeQ:޼*?Vk(jz.w"t{ ~/4G)d;#%F+n,FbFK LҼx1_T +^eYV2b]$@m S_$R-LBKE,\m8.MBKz}vG|H\<xzxzꘞ<ӇԹ;to|ȡ+~P?>^;0IlV^Rffnɶᚵ˭@dPaQ$w]t͐@cl8|c|o}gΙu tuV oWs7 8`v;kCJ:ٻ1Ձ +eKG-uqe+w p(81>:A{h|CW㱼|W|FYboPڡaTQ(rj jd-Q fw]mf MՈ~Z:eU0v#LMOkDtKh@@GQl4J;1 z汎94''pԉ9;gqyGôNS銏׻uu|uş{!⚬B] Jmkі[!pf 7nMM+reb$;}W@PLp#>?)o+8 r͖b7hjk7ڃ+Q֝Z(r:tnWppŰ=!?iMQS0=IDp(Ow.ۑ|w{cdqbz1bŸQn;GE>q wǰ5l5ܝß~ENp8\,1.cɮ˖}zL{jס6z(oXwD!t]sZ,Y!ռv~ȧ)?uw']qǝV>n?? m׹GQ|(5uŏFQ>j]li4Ã޹. AZ Z55Ji3fB$4P?`X_}9=\H@kpjQgts(jJ;n;]c֣ W%/Λ9φHO! ]+FZ탍w\mL堃X?Ѳ2>/;oۮ?RyLRd᝵jA'XCxKi5rCc!z  ՟et) BO#2% Yc5*O3U#:~DŽ~O 09=O?IR:n 9$ZXf X$DGAN& ꭩBpp àC?6gBw8 C2MX:Q;s:\8c>څc>?tGX& ?QܛGev17m\gs̲q>CrlnʲK?&V^tRȷ2n.(ȿIS{ruNNs1))}tJ$/#[?Ν;xt;>ft'+Dn S蚇A8f:AF6 xhMd9=i'6t}f9~PJS\`%tqI`Q`XS{ۼ;?tG}]i-aJEq&\P),<\PI=OGNěFx)&OPd~"1[s^ow ["YR>5"6[biriКx&쒄nNu}Уd-1(AsF )z-]μ!~#]߽"Rk#}jr)X:lE]ڈOz_oDŽk?ug! !9}AM,xu] V4vou0~-Cs^y7E}O'0\N}ߥg1?:ڣ0/ o1C=ra]t0 8BCBWzj!^&m 0 |k!^@oZ-pA>}"o-lB +{`.vci]Yj7VP-xn N=$ţv^knz{%<-25LI-\iah0ZJsi! }&ͶT; +XW'l(,CÀv zx( @~آk$yU6UpQ]!`Z{٠x")w[tТ١IMBIܔj.qʛڦ+lfWXKR,Y%׽Z;GU3Ț&߳2C)m_Aq ͼU,[Ztv[9"COi^?yWq(2# G_ኲQg+tU\<.h+,^XG8|ぶ"̽" 'BO?b_hٯi˯aN؊#:q;hIy#Bcvw9DPI wOt5 WЧ#Ip΃|6ܤRy +T7]ͦcJKO'*åzZLq^J[t^Lf-]vb7y65Hv=)}MŴ'O߭3tЧ '|{2ޞDn{=a%UsX~WgSTщV?&W?I~D~N˅qX=_q?'&> VSuFM A'BG}?{,xZoRiS{^~f'nq8?Ώ"qw4t ѩ]?O'!\㏭Jwtxpųpkdś>\IB ѯ 0][^۩jaDž'|Db=ٷNXO;z5|=W\ܪGkxI7f 7.ƅĸ5^[GΞi?m{ޡ T?+=[icvH#ߵ#VU:{Bnv;b@ zNC7-+0x`/1Xm-6n#cg- 1& 5y:)lB;ö?uuϯ־lbYF; aޥ>pMq/H{;F#'wڮ۳돏gwXmKIӸxA2\$I$zʱPiϔU׹eځ2_ O{Oyn6h-Q'mx;S3 ۮ$ OҎK/Z3IK9 G[.çCoYoo:n,9GM9pT2`zn/lwH7({'0 ܞGdh#l'ހ9pNM!$a(|0ݺM+' j? ڝ{<{ik?>Z7 +Z+[~;nn+Y|| )V8 vKɸ]X|Gq)_/ɌjCnݻm_ܴ C >+)ASIxGynm1ǝm[j۰Ё#([{:5zܴ渝VlTJQv2D6dóFM$i%PN;a9w{r~U9a Œ}tbdf x+'&]dfyqY~{ +{c8.a 3͋Ąn÷a߅w^?6̻OF''<4m'ܼe'7שdNGvQ.ǥ5ӖG߸mΗ7C;Aۡm¨G%XקJ] +z}Tλy^fWF0\{^[8 Wu5R*Hۅ&2&M·:.SXwf];Avi,H9GѓlegPvW{_Ɠ,oO7n;Imp}g s~0yW^ t;>/&_%Gj#D{ݭk=>NӼO?鹼sYӚXgKӪX*Ue(Y1T3҈|X,SK|dhwڞK1k }LMr)]ROm;qٞnOQ&.2wZ$2K?2/vꏏ$b +uJeܑG\H&T`h8q|Rp< ]ui?=He?ȵr۩twgbh\wk(Qn7w-J^;-;?xqsՑ#c32=Fdn}L|2Q&%?y'ʖN#K松|tx"[a?t3uo숲hFZN KAE1OzNSOy?<)oI5'itV2{O`q٬)K؜ TAӜ>|Gep<_________L|2/'Wz~g{̧>Wܯ}ͫ_~vkR}/Eī: N:.WK~X׿xouÿ_[m9_~o;?_v__6|Wo޽ׯ/b7yg׿/޾~ͳ/Uo_|7wЩ6z]<.RLӰLvC_*HLE t-2NN?<;j-UQʸ u*jɳPiJ&UҮԐEOqi +ROWyHW\iDJyI\_MSqA6 + kF?>(Y^ |ӓ!&Ew(/`p!: +Q6Wy-ڢ癤'i[nE4Hc,Kh1z,*QAuy lvE{z:Le"u5ʘ XUbȳfM#c $l!LjP*Ul =]$YpxRaaL +ɔՂ#EhNЃ;L%uK4P?4h4P'n ʄ Ǵj% E6!.A\.=.Q*W%È2"x5BB7Yf JCE85׬7+UpY,)6DgгJB/Wv9dk_GuQyBp!3¡BLdK!'+X&" t%#': YPJ7R2L7a-' x6|y){V#0J5=q3(^|V3pU//CnGIOa_ F:6ϋL)}iG|KCV[Si5kc-tB#U٢pFZ 쏪";( F(#c t1Ѵ xBr[Ԝӭt'0ogțΖ7L-&DFz1L8I3_ +XM/dvhJȫdD"[]o%}=*fZ/iDtu??0an b\,yV9(](HS+FdL<4V(IQNY$sٌ n@=Zܢ%Ʀǽh-Flb44)~Ш  (_O6 #$idߵ4f>$-P Ți3&?!laK kndaLjю(u3;`!dRMUȨLYr%Qs}QRa6Z $Y@yj1ˈ^LӐĀfzvb4JYmL\(% M +S8A݁ #[+T -:-&^WF20d!'0Bs;W2VqӭH; wd Iz0aiXfI&8 S"bAXfep-4?c +eQA[iq3ׄ}a>5nXz K fcI-@ZDt@n58"C3Ar_&T)σx;YC+{Ô[Q:bLahH4t^`^1q/-0 Cu͡Ŝ.'RS ){  +:vϟ`!JIНbhbIvSDI$ͦ=)o:"eqG@W@s,@YcZvTZl,(^IV1&b/ +#v 0-{|U2nЊPhW)Xj0k1238}u*3 [0-u' |>Ai$ (;In!r~.+`S*.#) D5 jLG|~*$RT~߼}?oh8w=_EI+#d. ,j(Zp/IuXH6E :Q +be~^۸kw؆]YA޼˱֛9yj-\ H/:YVw#fR+yf,9n'w5~xq?# -.+X譢k!HfAUm9]Zv +_KblQ/ef8BRX䨱AYYF:g4V +jjbLW7n=[ k UAV]C.q |ӵSMiуs"O#xdDu$ɹ@BZ uXC!.:]6璄0-|prj nw\aͼ})5 ?f[Ao*qG'}>ͼ.cTox19sI66,o<Ҷcglo"u$Ξ9,0hw+x1^r!vͬ12ٔ+D2t'PZf3Q<<3h{4B3CN4 + &I=(;5cb-Հe3P L$N͒.Ђ&`YbÈ@Rٙ`c8B0qH3R> on r1S!gsy nW3m -Xx?} fخ­s -g6€h9f+֔Jqgfs2!F*,IT4KnVyj.}UBB-rbķ(AǴ>jcNB[LuJ يM"T`RYTWvȾ3A_Y ɶu.[pg(A& u`FݟoCkН4b!*(@ G0 ?'I"{i5Hu p)qh<^M\ӵǧ%|O {^2){b`{7%B/ؔRXZGΓ9,\) +_}L/ː!Dx@~fݓչJJ$K$`+zp +bgcWf҄ESnvWb*1z1pd>pe>s "T,nAx{ۼNڄ + +> ̂p\#M>N!::B+-6@B3cUFx I a 9%46t5^T/|e 4tzH< Ķ;-*ːd=aAq +NpwX@Тn/NncK9T #OD #Ho0/Vx +NIcimo fwV+PC͈#-Px첐$[GN0҆ +EGN>FxX Ӓs%SrX hڴ +p,R3Tn/AfI1ӑh3`BkqF#cʩyӂ@8?[| 0&PȪ >ÙB&}U ۪ !ankm:N!kD4l gNh%4lcqINIYL_dЄΦѷ!T^V9Н +8iqTsAg. n>؊Wa&ÄLIgڌ=lJȶ}k $3Bz' ='SNDV Gs@Ԝ5M崹9 T 'Z %4i\0HzLT/'^-V ƚ#F6+a}\9k9C4sMXSAҡ#gJ_ *Gpi&^(!{ s-kZ> +QZnWR" + !8-ۀL"h֪.܊e1PK8m̚E',#8 SZE-Joa&h#`FVK +nd3>V9o&C?ٲaּ{_PՋo9(G\HnLD Z:eu=b?S0hi +B]!1>HCZ"KIsƮdMMpƬ_lZO 8 "X7zsܖ6Pzt + HL +@ .{2+ amYdĂa+8H&Y"RP`IC^妱Gu @H龫vf8hx%Ec{J A)!5Ǥ: owaY *@J>/)x#!B +1l*jQ G3sʕw`΂$a˟ꝩ(Ff?ǙI`B§8UyI/48hZ=fRM:/DbLܰ=Z8 d  $'m.O~BeFO] 992 1 P*%mrQӊW a@V!wFhs1~p ʛ3x!B8tUg}X+j{ʒ248w*psPKf*}vQ0¤y_ŽrjQb`kMv45DfZzs@vtكZej(ve S>@ zZjq#Iٶ#*)Bdokp(^tHdTfI,Z a3s|.A I-NC0{f3Z L>p*J`Ql@ ?jO=&ߪ+D`9l 3Vbt rl=ԛVKjdqɁ|L݈gʯ,f88xyz܂Laa\YY#gv1Z,\x/&C1Bw1M &sوׄXиopy|5=craf澲^ĩGX opdzJ4&_ͱiXE9a +fVIfhprf\2s뚍I[3! `2bKf69@99dY!=K1dAl!rd[_voÉZl -2.%gxB:%YIDZ`-쭇o6{xЁ)I$ʤU3US D@"E+ʗ 75~Tf@ė\عx`c,a{7\K7AI ;PfyB!ӌ*Z&#n5j#u,]F;3מ~+"ya53SKafC/q+f\a*0ň4%EcDrqޢcd&QϞfŁh6ʁrgCݽe3_'p5 Yj:)t3۠4Z21BsBH "b MoČyEyp P!JɑifHd4-?Il"uY)q<%%Ht`=U5Z ,Hd-&c|<30un=X8eQ_9\,dS؂[L &TJpz+eCk!E556(‰[N5wv5jR6pĐ_YW_Fh]bt>#<[.fw8Xͪha5I&+l%!!tx-Zp%d״iflJW=> +B%*@w2PBPo"8VI1$ mbPZaZ-=y*jM2UqX |UV^eMn7_xL.)BSu@Wl:qj(xm#$3+R=B{ 7/jCDMpbbl_!A/ eh&bl t~8Z7&hS - 5TjТG&m0tQZá \ %&@ }Ȧ$I1en(vA؜/G OX! *G /'կLEو(QJws”G S:yEgGYԗsZ\BRk4a${ՑD-" fIΤL^z8 !H&=&؄\0'2;4h +)/ugIS#驕8Nt:XQ^wx\*0ɥLh4:0։YD2;ACq0zB4F5OqP +f 䤎V-D8bGd@ui/LF,D&QY[,QBr ='G9.b?}ZljA6 #(,:D|&㯳ȇ|&oP.:ux#7!/F"C'yQmpv&lR]:XN@}Hw #%n#?$.!q$}f)Y Z*%J0X2doSԳ] PΚ:KխQY!?q%H ,i- Z-&ilO-^]( ? rK)4hP5ԢFX]dGY\1X"IH7R$ձok o;tQa{p-#DU)4dju!1D5ss & pQ; bs"}3s+ vr!*JbZKҙ8VdI8YmbY)WHhCpBjsl%1,jO +ص\¡9Z STzYE峘D:߹BGa.n1p:7*NV: e1yiL I _<թ^THL7= )g+4Fz@OV)TM)#.aPihmd{2{&R0jgazB߰IٸɥYK0 K``hbq-MD!ez;SkcY?t낄rsPnvr'<}ߤt"Q,4dDZv$Y茍ߜ2?|ctb f+3R} +;$m28ŗޤzz2 !ؔ +g5!HH-na4k:RG5)DŽWhGW,c$m<{CdEvv)ME3,f|t#ҟSǦIMcY·] +܊jq갉>hWAl)9{lU]\ H9xMchAsr [Pރ2avb15-f$)L$1. Nơ1lmlO3ټ,WԠVzvhQ1Ԃ!L_WjEJ F1(z]Lq( ʰJYaiqӢ>T"?:>?| ) +%P 2v*T(03ıqgaP뉪F;0Ac!ai|D*9+3ql9#M4xqrF|jMR pt acSl9u[ˋ&Bz!QK% +kxQ:2[ d +wȿHxwu42XI5s!o +8,ZqA7P驻XK'OPv##T1y`jdόPBCjPz+4gsdgP + 4|,z>>a1*0[1GIXOQ#l;x ,0Q\m)n:b,VN!&wF[N,ETݥ>1-Lz;Gn8륅w"6u(K3rԕnHP޵E>԰3 +Je +,L.іow +2|9Rgd[u3,,)jQj!xxņ)|T8nE 1$9_2W1x^jy xϦ-(^QP`-L.ugI5[>V U`P/~~BǩĖy` 9T PE_L9GrbQK%! LA!PLQ`5\PRFXR6nUIJILR3"aڨ4L~&eUIASdH8Jr X}YoQ( +TbҒS%%"GEnD\:@Hl.Y{mFvy,*-l#ʉY=)c1Qo'>]QT`Vֵ͑ &MǵgO$8؄pbpM1xCh!Jny]t9Ò"oIҖnq[ٍTܓ [hӢBXQ'h3$DH5g}J.@tkkR(UMt[-#NIAiΥ<̘mgƍOU n-g{:7գR w.\lw"bݤsaNuڈX؁b-2k#om) 9okL6_>7 +o.#vA@$N޷1xwhUSxIZQk1?NGpvɳ5Ipl=#Nm_c9ꉰ>AD_CO]ٞEӤN&ͱɡiUԑ<O.!rg7ٲӑ~ 7~h~( 1}ƒxwVI0CGPW@c7vg*t @zq^z1zaP˭9E%֊X/!tf5 3EZ«D&7ket2m@ҺZg1ޅN4)5w}J8C^,՜vFoEUAΦPP\gfUbq%R/-ֱXespR5BWVnZDE|i]\Y(NҦ+-摣=-K&թ&]&/(}T'f$؉^\-Iхqn&'fDR,?oQI6 ^\`8|Y`_?nQb^/S{ gj" $lӓKӗH4 >q^9(x3c,lFhUna\~v>23$iao+Jqlbޝv IZqWSw^ko9/(h^>wާ3k K j԰S 2$0"ϝ@V1Vy& r\0;vBEŜVETk$z; TBj6^3`lb{vnt@{AV` 5)/Q' +rl-@oEy.'lʴ >,u3Vzϭ{KTo-M%x|'H  _S0,8xlB v.D1-X6>wIͽˢ"/FCRl  +SJǛ= +M"{k-4噰8ZJG [WOR:sF`è&?'gr¶ibftU.@ɥcs[C5/U^AMGV4Z\Yʮi wEeG̶45"(o~Hk~(NO8Xއ6G@R `Gm}G [z=x\철eƔ,5Ř-\w;QƶU}z^ )@oil(9zX_ jpWAlGAu- +} /6<؋}tiS\ ?Ӭd0IU&Nc="PZHrٕ7Є'j PmR$HBlTj װId'-\"~}KMTSR)0?X:3{%6%-8ׯhzʾNu<ըI|Ky*!𩗱ѵ֤iFNkWrd\I N=ﲙRA~lab9e_]p_,ɕ:3(#K ۻȱÁ$-A|sw@$]% C[Q/V)gb1wzxc>ve2u4l\&=eʝyF=EN}2`+uΉl]PmsP׮%[c"lb+=6WM`M{w;>I5oKF5*neX5`yGONr5FZҺ$7誇Hs6u0OBb՜cp!dJ2Z=a4w&I,וJ EfU`1X9O#` +! PHOps35:M(bnH;R$֜g%jyQXOg;M1^N+Zz4Q@EWub.EMv *ONBwr\}n!-},?_wU]AUp ۳uy?z:VT0B_QɬF>U7Qs~&Hӹn\Y|Ξ4D:!sę^zV.VU+:r Q](9+>a\4m]U#+E_ xI^GR$}vX(^GXeI_!h&XtcQW>dN>Ϙb6\ {Xwt,aGFwO`"(R9;T`#O~ SڧD`)>pFf %0:R0&z|>"&?QY"=>"-O<\BP'~e-?W3ӜoG 8!bcE'p3ZbC2i]Z* ! kA=P:ɨKSW&1i-!sE;QqWR9G ~qIUPb:1B&)0|bXU˺?s@"GCOD$/E%h.r$9;&[iw#g؈.ǃZ"B@+eWcc%M]S.` -"XX>z1בos0rNNZx粗,:vhw xm&; mty Zh9X3ÄG'Phd=X2[3@}>Vb(go,B &/g ;*ƩP’,5İV1:D~~{咻a{p_˰">Ȱ3]_RJRj4,ǣ5t1깡{ifSْNQH؂K.^[@v Rh/w{I~' z7EZ"3Sc;1%âx3%-݆XMÇon_5M#m'F8ɠQcIM=06OZ0T (X彔ʐ8h/MK4O@^C%v24OW2znψFJ{[[zw1A΀XOwBߑ~^S'6ռ|EvpNO,thU=3U%EcBP@N~'͠O1< +l>(2m S{'L&KO+kxŔ e:q +drOi]_ +m~_A=8Yz[,!%%24F^4`0'EPӖxy8# Gca"o =bk V{G[e+xz=m:*BN־&@?43#9E,+[M@*bRϿNqN#XI$%/qw9R} 5if+#p/-}%b , xlvaU;Y +†F]Häj (tlg`@ +Z~9@N!,N~r]0 +6E aJM +H2xntgԕ20'{o$:+#B{gmo7PAP;\HwcJ+޲-a!N0:7c|FQي-,qwE K@mE9&r (D=% -[}oZ(|>PTuv{qL9$CؚHC<\VKjJ TS&V ((Y@g#}o?Jd!P R6YDt7iϡ6O?@g ^Iȑ4[~jh܈È :8stN~ Z:BOSʨG 1N]$}C"rZo++}' i=~jsђ#Lҝ8&-Ei#Z3b/Q5Q5/#9ؾhIAxZ٣)8(@ѪZ +83PB9McO9EE[N#Ip6+Uq vMŀzG5uq[BuzFH}˧:( _wzb Jgv +`+(ɏ.k^m@O$t# +%j&VZUܑzNRN($q٧dh.{ѧaLJ~`'m_O,3| $Q9hH=7uI9xϜ,#&sxiHPnRd +_8]t2;3(@xWf7 P}_> d7-*o W/+2S2Sk"GeJpAVk8t1 ̊3lvGw\C|P+Ac }vmB) @[ "xh!6*|[OeuuCHƝq ų^AL55ǚgB%NW'^q;<{cG,SUc*:< +1MZ[]fro*a3@N,[m@b{ @ȇf @hz0َ^th$jF1a-Th'E鴨7C2@|_&UȀy#t'\M9B85H@K!Zǧ$/%&a}oa3KϤ3τSL Ya]IJX^r\ v,BE9OǴwߧZZ$!UB +i=0Df#cx$ԾjWt0]D&ӸЕ\@v)YP'UNcc +e,d .eY* ~!B] +GP_S)ЦIOj# ZGq bi +Ԃk9DO+&m1A٠[D.Jt*𬂦0ј?Q9CG&"d,˸h;;GY^,N.xszO:,Joo&\] &&'՘H + u!#36߯Z[gh5UqE'1ƕMtR \b 1)Rdأ*I 6V%仡0mOgoH:c硣@< d [JfgEOXpkAQEM |R iQDM\Qօ8 B=1WF`rF^  +3xʶ+B+k0 +8>oy0+1 f*֏fnUD5t$IϝF9TC2SX,+o)[Wy%a#J[xGQ $sNM >%M.5ː B`DlOt-ifK'ζQbDRCUe" $>xWay7r %l@1 I3_0:Ad6 :\2Q(> +}>?Ɨ2sP`, \o#+L vAؚ!Wv!6>#Z3AZ x%Q_uXpNŐG I=? reqR;tKPHʗك?Zoz_uYQ `&!Z0D̥c6߃a*Lڃ,9ݞ +^((Ab$)aιt&^)M!Ak56JmӹTaV' ¯va_sYkܪi.K*ߴ2@\bpog/G]p^S#%(CN%}8d<"e(\R7(P~)RhOp.iòrbP|ŷXXț̀BG@|]Dž5w\otDIK׏iԾz!͠G*! )N nueKt5M/B-K,MMג,bo ")[p4NT8qG&Օ+Y8>٥F ݒjJY^$}I#/66EZ)N.=& [% +h>WjC"Au4&ٜCCB kSѰ|P?l~ +$`J] +NLv\(6OyâxtOLXS@/H o(/[;'X'ycA(8ktR}  +yu5Oj gxI7!̧Y ;ǽ4bn֕ą;yPpƹ_#% nF7s1jQ&~Sz/WGe'ˑ1*,ňrGDAԛx)' J@nbª{Dx"%~Ť]JoPn/C5\Bflz C?swf{4&9)RJ*0*P//7̀C=l +tнjSXGIۍrNP e3FS+a?ő ɈJdHLmfRd*CK]3Sasn@{$K9=&}F'r~i=T0ll9Asl pz,l2wZcA2:bEe% '.*%N;¤]a%dBţ0i~_G>06MxڎuB ^iG*jH;6g6.q +[lv3ttPT`힤4-)WV6Xve@A͠{145cO2kRtYtjK`']1s^+':u!8-ëHg@ݶ8ƕc7>D`09lqݙx\}NAZRg/[NDSw)a-&Ĉ41cU#EH (~ Gkd<]F覮s͑*5&v2Ug6CUle{Bc^}bhAMs:B Jna覐tҥU, ERR9SHr%UB~&|J3? .fQ +&fLDDBRLs0ONXܸ3,,u)oÚFiG?_>OG61D1O!.9~}aG sOqW氲vZd0y7 !k%Ѱ8 +6Qvo!i8% ,SKPHnPG }{Z.1 +p,4vԈEm0'b#`GF4:Ѫڱ{`{rx;I M8Ff" +!/ZU_ϠaMqIķ}wr5\J$jAͲ L䃬p)IۢQM GHa6Jp>ˇ$,&0Z@ +"bMQd%g[ǥ oQ bc7}13^xPY0;+UdEr3M)D,B2cb}$ Χ)lvX[ǜkfTˮȣ_Yx* MUVDcxk8([ʅq/}] +iFgJD|':3a)q}񢔉įy:b؜P,voGsQFOTO*te}6(75TeB e}דM&s:Ǚi~U5R*17pXwwOcpu +qtY +V ,Y 6TU.BpeÌvΧ7.7=E'',"Ѽ.&En~=p .vP>V ]7\!7;+-ߢ A?EygF5d1JD)&Wg4Z,;>PđjTxyɍ,Xb!_Qm.ԃyvDsB&H= +G*~p%h-aF+iH; RF֧m>Y32r!M߶9Q15nP2;9.H&xx@4Y&- +?a LO>2BO@33X"(O4᧘> h.hHezVD}v"吺PFqy(ӔʽSR}le&J$W'{)6=tXtjh + H0]lDpL)9خ{ގ` в\jiF+)ߥDP,>~jTt8MiCy/TKigri#af7`{Oez*9T8(zŕ3xϟ +T_RJ*i fk )"=ZIEjL);lZ1?,%Yγ JGKӽ>+.p +%I"Z|A@P_ BZ/spm.!Ih=~ CEt6'@?~trl[p9Vph^sFoDu!OB';(j^GUʴv(%N !dUa]q}&X%[1B+:NZHՃ#I vj iR#Qam7N +7m~Lwu 3YEV-I'mV@+Nx[8zPt D%獍',Gz-IфXf Î ŀeTd9Z(I͉CQŰ3C[(_.ގI:!@-=)YNd;U|'Tڤ:EY#oJ7ޭ\P: y9DF2r?~Ci}Oa~.pr8*ub޿Y/ ,%56}=99"7{C2bU5@ӽBzVBy;?ӡ>YgSDi22#d!Q!#(or21C8k`D3&,чY )ە`͂ZzwT@S!>Y? +ia X 2HP9VDlʻO2 Y_h^#Cma|"y8o%%´Oaw}Dquъks{(9AF sh.Nh5'9 e8.R%1.c,OyR'*Ye|y48)wG%"g;kglC uK܎ң!7݌U:+-P>i' g;A(Aw{|W~Z3,3뿧j:xF Mx."p4L{Ma(%;rƶ 1pyF9Bq.Cj{Uh6v +?9s#{ojA xS$֪>cR :~!}E{1<5b~2YrUbJṑqD^DGuuk(Qok~ 9@D d`H :Do22Fi +*qhJ7̕>N.%rlXPt ¡qvg- +* $Mʱ0dĔq0(K91ODH_[h-R{k?6xZUZ'Þ +. j>'(w>+'Rje@ 8gɪD<Ԥ?g<snAf5yFS$ hb禋ŤEAK1%z~Р*QEMhSF(CIJ(;'KjN R@5ft>`= ɻFADuZaU@MOt \ u} ȅ$o)ѠĠfRw&9V,Ic,e[^WX&rcQY&qPF~2o3j 'Hѐ,F>tk5iI&J DmrlY+řB:)sΡ1VC%[q$Q$1"슑 =7$QЕK:5p'ʘDSbqV- 'H=llâʫTPN[׻[Q꬙zOjW&|sK? vYc)< +qѧ.OCOUN^g! *Mu_}Nyu a-Ä汻Ȑ\߸>^â 4 +& r-4%l;F!fڟ2|!~>Ýv]QFY5z$E4^&I,ʟ8HwqYkEZRI2?V8H=(z^^-vn?vp onP` _L n=V=mi9t[s'dڌ]9IW}G؊uh16t *W "0&BW hthgDÕ/l9~s^'iz!yyE|:0cV]>)dh{~dƌNNRSyTMa]hQ`17ϊrbOGCdD.ӱFQ +8k\L;B~y:µ 5hC)^BقVTE׬j 2L}c@ƻt.]y 1I( ~1H뾒MQK%p+0lL%Ɏ %eD,fZg/^?Ա=HØNn LCedPZ/GuAV +H>:Dį jhPミ9rh=p de|ǿĕi9-֧z)9-5.j`7$V0 &@([pgJ+!OؤϡC!"Xz -(B{(7~*-Nų*m5P9^hqN7Q>S ~RAZ*r%#Ѡxj_P(+PqFxnE$kC zBtw-T>u.Zf¸\+T$kE* TSC1& 4(F,tR5ܹ:9wyG͉ uJ[* +|qMwv_s+9E[45Bhs 0,GSM l;nx$R;D*ɂ]"#DRrL,*J,aC$hjΖ\ r)hxAJI!Agx)HX1fƓ#f!wˏg)pN#WXQvx2 _`]"OT@U4hQuQꪄ:f)ZW5Δ%I@ٕ]{;k3wl$ +FBUzkYkU(Ɖ @d=DZa-!eP.Jy:>T{v[y=tKW:k4;^!wn?U.l^jʢcﭡ u +mwݹZh#bcO@uJBDAjJ(.=r>$T#H%;LeN?lESvZ͋0,Ti!v *$n̓Ye++P\diǺ%dM&MOb"HzS'")JT~𖤎~O@6rj G]dqύJlVYlyiqS" L܄B?u,^b-WŘs@\Os:]1 0MKT_o:M!4&L%ҚRI k @P|ҩlzaQ%IDV |9?H4O#t=3:/aXV!zz ;uņzb +镕{tOn2#zXF I!Xpbh2[džh~+TO"(J/zHA]dqD\#n|0S Y^ O;ɋY?4]  W5uULd9ÓXo0[Ly>~zC>/($z'"tNɭd$hk@]tGo8|c-Yu[%<)R}|+Co]٭ڧBYz571:GiJP<Yp3kV[g-D&LN!HOXѮ +Ì&LU)̫iA}qKy>ɉ7~2e ++Fᣢ{Ҿ $ #}0ZhߖO!î"E@l<"q'Ȧ +Tt]C<ܺ.nO*;hga TpIhC0r3.~):}~"_^aq)>`lwLFOsF($6NW(LʧW١tp%*4]1Kcd#@Ǫ dxҩ Ж RJcak7[xsǔ0'wëİ}L4y(5ЋKeI'4 \R;'#/̉jī+)j\ 4lC[7eS:ゖ͗ȧvVΛƁaVqBg!ƇpL@+]TsAKO,ǘm(I>(|{jJ߫x^Z4vaJ8~@ޥZ0qe1@]ZH'8#jH*h6L1U~>?p;Cny!% vh#u[esxt}i-b'ut JvCbw.̉vV5:fIU;Nc+.h}9&cKpo©| bZщs?'D;o\zgbr?[R{/iZ% #e'ث5Y|MGB$NmF~P|U5ȦA1Bj<E?~~u5H'*&^T'x1iYe,.9G subdp4F)Udxg +ƅkzޥ/l Xxo +E;4/ Nr[G`Z5& +#Ь۷/^)=*}jw|)1{z>fts1k0Ey30R$h8dG( ]8XȄ܂-u6ȒQY_ BKd: r:[8+ +!0[#fLLs pAǺۨg +^AƱ^ u gbϿVkSJDL(ffT?v+Fhdv6xaߕRŇ~ x.kҳ1 S+Feuέa l7Z~55 ܦ`˾EJc!T`vO9\e1 +y'oYagHrF)&"`cRSEdz"&z'XqsK?oXgFW c{se69hmaH"ɏt}i)$x4*dF \OrcE銓YrL%dQ [愮j"I/Z ^7xǨFETxJ5da?qCƵ4tάrp~"ö0[5s _sowòE<. ۄjGT$ +*ZN7'H!j {Vza 6R$v$TW\ #&Q8B+Tì0t,t9I@C9 +25FRd~e kݍ@zԒS\ݽ@>*lڷzWZ?bwK_,hm%p2;ZyF٩GiO_ FP'g |@`7[+;4(.rmፉ=~39Kt52c!$??9 * 6W#X1B{&'AyF .)#7EԻ/Ry)p6nZ*v2U 1ekD)>5H&f0$L_Ts,1R[*ʔFR E%p]#4,Pq\[-y+ SP'=ѪbYTff-H}'vR9z` J-64ܡtx W읖j6#ZbESxr0 g|5ilgqAn +%.x~Bjv{ PtϡIzsbu-RxO' V,xVY6}OsFrM#va1X0)Nq4z9_ ÈKU +gi^Ѣjaq1a ʂ_)/L98 +QýLWmᖾ 7>T@XY$>F37p .נ|gIձZ/V*ww$7&%Ij;ЪiDDi]-1 ܹ2zKKTz!sZ$sDތ@-91`d3j=Aِ~-AuR i93]Wrd>0G+ c9Y*mW=|cQ[~#Ja:1rX$ ,Gѳxx;<1\3{?ak^ V܈Y4?TczҎzX6Q{F>tM֧NA"9R + ? g@O l/_?N?3D<|oEb(9J; :Uu{)P6AQ@xׂhQϤ U>,,B p +XY҉uC*B˟@c*$R3kryR2nabAh>ؽԋ#W gk7>? +܉`ݰ2y17^NmǺǕ M0 +NDyD螕)qo,<@(+R7VA pFJM%th$1_cgFVB +~̎Î q>7;"^mTSw!o P^Z| 7rf$()An켾z?A]FE綈ⰺO83 d`|JL3 +J kusY杇Pk.Xټĩ)5ԕ-Wͭo46ctZ\CWJ^XېH A(&@g}=^V! [P +xΤy}vzw%aJC┅y6tϢE6Qӂz;Qg|odzhX8Q7lrj e OL> J2̡oNx91iJiNES3'"-qaB%}Ȅe?Vݟw?1GC+`>P/:q %(`DJ!հ{?4H)k=P(?Kv\6e= 8ͺ7r^DD'9O|MبX!Y$ o󡚀R&F "+iw8bf~Oi9?nw<&gN*e?pһ<'N(@zW1is!4^$XD1)3R׹s<* hE_aɞt޶Pf,*\) +-Y[@A # }?nhQeGr<1jM188}rpaɦ=Urz 2ZEU@|}q.{>LPZ~ň#sd'$Υ2JSo 99WxIB{.CJzeǙCC·.u&ZYhsG]H7N=;{y5>C[lơ)adV3Ou UU P Jt=hAmKx9(|1znc.JzM0czٶMdfxX¨޽pdG.h +%y욉HsS.BL ::5A'LDuąk/lݨ*&vsO* ЎPh})[-F Z0T ?-@OLjnHch<ɝƟ?;_^\464}mN\ 8QL0$+ƣY)t~} /Bu +ŎoF0Zu$8cxˬoDȨ3;M'$WLɈT1bj\F!Y}Fjq4sN#ž*ftTvkQݸ(L@'!".ml ;dh$$vWܪ. S'_ӡg faic liD ~_(IcbY';]%w3}}Y2_ Q7E(6/ (啤Wrt3dP.xbdCG ҧ |(C||ȸq8wcχ0%WRңm|d%bn#. 6&B^t0.8j\ vŝxZ*X0 ޓ^) P:_Ad#yQS:E3[p @vĻΐM3Y-ϩ>M ~d-m!ōB,ۊ]yT]x5C>SWY:Pfi_p@Q!$Xrw=Ú`j +:Chh̛=QCPi4hePa d*i6ܔ6&'ɜz6] CP)ʔ}Y$'JI .)Uj27=hDa,kaBD1*rƈbY;px\;|a hZ- +z]k׬Eah(8nsrzAG-~: ߑxf8%:EJnyDs91KMQ7cUu@!AO 5ӽ1F"BhvD> + 3 +zPҠz|U n3!51,fL2}kRTy6 Yrg>**GQ<\͏a#e벤lnИ${eRu2PlN4>vD2IbB*8s뙊,&J%I )ST]XЍhVs1Z#Ч8%d| +on*" 'ɏ"O|$t|(BAsS~/v`J5c|PϗAYi@_. wu>ћA $|?ݍe :87!{T@pY;#5*1@ ?ul6F;zOqmH҃h$c :[#vԭ{f|pz.j-Vi6Ϥ숦y&]\ K`-#2R,6i+ASnF[z{]3P*eh_,PI#**֞Kڑ`} -hxrk5=˘@KiBS6:t8SO f0]1J$ Vi}m+343bYJrm (#C +pB,h)QT^Ռ4*`'LM({ցuc&5c,#*]l9kz)! Niu$i=FF 8  Gpt D +$a,IFVY٩$gm1ӲZBg7069#rMnKm[| 8R@ A7>aTQQ;Yz -$ 4QlʟskA\; T]ҫMo{OEg +;}Sүi0ٺKhZcJ'E +"E<` :;"@cv :ޯI׶٣' +ǫv:St_k8NIztaLNsq؅H3u[هvx`^(bא$(RLX~^w!bD, ueÚLl>`HM 5HeZHA͊pF +dE}B+<r) LVt«Ԙ h R%p<3o@5WQば)=R ^.`,)'BC=P#~wW{k+;B-yra4ΩW.JȕTn{z?H@;0Kgؙt@e$MznE}/ +=H#fDQ+UصpP]1e1BDUZ jGhUYf:T6fha<x +p%iq.BxHB֧Y+J!i R. PΊ)cλ4Q6[fK#b2fl0{,xZ0vX&̜ FjthM L 4-DsMyAcPlqb;\0)4[x6ݥytO̰M뭲#\Fa@, 28p)\Ȁx(h,uʇɁ +δSq+cqw^@4M-SU +UBWC?ߎ% +&x&qRf!gi=bJu%uD#bk?>+Yg8?B alIvZ5:U@ng-. E&Slu`tWJUmRJ骠-RW` Yޝ:UZigtS3 %(afʝӸaHM3N89 aiNWr'0 @jJ +}(eNMVlyy +/VHN<'2:hbp"lûJМ2[[)TBy-qFdD+5 1LL~tDM-Cz _bEB-(ARpyOEØ8hڿհ !֪kO1%5wR]$BF}hAc.QB<}o Я5BlqDa csbả]̩;>`G9S4j)>2BWR]gڠJ ;R7dS?㤂S;V XT1ajRWW&rvGH:7bSS;kΒّ:*`a2Æ۴/P 0,%%uYBsM5 dO&)zG'Uވ#qaVval,2BWqmu r3-Bx{הK=O ,Ԃp;hs+*@z#cv<j!B3DH(e@2(a#O?Xv$["Nu:?5AԤ^lѾ]ֻB<[w&ق;cKfYU$Q8̸" жfy!DeO#VCctEF(wbol~8ud}mTiܼ.Z^)^7sBjZ^:dx(}z +Dd^rCCr!PvHa"G8NŠv/ZC&5d*JkiCRK6|4)C C7̳V/a۬`:gyKGwМvuD #Px7t Ox ͙*(ְ~xs1~t#q_|v @GI?S+33u꡸qqRѭeX:"<0Ȓ8Â(B8ͻ J@X TX 2$"u(qz6ʎT5l 24 +4iybi79%^-إZe;:nFP n4l:iҮcR_=0SkyRYavR +iN!$ۿd)ԈˡzP6E>#QG|6=C)J ),%Qє|}8GhK.#^Ly<`DN +^T5&i +(ԍXdc I"6?0})@HB|H~=xehf4@ @D07!+L8UhD` hS.CXd5`2OB..uc @.XL5r\(Et⩂?l@OĨ.^ӪA 6h#qJԖTzU Dt`|>ݺcA>\hecv`$^^KC9ꃩnhKpP +E4{%H [WG#!LHjކV!͟Km X( N/(Xm +YQ ij?a0n DW@@͢eі+=9`kC@ ~I9z< +(w i)9p6U^U aHE qK9*m9>fJ_W jXEVVTda+%EK +E(FCR-%<2gh*> ~ WkRHVob~pHQSyOM*ujQ28fixF(~rU^"b_h]bN +jH wo_?3M9sX)n.np-!TxmU'ƅag銫"Vun[τdp7(N$`GF%/)B4ێމtZ(Pb}"#`IMFi'/KQ_@C7џg9=ܢUK[=%b.kpB8,;׋аNk<G7N| --#j®Kf4wS?|] +CԊ ++aEB }G\0,݂q_XI@Q=ZZR~h54wGJޯU5"~0pA5VauCa"7储u40m@/=4lmT= ' Mٺy[hMY=~PLUaXK$%= Q*ʁMyt_a7ٲ:Ig3H*x1afw152tmLR-N=AKt,'Fթ(u9.* .!38lhqƎzډ9"$s5F ȣI +f"{'yJ~#xQ;-6MI'OG1r`&Ө'@ŅSaoveL4*q+PAdjz'A|ه3SE_ ՄE禨NºdV($(8Ir Ġj췮%N+mȥčZk|tIU:Javtg +*nF( L%R@H+(4m /u=졳`X`Wd%9+O #_50}D,"募+^b @'3 %@ ilTPfAK֕I " kX +~K ^iUy +\ A$JА_Fĥ2˕_t7}BK[s̎#TUL6 [>9V(r}gߠbYzo6h^P sϰ"CGigq&|fܷ{FSڎd%Y$8hA|'8[@Ac )es)Wu[BDFiTQ'BCm-G;l +38JT" +>ғD !$IAϵEAa% R %1TFe;t+w,͆bMegb +qr޻5q\Gx&peVfeJ{Ӷ>˞c  Aɚ_]Y8f5]]UyZ pƃBEg$)znl7߬j]D@ݺC@iVh{t5BsЍƹu0Ҁ@ L$3|8DBE/ WK)8B yEx3iCXӘu1*V!0~[%H2ɪ%&>*kRGIxV(ffT8#BUK  +<f$zpWR|>Ȓ\ǀ AR} Qc[+8>_ՊN"cMjHɎ`ʼnMhL%*8,A ?KqDw#,*A( {3,Nrp5ԼS9&QN&Ry;ONTGQ@ /w8dDF/m$ E(jzLxO'EQ͂շPxs;- v@vDw)߳a SPWpqmVJlߵN*A#n)!H.ӥxEn!Yx\[("a"?*Qw/; s+_t؞q n 3Hzx Ef߈V:*RP(N#>v#jWֿ1<h"2+U]¹2NF<՝f -ޅk9UY;YڜQ,2U uQF8Ct!y J/GH|@ y`p IĤ u+fO*@E^x {ad0:_GMK_Sr!(!RQ1tAjzA`l:8Bl rD(@ 2CxF _FcG tJZ BUr* +r JDG .9 +iromR'EO-ԢE/>IL`9Ui'2IPR78+B*JWٓ='2kJ=Ds 5R&pN-K%i"ay[j`+JZRE@$ރ3AL\ٶ`RAؐΠ4J4IJElU, +%5S>9r +"?zLbU +El\G8Z3S 2DڋW:mc1@BR$PvrLCjIRpXOIqĊ0$0/(*ڑMG%1zJ( C +NQlT_+ zdΎHJӫ9,yfhwM&/W:+'Y_hQ]K` +fA C^ Lk̹e9;QIʂvS lʤ<2=}.ҌPu΂˰>'Ly`9j(NXPsZ@3x6vxE3Zq"Yƻȶ-6A.pS$:Rx*rMN$XBy *`DfֈOHanvීp:eMf^6b +u~pSdW b e1LnquFR3GyM'訟OT˲(TA +ۊq 54!#+Ha9![iz0eJmnStjA,AH>JibTˊCjL kӂv +0q9(bkr/`yQs-%JZ䎛DG +5-TT.Y3;q2̸Kl3 yo$K!h* +YO#LPG}E2IqV*%X ^&"F@/Z!y}g hȐőzɕClM]:"ތiW$[!7VxFqfG9I9,*mSDDh$ho|Kx&?#.$>zybHVj,ЀB*JL'wՕcS+;1+6[@6,LN-ԡN0$`:2̸d5P2ň;d:M3qZc+%?gZ\ +Q?!#ɗNe^ǒDl7#Y*/3!P&%oJXF 9Jx}>-(8zP7c XeoR $Vm7rfkZI +j0fkL E0RDԸ9%WJv|~ۅ+BeGwY+R^%R).^b$vLU'M13wD?s5M ٪.vCTAƃbrV5~]΂9dÆE)1 E6Zj4 NxQ?tv~兰sGNPl #1H(gdo 31rJ@"PfEY,Y,Fz0JKХ$Z/U @j9_t (aƳzJ ` dCKiZX9{v1=I$"6C^|k,apI܂>4R2a$k' 2UQfԤI%|ZKfBO $ ,Վ`z6B4"N%˛y@itjjǓ[djIxzIw+ʣpXcSUWK L.'(ʃ8[WE9i,B0ztpdN<ɩgmL}!$ 'jIRMPQ!B剋ד_u#y`0Jb7HhPQ5T_12b-]bwI )cy?y1͒=z($\"');?'OCHԼ*@!lhBU|!P 0]KE0i['vR$B*B^:7jXŎ(R 4z_nEpgxh~ Ĩsll92p G. +E(.* Z׈~̀;3N|+S' @#Wzprtǵ38A3+D c$nތ#6w8) #^[ȾJg)#IaAp1p +cc#@/'8q,$籐9V~қ0掴9'YϤWKYU!_ ~W ?D<ר*Wm&+f{baQ|VckWZ!uʰ 6I +> W~ӏ.GJY=e(hP"Nv?ܔUb$׺SDn@L>p[ȡR5hXItQg L[lL$h(Ydxh:Eé1C# +3yjdMBI&XJ(V9y|R*Fl#N# ŢNyT*kD w3꽙 JF%o%՗ѦZ",_ QiI}TpiF L!s2"Y7r]goh| 23x /I7t"#YJEhXO*IƟ4 Fߥo^Ua_LBTDC*$"]*lu­v`AO!A)enD*<@-BAGQ@h;KO ոn$u-əb噅@;@=gǍ+E< s>Z|&/fBv+3?6Q"DS̔ZHAm//(*q#bb(My 6S5r6)kMQ&3g ^ +V5D]NTNV PLwq62Rs"^ˎ(r< +Z 36 8PIdkA +e*cE2T:A@"FZi"&*M*ڄ8?T.JTC"B(6e) Jڦ+]rǝNpjqx[D`'6%_LdNQ]'ru|-QqGp1AYr4* rpp%)QV@'IjTƠ/iWFZF49웭D"n' Q4 $ YQehC'LT5ZI\1 J+]r +!ZU~G *#@7QZ De8f;jH/S2*g +6氱It4Zi(@ﵪrWr) X::˜Z :w.L(G1\#< NjTFȁfySD@>%$:LErw Ń] B +JHVl!, 1b͒jd딢 +Iа$5`!cXd09Dv?U "jڋYg̴ ѪXǴH _⨮D˸An-ÁZ\7;t17(w%6iAK-R.NSW +$zjZZ<~ދ PPH8_]6ժPPԠABfpV/3o4:A?>f" j{tAX)G,#Q64XE9hg?nGA¼ iF +]P粧V)vԌAl%5XON=:1_9|A?j\,"?Ʀ,aœ Q|3 7A-:/ؔʔ4.&5(a?ֿk[qLZA6Lh`{'瀌/hK!' J.KՆDI-ܲf oX۶[9szWӋo8 3/e$ 9U'%x0I<٤v(9vŻ(<`Ɂk uև Eju(hhER$ϊоbb .ZEČp(;Lc!S ;``HE"o'J9HD=E}cVA-Ԓ<ҩE_t2&.*8B=a\D !Ķ^t#b%@tq-11|no-SN kDEwpDdoR~*7_LPziP<U D6Vl; Y d BR$4hkʯ >a9 6 zaYb,~"̼ +d7>ܵF, N 8xhFa\)N2g SΗWE jF]i(Cb ӓ]涊$)r /4ccja9POVn6#>rZHR:)XQ)(v^UӐ9|ɭN4AbGuGm +ǓèG*A2x`i70tb +endstream endobj 189 0 obj <>stream +jnX_rZD;O !%N qE5Y9sȨr6x_*g|V$Γg@j~Gt@O nBZRe'D1BTš0w*V-[e? Jv2ɉҍ:#MA'PVmn[9*=Ų8s@&kZuN +?ٶ>DӉC/#nqu-fqC_tGGQ.A!IPYTD9a& +&H> #sSN%l!9Ŏlf)iѵjA~TmŘ ..#<䩄+F' 5vI"&JlI洒QPw$]sqJDASlT)W 2A$AbQѽx8$F NH&2 +'F7I7*\Bv'/{]Lm: l^w9g<-#E.% *?xqo_A)_1Hw<x&b.Y5JX$t#*s'eǓ1y'ahr %r KU@hˢ$GbtTIei넕P2:Mi`j׏4S~A˻/JJxԈ+·Xc1S p*|$e- uJl["1"Sz J& 2+aCRS4q@Z +G0%;@d^9`xզuZn݅*8]v +-^=րtuW +09ɎP;asb^k vu8AOE`6|_e0ʨyPiM-Tgb[_h)u:V N/r6ȏ$M&c6RY)n341dO }Y qpIoi#*.39.$ ^pT(_؊wOu +*gPq;lr4O5c0~ZHYשW ~VLm*;%*cvava/(Fv.$e8)Hų]"L~)S8|e0狔%C^>M$lQ+d-XS1DsoKJ|@)F{[d!al,1ZdhŠˁT_ l@5 6[Eqt8H S?,OS3_Kh%glEʇUьU ,fv%r`_6]Jx iEN;1r)p 90^ lOVr"",(---'fћqؤ +;H\WCg)>fqrEIƣƗ$X3*/pI u3UU`jA%%OZϒKxBu$g-"ZJ9ΛJ`4j'rf`h +/ w BmKUPUcN&o~=ȍ%8 XH8rD# $Xo&#yM&3M} K" +M" 6UuK"^SNrM DR|J޽!N7v&vYN /!q8K#l"#CǭluT[?cc qt,1_ȁJ Xr)ėD (/򖨂£k@yRLHZuy*D)rAPlLh8mp69X%AIDN,F$@^MAvFl]_@2cM$҉dy~Oݪd ??S0zHD`b/hH$UzV%@|IBcZ]f;Q=÷E ;꼢 +RеEoT7ĵ0x($A(I#KC<H{!(DGD t-epC!ٳ&6m%5Pf{+;-PĈ5G+s +[&EGx҂%Md. 1gT`K-)~@>`x r%?WBQ҉BT1\CGupfOr [аkVXm@w%%'j pJu$" Rw*|1qVKu񯛡49$UAE LY_Bb nB,LaqS W=|1"A>+@x©&$A+]G gtA @p6ыPC9'.s&K]ߤ,>!V)ezThTFڣPF-W:aؖ_ P0Je-kE{8Sr1i[0jQ48E#_7rU[Se@TP^MC,P tTZ/`ᆫU-&c3Kcs&G/@@I+\ud3B[|3CQ{2|< 418ױaa + bO.Ae&9%f$G\` `n*2L*eN ]lƋ@*ZE 3<1͕a;i*B?+u?)P<`)UoTB2RR9BsґU:b#{( +$0I%{)+bCzW~fj-"wD KNrdeS,ĸkGY576M0 I(;VSK} m vP"VЗ #bHlǘcj0S 0@$oFqu<<4Z/<rsR,zǀ*J"5B8jhMP"Po>V[Z~ŧC`F K]R9XKk`å>nn!W4Z1C,ǝւ +X靜o?" "@,0iKrj3q#(Ț4? +"hjFc +H8x1z~iH,-`#hULJRݶޚ;>mj^UܻsN{xC +:F +UHǨQiEډάJY>}#37dDr͖J~^X +O@ di$Aicfp8-! /օ^8%'1;RC19w,]QUH iI$*|NҤ4ٴ" !p1'Q@-GePIkyRNK1h@a {!DS&_]GUi[eaRI& ςm:bCTc|mزEpOanyZ݈AUM(Yֲ䒰8aΚ:$m;LEZE^׉W).GcTE MsL̑(\QFQhg$Bxa+]VnqVˬ? mAaGi][ˡ:cBQ +lt>C"FQRE"e)52@K~i +*;^ +7B]"KZD"xv&MQfצx_U&P\ * $[A,ѭISc)P\K"3ܒOcqGđf\G2a Bߗ}/k<ʒo`c:kń'%.tD6Qpƫ6t! TI# vɓؤ3a4];\kxeYR_ȿ v':''8"@ƂZmj&nQ׫z +LխbgS/DƄF089GC= ׆D=)tprrD9p4A +5>Zde9?||9myxBL6@S<)V,e)6; f ȞBK*xP$( |('X k+*n;EZ6{s0Qxlb- ZKɰHs"gZ4h P(A$ֻj_+ֹNgn\ H"m)G5zq  +xݛIbD2YD~?\^]q-&xEAT5&`ɺ5+zp^ +FIʈZX^c }#a‹T6 6>/%NIxed%-hbflJ[ADAHZ#x'HWOEl\йLܨ\=D7 (175 v!|0;/$R!oɟO^]<fyK/ů|rv[|qק/}}ry|r~T-g'ށǛ׿:卞W'9)аAK|W˩=?O_}_zח'?h/w]Jn3^^_/n4&+LM6/~|}}ߜ??ׅ̅g8V-zw+|_޿{rӽ~Ǔbhf5o䕼BO|ٵi?!Ӆr xYpRc\|uӵ{٧s^ƞ&C{bFO~t+S/p/s]Ź7Xi0VTvwtx?w?~7~RO?Y~d)vkɼmOIO)uab\_V-r o_nr6e.|zzHOǎ.wxzǝ?eeӯv [, -Kk.V!6VymA=kPwMu:μXznE2#̭__PJ22_B_~,eep0>\ + ~/rtKYV[=v +> 4>Z_z +lQ?%DmKxU?IXkFkH]ou: N~]kVwm0D9qH;z;N0΢;v]ouۍ0j߬ϵOnsZw@b`ƿ?~3jcW/u;-_}?_ۗsu㯾<ӳ'?W_O/Ymٛooɹ.:dc.}_MҪg{Ӟ֏Cڴ[?N.tur|s{'l~W7ڏv/˳W= w6{M_|suzu|Ϻ]jq_Ѯf77g[ޱDa7ߏ^ߜo!lW]?_R].W3响?޴ӣ~Np\=ENa/W^:=x.^\]]\n>O_j)~swG?=ԼgP=9N<뽊;`_]|uj^F_X|13q:8Mq:8߶{w_mG +g8}=[u:[Ǚ0[uzO#O=PPZ{r7=q(^;e>ys_pZ z6DW^=gØT>~wӣ'7_Ϸ82jxm}<[-ܹn!\8:>l fzOoY}{,5ΰ]>8d2;3;f7|uq~r|κuo8}u.]rO4/pfNG nթټSsE[97uo?'>+`< +2+_nO! ӫ_\mGA-V?⮷c P^}}tzƾrn 9I&lgZ*E(=3yMw ñYw'>k^[q$ח^Q_<2ۦs; f}J_]\=<9cv=!}< {wq3.B?Ytn.ޛB|q6??BO>j, %.Ǘ$Q}}[tmgiB`,}[{&4-FؼPbF︳>}g'$'Mfx۲iGH|HFJMo71C_}t~~rVÛUoy{{;>~}˓?m /g};?7E0]zy"la9z-/v5g'Ggb_쪋뫋-N|Uy|PovޣK:ޡuwձϿY_9xqyr\`U~oϷ@I;5O_n#}<̥=~K[tm9se.m Eh<̥Ow t9wnNc[=;G*~.=C.m#%&wisܥ9wip_΀O(w)̹Ks>ra9.g]ڢk{&4CmS.'Qn;8O +гw^_#xZ@Z϶=OYq3Hlw$w­;nX|bq6m1~pC~7Z{\HURC:dx|k_i]SK98,D.OyrD0M-V?v .dㅳbQޓ(]Km}'<{vm^<Gw6c@݄\3_#x9?G2%͟ȥhzhqDuϏsm:G޹3y,3|Ef}gOwcsw~}~c؜jo_ŋOXl'Ϸf0o"QV?w.29m?cܻ3/BƋx埻;)ClޥOJs[5ӐOoqZL?73fv[?;oAp|BΛ-V٫}v0;ofq|6ݸ<ȚF󿜞mi]M{M6n'<7'[e~nu城~ffW]|qydpNj-jvszǾg[e+[`eٜb t>}l[l-4Uf챋`c!7sfnic`O 3FE֞$ 68YpI65 +A,g =a<ƈΕ#4Jd } \mh.:t+9ۧ}z8ۧ>ll~>ۧ}zm@f>Udϛ @ @ ԭAx|&j~&V'F65{`.P*ٚ6ffȕcH ‘y ;* g7gx?m׻wX|q=pώ/]::>߷l qm}[w" Ο{/wc># 3^|qt|Vgگf!}ћ4Nw뫣(_׬?U_%޷3a[-wڏv)ؕ58@YˊDpѾNvl'Gs6!vޗFSsO +|ɐUzg”{r}ӿ>-d qW'7+;oo)嬠 +ڎY?07u?GMEGA E]^}d}(Ibc!ǝ{vz}*K-=hak ]vMt|s4]LLԚ8b-qn&[`}tܹ{}s|&齾>O#n +Z=Ӕm˾ٯ_ߟr3,5]ٸs q3U_6GC!ҷ?l͏[j'ӧS~^qtv)<ppno cFBrܛU/[.nQ$n^;;yoO/?wocqyg'oGZ z?:,f1DZ+1",'C3P rytT9xnwRIۇ҈pv|Rggy[v/Ȼ߇oΟOz_] uP?9|?+O//l\xz_>o_~YG矽?1۟k?.Bf yB9l!w䟚ű5o7Zn1׾?_}ٓOgsfˣ秦-aӄ&Es>ڝl$SӤ'6mjEx}iJJ׫\x9׿~_}}Ϻ/e~K볆n5}~kS+o6 g6%_W*%b8l>-b?;,gþm"`CNC>S?X[m8Ԟ|*Zme^DolO x\κ4.G[j u{\mKb*4C2.-Cqbȥ>D=ksSIMۖaL.KbC۴~ӗ>vCrΥKȜ lؾeKʩ؍.b7ۮi*LESwb-}_œٷ'7*wCJDme!4yc߶kV߿sLlw0cUi(]Sܩ>?0ᕺ/ail>0F[[&Eh<7v^^4u/ko]K݆cEu&pꥃ:9-ebȭ+="06-Mb26Flpl9ac^7Wg8_㷈"WmrK,JMɢ`m{,2-tc̝vvtѶBkC21bOl0vhrfe{ok3l5zQI"%!mgdO @1v,Ӻ9&Sd=6$FɃ-C{V+Uv/(33M^ 7o088#ޜ?_l6ɳ;x6msV;+v0-]^:`qMmaڮ#"-iGænBņ 񕎞/;v/zlǃljYbݜ !7wMkCMJׇ-[hKalá$m7vvv1YRI}Ͷ{nۚ㘺h=1 Iƌv^6MkR]c"Վ_+;:f,ڤǚ\7}Vo#? vٶSlZ+?\Ϟ<`:E;ֳ4t]g}s_-/n~leVMv;oǮ$MlgbۗX߲~QAy2t>O1+Fu`噒f waupk[^-|==кsɻ`JP!׷/)zMLC{O|y|/yӡmA`, }ܼ0,?qh֟luJ m|2&!e2O$\2%$L1,L{1"A}/?鮙['7[q? Aeҽ\rWSvWΗ +_=8R>'/NΟT,oW^GWW'>ե4'qLi'Gg^Nk9;u]>?'?y朌Lj͚[Nt߽9}^3PL'2P]yȟ#vG>CrVÇsK)e՟ʦ!;{dk:mS(-}ަd3' N+Ԙ&SoB4=h&~1ۺ$?CɃx<,!fO}=?}U7C|~ŭXuO}n^~qm=]lrS`GWt.ʐqTǷߓomY:0{î:m!(U>MN}ӗѩߕWgOgoR97y{RO>xwOO7;_Ij16?ѿ4#N|ӧ,Zuh1lerhJlѳzQ&&'(oMqu g ?̀=״h1}6 +hE#1m^ceƚ|v2mCؠڜqERQ: Hu"mNNvo\bƷk1kт]>EF6}R{1j|cmg&*Uf-64^d'h4J1JvkZL,َh u\IskZƞ5P,mЭ'Ӈq뛽"-vZqm챶S0Ym +7[GEaáp{01fu25&&3Mo{EL2Sу]w|!۶4}E$rile@"ı%RX0M` +.zK6 +N;Wՙ\* IRr6uFR&UdoCTqvN+06Ȇ@z=Tm?iAzk?q;~4̲ipHUC'A<_ eO>:=&WcJLG /`7^h}^'11r|XxkWÊSWeXoĕܲ˻|zEփz\44kwa_(4~oB-uoZNRج+:as=9~a)Vc3u<ӓ<~@M\ߎ+Nr[K{=;yTD~j7V+qMPB+:cg/Xud] JsvQdOؚ4QQm4u A%)uoi|={=H+6VzHpkFZ}[m- +f[nV p[!bnHK#mz=\un Uo^|1NJt~._ |Nkqō0is0u$<'3UW"Xm[-:fgm.D\ڮuN%%4([TMVkݘ (DJAVl!d)bn?c)#VC9.qV9\Z kqn=c;kE@?֑[ `uܙ-փ:h=x̀$(S}XڕxىB\-x_;TW˨)zEEH۟q>+KaVCuɃvLaS)\&ǰic̰a Zuvv#zώ[R7s7BmnRwǣ+bQ8{,^ %h^cs3d@yMQQ`%xΐ@'&&#Aul:-!t->թA PT2-~ߴj;Oj\{ۦe׹cZ [}8Zڵ?ꏃO^>ןLזm|q +_ASh>Wsu\4W'I:i檙jff檙jf->f.T Pٰ@I8MPdI6ю{gK僷IJ +WxGɪdGF~^T׼v$V*vHP[{ xZ̢huba4&uՔc}|{ AU&6ATd>9~bX>(OB31_՝ZMcr5C]K2S,\> 8a䪣 _?!21i0=P_%ApTz?JBqZp{Jl|\75&xEu +mXt~ M0vAc^4ndm2~^>hR_e{sS}>`7&tAQ%}z:~?L_udYM#+&8\Ѩl"69TٸX7j'Zt] Ԕô7(fᥨw>e+/Ma[f؍>9c+g+rhs4|/P T.#yy 6΢_䦯3ocHC-ucYUE5v@_EvՉGQTqT:@ a- z$7]cl3m^} PjXHGۏVi-v+?_ޗ<4::$q^9@m`m +^  Q (1IC]D^(R):/zr4:|tE'ڄY_R-Z? ^e"+"Y?6PM&7q*~1~n"3icLlPV. +X|9eC֓ڬOWxnXxaiƛL|_ǵy\]/"leUSJ(UDi:{ͩ_z%ZM;ca L3Vq)2iүzhsn+R6ޫ*):L{W2^:l +Q0깬Jxa_VHv?;iE|.@/ӯW-!y;oSwϷ-{􇨙]F\ 3NLA3%J\ےA+[ ݥ@̖O[ŮX$ט>U@߷'ڷJ$g9mZӻ?Lm{j5PCs(o;qWHZѨp6붣3Okې9M-ӧAU,vYXPlֲCC̫MMQ߆Abo}s檐r[) T?7)mYVvTUdiCnXD,Awak}6e+:n33^Ӗ/du Ϯn_4*!d?9>^&JݳRoN.kZVjbkZVjvA;;hA;J͵RsԾJ>=Djllѐ'WsToesBS-]KT q2ҢJ),jh"/Ўd4vWi6֮sa%$#(T "AZ 9ىg6;ʘk썂( zC.~; |=lSxDzX5Լc@f3%P"8Sz fNjq޹w/;ٰ&ږrF9w*2Z6A2 Mdb.L1=uA)uOUk؛H퇪 +TǪhj3|M}'G^ )B"- IKUM6#2~vR%61(uY *0 dʈM|z7_e]^{VU&BZ m\(ߺ~&]-3%#tϠtPQ\2± +Ske48tb}Z@Z{AJ~N۱f_K}2rN'q}WZÊ#)j,ujY3L6ӫY5ӫj3L6ӫj3L6ӫj3L6ӫj^NV5 +<8bY_ѭVh5eh zDTnB3 *bGYw&_uFm:2'L<`{اHvZ뽹r\l.[-[zši*{+bÇ+[zUY5f[,^[BQhٳc )v8w` (0`q L0_2/623?1{$$9ݧm7jWyWX"x"xiv@mglȋp3-wlj_1wv$ 58 +w>+aۿhט7mg1fWñJ?ya1@,ׯKL=FiyGAe6+xnXgeV4be(衠+ey]iX,H\ +"1#K}בiXN82-\zm?%W[Ƃ-XП话c_;w]c߲!y`BÛD5z@n. )XVnFeeDV.cx/^g4/)Zz,q Y +T_N%}9_kK- G^hh󓁿Y&Ix/(V\Ƴ%mC651[udFDZʸ;˝wLO5!bTF Y0eלָj"/pLZTj $hdzPkYBH(;XʈT-YI,sM",a(dJ!¦GSV=JY_>*&;aH@Okjs i ^e"@̡Ou12 +C^\Edj m'64o2U,-d~R-R/]#1j qoV`u1,[A!.!w +QD'-}ahj@C"a "j壦9hiP=lvIϰ+jX$-0 uw+0e-h_{ip8Nݯ3?_Iܯ$יzϯ3?:ϯ3?gn~enqg~1SJF܎kOhMOhL_YeU~t>Wj,ߦe5\S( ep9b +04= +c:y͟]sݓ{M"Ű+ +ڱ^rR={3VKR$)3[ONLEK(._`!IHƅB7%罒x+?EZx +*H9 J?As#A+_{6_)uYJ]OZ7S$%4Dg%m&IS=A5!޴6If~ן憜 (ĂW x8i 9 @a!` +%f xC8M8x&CޑA3~$9fs8h.7>io ZF4s9C&бH"CA("U5>" Oc6M" +“XeΖT'#xD-;$YmM~se="{\7IXj[֗i'"a-E#vn -iGIjSڒUS4M"fJ ;[\K }t]2 +XӲC?sUٸꙓ.(iG'ceC5 x\r.H -, +#1Dllk R*TC6ռ9K7d/=߱8I#^WiH^0uiDeu]4MO(l8,US-P_T̓S#׆bL_Kb8+Wʫ~U*iX;itC, ԘRb2*r RBF9 JMִ##FyȒRyY$ (,evMMZFUd~ؿbh:45*x0C kٌa;=&ђ9&wG2'Sds2 'SGTXVQQqLNa(P /NBM`d{E ƻd> P]$" d_1w&SAHkz-2`y_-Ty%#߇_doΥ\*eO1wID4 ɤ?z&9*s k&%vo,rzC`D* ,aA<+lK~C6Q?;ܕ&I/͐xըnq!7Ci{qʨ1O,;R_6QwR\9%hA\&^o$ 4I"+hiTb*@ȱ`;Uv<.Z>N/y@X85m=V3Sk"5-SSNq0O=h!hz"=kr7Bb'9+LPٺ`IbZ/#kDrHOcZ\HHENJ܊y"N.yu-"\QQ4Q`Y)hnetg+h%8dN9gq Cs3<>?Gi4{1'䛤~ |?d{TbsFW:Ӷ2ѡ~M7>IҊ`aCKteAC@۪X  +ƋVoƬWoU3. \/M\y?rjZb8=)0eõ$}_do4'YxNM +[7U("?#j#u]׿rL6^@4>:Ε_`Hփ/vv?6PQA08@8h3Ðgd!_À]?f;!8ҧ +-&H@GQ~uY>TfOl4uDPoj99*p/{8Er!05#ZD}WVp?"4R7Z?{j-S LV@q;2؄0.U1@܅թ +FEGPv8\m!PV;h6k`ZK5&_Ղ@//}r neE:4 ѬAb*P×&_JR+8`fMc:P?E;ۧg+ZL0МjV +5{jj(Om}/zc' ֏~Kyhmfku.T $x[FA*^o-Ӈc%oa^a0;, ³DbY``Ff%8ch"yYü)bQ4.h|!^gdE"?~yee8Cr[㶲rVo%}['?ҡB9KO ;-WEYFY\)BѼD"Y<"sK %E䤷%9=XFx÷=@9/xE Q}rӹm#op[wfO0ޗNF:Mc.@2E +@|)Jtpӝ?}H"h#!  _Zt9_gF7{7vJ"c)Ϳ4?&f~tL߅rJ,K<n=˒%VK"aLoYy s"PjV0M$-?/23Q5_dQӟ؟fc5(bhrΎ6ZC=OzGIMJ錧Lgz<B s" ܤѲ4S ږٴe,?,fJZL 5T/(@U"eZgWR9Ix@+XdiHE%k8B [Iw3.Ħ( EA+Ev,5lYX͸d#:6m"  +X0)Pnf)J\Du$1=t%X1)H'%-4e%^+=o,GsС B$Jlkx`s85,Qt ǷTCe>WV{t{h~͛?pJ^蟿;zHYFp 2Ri/C <ϋT䚷 :0=jlVǿ.hZf(Z(aDMuSE-DX|@[axW(.l"{hAX "~Q +$=G[pݲ@9h迨.ʎ1(5hXA x0ˋZD,KQ]%*1x9Fch `&w`#.LpΈ/g]v)Fˬ#:J1x#3O1S +FD$ %UQIC2,;N# F=|?9KCz>H/V0'4R@), = @)@biY HiGwumLY: `F`)f1@U`2Yr %ڈV֩2:P&/ P' \shDe/:ٸ^.eXp:dQ d^6pHKXDc}$!'1 4Ȗ)e]+,!3H,!Iy1SJϠެ 3&40[ӄ +&D%#F9^`;8@%FvAig,qeOhBˈ5z28Vó B WOQLڸb(hŠcmgWh;#sH0&UQ t@3ID.%;d'Yac5Mn)b7Q2wK%ځ`+fxZ.)T1Zv\nvOD*l4H3 +0) g bTVTs0xM)О IXHnE"N%V,V@#6H@&v.h,)N +n:fלUbdXlN!RyFD :XjwL0Ȓ ˩m8mUmA\&d@B ghH޵Ѻ%Qq!Ѥeq("^ 9 gIHLՋE5>-X @f9hI簟"%&ѻIorpl`}(h"D@ʁaO^ ZI,>Eb^Ϯځ<$AK pE^i)׌5ѻ"&)qDDC TF * J X8ǨK'C_(h_# +(y/hQM{H]Ho0z A۩SaYFd!'_CPq1*bbflms# eJ~-$ mAYN"7- *SV L-n'+J.}If٫,Qla UC}aPI@*T0۴*HP`^?%>rǯ 㯤2h |e7=Xt 6m]YgTAݴM5Cl}WGQxօo+Gi1ȧbF:OȋawITc((ОplҘz~#{K7 I~f܂FLcӻ_`MxT< oo6i PBaI/m;A1kTig3}h}t5]Sc.KSZa0Ph̬xT#e, ǭ Mzßb w$LU0PsI)v솊~9Tv]fo' /,sPgc@k +ɂER0QS~;sq:NƬj>)RQBDY0􌑓ʰ1Rq:ApJ3v}U:UΚg۲&X͜XV[ ټyĤs!s ʯaMzpw3 5~`&n& +F4f&Ò<6L(r\ Qc:TJ_B86j#3rs;iځ06]Qq~݊X;-A }EpD!c<yZT&l(yR[khGR<0>0k24i͜\1': 쒨i8ClXYyYӁU@m,WJ #b&HY8 +M{RB Mhӫ#jg=l f@-F$*eOoP vt[c:mcm~1S87TjM:ckasmNM^̖'] u6Z<57tD̫v|͈F#٘~8#"Qg zk/[20fɰm!BhmмoVxF3B-!06`S[ɶ2wGfM7w܆HV<NIg}Dߐ#rh)m` ٖ2@L|/Y8A+LY02m5ym*×q?:$IljnoYm/T d +ٓ2XEC|1lLv{mB gtHmhV2PG6areb=bn0iIkhj~iq4dqX5=М.7Y;A%0S>#3O?4LGi@M[b!s EQ"&md.tw釦Lk7R[YF1 ΜlݬBz`<)ƕH61zX5i|:S x11o%Ah%q^,vYd-)a!^iH .ZanS}t |u:م\9M=;oq6.\cKU;%w;kN.rb.s?䋓?dY/f0N&1(co 򩄒W{a>Q|^c0kNɣ:&oF\C&lFrGE2T8XIgl|ͽ}=Ϝ-'5O'3H=&S`KLf>B?L A8wZ:p-D^u)<ܩ/M_ qx&/:?zϞvEppitX$DKyΧn.cO*vsGP)bY z^RH0~O(h-P ޓo"w+UOc'@T-1-voϧi$Y=Ln3\C]vs]/Fy溥z:]7݉W +xsO]T@0svU{nwskw*iVr63KN\޹3eIʹ׃pkݨ4n[}s2g=L3O*w^)ۣg{mO~x~ߋM{ ;aR߻Ѿ0O=թ{Y̿_C[fi8xoz8 /H4cN_#YbܗEo|%ڨ=<4Z(7OޔӁ_,YȟР9M__3?^C0g!Ͻ@x̼pvO9cLA`>~#W3y:0p]~$sץ`}!+YXn܇fߚkT@Pul|y.^pѽB})$xP7A0:T/gW'hvGe3,|88y +#s6|wur&%(=F:WT,O0_ MtхU"C7T{?01oC,t "^t{Y:b¦+"NGy/.S .v$zۀ9؛sތ{3>08>.VKpp:$DȥUvY}CPxo='C :qf qFeS*_KG'',⤻x\%^ew9ȌrVSDe8_::o/" 8UzHp\4΢c1ھ>F DT +G ޹{oӱA;oZYlrʳ44g] I >O<`zp?>'q#w9Nr"\·I&}g6$O$۸'n{Izh/o 5M=d +tM'b<]OӝfٻY3b|9-B^23y)UaOMIՃ3ׯ\4ܓs*,gygA)_#~'|>T^6~v0kgB-\ݷ҅W9?=/ӸVk^]SRi Z|n/~xI+4lju.Q6E3zY4z9=h^y35>+4a}Ѣ_N)^R0'NftleB\/"y W*Von!6=I1<^Hno;y}wV||z^{фI2]zׅkdC4zO̿ߑϸpxr&NQ=J2tg +v+ܳ +7~@DW֖v숺 +Wpۇƣq7)#HuNmX܄Qds.$+ig& B.kv}>wXpk-#1r]Ɗxhoގ[>Y &Bȩ/Cp-}Pr:u<\Wev=0lo?ٚy\9$Ֆ]ᐵ~j"F+]@֑&ٲuDgY+hM{/?5)ՙo#nH vd;yY!e[o8E]ܪcdNV}BW3kegi.@*n̕Zo5jdLha kLۭ YX.}z͌2յ{;JYTp y VUv0ʐF3*Pz73b4YiRw\n2S ygs7,⵭˹LeƢ:LתÑ^z$s>ptF7L%^;r朇>o$w)>xK%LIڧ9MQk{H%Od1aS<=(&8L(*oGĻ<ɷqq,T@\p/rn::^L:mڶ'~qCP"A1EΗow WDux-bn&IxG[0ɴ{{6Ocy3^ՠ{v^he[/㞣G}H`b*Vmd;Ş + q{N۩78 <,ŪODO{DrbhX|{-Il9sWY dPc-'҅#uP17) ?t?v}R\8p QO BP#zHяR&8䜁)i0TUC ;~]gso@<=d2ݘu(~="1WN:(:]v]b)#xg*LЍ`N^[Z5޳w/%4.N2dך'+{RưHI wٛK*Zi`& C}nǙN5&(v@Vg [0g:POq7tڻ"c2Kߟ +0X~ZŦufR'P~ 2C:EjCq9NDksWv:_cse6MgfwN{Z\J=.ۤ2tzH)Xt#KtSQ%,{^ņ&YogSKwN%>ks-6O صѸ0/R'5wlnr&?WY@u"ky~jr ʝ$Z;/0~wWTxހ/Hd@T}A~~KV_N3~̗SxOd4&B#.nQ>,12ϙG/lk!F6T1AVƼ\qˉP춊g$^9Q=tF[Tȁ'Iz,*2{;{d G +\X48{Xk7{xL`WmHsbZ$;~򕌦{0RJ +|*J.QoIn>]%Ys/t>]L8P:f>0n%12MjGZd.kT_BH㻔T(`ydJh,o2KX),un4A6Ǘ5vBD:jgp꘱[ 0U,aGidՊPR)_@ lw*"G U%#hoߝ'ce&d_Fd UVȸGt-#ӢvZKj72qxIaDF҆e.VbD%Um49K6ub+# .!ܒG?GdN4-!^^ +/_,* +P+)B99J^vg`pMVGV?4=~Ų?=k(Uq +ǪeUN*K mc9:Vq3ywTwѩg%y9i剡])-9,`(w峁q}|M p}ɜƜ{+nm]]&Ň=5{7#5Hm:u\<8e3O[goWOO8{zzf {qWÂYJ)8%ԏ$`:wm?eg1+=oڌT4rh|z|SW+'úFO{ip1zJ_Fs /A(!L] CEBϚbAf#EKj8.$6IEfNQC07OI9z\~X|Ek +LՀ39I"p\oD:uK`𥜬ۯ`ǦL)c{A3qQlt"1fc{FSBKbˎ/̾&Kbx$@]޾kAjQ.dq\U ]8;qO{ZG=)FHz2MNэw֘vV0`tz1zlผI{T!Z(C8#X9evl$(\\,8: +NSO|` p>b&JZ]UP +X>9ZrY]&@nCE׫)U~>:2PL\+ȶ.1 ?4R3BѪ'ɻPMI'@ZtvQhMDgo2`T#Ӡ dxE*f{`0X*EhToYP0LV5^5<\&uL$RLKpFi-@C|F@nLĽo| *r%sS僚n3Ν@=N#E9hZ߽Sð3fHGaYW#0:-a"#eỉ {Jɞ%l\:}OD*Zp>8Ѽ֖6R?ȾCP:gSZA/DH9$'5IM>}ӆYlw!@Bs@mӹ`lP& ʃ:[J2FP~Qq餢u*G qw杩v/)݄8^9{"R/zf`My֒|)Ui5k^H>=P='$1+DC煯Empmtj,gUJVp,wt)tj̭!!(.^$QlP.8=Wx_~}o\}AG!SpI.y9='BI[` <`%uoHy=wͥ\8*R݅ ,TW~zo6R#5ˍl͛L'[Ǘ{O !*gn[0%_=7'irtr;ʵf,Rne}G+q=¼2g56_r zOONۨhb֖~ςBf=aF9zr%/u=7N4? +3Xͱ +IpD7vC|J33M^C옺P +'90e +F3tga ա +\B.[K۬?F2+0KCݏ9i9*o.L˘ZI}BϧO\wdδt\+*?R +ZmP҄{<{M J=tݽ^;MJ4!&Q{k70E4Guָi -I~?Woc*;h*@,Y>f8V7/$y9 +{b8Sh_3>_d3sr"?6t, +?,=6jV'usB&1߸@߰ R33F*wby1Btyutx $[ +&f `b ѕ!k3i'{OA#i[8Ae:T?5E&Q"4 ;-WƩr jжf׀+_rf'-d'Bifѩ?J"X#_bP$ut>1t Ga-0Rvؤm¾>A-c5JNh"&'tqn][>ڸfWp+*2|҅ћaqWfH(<̱ C(-Φ>}JgTHPJ6qAMz)>!(-c`@Ɨ&*>>` ~0l> wMPOf΀H3>rۊ=ԋ7IߟA D[<p*GlrmaT*WPqǹ~LnBwWP AŹyxm׻2lt>l@ͬujo9Bk螋ʍIsròk jcٯA0P9F^%WΒ&'vlyEϔ@%f<]~QrX}q'A%†rgG[$ro>wJӍP='P1:\V;=z3oYmg@00>^> rwqXYz6֓ȥ9;TDtZR)*U{g޻Ph<]`jK=G +UylpԼjM96A-P'o|*Qeoθj8PIAgDxMnrmÿ^Z3p?\ /-pbJP25fZpIyWYZA"A7B%~"z4[>l +V  +A[+աfGN*W3c3&mm@E݃%`o07Cu!fL| PeePq4q704^P5sЂfhhX j.5+ ^# E4CA$.:f 9qj@ MSD fxWnx. @j<;W;2`+2 +_Uѳzj kL=x&zjHƟ׮i4iĻZ $N{Jf: 3tc{!c + a}ail-Kr}rӇW!=->lB/{ڟMWFEϊ G>Cn X،O͡LFJyUf(GDc:8ۡ+ځVPoFAT'Z7kE +eV)5R +,Q=Zp*!j/NwT}; /}="uf/mS .:{~0EiT^{/=Y%mẈ g2!YCBLK~\f؟Tv~7+1O#X)^ٷO7ZSfsk+ pV̭Il2 #&IbB:ACW]:17@RWᵾ5Y-6\%f0ýq ff&mՆLK#"4VAv>H썄є4߮vdRSSƮjTW:̊XϭvKqmҞewvzgr) +>P&dz{yp%nQW 󭅷w hHҘ4O"M{md;-*Ad93u7ʴsg۞='VOx4SZfgtgAxё<xzX\@br||+=:3+V7IJzmt y@/(>`IkؗߧM}uRfF@A>3 +q4zkܧ ( +@SۉM>#d뵒67 +Jzx7XZZAR'"\w`\:ߎ/n Jz|nͭӧfgc7XLy;27ؽoocwi9NW@"x;68g ʞb!v=Y[!hVȞ>]XoήqAS'!Ht"%c;IJm KHjfA3ysı^'NLڤdғ}}R)t_9;Ϲ.4  ~pΒlzJ2Ũrazw\+M 7[TeC&3ʬ+ݷƒ0$@KIܢU(7*X?-6fw%2xW4(d~*}9%#]Hxix@#s&q &vл\G(%9H/Af8 :3c)uD1K?kKP̭EV'ޔriYGc)LamTvk7LBNa^ıt&;\ }0(mV܀:>(-Wv^x&̎rkЀuT\a/v },tAb iil +?^uʊD7%\و" ,v5CM"UwMV؛.q^`'ߌ$79({MvG9*>ґ;s:&,N{5bi?wK!vKaW֥P|`fvP1bΛ298YtTg{h;x$q>1z)8eCGƀzO9(/ ={Q@KP2|6 ͔sd& y=&;(㘤ljz.eapB +E+#=aZ)l?n?b/1^;KEenGې22'eBo?‰-[)R~h70 mH_[݁ +J6b#6Dq6rF%܌-xD_g> \_]IKky`qt\ +,!/=M]6'Qa X&|+]n%BC{xN^?jL:O%L& Z ;fX +$).#L481gd5F Od""dH;O4k7n#M7.(ș"w9&sMze4tRf;I9i hq5^:o֟3M`%p%30t,ٛG7#9.#GHu9 ')ܾ&EǽiϏCzVR3~-='dz:s[L 򈖚h)HDi|ˌ?hq$}g2I)y&YЉbGV^ | αJd㷑:}p=>@i8H@݉i>d|0[>RrأX0NB dSD꒗ϻ$@EdK)Ln2ڛna&e Cg@e$EgYvB}5g]|ƥrDR}6Ƌ*`K42"=|ޛ`NQ7\ޛ9qO)@*)M5*Gv{{S -=*xd/$nIz9$F=6 {o0N.TbIW{CN6f ILOʕDV3O]8ӑ1.!CrK66Jռn~YxHO֋%ER'$N֤!x.*Kqb#3/oJ`Ɍ@r -+_d3*,)3Cyeg id a1̼By QyRXFzzf^Lu&V43ϷӤDK/93Opa  3/ u1V 2nub\Ye8|5S#A%51bq[<^# v$ f>_E{XW^᳨0 +1OI Ph,y<B6Ց^#:S{ @W\Q̤ctT O{Kp<3zfv%D$rdաG'ɪCe@:d^T+iI7C}t⨬$٣dJ=*%IHkR(Iݴ؃#!%>$&]cFA&[nRcO )VVRuf &' 'yghNʓ'$&~rVj>N7[I60Xeirh^%>A02wVY w  4Pk>^զ/Wk%tW|_Ԧ~kfmje;lXlޫ!jE;+,)cHv pCci%ZXq$1=&j ;KJ;MKMKc?q1u.iJ4/όK5d<mm)X+gL$ +DKNS#aTZpILJKM0G]> Gu +uwRVڨQQn>k˭-^4FWfLtNQ-7zz~\=lg/|1&>/ŬTOg~%WVE[tU?YM$ggrhDѕ\#('2Y4zzV#13lRdL;Q zڡ.8YO_0 إWWS;ILxMiɬ"# 9,1/>EWp}[Bp(/OIDQ%\$d>QV_DnI.'Je.JeeDB'yQV_b};D;JePD>QVU6&M}YTI}D]U+0M+hb. ؗDDY}L/>s*?rx2o1@?jr V/Ȭ'K9h !=s +B93:'fcҦed)P60-iΚS8U6^>W&L=fŊDK^MӜ_#VoP C)+*EwBJ|n)Z/~$W838bz7g7C_8%r[J8γ9}Q|n~޲>)lLVn%#=n+11W`czcY)M7WtVH_ɇ җ/$~P+譬P'P+ʙY֡9M%,ܑB=eNɎ~y2ǰe>zv|Hx),J܏iRfj +E0t:H(,\;=w82VMdqǏYM:H =('&Q +aH\jlɥEVE<yͺHcVݿ\gѺx7_+*F~we4Ud Kix?-_/#{3'LvT^1~r3xQݻ"[ȣ| }+oD(דӎgB/϶˗}UAm/d ̥z>vy~\2Tcm.xDwno~z-vYw)v3J4'a33AJIV5j\[>>inqbx˻=%2yǏ Mrm<djy^uSblNDI"4Jl1GL`RaIe݆<>đ)Rɭ$ b~mgm璅v<í+Si?A4E[L]Փ 9;m%i+{EJoG#hyZfJw +URJeʨk53yԵO ~ΓrR2=f GF.g$'&_JX'"^'?ZãۤQoDVH?!2-Z98j|:H5.:v2+X%W +J4ˈe;vnTRgOLU3S+dPF.8V~‹ #:Jir# + ؁87N.c %O<|a*X;$qX\wdi'SE`? sdpBb4:RznڔI*ld :uc1b[J uH`_r`^>AW#qE1p&z2D#ͳs+=ɂ v{8OhO+hԅdSIɕ\L:dL"?#/15)qDҹ\W]*4!UH#*FtjW=Il|D@@,n%-# -rLHIR8%Q61]<3Se Ĝ~AS3Re1@Jl>b[DYCzD|D&/%1ŊLS(VX=+1tF +ZBۮbN+$D|Fﯥ+LvەZPRzB6X{zڴRj:Z.x^xW0=!"T삇9jUa2jX0݅ЃJ)xa4ddpyao-\k϶QVɗݚ61oz1?N~+?^u.*݋uemkOgJN>RgMejaY9{{?V{r9-ܮ(ۏ[gXh>+ד{%f὿h,]X/c_ӟgï˿ZzRM^vQͮߌwOΏIӑ·SNo[/ۍuιpsVQjq[<9~,j]YTq|dp<,n!a5OiMuk֙b_l0Wsw@zM:_䭾pP;Xo-q|ĨL|mC6>oc>>}3}Ql4gj0BIi0@i봹Ҿ~x?ήckǻw5Pp7SN?m|~hobqv]g8qeºUe~jkW\hrcKa>]onH) o>o1Tzo/ywCW=efL_], ܂֛fx3_\+*F<>Yїݙ_NaQ((/=.)CGAiQ<~T5unTս+k:;#;91?c6wǮ>lesa~]XP+Ì1;mYl\RN8%5M^X)P# =F(ݷ:ѐ \\?.ݳj}mz;n 娔kuva~ڃDѢoG+/ +x:mUk x6 S0\FV/M0>nhhMƼsK|VØ\kKO +ؕ/qMl&T'zhr'(.܍P\rCyS ,3Jcdygog'䊻Gfg  ->>Zk|iOiwj1aPuFv)y8 ? EJ/X~)}vwsD&B^ګ'gTQAd5:nD$DNY:X:<:tkukF;$y> U~qt:,L?>: GFԋgF +S- ARHW-dq6& Ia剭>ZDf@u'*&ii}֞#N&t<&1]贚r0sA R+!@Ӈ>: aU%*]쏰}vIԄahlFtɳwi6UvƏX݀F +rZhcE04y""f;5XN[ȥNzku7[hbqPoDXS.[SvLϦLaYkuzP#[h!ͮx8̅[=$p=-~oAg`hƑ@4b>4&J2 ݈,:ջ\+I=NxH(w  ERNϖsb5;m3[kz}8Ǿ]γow{ &NwK䒣MN`Zs{sl|Aɥ qOw[?{~Ǧv~?Ez]qW_8O-l nx^╁ҷ}Yex>0oFz}NO2>f ^w[轂aȘh= mAIŃq|"BԖ2y.94v=HwB$ ecM3U ~uinw: jM8 ??&v~V6j灸ȔN4`40+ۥ?h.w{sAHyXzzO5krK=罶`>&Ayq#GY;" ҃W`u ѨSsuGv4*NsڵvǟΩ~8YjN-zU&FO;q84XR%xP0ȿ&PaH,ykr v.b~?-3KVnը>G\A0/}9C 2ՔW"勨'fk)A cړԺ`Q#3"mฟ`a\OAr/2 +a!kU[*(6,d +/T. + V!UHB֪ ܰ*X;'aLIcտx/R-c/zvsrƬD_pYن/=\ۆFz;Kȕ'O mTorB2# l3(@u\ ̽UA:Gp1#,GG)hwPg)d`LN ׶s woU&ծDϳ8"w7| zר( #TZJb#4{;ZI#atV-T?OZMfnf,0;4frZ0Ra-ӀF)!Qut {Ga6ΧZgq\Mx0fSm3+۫"ę>"}(7>Y kO7U+|{3u<)*i RQg,|gEbRP @ [j_thE]\o148L!O2%HÀQ!p4: /B iRq}Ƙ2'G|$hdGZRL>HMۏ }ynߊLz>Bo|w. <Z{\FDiy| !}}}J !m-ULu}K=n.E>:f2>٤Nk6xZ{ tB@oxm{ NMtw΋ NxF1ϵ 1t:@M&=O`g4@F<cnC3nd5=w+;'wF?j2^q)?C%HD t솪^>߳('|< +?^Ijw{Z)ݪ9U4ፉn+uU]zK+><߼:M>;;XNWo73:LYpW/s?8|oB ~w/|?UU~]( +|X-E4Q5QTTh:jkQ}Vv4lU14S3ת6ݖ:aiW{ikb#kcn.i ru]umS1UPik+mUh⺚h準t26tVՔ6tfblHMS[bYk+.n9 sLZia;0cnk0IKQtS*v.3ZqF& 4uBhb)e+ qF*Zf 5Qstׅ@OFJQ,݀!aFMتBߎc#c؆]i!T`# 엦tZT-ٮ誎}4U7a>@_]6 +Bڶ4 +`)&Ѳ40uK3`UH +4#tP Uwn˂5*6]CPN#U4k&.ai8# L`5`&Kq!a Cp.Гrrk Xsh,ն5bvU ) +լPvlj-҄U@ࢻ74ic)DD4ґkc^&5X?`f6P Nzan)(CaH㸺 3TȖ-o8~dV.?|v,KwQi+ӶLU hZh*ȡ4dVPbwt+&NjX-*N'JA5 +/iA+ +ՆCTakr3w8_p]Z1t 6D #M@@@G8pBWh +o-=t]H6Ow'ЄvD)DU⋡ID9!?$(:H߂2Ĭ688K"3QnʵDMSa/0Ѐ x}~+ (^43}R@ņ,C ^" !lgvR5~g߁u")|\Zwpvs]"x}p{#X?T6.J81Nؑlao%4z2At"ӌ +YiA50{x{ʍL(x[c Vr{6ܯl@U mN% A1WŒ93uQ -lQr"Z#! +N p:ytSw'Mbhh虮`NͶMkhOxj(oMg{3薁fU8&\5McqCyt9Şh@~I(myMHM߱,U0on +'6\7u`:)B89 :3S7:H rM:T)i! >r"wBPGNaOȩȩ!N@Qp1w*p +0pS?\+DS0&[Y)N^NhB9V Zi,tjM[/Q\!rw!0A:)LP:ES8NUt +Mة< ?wDt)=խ,=u(Σ*DOѨSlrM)z +SHZi)'$=3$?lC(;yT$rc S]=9؏*BO $zJZDbY)NBpRyoAu!O`!|jb`T| +(*?%7tk"OVB=IH%]TnWŰ;@5Tm*&Q) %r_AP6FPa. fBhhBUyh 0 ]aAB +w +a&n(!djAQ=Ȋq4nR*l BB8[j8l~4!!E<@`[{@T4BT @kEAT=@TA%H4AT9T\ք-baisϑ[iȮd0!!*DzAT'@Q1Pԉ60@Nu/iySSEp&]G>z RQ$1n@L`>n +ẋ(L 3\:N +pѻdzp ' +iq\Js8ɭϋ[]hIi7v +KߕDd%/${UIүJ?XKہJD 1' +`DELP{4V-ѝ?y7_y~~WՇ{QnՐ +endstream endobj 180 0 obj [/ICCBased 182 0 R] endobj 174 0 obj <>stream +HwVu6PprqV*2P02!] .J +W +(%C|r \\}: @J +endstream endobj 175 0 obj <> endobj 176 0 obj <>/ExtGState<>>>/Subtype/Form>>stream +/CS0 cs 1 1 1 scn +/GS0 gs +q 1 0 0 1 8.5215 18.5146 cm +0 0 m +1.429 -1.429 l +3.479 0.628 l +5.536 -1.429 l +6.964 0 l +3.479 3.485 l +h +10 -3.036 m +8.571 -4.465 l +10.621 -6.515 l +8.571 -8.572 l +10 -10 l +13.479 -6.515 l +h +-3.036 -3.036 m +-6.521 -6.515 l +-3.036 -10 l +-1.607 -8.572 l +-3.664 -6.515 l +-1.607 -4.465 l +h +5.536 -11.607 m +3.479 -13.657 l +1.429 -11.607 l +0 -13.036 l +3.479 -16.515 l +6.964 -13.036 l +h +f +Q + +endstream endobj 191 0 obj <> endobj 190 0 obj [/ICCBased 182 0 R] endobj 171 0 obj <>stream +HwVu6PprqV*2P02!] .J +W +(%C|r \\}: @J +endstream endobj 172 0 obj <> endobj 173 0 obj <>/ExtGState<>>>/Subtype/Form>>stream +/CS0 cs 1 1 1 scn +/GS0 gs +q 1 0 0 1 14.8574 3.0713 cm +0 0 m +0 6.071 l +3.915 6.071 l +4.71 6.071 5.106 7.031 4.544 7.594 c +-2.246 14.389 l +-2.581 14.724 -3.13 14.724 -3.465 14.389 c +-10.264 7.594 l +-10.826 7.031 -10.425 6.071 -9.63 6.071 c +-5.715 6.071 l +-5.715 0 l +-5.715 -0.594 -5.237 -1.071 -4.644 -1.071 c +-1.071 -1.071 l +-0.478 -1.071 0 -0.594 0 0 c +-9.857 18.929 m +4.143 18.929 l +4.696 18.929 5.143 18.482 5.143 17.929 c +5.143 16.929 l +5.143 16.375 4.696 15.929 4.143 15.929 c +-9.857 15.929 l +-10.411 15.929 -10.857 16.375 -10.857 16.929 c +-10.857 17.929 l +-10.857 18.482 -10.411 18.929 -9.857 18.929 c +f +Q + +endstream endobj 193 0 obj <> endobj 192 0 obj [/ICCBased 182 0 R] endobj 168 0 obj <>stream +HwVu6PprqV*2P02!] .J +W +(%C|r \\}: @J +endstream endobj 169 0 obj <> endobj 170 0 obj <>/ExtGState<>>>/Subtype/Form>>stream +/CS0 cs 1 1 1 scn +/GS0 gs +q 1 0 0 1 11.291 16.9248 cm +0 0 m +-0.177 0.179 -0.462 0.179 -0.638 0 c +-4.538 -3.946 l +-4.714 -4.124 -4.714 -4.413 -4.538 -4.591 c +-3.904 -5.232 l +-3.728 -5.411 -3.439 -5.411 -3.263 -5.229 c +-1.219 -3.111 l +-1.219 -8.404 l +-1.219 -8.655 -1.017 -8.86 -0.77 -8.86 c +0.131 -8.86 l +0.378 -8.86 0.581 -8.655 0.581 -8.404 c +0.581 -3.111 l +2.625 -5.229 l +2.801 -5.411 3.086 -5.411 3.266 -5.232 c +3.899 -4.591 l +4.076 -4.413 4.076 -4.124 3.899 -3.946 c +h +7.309 -10.979 m +-5.291 -10.979 l +-7.612 -10.979 -9.491 -9.077 -9.491 -6.729 c +-9.491 -4.588 -7.928 -2.816 -5.891 -2.521 c +-5.891 -2.479 l +-5.891 0.204 -3.742 2.379 -1.091 2.379 c +0.915 2.379 2.633 1.134 3.349 -0.634 c +3.769 -0.27 4.312 -0.05 4.909 -0.05 c +6.232 -0.05 7.309 -1.139 7.309 -2.479 c +7.309 -2.926 7.189 -3.348 6.979 -3.708 c +7.088 -3.696 7.2 -3.692 7.309 -3.692 c +9.297 -3.692 10.909 -5.324 10.909 -7.336 c +10.909 -9.347 9.297 -10.979 7.309 -10.979 c +9.098 -2.179 m +8.947 0.022 7.137 1.771 4.909 1.771 c +4.624 1.771 4.343 1.741 4.069 1.685 c +2.873 3.202 1.013 4.2 -1.091 4.2 c +-4.264 4.2 -6.922 1.935 -7.553 -1.104 c +-9.795 -2.026 -11.291 -4.239 -11.291 -6.729 c +-11.291 -10.083 -8.606 -12.8 -5.291 -12.8 c +7.309 -12.8 l +10.29 -12.8 12.709 -10.353 12.709 -7.336 c +12.709 -4.99 11.239 -2.941 9.098 -2.179 c +f +Q + +endstream endobj 195 0 obj <> endobj 194 0 obj [/ICCBased 182 0 R] endobj 164 0 obj <>stream +HwVu6PprqV*2P02!] .J +W +(%C|r \\}: @J +endstream endobj 165 0 obj <> endobj 167 0 obj <>/ExtGState<>>>/Subtype/Form>>stream +/CS0 cs 1 1 1 scn +/GS0 gs +q 1 0 0 1 16.0127 10.5176 cm +0 0 m +1.534 4.273 l +2.98 3.573 l +3.435 3.353 3.98 3.544 4.198 3.998 c +4.993 5.654 l +5.212 6.11 5.021 6.656 4.566 6.877 c +-4.752 11.392 l +-5.207 11.611 -5.752 11.42 -5.971 10.966 c +-6.765 9.312 l +-6.984 8.854 -6.792 8.307 -6.337 8.086 c +-4.893 7.387 l +-7.266 3.52 l +-9.316 3.549 -11.283 2.767 -12.11 0.991 c +-12.316 0.55 -12.103 0.021 -11.665 -0.192 c +-7.005 -2.449 l +-8.724 -6.029 l +-8.734 -6.075 -8.744 -6.12 -8.754 -6.166 c +-8.725 -8.217 l +-8.721 -8.468 -8.432 -8.607 -8.233 -8.453 c +-6.619 -7.2 l +-6.589 -7.163 -6.561 -7.128 -6.531 -7.091 c +-4.812 -3.512 l +-0.153 -5.769 l +0.285 -5.981 0.831 -5.817 1.047 -5.381 c +1.921 -3.609 1.284 -1.576 0 0 c +f +Q + +endstream endobj 197 0 obj <> endobj 196 0 obj [/ICCBased 182 0 R] endobj 162 0 obj <>stream +HLRKN0 @\n)zb*>>G/N@i-ǝqǓL/+NqEcHq~ô2nsIYJܥC&1ݠn([\pL XQB,pE7cJyB g"&M=e_ Ǩq38N=> endobj 198 0 obj [/ICCBased 182 0 R] endobj 160 0 obj <>stream +HL + EZjھ{c +[`aV ɹD#׷<2lCJ_,po|#Q\B \sָn`k@VfPSYWd35Сq !y14ݳfJ8̷Rmw*Xst +s@evn,v E9L/z 0:S +endstream endobj 161 0 obj <> endobj 199 0 obj [/ICCBased 182 0 R] endobj 158 0 obj <>stream +HTKN0 >/P7;- PapҸ3|vߎm8|z^n0p'}~?0/ }p[5 npziHf䲏@wj@ & ]L.zdf]Ke\a +85XZ9D"i;p۪R($t.4`LRkUvot/'=Bj{0%|Ph\!چP U9Y r\A;0fa"=7 +Y}>-g~uy' /''} +endstream endobj 159 0 obj <> endobj 200 0 obj [/ICCBased 182 0 R] endobj 156 0 obj <>stream +HTMn1 :.`"[tA=П ' lQ|꟞?}zkߟsOW~; &bЎf.b58 wI!cxS7r!?(E]9Z)FnGZljZ;1*BK.$Z 0r4PBnqr_uw +3^iZz8 -ͥ lNRz?^; g!"P6\zHصT T`[ pBq8!+%{pZ/Z,AYO1ץ#jc>ArW_I-F`LBTO~+pl1]߰ĮsM-5_0x(m6st5߂:t)>5iVu z|>% UmZթw\~)8{c)*- e< l-pd-iyб4H%ZStR{fe\t66 Ii6O<" +ҤMxC)C(O0}]g.p܋`^ +endstream endobj 157 0 obj <> endobj 201 0 obj [/ICCBased 182 0 R] endobj 151 0 obj <>stream +H4Kn0 :/`H$*(.z&)xCow;}ySht{Az}}@@EKMm`M&a27/([mk>⬢,QW1<8LӕDؖWvhJWx' i +4yS f 3e&KV~v +iL:X"QzAzT02Ǻ@i9j;:e;Xyi&gmOf /mxNQl =$aC6d-V`0״BւѴ +HxUxaj`F' +endstream endobj 152 0 obj <> endobj 202 0 obj [/ICCBased 182 0 R] endobj 14 0 obj <> endobj 39 0 obj <> endobj 94 0 obj <> endobj 128 0 obj [/View/Design] endobj 129 0 obj <>>> endobj 73 0 obj [/View/Design] endobj 74 0 obj <>>> endobj 30 0 obj [/View/Design] endobj 31 0 obj <>>> endobj 150 0 obj [149 0 R] endobj 203 0 obj <> endobj xref +0 204 +0000000004 65535 f +0000000016 00000 n +0000000192 00000 n +0000033131 00000 n +0000000015 00000 f +0000033242 00000 n +0000033625 00000 n +0000034005 00000 n +0000034381 00000 n +0000034761 00000 n +0000035141 00000 n +0000035526 00000 n +0000035904 00000 n +0000036278 00000 n +0000176908 00000 n +0000000017 00000 f +0000036656 00000 n +0000000018 00000 f +0000000019 00000 f +0000000020 00000 f +0000000021 00000 f +0000000022 00000 f +0000000023 00000 f +0000000024 00000 f +0000000025 00000 f +0000000026 00000 f +0000000027 00000 f +0000000028 00000 f +0000000029 00000 f +0000000032 00000 f +0000177357 00000 n +0000177388 00000 n +0000000033 00000 f +0000000034 00000 f +0000000035 00000 f +0000000036 00000 f +0000000037 00000 f +0000000038 00000 f +0000000040 00000 f +0000176979 00000 n +0000000041 00000 f +0000000042 00000 f +0000000043 00000 f +0000000044 00000 f +0000000045 00000 f +0000000046 00000 f +0000000047 00000 f +0000000048 00000 f +0000000049 00000 f +0000000050 00000 f +0000000051 00000 f +0000000052 00000 f +0000000053 00000 f +0000000054 00000 f +0000000055 00000 f +0000000056 00000 f +0000000057 00000 f +0000000058 00000 f +0000000059 00000 f +0000000060 00000 f +0000000061 00000 f +0000000062 00000 f +0000000063 00000 f +0000000064 00000 f +0000000065 00000 f +0000000066 00000 f +0000000067 00000 f +0000000068 00000 f +0000000069 00000 f +0000000070 00000 f +0000000071 00000 f +0000000072 00000 f +0000000075 00000 f +0000177241 00000 n +0000177272 00000 n +0000000076 00000 f +0000000077 00000 f +0000000078 00000 f +0000000079 00000 f +0000000080 00000 f +0000000081 00000 f +0000000082 00000 f +0000000083 00000 f +0000000084 00000 f +0000000085 00000 f +0000000086 00000 f +0000000087 00000 f +0000000088 00000 f +0000000089 00000 f +0000000090 00000 f +0000000091 00000 f +0000000092 00000 f +0000000093 00000 f +0000000000 00000 f +0000177050 00000 n +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000177123 00000 n +0000177155 00000 n +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000040851 00000 n +0000177473 00000 n +0000176333 00000 n +0000176807 00000 n +0000041159 00000 n +0000038164 00000 n +0000038050 00000 n +0000175573 00000 n +0000176232 00000 n +0000175104 00000 n +0000175472 00000 n +0000174712 00000 n +0000175003 00000 n +0000174264 00000 n +0000174611 00000 n +0000173043 00000 n +0000173182 00000 n +0000041043 00000 n +0000173246 00000 n +0000171236 00000 n +0000171375 00000 n +0000171439 00000 n +0000170118 00000 n +0000170257 00000 n +0000170321 00000 n +0000169203 00000 n +0000169342 00000 n +0000169406 00000 n +0000037034 00000 n +0000037173 00000 n +0000037237 00000 n +0000169166 00000 n +0000037986 00000 n +0000038201 00000 n +0000040925 00000 n +0000040957 00000 n +0000041235 00000 n +0000041436 00000 n +0000042758 00000 n +0000044775 00000 n +0000110365 00000 n +0000170081 00000 n +0000170017 00000 n +0000171199 00000 n +0000171135 00000 n +0000173006 00000 n +0000172942 00000 n +0000174227 00000 n +0000174163 00000 n +0000174675 00000 n +0000175067 00000 n +0000175536 00000 n +0000176296 00000 n +0000176871 00000 n +0000177500 00000 n +trailer +<]>> +startxref +177688 +%%EOF diff --git a/awesome/themes/kadet/icons/titlebar/close-inactive.png b/awesome/themes/kadet/icons/titlebar/close-inactive.png new file mode 100644 index 0000000..1eb2b14 Binary files /dev/null and b/awesome/themes/kadet/icons/titlebar/close-inactive.png differ diff --git a/awesome/themes/kadet/icons/titlebar/close.png b/awesome/themes/kadet/icons/titlebar/close.png new file mode 100644 index 0000000..0f063f3 Binary files /dev/null and b/awesome/themes/kadet/icons/titlebar/close.png differ diff --git a/awesome/themes/kadet/icons/titlebar/floating-inactive.png b/awesome/themes/kadet/icons/titlebar/floating-inactive.png new file mode 100644 index 0000000..af5367a Binary files /dev/null and b/awesome/themes/kadet/icons/titlebar/floating-inactive.png differ diff --git a/awesome/themes/kadet/icons/titlebar/floating.png b/awesome/themes/kadet/icons/titlebar/floating.png new file mode 100644 index 0000000..57f74f9 Binary files /dev/null and b/awesome/themes/kadet/icons/titlebar/floating.png differ diff --git a/awesome/themes/kadet/icons/titlebar/maximized-inactive.png b/awesome/themes/kadet/icons/titlebar/maximized-inactive.png new file mode 100644 index 0000000..63e7089 Binary files /dev/null and b/awesome/themes/kadet/icons/titlebar/maximized-inactive.png differ diff --git a/awesome/themes/kadet/icons/titlebar/maximized.png b/awesome/themes/kadet/icons/titlebar/maximized.png new file mode 100644 index 0000000..a470770 Binary files /dev/null and b/awesome/themes/kadet/icons/titlebar/maximized.png differ diff --git a/awesome/themes/kadet/icons/titlebar/sticky-inactive.png b/awesome/themes/kadet/icons/titlebar/sticky-inactive.png new file mode 100644 index 0000000..c86d2ad Binary files /dev/null and b/awesome/themes/kadet/icons/titlebar/sticky-inactive.png differ diff --git a/awesome/themes/kadet/icons/titlebar/sticky.png b/awesome/themes/kadet/icons/titlebar/sticky.png new file mode 100644 index 0000000..8249526 Binary files /dev/null and b/awesome/themes/kadet/icons/titlebar/sticky.png differ diff --git a/awesome/themes/kadet/icons/titlebar/top-inactive.png b/awesome/themes/kadet/icons/titlebar/top-inactive.png new file mode 100644 index 0000000..85688c3 Binary files /dev/null and b/awesome/themes/kadet/icons/titlebar/top-inactive.png differ diff --git a/awesome/themes/kadet/icons/titlebar/top.png b/awesome/themes/kadet/icons/titlebar/top.png new file mode 100644 index 0000000..8cd401e Binary files /dev/null and b/awesome/themes/kadet/icons/titlebar/top.png differ diff --git a/awesome/themes/kadet/icons/widget/cpu.png b/awesome/themes/kadet/icons/widget/cpu.png new file mode 100644 index 0000000..468a359 Binary files /dev/null and b/awesome/themes/kadet/icons/widget/cpu.png differ diff --git a/awesome/themes/kadet/icons/widget/hdd.png b/awesome/themes/kadet/icons/widget/hdd.png new file mode 100644 index 0000000..79602fd Binary files /dev/null and b/awesome/themes/kadet/icons/widget/hdd.png differ diff --git a/awesome/themes/kadet/icons/widget/memory.png b/awesome/themes/kadet/icons/widget/memory.png new file mode 100644 index 0000000..6efb2d5 Binary files /dev/null and b/awesome/themes/kadet/icons/widget/memory.png differ diff --git a/awesome/themes/kadet/icons/widget/temp.png b/awesome/themes/kadet/icons/widget/temp.png new file mode 100644 index 0000000..9805844 Binary files /dev/null and b/awesome/themes/kadet/icons/widget/temp.png differ diff --git a/awesome/themes/kadet/theme.lua b/awesome/themes/kadet/theme.lua new file mode 100644 index 0000000..53ff183 --- /dev/null +++ b/awesome/themes/kadet/theme.lua @@ -0,0 +1,295 @@ +local gears = require("gears") +local lain = require("lain") +local awful = require("awful") +local wibox = require("wibox") +local os, math, string = os, math, string + +local fonts = { + mono_regular = "Fira Code Regular 8", + mono_bold = "Fira Code Bold 8" +} + +fonts.widget = "Fira Code Bold 7" + +local colors = { + dark = "#161616", + light = "#dedede", + accent = "#ff9700", + attention = "#fc5d19", + transparent = "#00000000", + + transparency = "22", +} + +colors.background = colors.dark .. colors.transparency +colors.foreground = colors.light +colors.widget_bg = colors.transparent + +local theme = {} +theme.dir = os.getenv("HOME") .. "/.config/awesome/themes/kadet" +theme.wallpaper = theme.dir .. "/wallpapers/wall_0.png" +theme.font = fonts.mono_regular +theme.taglist_font = fonts.mono_bold +theme.tasklist_font = fonts.mono_regular + +theme.bg_systray = "#000000" +theme.systray_icon_spacing = 3 +theme.fg_normal = colors.light +theme.bg_normal = colors.dark .. "dd" +theme.fg_wibar = colors.light +theme.bg_wibar = colors.background +theme.fg_normal = colors.light +theme.bg_focus = colors.dark +theme.fg_focus = colors.light +theme.bg_urgent = colors.attention +theme.fg_urgent = colors.light + +theme.fg_widget = colors.light + +theme.taglist_bg_focus = colors.accent +theme.taglist_fg_focus = colors.dark +theme.taglist_bg_occupied = colors.dark .. "66" +theme.taglist_fg_occupied = colors.light +theme.taglist_bg_empty = colors.tramsparent +theme.taglist_fg_empty = colors.light +theme.taglist_bg_urgent = "#C92132" +theme.taglist_fg_urgent = "#282828" + +theme.tasklist_bg_normal = "#32302f" +theme.tasklist_fg_normal = "#ebdbb2" +theme.tasklist_bg_focus = "#32302f" +theme.tasklist_fg_focus = "#ebdbb2" +theme.tasklist_bg_urgent = "#C92132" +theme.tasklist_fg_urgent = "#32302f" + +theme.border_width = 0 +theme.border_normal = "#32302f" +theme.border_focus = "#3f3f3f" +theme.border_marked = "#CC9393" + +theme.titlebar_bg_normal = "#161616" +theme.titlebar_fg_normal = colors.white + +theme.menu_height = 16 +theme.menu_width = 140 + +theme.notification_font = fonts.mono_regular +theme.notification_bg = colors.dark .. "dd" +theme.notification_fg = theme.fg_normal +theme.notification_border_width = 1 +theme.notification_border_color = colors.dark +theme.notification_shape = gears.shape.infobubble +theme.notification_opacity = 1 +theme.notification_margin = 30 +--theme.warning = theme.dir .. "/icons/status/warning.png" +--theme.notification_width = 300 +--theme.notification_height = 200 + +theme.menu_submenu_icon = theme.dir .. "/icons/submenu.png" +theme.awesome_icon = theme.dir .. "/icons/awesome.png" + +-- Layout icons +theme.layout_tile = theme.dir .. "/icons/layout/tileright.png" +theme.layout_tileleft = theme.dir .. "/icons/layout/tileleft.png" +theme.layout_tilebottom = theme.dir .. "/icons/layout/tilebottom.png" +theme.layout_tiletop = theme.dir .. "/icons/layout/tiletop.png" +theme.layout_fairv = theme.dir .. "/icons/layout/fairv.png" +theme.layout_fairh = theme.dir .. "/icons/layout/fairh.png" +theme.layout_spiral = theme.dir .. "/icons/layout/spiral.png" +theme.layout_centerwork = theme.dir .. "/icons/layout/centerwork.png" +theme.layout_dwindle = theme.dir .. "/icons/layout/dwindle.png" +theme.layout_max = theme.dir .. "/icons/layout/max.png" +theme.layout_fullscreen = theme.dir .. "/icons/layout/fullscreen.png" +theme.layout_magnifier = theme.dir .. "/icons/layout/magnifier.png" +theme.layout_floating = theme.dir .. "/icons/layout/floating.png" +theme.layout_cornerse = theme.dir .. "/icons/layout/cprmerse.png" +theme.layout_cornersw = theme.dir .. "/icons/layout/cornersw.png" +theme.layout_cornerne = theme.dir .. "/icons/layout/cprmerne.png" +theme.layout_cornernw = theme.dir .. "/icons/layout/cornernw.png" + +theme.tasklist_disable_icon = true +theme.useless_gap = 7 + +-- titlebar +theme.titlebar_close_button_focus = theme.dir .. "/icons/titlebar/close.png" +theme.titlebar_close_button_normal = theme.dir .. "/icons/titlebar/close-inactive.png" + +theme.titlebar_ontop_button_focus_active = theme.dir .. "/icons/titlebar/top.png" +theme.titlebar_ontop_button_focus_inactive = theme.dir .. "/icons/titlebar/top-inactive.png" + +theme.titlebar_sticky_button_focus_active = theme.dir .. "/icons/titlebar/sticky.png" +theme.titlebar_sticky_button_focus_inactive = theme.dir .. "/icons/titlebar/sticky-inactive.png" + +theme.titlebar_floating_button_focus_active = theme.dir .. "/icons/titlebar/floating.png" +theme.titlebar_floating_button_focus_inactive = theme.dir .. "/icons/titlebar/floating-inactive.png" + +theme.titlebar_maximized_button_focus_active = theme.dir .. "/icons/titlebar/maximized.png" +theme.titlebar_maximized_button_focus_inactive = theme.dir .. "/icons/titlebar/maximized-inactive.png" + +local image = {} + +function icon(dir, icon) return wibox.widget.imagebox(theme.dir .. "/icons/" .. dir .. "/" .. icon .. ".png") end + +-- systray +image.systray_start = icon("bar", "start") +image.systray_end = icon("bar", "end") + +image.icons = { + cpu = icon("widget", "cpu"), + hdd = icon("widget", "hdd"), + mem = icon("widget", "memory"), + temp = icon("widget", "temp"), +} + +-- colors +theme.green = "#00b159" +theme.red = "#d64d4d" +theme.yellow = "#cc9c00" +theme.blue = "#428bca" +theme.darkred = "#c92132" +theme.darkgreen = "#4d7358" +theme.darkyellow = "#f18e38" +theme.gray = "#5e5e5e" +theme.violet = "#8c8ccd" +theme.pink = "#B85C8A" +theme.black = theme.bg_normal + +-- Panel +local markup = lain.util.markup + +-- Widgets +local clock = awful.widget.textclock(" %a %d %b %H:%M ") +local clock_widget = wibox.container.background(wibox.container.margin(wibox.widget { clock, layout = wibox.layout.align.horizontal }, 0, 1), colors.widget_bg) + +-- Calendar +local calendar = lain.widget.calendar({ + cal = "cal --color=always", + attach_to = { clock_widget }, + notification_preset = { + font = fonts.mono_regular, + fg = theme.fg_normal, + bg = theme.bg_normal + } +}) + +-- MEM +local mem = lain.widget.mem({ + settings = function() + widget:set_markup(markup.font(fonts.widget, markup.fg.color(theme.fg_widget, " " .. mem_now.used .. "MB [" .. mem_now.perc .. "%]"))) + end +}) +local mem_widget = wibox.container.background(wibox.container.margin(wibox.widget { image.icons.mem, mem.widget, layout = wibox.layout.align.horizontal }, 0, 0), colors.widget_bg) + + +-- CPU +local cpu = lain.widget.cpu({ + settings = function() + widget:set_markup(markup.font(fonts.widget, markup.fg.color(theme.fg_widget, " " .. cpu_now.usage .. "% "))) + end +}) +local cpu_widget = wibox.container.background(wibox.container.margin(wibox.widget { image.icons.cpu, cpu.widget, layout = wibox.layout.align.horizontal }, 0, 0), colors.widget_bg) + + +-- Coretemp (lain, average) +local temp_icon = wibox.widget.imagebox(theme.widget_temp) +local temp = lain.widget.temp({ + settings = function() + widget:set_markup(markup.font(fonts.widget, markup.fg.color(theme.fg_widget, " " .. coretemp_now .. "° "))) + end +}) +local temp_widget = wibox.container.background(wibox.container.margin(wibox.widget { image.icons.temp, temp.widget, layout = wibox.layout.align.horizontal }, 0, 0), colors.widget_bg) + + +-- FS +local fs_icon = wibox.widget.imagebox(theme.widget_hdd) +local fs = lain.widget.fs({ + notification_preset = { fg = theme.fg_normal, bg = theme.bg_normal, font = fonts.widget }, + settings = function() + local fsp = string.format(" %3.2f %s ", fs_now["/home"].free, fs_now["/home"].units) + widget:set_markup(markup.font(fonts.widget, markup.fg.color(theme.fg_widget, fsp))) + end +}) +local fs_widget = wibox.container.background(wibox.container.margin(wibox.widget { image.icons.hdd, fs.widget, layout = wibox.layout.align.horizontal }, 0, 0), colors.widget_bg) + +function theme.connect(s) + -- Quake application + s.quake = lain.util.quake({ app = awful.util.terminal }) + + -- If wallpaper is a function, call it with the screen + local wallpaper = theme.wallpaper + if type(wallpaper) == "function" then + wallpaper = wallpaper(s) + end + gears.wallpaper.maximized(wallpaper, 1, true) + + -- Tags + --awful.tag(awful.util.tagnames, s, awful.layout.layouts[1]) + layout = { + awful.layout.layouts[3], + awful.layout.layouts[10], + awful.layout.layouts[8], + awful.layout.layouts[6], + awful.layout.layouts[10], + awful.layout.layouts[10], + } + awful.tag({ " ", " >_ ", " web ", " & ", " etc ", " # " }, s, layout) + + -- Create a promptbox for each screen + s.mypromptbox = awful.widget.prompt() + -- Create an imagebox widget which will contains an icon indicating which layout we're using. + -- We need one layoutbox per screen. + s.mylayoutbox = awful.widget.layoutbox(s) + s.mylayoutbox:buttons(awful.util.table.join( + awful.button({ }, 1, function () awful.layout.inc( 1) end), + awful.button({ }, 3, function () awful.layout.inc(-1) end), + awful.button({ }, 4, function () awful.layout.inc( 1) end), + awful.button({ }, 5, function () awful.layout.inc(-1) end))) + -- Create a taglist widget + s.mytaglist = awful.widget.taglist(s, awful.widget.taglist.filter.all, awful.util.taglist_buttons) + + -- Create a tasklist widget + --s.mytasklist = awful.widget.tasklist(s, awful.widget.tasklist.filter.currenttags, awful.util.tasklist_buttons) + + -- Create the wibox + s.mywibox = awful.wibar({ position = "top", screen = s, height = 16, bg = theme.bg_wibar, fg = theme.fg_wibar, }) + + s.tray = wibox.widget.systray() + + -- Add widgets to the wibox + s.mywibox:setup { + layout = wibox.layout.align.horizontal, + { -- Left widgets + layout = wibox.layout.fixed.horizontal, + s.mytaglist, + s.mypromptbox, + }, + -- s.mytasklist, -- Middle widget + nil, + { -- Right widgets + layout = wibox.layout.fixed.horizontal, + -- Fs widget + fs_widget, + -- Temp + temp_widget, + -- CPU widget + cpu_widget, + -- Mem widget + mem_widget, + -- Clock + clock_widget, + -- tray + image.systray_start, + { + s.tray, + layout = wibox.layout.margin, + color = "#000000", + left = 5, right = 5 + }, + image.systray_end, + -- Layout box + s.mylayoutbox, + }, + } +end + +return theme diff --git a/awesome/themes/kadet/wallpapers/wall_0.png b/awesome/themes/kadet/wallpapers/wall_0.png new file mode 100644 index 0000000..c1c25e8 Binary files /dev/null and b/awesome/themes/kadet/wallpapers/wall_0.png differ diff --git a/awesome/themes/kadet/wallpapers/wall_1.png b/awesome/themes/kadet/wallpapers/wall_1.png new file mode 100644 index 0000000..1b0b8f9 Binary files /dev/null and b/awesome/themes/kadet/wallpapers/wall_1.png differ diff --git a/awesome/themes/kadet/wallpapers/wall_2.png b/awesome/themes/kadet/wallpapers/wall_2.png new file mode 100644 index 0000000..b63d5be Binary files /dev/null and b/awesome/themes/kadet/wallpapers/wall_2.png differ diff --git a/awesome/themes/multicolor/icons/ac.png b/awesome/themes/multicolor/icons/ac.png deleted file mode 100644 index 41f49c5..0000000 Binary files a/awesome/themes/multicolor/icons/ac.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/bat.png b/awesome/themes/multicolor/icons/bat.png deleted file mode 100755 index 9610766..0000000 Binary files a/awesome/themes/multicolor/icons/bat.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/clock.png b/awesome/themes/multicolor/icons/clock.png deleted file mode 100644 index 22aef71..0000000 Binary files a/awesome/themes/multicolor/icons/clock.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/cpu.png b/awesome/themes/multicolor/icons/cpu.png deleted file mode 100644 index 1e3cba5..0000000 Binary files a/awesome/themes/multicolor/icons/cpu.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/dish.png b/awesome/themes/multicolor/icons/dish.png deleted file mode 100644 index 6ae19fd..0000000 Binary files a/awesome/themes/multicolor/icons/dish.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/dwindle.png b/awesome/themes/multicolor/icons/dwindle.png deleted file mode 100755 index 81bf3e9..0000000 Binary files a/awesome/themes/multicolor/icons/dwindle.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/fairh.png b/awesome/themes/multicolor/icons/fairh.png deleted file mode 100755 index 89712e2..0000000 Binary files a/awesome/themes/multicolor/icons/fairh.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/fairv.png b/awesome/themes/multicolor/icons/fairv.png deleted file mode 100755 index e1ac18b..0000000 Binary files a/awesome/themes/multicolor/icons/fairv.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/floating.png b/awesome/themes/multicolor/icons/floating.png deleted file mode 100755 index e0a3c39..0000000 Binary files a/awesome/themes/multicolor/icons/floating.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/fs.png b/awesome/themes/multicolor/icons/fs.png deleted file mode 100644 index f869349..0000000 Binary files a/awesome/themes/multicolor/icons/fs.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/fullscreen.png b/awesome/themes/multicolor/icons/fullscreen.png deleted file mode 100755 index 84b7c27..0000000 Binary files a/awesome/themes/multicolor/icons/fullscreen.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/magnifier.png b/awesome/themes/multicolor/icons/magnifier.png deleted file mode 100755 index 1188d50..0000000 Binary files a/awesome/themes/multicolor/icons/magnifier.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/mail.png b/awesome/themes/multicolor/icons/mail.png deleted file mode 100755 index e8cf11e..0000000 Binary files a/awesome/themes/multicolor/icons/mail.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/max.png b/awesome/themes/multicolor/icons/max.png deleted file mode 100755 index f0979c9..0000000 Binary files a/awesome/themes/multicolor/icons/max.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/mem.png b/awesome/themes/multicolor/icons/mem.png deleted file mode 100644 index a71c2d5..0000000 Binary files a/awesome/themes/multicolor/icons/mem.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/net_down.png b/awesome/themes/multicolor/icons/net_down.png deleted file mode 100644 index 09433b1..0000000 Binary files a/awesome/themes/multicolor/icons/net_down.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/net_up.png b/awesome/themes/multicolor/icons/net_up.png deleted file mode 100644 index 395d014..0000000 Binary files a/awesome/themes/multicolor/icons/net_up.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/note.png b/awesome/themes/multicolor/icons/note.png deleted file mode 100644 index 78f85bf..0000000 Binary files a/awesome/themes/multicolor/icons/note.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/note_on.png b/awesome/themes/multicolor/icons/note_on.png deleted file mode 100755 index 264d2c8..0000000 Binary files a/awesome/themes/multicolor/icons/note_on.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/spiral.png b/awesome/themes/multicolor/icons/spiral.png deleted file mode 100755 index ec32ff3..0000000 Binary files a/awesome/themes/multicolor/icons/spiral.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/spkr.png b/awesome/themes/multicolor/icons/spkr.png deleted file mode 100644 index 80c20b0..0000000 Binary files a/awesome/themes/multicolor/icons/spkr.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/square_a.png b/awesome/themes/multicolor/icons/square_a.png deleted file mode 100755 index 1774d95..0000000 Binary files a/awesome/themes/multicolor/icons/square_a.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/square_b.png b/awesome/themes/multicolor/icons/square_b.png deleted file mode 100755 index b47e9f3..0000000 Binary files a/awesome/themes/multicolor/icons/square_b.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/submenu.png b/awesome/themes/multicolor/icons/submenu.png deleted file mode 100644 index 7c81cab..0000000 Binary files a/awesome/themes/multicolor/icons/submenu.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/temp.png b/awesome/themes/multicolor/icons/temp.png deleted file mode 100755 index 6c8f8bd..0000000 Binary files a/awesome/themes/multicolor/icons/temp.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/tile.png b/awesome/themes/multicolor/icons/tile.png deleted file mode 100755 index 9bbf2fa..0000000 Binary files a/awesome/themes/multicolor/icons/tile.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/tilebottom.png b/awesome/themes/multicolor/icons/tilebottom.png deleted file mode 100755 index ea85f92..0000000 Binary files a/awesome/themes/multicolor/icons/tilebottom.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/tileleft.png b/awesome/themes/multicolor/icons/tileleft.png deleted file mode 100755 index 1b8e3c0..0000000 Binary files a/awesome/themes/multicolor/icons/tileleft.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/tiletop.png b/awesome/themes/multicolor/icons/tiletop.png deleted file mode 100755 index a2d0f6a..0000000 Binary files a/awesome/themes/multicolor/icons/tiletop.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/titlebar/close_focus.png b/awesome/themes/multicolor/icons/titlebar/close_focus.png deleted file mode 100644 index 98c5056..0000000 Binary files a/awesome/themes/multicolor/icons/titlebar/close_focus.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/titlebar/close_normal.png b/awesome/themes/multicolor/icons/titlebar/close_normal.png deleted file mode 100644 index 7702839..0000000 Binary files a/awesome/themes/multicolor/icons/titlebar/close_normal.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/titlebar/floating_focus_active.png b/awesome/themes/multicolor/icons/titlebar/floating_focus_active.png deleted file mode 100644 index 37c1afe..0000000 Binary files a/awesome/themes/multicolor/icons/titlebar/floating_focus_active.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/titlebar/floating_focus_inactive.png b/awesome/themes/multicolor/icons/titlebar/floating_focus_inactive.png deleted file mode 100644 index 07ee69d..0000000 Binary files a/awesome/themes/multicolor/icons/titlebar/floating_focus_inactive.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/titlebar/floating_normal_active.png b/awesome/themes/multicolor/icons/titlebar/floating_normal_active.png deleted file mode 100644 index b9c70ca..0000000 Binary files a/awesome/themes/multicolor/icons/titlebar/floating_normal_active.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/titlebar/floating_normal_inactive.png b/awesome/themes/multicolor/icons/titlebar/floating_normal_inactive.png deleted file mode 100644 index 55cbc0c..0000000 Binary files a/awesome/themes/multicolor/icons/titlebar/floating_normal_inactive.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/titlebar/maximized_focus_active.png b/awesome/themes/multicolor/icons/titlebar/maximized_focus_active.png deleted file mode 100644 index 35c1801..0000000 Binary files a/awesome/themes/multicolor/icons/titlebar/maximized_focus_active.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/titlebar/maximized_focus_inactive.png b/awesome/themes/multicolor/icons/titlebar/maximized_focus_inactive.png deleted file mode 100644 index 043dae7..0000000 Binary files a/awesome/themes/multicolor/icons/titlebar/maximized_focus_inactive.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/titlebar/maximized_normal_active.png b/awesome/themes/multicolor/icons/titlebar/maximized_normal_active.png deleted file mode 100644 index 0bbbf6a..0000000 Binary files a/awesome/themes/multicolor/icons/titlebar/maximized_normal_active.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/titlebar/maximized_normal_inactive.png b/awesome/themes/multicolor/icons/titlebar/maximized_normal_inactive.png deleted file mode 100644 index 5f1e98f..0000000 Binary files a/awesome/themes/multicolor/icons/titlebar/maximized_normal_inactive.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/titlebar/minimize_focus.png b/awesome/themes/multicolor/icons/titlebar/minimize_focus.png deleted file mode 100644 index 85d8196..0000000 Binary files a/awesome/themes/multicolor/icons/titlebar/minimize_focus.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/titlebar/minimize_normal.png b/awesome/themes/multicolor/icons/titlebar/minimize_normal.png deleted file mode 100644 index aa47447..0000000 Binary files a/awesome/themes/multicolor/icons/titlebar/minimize_normal.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/titlebar/ontop_focus_active.png b/awesome/themes/multicolor/icons/titlebar/ontop_focus_active.png deleted file mode 100644 index 968f89b..0000000 Binary files a/awesome/themes/multicolor/icons/titlebar/ontop_focus_active.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/titlebar/ontop_focus_inactive.png b/awesome/themes/multicolor/icons/titlebar/ontop_focus_inactive.png deleted file mode 100644 index 43d6274..0000000 Binary files a/awesome/themes/multicolor/icons/titlebar/ontop_focus_inactive.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/titlebar/ontop_normal_active.png b/awesome/themes/multicolor/icons/titlebar/ontop_normal_active.png deleted file mode 100644 index e09f32d..0000000 Binary files a/awesome/themes/multicolor/icons/titlebar/ontop_normal_active.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/titlebar/ontop_normal_inactive.png b/awesome/themes/multicolor/icons/titlebar/ontop_normal_inactive.png deleted file mode 100644 index 9917b9e..0000000 Binary files a/awesome/themes/multicolor/icons/titlebar/ontop_normal_inactive.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/titlebar/sticky_focus_active.png b/awesome/themes/multicolor/icons/titlebar/sticky_focus_active.png deleted file mode 100644 index 147ce6a..0000000 Binary files a/awesome/themes/multicolor/icons/titlebar/sticky_focus_active.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/titlebar/sticky_focus_inactive.png b/awesome/themes/multicolor/icons/titlebar/sticky_focus_inactive.png deleted file mode 100644 index a5cdf21..0000000 Binary files a/awesome/themes/multicolor/icons/titlebar/sticky_focus_inactive.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/titlebar/sticky_normal_active.png b/awesome/themes/multicolor/icons/titlebar/sticky_normal_active.png deleted file mode 100644 index 0d003ef..0000000 Binary files a/awesome/themes/multicolor/icons/titlebar/sticky_normal_active.png and /dev/null differ diff --git a/awesome/themes/multicolor/icons/titlebar/sticky_normal_inactive.png b/awesome/themes/multicolor/icons/titlebar/sticky_normal_inactive.png deleted file mode 100644 index f1e8789..0000000 Binary files a/awesome/themes/multicolor/icons/titlebar/sticky_normal_inactive.png and /dev/null differ diff --git a/awesome/themes/multicolor/theme.lua b/awesome/themes/multicolor/theme.lua deleted file mode 100644 index 2642a5e..0000000 --- a/awesome/themes/multicolor/theme.lua +++ /dev/null @@ -1,344 +0,0 @@ - ---[[ - - Multicolor Awesome WM theme 2.0 - github.com/copycat-killer - ---]] - - -local gears = require("gears") -local lain = require("lain") -local awful = require("awful") -local wibox = require("wibox") -local os = { getenv = os.getenv, setlocale = os.setlocale } - -local theme = {} -theme.confdir = os.getenv("HOME") .. "/.config/awesome/themes/multicolor" -theme.wallpaper = theme.confdir .. "/wall.png" -theme.font = "xos4 Terminus 8" -theme.menu_bg_normal = "#000000" -theme.menu_bg_focus = "#000000" -theme.bg_normal = "#000000" -theme.bg_focus = "#000000" -theme.bg_urgent = "#000000" -theme.fg_normal = "#aaaaaa" -theme.fg_focus = "#ff8c00" -theme.fg_urgent = "#af1d18" -theme.fg_minimize = "#ffffff" -theme.border_width = 1 -theme.border_normal = "#1c2022" -theme.border_focus = "#606060" -theme.border_marked = "#3ca4d8" -theme.menu_border_width = 0 -theme.menu_width = 130 -theme.menu_submenu_icon = theme.confdir .. "/icons/submenu.png" -theme.menu_fg_normal = "#aaaaaa" -theme.menu_fg_focus = "#ff8c00" -theme.menu_bg_normal = "#050505dd" -theme.menu_bg_focus = "#050505dd" -theme.widget_temp = theme.confdir .. "/icons/temp.png" -theme.widget_uptime = theme.confdir .. "/icons/ac.png" -theme.widget_cpu = theme.confdir .. "/icons/cpu.png" -theme.widget_weather = theme.confdir .. "/icons/dish.png" -theme.widget_fs = theme.confdir .. "/icons/fs.png" -theme.widget_mem = theme.confdir .. "/icons/mem.png" -theme.widget_fs = theme.confdir .. "/icons/fs.png" -theme.widget_note = theme.confdir .. "/icons/note.png" -theme.widget_note_on = theme.confdir .. "/icons/note_on.png" -theme.widget_netdown = theme.confdir .. "/icons/net_down.png" -theme.widget_netup = theme.confdir .. "/icons/net_up.png" -theme.widget_mail = theme.confdir .. "/icons/mail.png" -theme.widget_batt = theme.confdir .. "/icons/bat.png" -theme.widget_clock = theme.confdir .. "/icons/clock.png" -theme.widget_vol = theme.confdir .. "/icons/spkr.png" -theme.taglist_squares_sel = theme.confdir .. "/icons/square_a.png" -theme.taglist_squares_unsel = theme.confdir .. "/icons/square_b.png" -theme.tasklist_plain_task_name = true -theme.tasklist_disable_icon = true -theme.useless_gap = 0 -theme.layout_tile = theme.confdir .. "/icons/tile.png" -theme.layout_tilegaps = theme.confdir .. "/icons/tilegaps.png" -theme.layout_tileleft = theme.confdir .. "/icons/tileleft.png" -theme.layout_tilebottom = theme.confdir .. "/icons/tilebottom.png" -theme.layout_tiletop = theme.confdir .. "/icons/tiletop.png" -theme.layout_fairv = theme.confdir .. "/icons/fairv.png" -theme.layout_fairh = theme.confdir .. "/icons/fairh.png" -theme.layout_spiral = theme.confdir .. "/icons/spiral.png" -theme.layout_dwindle = theme.confdir .. "/icons/dwindle.png" -theme.layout_max = theme.confdir .. "/icons/max.png" -theme.layout_fullscreen = theme.confdir .. "/icons/fullscreen.png" -theme.layout_magnifier = theme.confdir .. "/icons/magnifier.png" -theme.layout_floating = theme.confdir .. "/icons/floating.png" -theme.titlebar_close_button_normal = theme.confdir .. "/icons/titlebar/close_normal.png" -theme.titlebar_close_button_focus = theme.confdir .. "/icons/titlebar/close_focus.png" -theme.titlebar_minimize_button_normal = theme.confdir .. "/icons/titlebar/minimize_normal.png" -theme.titlebar_minimize_button_focus = theme.confdir .. "/icons/titlebar/minimize_focus.png" -theme.titlebar_ontop_button_normal_inactive = theme.confdir .. "/icons/titlebar/ontop_normal_inactive.png" -theme.titlebar_ontop_button_focus_inactive = theme.confdir .. "/icons/titlebar/ontop_focus_inactive.png" -theme.titlebar_ontop_button_normal_active = theme.confdir .. "/icons/titlebar/ontop_normal_active.png" -theme.titlebar_ontop_button_focus_active = theme.confdir .. "/icons/titlebar/ontop_focus_active.png" -theme.titlebar_sticky_button_normal_inactive = theme.confdir .. "/icons/titlebar/sticky_normal_inactive.png" -theme.titlebar_sticky_button_focus_inactive = theme.confdir .. "/icons/titlebar/sticky_focus_inactive.png" -theme.titlebar_sticky_button_normal_active = theme.confdir .. "/icons/titlebar/sticky_normal_active.png" -theme.titlebar_sticky_button_focus_active = theme.confdir .. "/icons/titlebar/sticky_focus_active.png" -theme.titlebar_floating_button_normal_inactive = theme.confdir .. "/icons/titlebar/floating_normal_inactive.png" -theme.titlebar_floating_button_focus_inactive = theme.confdir .. "/icons/titlebar/floating_focus_inactive.png" -theme.titlebar_floating_button_normal_active = theme.confdir .. "/icons/titlebar/floating_normal_active.png" -theme.titlebar_floating_button_focus_active = theme.confdir .. "/icons/titlebar/floating_focus_active.png" -theme.titlebar_maximized_button_normal_inactive = theme.confdir .. "/icons/titlebar/maximized_normal_inactive.png" -theme.titlebar_maximized_button_focus_inactive = theme.confdir .. "/icons/titlebar/maximized_focus_inactive.png" -theme.titlebar_maximized_button_normal_active = theme.confdir .. "/icons/titlebar/maximized_normal_active.png" -theme.titlebar_maximized_button_focus_active = theme.confdir .. "/icons/titlebar/maximized_focus_active.png" - -local markup = lain.util.markup - --- Textclock -os.setlocale(os.getenv("LANG")) -- to localize the clock -local clockicon = wibox.widget.imagebox(theme.widget_clock) -local mytextclock = wibox.widget.textclock(markup("#7788af", "%A %d %B ") .. markup("#535f7a", ">") .. markup("#de5e1e", " %H:%M ")) -mytextclock.font = theme.font - --- Calendar -theme.cal = lain.widget.calendar({ - attach_to = { mytextclock }, - notification_preset = { - font = "xos4 Terminus 10", - fg = theme.fg_normal, - bg = theme.bg_normal - } -}) - --- Weather -local weathericon = wibox.widget.imagebox(theme.widget_weather) -theme.weather = lain.widget.weather({ - city_id = 2643743, -- placeholder (London) - notification_preset = { font = "xos4 Terminus 10", fg = theme.fg_normal }, - weather_na_markup = markup.fontfg(theme.font, "#eca4c4", "N/A "), - settings = function() - descr = weather_now["weather"][1]["description"]:lower() - units = math.floor(weather_now["main"]["temp"]) - widget:set_markup(markup.fontfg(theme.font, "#eca4c4", descr .. " @ " .. units .. "°C ")) - end -}) - --- / fs -local fsicon = wibox.widget.imagebox(theme.widget_fs) -theme.fs = lain.widget.fs({ - options = "--exclude-type=tmpfs", - notification_preset = { font = "xos4 Terminus 10", fg = theme.fg_normal }, - settings = function() - widget:set_markup(markup.fontfg(theme.font, "#80d9d8", fs_now.used .. "% ")) - end -}) - ---[[ Mail IMAP check --- commented because it needs to be set before use -local mailicon = wibox.widget.imagebox() -local mail = lain.widget.imap({ - timeout = 180, - server = "server", - mail = "mail", - password = "keyring get mail", - settings = function() - if mailcount > 0 then - mailicon:set_image(theme.widget_mail) - widget:set_markup(markup.fontfg(theme.font, "#cccccc", mailcount .. " ")) - else - widget:set_text("") - --mailicon:set_image() -- not working in 4.0 - mailicon._private.image = nil - mailicon:emit_signal("widget::redraw_needed") - mailicon:emit_signal("widget::layout_changed") - end - end -}) ---]] - --- CPU -local cpuicon = wibox.widget.imagebox(theme.widget_cpu) -local cpu = lain.widget.cpu({ - settings = function() - widget:set_markup(markup.fontfg(theme.font, "#e33a6e", cpu_now.usage .. "% ")) - end -}) - --- Coretemp -local tempicon = wibox.widget.imagebox(theme.widget_temp) -local temp = lain.widget.temp({ - settings = function() - widget:set_markup(markup.fontfg(theme.font, "#f1af5f", coretemp_now .. "°C ")) - end -}) - --- Battery -local baticon = wibox.widget.imagebox(theme.widget_batt) -local bat = lain.widget.bat({ - settings = function() - local perc = bat_now.perc ~= "N/A" and bat_now.perc .. "%" or bat_now.perc - - if bat_now.ac_status == 1 then - perc = perc .. " plug" - end - - widget:set_markup(markup.fontfg(theme.font, theme.fg_normal, perc .. " ")) - end -}) - --- ALSA volume -local volicon = wibox.widget.imagebox(theme.widget_vol) -theme.volume = lain.widget.alsa({ - settings = function() - if volume_now.status == "off" then - volume_now.level = volume_now.level .. "M" - end - - widget:set_markup(markup.fontfg(theme.font, "#7493d2", volume_now.level .. "% ")) - end -}) - --- Net -local netdownicon = wibox.widget.imagebox(theme.widget_netdown) -local netdowninfo = wibox.widget.textbox() -local netupicon = wibox.widget.imagebox(theme.widget_netup) -local netupinfo = lain.widget.net({ - settings = function() - if iface ~= "network off" and - string.match(theme.weather.widget.text, "N/A") - then - theme.weather.update() - end - - widget:set_markup(markup.fontfg(theme.font, "#e54c62", net_now.sent .. " ")) - netdowninfo:set_markup(markup.fontfg(theme.font, "#87af5f", net_now.received .. " ")) - end -}) - --- MEM -local memicon = wibox.widget.imagebox(theme.widget_mem) -local memory = lain.widget.mem({ - settings = function() - widget:set_markup(markup.fontfg(theme.font, "#e0da37", mem_now.used .. "M ")) - end -}) - --- MPD -local mpdicon = wibox.widget.imagebox() -theme.mpd = lain.widget.mpd({ - settings = function() - mpd_notification_preset = { - text = string.format("%s [%s] - %s\n%s", mpd_now.artist, - mpd_now.album, mpd_now.date, mpd_now.title) - } - - if mpd_now.state == "play" then - artist = mpd_now.artist .. " > " - title = mpd_now.title .. " " - mpdicon:set_image(theme.widget_note_on) - elseif mpd_now.state == "pause" then - artist = "mpd " - title = "paused " - else - artist = "" - title = "" - --mpdicon:set_image() -- not working in 4.0 - mpdicon._private.image = nil - mpdicon:emit_signal("widget::redraw_needed") - mpdicon:emit_signal("widget::layout_changed") - end - widget:set_markup(markup.fontfg(theme.font, "#e54c62", artist) .. markup.fontfg(theme.font, "#b2b2b2", title)) - end -}) - -function theme.at_screen_connect(s) - -- Quake application - s.quake = lain.util.quake({ app = awful.util.terminal }) - - -- If wallpaper is a function, call it with the screen - local wallpaper = theme.wallpaper - if type(wallpaper) == "function" then - wallpaper = wallpaper(s) - end - gears.wallpaper.maximized(wallpaper, s, true) - - -- Tags - awful.tag(awful.util.tagnames, s, awful.layout.layouts) - - -- Create a promptbox for each screen - s.mypromptbox = awful.widget.prompt() - -- Create an imagebox widget which will contains an icon indicating which layout we're using. - -- We need one layoutbox per screen. - s.mylayoutbox = awful.widget.layoutbox(s) - s.mylayoutbox:buttons(awful.util.table.join( - awful.button({ }, 1, function () awful.layout.inc( 1) end), - awful.button({ }, 3, function () awful.layout.inc(-1) end), - awful.button({ }, 4, function () awful.layout.inc( 1) end), - awful.button({ }, 5, function () awful.layout.inc(-1) end))) - -- Create a taglist widget - s.mytaglist = awful.widget.taglist(s, awful.widget.taglist.filter.all, awful.util.taglist_buttons) - - -- Create a tasklist widget - s.mytasklist = awful.widget.tasklist(s, awful.widget.tasklist.filter.currenttags, awful.util.tasklist_buttons) - - -- Create the wibox - s.mywibox = awful.wibar({ position = "top", screen = s, height = 20, bg = theme.bg_normal, fg = theme.fg_normal }) - - -- Add widgets to the wibox - s.mywibox:setup { - layout = wibox.layout.align.horizontal, - { -- Left widgets - layout = wibox.layout.fixed.horizontal, - --s.mylayoutbox, - s.mytaglist, - s.mypromptbox, - mpdicon, - theme.mpd.widget, - }, - --s.mytasklist, -- Middle widget - nil, - { -- Right widgets - layout = wibox.layout.fixed.horizontal, - wibox.widget.systray(), - --mailicon, - --mail.widget, - netdownicon, - netdowninfo, - netupicon, - netupinfo.widget, - volicon, - theme.volume.widget, - memicon, - memory.widget, - cpuicon, - cpu.widget, - fsicon, - theme.fs.widget, - weathericon, - theme.weather.widget, - tempicon, - temp.widget, - baticon, - bat.widget, - clockicon, - mytextclock, - }, - } - - -- Create the bottom wibox - s.mybottomwibox = awful.wibar({ position = "bottom", screen = s, border_width = 0, height = 20, bg = theme.bg_normal, fg = theme.fg_normal }) - - -- Add widgets to the bottom wibox - s.mybottomwibox:setup { - layout = wibox.layout.align.horizontal, - { -- Left widgets - layout = wibox.layout.fixed.horizontal, - }, - s.mytasklist, -- Middle widget - { -- Right widgets - layout = wibox.layout.fixed.horizontal, - s.mylayoutbox, - }, - } -end - -return theme diff --git a/awesome/themes/multicolor/wall.png b/awesome/themes/multicolor/wall.png deleted file mode 100644 index a3188d0..0000000 Binary files a/awesome/themes/multicolor/wall.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/ac.png b/awesome/themes/powerarrow-dark/icons/ac.png deleted file mode 100644 index 96efcb4..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/ac.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/battery.png b/awesome/themes/powerarrow-dark/icons/battery.png deleted file mode 100644 index 8c85596..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/battery.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/battery_empty.png b/awesome/themes/powerarrow-dark/icons/battery_empty.png deleted file mode 100644 index 00821c9..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/battery_empty.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/battery_low.png b/awesome/themes/powerarrow-dark/icons/battery_low.png deleted file mode 100644 index 29f3fc5..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/battery_low.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/centerfair.png b/awesome/themes/powerarrow-dark/icons/centerfair.png deleted file mode 100644 index c4f64b0..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/centerfair.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/centerwork.png b/awesome/themes/powerarrow-dark/icons/centerwork.png deleted file mode 100644 index 9071516..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/centerwork.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/centerworkh.png b/awesome/themes/powerarrow-dark/icons/centerworkh.png deleted file mode 100644 index b1d1379..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/centerworkh.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/cpu.png b/awesome/themes/powerarrow-dark/icons/cpu.png deleted file mode 100644 index 35af1c3..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/cpu.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/dwindle.png b/awesome/themes/powerarrow-dark/icons/dwindle.png deleted file mode 100644 index 649ea99..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/dwindle.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/fairh.png b/awesome/themes/powerarrow-dark/icons/fairh.png deleted file mode 100644 index 62d3d99..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/fairh.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/fairv.png b/awesome/themes/powerarrow-dark/icons/fairv.png deleted file mode 100644 index 131dd0f..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/fairv.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/floating.png b/awesome/themes/powerarrow-dark/icons/floating.png deleted file mode 100644 index d25c47b..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/floating.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/hdd.png b/awesome/themes/powerarrow-dark/icons/hdd.png deleted file mode 100644 index 0fb6833..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/hdd.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/magnifier.png b/awesome/themes/powerarrow-dark/icons/magnifier.png deleted file mode 100644 index 60d3e0d..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/magnifier.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/mail.png b/awesome/themes/powerarrow-dark/icons/mail.png deleted file mode 100644 index 474e602..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/mail.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/mail_on.png b/awesome/themes/powerarrow-dark/icons/mail_on.png deleted file mode 100644 index 19106d7..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/mail_on.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/max.png b/awesome/themes/powerarrow-dark/icons/max.png deleted file mode 100644 index 5b0a5b7..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/max.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/mem.png b/awesome/themes/powerarrow-dark/icons/mem.png deleted file mode 100644 index 7860a1a..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/mem.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/net.png b/awesome/themes/powerarrow-dark/icons/net.png deleted file mode 100644 index bc42fdc..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/net.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/net_wired.png b/awesome/themes/powerarrow-dark/icons/net_wired.png deleted file mode 100644 index e8cc2bd..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/net_wired.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/note.png b/awesome/themes/powerarrow-dark/icons/note.png deleted file mode 100644 index baa29c3..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/note.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/note_on.png b/awesome/themes/powerarrow-dark/icons/note_on.png deleted file mode 100644 index 1a7ab94..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/note_on.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/scissors.png b/awesome/themes/powerarrow-dark/icons/scissors.png deleted file mode 100644 index f8c700d..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/scissors.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/spiral.png b/awesome/themes/powerarrow-dark/icons/spiral.png deleted file mode 100644 index d9ee0f6..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/spiral.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/square_sel.png b/awesome/themes/powerarrow-dark/icons/square_sel.png deleted file mode 100644 index 1102a9f..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/square_sel.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/square_unsel.png b/awesome/themes/powerarrow-dark/icons/square_unsel.png deleted file mode 100644 index 7386b85..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/square_unsel.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/submenu.png b/awesome/themes/powerarrow-dark/icons/submenu.png deleted file mode 100644 index b55ebce..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/submenu.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/task.png b/awesome/themes/powerarrow-dark/icons/task.png deleted file mode 100644 index 9701b68..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/task.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/temp.png b/awesome/themes/powerarrow-dark/icons/temp.png deleted file mode 100644 index 6793a9f..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/temp.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/termfair.png b/awesome/themes/powerarrow-dark/icons/termfair.png deleted file mode 100644 index 3e06023..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/termfair.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/tile.png b/awesome/themes/powerarrow-dark/icons/tile.png deleted file mode 100644 index 922c05c..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/tile.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/tilebottom.png b/awesome/themes/powerarrow-dark/icons/tilebottom.png deleted file mode 100644 index 6ec9cb8..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/tilebottom.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/tileleft.png b/awesome/themes/powerarrow-dark/icons/tileleft.png deleted file mode 100644 index 8e3d2d6..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/tileleft.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/tiletop.png b/awesome/themes/powerarrow-dark/icons/tiletop.png deleted file mode 100644 index 3da75a1..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/tiletop.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/titlebar/close_focus.png b/awesome/themes/powerarrow-dark/icons/titlebar/close_focus.png deleted file mode 100644 index b2051b0..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/titlebar/close_focus.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/titlebar/close_normal.png b/awesome/themes/powerarrow-dark/icons/titlebar/close_normal.png deleted file mode 100644 index da6028c..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/titlebar/close_normal.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/titlebar/floating_focus_active.png b/awesome/themes/powerarrow-dark/icons/titlebar/floating_focus_active.png deleted file mode 100644 index 5fe84c0..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/titlebar/floating_focus_active.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/titlebar/floating_focus_inactive.png b/awesome/themes/powerarrow-dark/icons/titlebar/floating_focus_inactive.png deleted file mode 100644 index 47f19f6..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/titlebar/floating_focus_inactive.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/titlebar/floating_normal_active.png b/awesome/themes/powerarrow-dark/icons/titlebar/floating_normal_active.png deleted file mode 100644 index 576fa36..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/titlebar/floating_normal_active.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/titlebar/floating_normal_inactive.png b/awesome/themes/powerarrow-dark/icons/titlebar/floating_normal_inactive.png deleted file mode 100644 index 4adc5e9..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/titlebar/floating_normal_inactive.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/titlebar/maximized_focus_active.png b/awesome/themes/powerarrow-dark/icons/titlebar/maximized_focus_active.png deleted file mode 100644 index 7d9a11a..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/titlebar/maximized_focus_active.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/titlebar/maximized_focus_inactive.png b/awesome/themes/powerarrow-dark/icons/titlebar/maximized_focus_inactive.png deleted file mode 100644 index bce1d00..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/titlebar/maximized_focus_inactive.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/titlebar/maximized_normal_active.png b/awesome/themes/powerarrow-dark/icons/titlebar/maximized_normal_active.png deleted file mode 100644 index 9f24945..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/titlebar/maximized_normal_active.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/titlebar/maximized_normal_inactive.png b/awesome/themes/powerarrow-dark/icons/titlebar/maximized_normal_inactive.png deleted file mode 100644 index 2e56d32..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/titlebar/maximized_normal_inactive.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/titlebar/ontop_focus_active.png b/awesome/themes/powerarrow-dark/icons/titlebar/ontop_focus_active.png deleted file mode 100644 index 41a69e2..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/titlebar/ontop_focus_active.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/titlebar/ontop_focus_inactive.png b/awesome/themes/powerarrow-dark/icons/titlebar/ontop_focus_inactive.png deleted file mode 100644 index 2f3a2be..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/titlebar/ontop_focus_inactive.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/titlebar/ontop_normal_active.png b/awesome/themes/powerarrow-dark/icons/titlebar/ontop_normal_active.png deleted file mode 100644 index 0f937b7..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/titlebar/ontop_normal_active.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/titlebar/ontop_normal_inactive.png b/awesome/themes/powerarrow-dark/icons/titlebar/ontop_normal_inactive.png deleted file mode 100644 index a9a3206..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/titlebar/ontop_normal_inactive.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/titlebar/sticky_focus_active.png b/awesome/themes/powerarrow-dark/icons/titlebar/sticky_focus_active.png deleted file mode 100644 index a9bc8a2..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/titlebar/sticky_focus_active.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/titlebar/sticky_focus_inactive.png b/awesome/themes/powerarrow-dark/icons/titlebar/sticky_focus_inactive.png deleted file mode 100644 index 5493d8e..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/titlebar/sticky_focus_inactive.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/titlebar/sticky_normal_active.png b/awesome/themes/powerarrow-dark/icons/titlebar/sticky_normal_active.png deleted file mode 100644 index 1e150f5..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/titlebar/sticky_normal_active.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/titlebar/sticky_normal_inactive.png b/awesome/themes/powerarrow-dark/icons/titlebar/sticky_normal_inactive.png deleted file mode 100644 index 7e6c99b..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/titlebar/sticky_normal_inactive.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/vol.png b/awesome/themes/powerarrow-dark/icons/vol.png deleted file mode 100644 index bbf33d4..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/vol.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/vol_low.png b/awesome/themes/powerarrow-dark/icons/vol_low.png deleted file mode 100644 index aa3ce4d..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/vol_low.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/vol_mute.png b/awesome/themes/powerarrow-dark/icons/vol_mute.png deleted file mode 100644 index e855fd2..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/vol_mute.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/icons/vol_no.png b/awesome/themes/powerarrow-dark/icons/vol_no.png deleted file mode 100644 index bbe917b..0000000 Binary files a/awesome/themes/powerarrow-dark/icons/vol_no.png and /dev/null differ diff --git a/awesome/themes/powerarrow-dark/theme.lua b/awesome/themes/powerarrow-dark/theme.lua deleted file mode 100644 index e63042f..0000000 --- a/awesome/themes/powerarrow-dark/theme.lua +++ /dev/null @@ -1,344 +0,0 @@ - ---[[ - - Powerarrow Dark Awesome WM theme - github.com/copycat-killer - ---]] - -local gears = require("gears") -local lain = require("lain") -local awful = require("awful") -local wibox = require("wibox") -local os = { getenv = os.getenv } - -local theme = {} -theme.dir = os.getenv("HOME") .. "/.config/awesome/themes/powerarrow-dark" -theme.wallpaper = theme.dir .. "/wall.png" -theme.font = "xos4 Terminus 9" -theme.fg_normal = "#DDDDFF" -theme.fg_focus = "#EA6F81" -theme.fg_urgent = "#CC9393" -theme.bg_normal = "#1A1A1A" -theme.bg_focus = "#313131" -theme.bg_urgent = "#1A1A1A" -theme.border_width = 1 -theme.border_normal = "#3F3F3F" -theme.border_focus = "#7F7F7F" -theme.border_marked = "#CC9393" -theme.tasklist_bg_focus = "#1A1A1A" -theme.titlebar_bg_focus = theme.bg_focus -theme.titlebar_bg_normal = theme.bg_normal -theme.titlebar_fg_focus = theme.fg_focus -theme.menu_height = 16 -theme.menu_width = 140 -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.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.widget_ac = theme.dir .. "/icons/ac.png" -theme.widget_battery = theme.dir .. "/icons/battery.png" -theme.widget_battery_low = theme.dir .. "/icons/battery_low.png" -theme.widget_battery_empty = theme.dir .. "/icons/battery_empty.png" -theme.widget_mem = theme.dir .. "/icons/mem.png" -theme.widget_cpu = theme.dir .. "/icons/cpu.png" -theme.widget_temp = theme.dir .. "/icons/temp.png" -theme.widget_net = theme.dir .. "/icons/net.png" -theme.widget_hdd = theme.dir .. "/icons/hdd.png" -theme.widget_music = theme.dir .. "/icons/note.png" -theme.widget_music_on = theme.dir .. "/icons/note_on.png" -theme.widget_vol = theme.dir .. "/icons/vol.png" -theme.widget_vol_low = theme.dir .. "/icons/vol_low.png" -theme.widget_vol_no = theme.dir .. "/icons/vol_no.png" -theme.widget_vol_mute = theme.dir .. "/icons/vol_mute.png" -theme.widget_mail = theme.dir .. "/icons/mail.png" -theme.widget_mail_on = theme.dir .. "/icons/mail_on.png" -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" - -local markup = lain.util.markup -local separators = lain.util.separators - --- Textclock -local clockicon = wibox.widget.imagebox(theme.widget_clock) -local clock = awful.widget.watch( - "date +'%a %d %b %R'", 60, - function(widget, stdout) - widget:set_markup(" " .. markup.font(theme.font, stdout)) - end -) - --- Calendar -theme.cal = lain.widget.calendar({ - attach_to = { clock.widget }, - notification_preset = { - font = "xos4 Terminus 10", - fg = theme.fg_normal, - bg = theme.bg_normal - } -}) - --- Mail IMAP check -local mailicon = wibox.widget.imagebox(theme.widget_mail) ---[[ commented because it needs to be set before use -mailicon:buttons(awful.util.table.join(awful.button({ }, 1, function () awful.spawn(mail) end))) -local mail = lain.widget.imap({ - timeout = 180, - server = "server", - mail = "mail", - password = "keyring get mail", - settings = function() - if mailcount > 0 then - widget:set_text(" " .. mailcount .. " ") - mailicon:set_image(theme.widget_mail_on) - else - widget:set_text("") - mailicon:set_image(theme.widget_mail) - end - end -}) ---]] - --- MPD -local musicplr = awful.util.terminal .. " -title Music -g 130x34-320+16 -e ncmpcpp" -local mpdicon = wibox.widget.imagebox(theme.widget_music) -mpdicon:buttons(awful.util.table.join( - awful.button({ modkey }, 1, function () awful.spawn.with_shell(musicplr) end), - awful.button({ }, 1, function () - awful.spawn.with_shell("mpc prev") - theme.mpd.update() - end), - awful.button({ }, 2, function () - awful.spawn.with_shell("mpc toggle") - theme.mpd.update() - end), - awful.button({ }, 3, function () - awful.spawn.with_shell("mpc next") - theme.mpd.update() - end))) -theme.mpd = lain.widget.mpd({ - settings = function() - if mpd_now.state == "play" then - artist = " " .. mpd_now.artist .. " " - title = mpd_now.title .. " " - mpdicon:set_image(theme.widget_music_on) - elseif mpd_now.state == "pause" then - artist = " mpd " - title = "paused " - else - artist = "" - title = "" - mpdicon:set_image(theme.widget_music) - end - - widget:set_markup(markup.font(theme.font, markup("#EA6F81", artist) .. title)) - end -}) - --- MEM -local memicon = wibox.widget.imagebox(theme.widget_mem) -local mem = lain.widget.mem({ - settings = function() - widget:set_markup(markup.font(theme.font, " " .. mem_now.used .. "MB ")) - end -}) - --- CPU -local cpuicon = wibox.widget.imagebox(theme.widget_cpu) -local cpu = lain.widget.cpu({ - settings = function() - widget:set_markup(markup.font(theme.font, " " .. cpu_now.usage .. "% ")) - end -}) - --- Coretemp -local tempicon = wibox.widget.imagebox(theme.widget_temp) -local temp = lain.widget.temp({ - settings = function() - widget:set_markup(markup.font(theme.font, " " .. coretemp_now .. "°C ")) - end -}) - --- / fs -local fsicon = wibox.widget.imagebox(theme.widget_hdd) -theme.fs = lain.widget.fs({ - options = "--exclude-type=tmpfs", - notification_preset = { fg = theme.fg_normal, bg = theme.bg_normal, font = "xos4 Terminus 10" }, - settings = function() - widget:set_markup(markup.font(theme.font, " " .. fs_now.used .. "% ")) - end -}) - --- Battery -local baticon = wibox.widget.imagebox(theme.widget_battery) -local bat = lain.widget.bat({ - settings = function() - if bat_now.status ~= "N/A" then - if bat_now.ac_status == 1 then - widget:set_markup(markup.font(theme.font, " AC ")) - baticon:set_image(theme.widget_ac) - return - elseif not bat_now.perc and tonumber(bat_now.perc) <= 5 then - baticon:set_image(theme.widget_battery_empty) - elseif not bat_now.perc and tonumber(bat_now.perc) <= 15 then - baticon:set_image(theme.widget_battery_low) - else - baticon:set_image(theme.widget_battery) - end - widget:set_markup(markup.font(theme.font, " " .. bat_now.perc .. "% ")) - else - widget:set_markup(markup.font(theme.font, " AC ")) - baticon:set_image(theme.widget_ac) - end - end -}) - --- ALSA volume -local volicon = wibox.widget.imagebox(theme.widget_vol) -theme.volume = lain.widget.alsa({ - settings = function() - if volume_now.status == "off" then - volicon:set_image(theme.widget_vol_mute) - elseif tonumber(volume_now.level) == 0 then - volicon:set_image(theme.widget_vol_no) - elseif tonumber(volume_now.level) <= 50 then - volicon:set_image(theme.widget_vol_low) - else - volicon:set_image(theme.widget_vol) - end - - widget:set_markup(markup.font(theme.font, " " .. volume_now.level .. "% ")) - end -}) - --- Net -local neticon = wibox.widget.imagebox(theme.widget_net) -local net = lain.widget.net({ - settings = function() - widget:set_markup(markup.font(theme.font, - markup("#7AC82E", " " .. net_now.received) - .. " " .. - markup("#46A8C3", " " .. net_now.sent .. " "))) - end -}) - --- Separators -local spr = wibox.widget.textbox(' ') -local arrl_dl = separators.arrow_left(theme.bg_focus, "alpha") -local arrl_ld = separators.arrow_left("alpha", theme.bg_focus) - -function theme.at_screen_connect(s) - -- Quake application - s.quake = lain.util.quake({ app = awful.util.terminal }) - - -- If wallpaper is a function, call it with the screen - local wallpaper = theme.wallpaper - if type(wallpaper) == "function" then - wallpaper = wallpaper(s) - end - gears.wallpaper.maximized(wallpaper, s, true) - - -- Tags - awful.tag(awful.util.tagnames, s, awful.util.taglayout) - - -- Create a promptbox for each screen - s.mypromptbox = awful.widget.prompt() - -- Create an imagebox widget which will contains an icon indicating which layout we're using. - -- We need one layoutbox per screen. - s.mylayoutbox = awful.widget.layoutbox(s) - s.mylayoutbox:buttons(awful.util.table.join( - awful.button({ }, 1, function () awful.layout.inc( 1) end), - awful.button({ }, 3, function () awful.layout.inc(-1) end), - awful.button({ }, 4, function () awful.layout.inc( 1) end), - awful.button({ }, 5, function () awful.layout.inc(-1) end))) - -- Create a taglist widget - s.mytaglist = awful.widget.taglist(s, awful.widget.taglist.filter.all, awful.util.taglist_buttons) - - -- Create a tasklist widget - s.mytasklist = awful.widget.tasklist(s, awful.widget.tasklist.filter.currenttags, awful.util.tasklist_buttons) - - -- Create the wibox - s.mywibox = awful.wibar({ position = "top", screen = s, height = 18, bg = theme.bg_normal, fg = theme.fg_normal }) - - -- Add widgets to the wibox - s.mywibox:setup { - layout = wibox.layout.align.horizontal, - { -- Left widgets - layout = wibox.layout.fixed.horizontal, - --spr, - s.mytaglist, - s.mypromptbox, - spr, - }, - s.mytasklist, -- Middle widget - { -- Right widgets - layout = wibox.layout.fixed.horizontal, - --spr, - --arrl_ld, - --wibox.container.background(mpdicon, theme.bg_focus), - --wibox.container.background(theme.mpd.widget, theme.bg_focus), - --arrl_dl, - --volicon, - --theme.volume.widget, - --arrl_ld, - --wibox.container.background(mailicon, theme.bg_focus), - --wibox.container.background(mail.widget, theme.bg_focus), - --arrl_dl, - memicon, - mem.widget, - arrl_ld, - wibox.container.background(cpuicon, theme.bg_focus), - wibox.container.background(cpu.widget, theme.bg_focus), - arrl_dl, - tempicon, - temp.widget, - arrl_ld, - wibox.container.background(fsicon, theme.bg_focus), - wibox.container.background(theme.fs.widget, theme.bg_focus), - --arrl_dl, - --baticon, - --bat.widget, - --arrl_ld, - --wibox.container.background(neticon, theme.bg_focus), - --wibox.container.background(net.widget, theme.bg_focus), - arrl_dl, - wibox.widget.systray(), - clock, - spr, - arrl_ld, - wibox.container.background(s.mylayoutbox, theme.bg_focus), - }, - } -end - -return theme diff --git a/awesome/themes/powerarrow-dark/wall.png b/awesome/themes/powerarrow-dark/wall.png deleted file mode 100644 index 9d1118b..0000000 Binary files a/awesome/themes/powerarrow-dark/wall.png and /dev/null differ diff --git a/awesome/themes/powerarrow/binclock.lua b/awesome/themes/powerarrow/binclock.lua deleted file mode 100644 index 9d144dc..0000000 --- a/awesome/themes/powerarrow/binclock.lua +++ /dev/null @@ -1,96 +0,0 @@ - ---[[ - - Licensed under GNU General Public License v2 - * (c) 2017, Luke Bonham - * (c) 2013, romockee - ---]] - -local gears = require("gears") -local wibox = require("wibox") -local date = os.date -local ipairs = ipairs -local math = math -local select = select -local string = string - -local binclock = {} - -function binclock.dec2bin(num, bits) - local bits, t = bits or select(2, math.frexp(num)), {} - for b = bits, 1, -1 do - t[b] = math.fmod(num, 2) - num = (num - t[b]) / 2 - end - return t -end - -function binclock.paintdot(cr, val, shift) - local height = 0 - for _, bit in ipairs(binclock.dec2bin(val, 4)) do - if bit >= 1 then - cr:set_source(gears.color(binclock.color_active)) - else - cr:set_source(gears.color(binclock.color_inactive)) - end - cr:rectangle(shift, height, binclock.dotsize, binclock.dotsize) - cr:fill() - height = height + binclock.dotsize + binclock.step - end -end - -local function factory(args) - local args = args or {} - - binclock.width = args.width or 42 - binclock.height = args.height or 18 - binclock.show_seconds = args.show_seconds or false - binclock.color_active = args.color_active or "#CCCCCC" - binclock.color_inactive = args.color_inactive or "#444444" - binclock.dotsize = math.floor(binclock.height / 5) - binclock.step = math.floor(binclock.dotsize / 3) - - binclock.widget = wibox.widget { - fit = function(self, context, width, height) - return binclock.width, binclock.height - end, - draw = function(self, context, cr, width, height) - local t = date("*t") - - local hour = string.format("%02d", t.hour) - local min = string.format("%02d", t.min) - local sec = string.format("%02d", t.sec) - - local col_count = 4 - if binclock.show_seconds then - col_count = 6 - end - local step = math.floor((binclock.width - col_count * binclock.dotsize) / 8) - - binclock.paintdot(cr, string.sub(hour, 1, 1), step, 2) - binclock.paintdot(cr, string.sub(hour, 2, 2), binclock.dotsize + 2 * step) - - binclock.paintdot(cr, string.sub(min, 1, 1), binclock.dotsize * 2 + 4 * step) - binclock.paintdot(cr, string.sub(min, 2, 2), binclock.dotsize * 3 + 5 * step) - - if binclock.show_seconds then - binclock.paintdot(cr, string.sub(sec, 1, 1), binclock.dotsize * 4 + 7 * step) - binclock.paintdot(cr, string.sub(sec, 2, 2), binclock.dotsize * 5 + 8 * step) - end - end, - layout = wibox.widget.base.make_widget - } - - binclock.timer = gears.timer { timeout = binclock.show_seconds and 1 or 60 } - - binclock.timer:connect_signal("timeout", function() - binclock.widget:emit_signal("widget::redraw_needed") - end) - - binclock.timer:start() - - return binclock -end - -return factory diff --git a/awesome/themes/powerarrow/icons/ac.png b/awesome/themes/powerarrow/icons/ac.png deleted file mode 100644 index 453af4e..0000000 Binary files a/awesome/themes/powerarrow/icons/ac.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/battery.png b/awesome/themes/powerarrow/icons/battery.png deleted file mode 100644 index 7dd78a5..0000000 Binary files a/awesome/themes/powerarrow/icons/battery.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/battery_empty.png b/awesome/themes/powerarrow/icons/battery_empty.png deleted file mode 100644 index 763aa93..0000000 Binary files a/awesome/themes/powerarrow/icons/battery_empty.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/battery_low.png b/awesome/themes/powerarrow/icons/battery_low.png deleted file mode 100644 index 626222f..0000000 Binary files a/awesome/themes/powerarrow/icons/battery_low.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/cpu.png b/awesome/themes/powerarrow/icons/cpu.png deleted file mode 100644 index c28a787..0000000 Binary files a/awesome/themes/powerarrow/icons/cpu.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/floating.png b/awesome/themes/powerarrow/icons/floating.png deleted file mode 100644 index 146a87c..0000000 Binary files a/awesome/themes/powerarrow/icons/floating.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/fwd.png b/awesome/themes/powerarrow/icons/fwd.png deleted file mode 100644 index e9b875e..0000000 Binary files a/awesome/themes/powerarrow/icons/fwd.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/hdd.png b/awesome/themes/powerarrow/icons/hdd.png deleted file mode 100644 index db4458c..0000000 Binary files a/awesome/themes/powerarrow/icons/hdd.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/mail.png b/awesome/themes/powerarrow/icons/mail.png deleted file mode 100644 index 4641aea..0000000 Binary files a/awesome/themes/powerarrow/icons/mail.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/mail_on.png b/awesome/themes/powerarrow/icons/mail_on.png deleted file mode 100644 index 65dfb3c..0000000 Binary files a/awesome/themes/powerarrow/icons/mail_on.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/mem.png b/awesome/themes/powerarrow/icons/mem.png deleted file mode 100644 index ee6d480..0000000 Binary files a/awesome/themes/powerarrow/icons/mem.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/net.png b/awesome/themes/powerarrow/icons/net.png deleted file mode 100644 index 769bfec..0000000 Binary files a/awesome/themes/powerarrow/icons/net.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/next.png b/awesome/themes/powerarrow/icons/next.png deleted file mode 100644 index 9a62593..0000000 Binary files a/awesome/themes/powerarrow/icons/next.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/note.png b/awesome/themes/powerarrow/icons/note.png deleted file mode 100644 index 19866aa..0000000 Binary files a/awesome/themes/powerarrow/icons/note.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/note_on.png b/awesome/themes/powerarrow/icons/note_on.png deleted file mode 100644 index aae5ca3..0000000 Binary files a/awesome/themes/powerarrow/icons/note_on.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/pacman.png b/awesome/themes/powerarrow/icons/pacman.png deleted file mode 100644 index bdb9b7b..0000000 Binary files a/awesome/themes/powerarrow/icons/pacman.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/pause.png b/awesome/themes/powerarrow/icons/pause.png deleted file mode 100644 index d4546e6..0000000 Binary files a/awesome/themes/powerarrow/icons/pause.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/phones.png b/awesome/themes/powerarrow/icons/phones.png deleted file mode 100644 index bec0e57..0000000 Binary files a/awesome/themes/powerarrow/icons/phones.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/play.png b/awesome/themes/powerarrow/icons/play.png deleted file mode 100644 index b228f74..0000000 Binary files a/awesome/themes/powerarrow/icons/play.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/prev.png b/awesome/themes/powerarrow/icons/prev.png deleted file mode 100644 index 4c4ca40..0000000 Binary files a/awesome/themes/powerarrow/icons/prev.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/rwd.png b/awesome/themes/powerarrow/icons/rwd.png deleted file mode 100644 index ac3d6f4..0000000 Binary files a/awesome/themes/powerarrow/icons/rwd.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/scissors.png b/awesome/themes/powerarrow/icons/scissors.png deleted file mode 100644 index 68bf003..0000000 Binary files a/awesome/themes/powerarrow/icons/scissors.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/square_sel.png b/awesome/themes/powerarrow/icons/square_sel.png deleted file mode 100755 index 874a3a5..0000000 Binary files a/awesome/themes/powerarrow/icons/square_sel.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/square_unsel.png b/awesome/themes/powerarrow/icons/square_unsel.png deleted file mode 100755 index 979642f..0000000 Binary files a/awesome/themes/powerarrow/icons/square_unsel.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/stop.png b/awesome/themes/powerarrow/icons/stop.png deleted file mode 100644 index 207915b..0000000 Binary files a/awesome/themes/powerarrow/icons/stop.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/task.png b/awesome/themes/powerarrow/icons/task.png deleted file mode 100644 index 962b51a..0000000 Binary files a/awesome/themes/powerarrow/icons/task.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/temp.png b/awesome/themes/powerarrow/icons/temp.png deleted file mode 100644 index 7952de8..0000000 Binary files a/awesome/themes/powerarrow/icons/temp.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/tile.png b/awesome/themes/powerarrow/icons/tile.png deleted file mode 100644 index d2fd6bd..0000000 Binary files a/awesome/themes/powerarrow/icons/tile.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/tilebottom.png b/awesome/themes/powerarrow/icons/tilebottom.png deleted file mode 100644 index 30513ec..0000000 Binary files a/awesome/themes/powerarrow/icons/tilebottom.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/tileleft.png b/awesome/themes/powerarrow/icons/tileleft.png deleted file mode 100644 index ddbf7bb..0000000 Binary files a/awesome/themes/powerarrow/icons/tileleft.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/tiletop.png b/awesome/themes/powerarrow/icons/tiletop.png deleted file mode 100644 index f7671bf..0000000 Binary files a/awesome/themes/powerarrow/icons/tiletop.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/titlebar/close_focus.png b/awesome/themes/powerarrow/icons/titlebar/close_focus.png deleted file mode 100644 index e9b4179..0000000 Binary files a/awesome/themes/powerarrow/icons/titlebar/close_focus.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/titlebar/close_normal.png b/awesome/themes/powerarrow/icons/titlebar/close_normal.png deleted file mode 100644 index cb0c3fa..0000000 Binary files a/awesome/themes/powerarrow/icons/titlebar/close_normal.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/titlebar/floating_focus_active.png b/awesome/themes/powerarrow/icons/titlebar/floating_focus_active.png deleted file mode 100644 index 0f9ee0d..0000000 Binary files a/awesome/themes/powerarrow/icons/titlebar/floating_focus_active.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/titlebar/floating_focus_inactive.png b/awesome/themes/powerarrow/icons/titlebar/floating_focus_inactive.png deleted file mode 100644 index d254a73..0000000 Binary files a/awesome/themes/powerarrow/icons/titlebar/floating_focus_inactive.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/titlebar/floating_normal_active.png b/awesome/themes/powerarrow/icons/titlebar/floating_normal_active.png deleted file mode 100644 index c5ce3de..0000000 Binary files a/awesome/themes/powerarrow/icons/titlebar/floating_normal_active.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/titlebar/floating_normal_inactive.png b/awesome/themes/powerarrow/icons/titlebar/floating_normal_inactive.png deleted file mode 100644 index 850b602..0000000 Binary files a/awesome/themes/powerarrow/icons/titlebar/floating_normal_inactive.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/titlebar/maximized_focus_active.png b/awesome/themes/powerarrow/icons/titlebar/maximized_focus_active.png deleted file mode 100644 index 7e8498a..0000000 Binary files a/awesome/themes/powerarrow/icons/titlebar/maximized_focus_active.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/titlebar/maximized_focus_inactive.png b/awesome/themes/powerarrow/icons/titlebar/maximized_focus_inactive.png deleted file mode 100644 index f684470..0000000 Binary files a/awesome/themes/powerarrow/icons/titlebar/maximized_focus_inactive.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/titlebar/maximized_normal_active.png b/awesome/themes/powerarrow/icons/titlebar/maximized_normal_active.png deleted file mode 100644 index 4aa4196..0000000 Binary files a/awesome/themes/powerarrow/icons/titlebar/maximized_normal_active.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/titlebar/maximized_normal_inactive.png b/awesome/themes/powerarrow/icons/titlebar/maximized_normal_inactive.png deleted file mode 100644 index bfe01a3..0000000 Binary files a/awesome/themes/powerarrow/icons/titlebar/maximized_normal_inactive.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/titlebar/ontop_focus_active.png b/awesome/themes/powerarrow/icons/titlebar/ontop_focus_active.png deleted file mode 100644 index 86e61b7..0000000 Binary files a/awesome/themes/powerarrow/icons/titlebar/ontop_focus_active.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/titlebar/ontop_focus_inactive.png b/awesome/themes/powerarrow/icons/titlebar/ontop_focus_inactive.png deleted file mode 100644 index 286d439..0000000 Binary files a/awesome/themes/powerarrow/icons/titlebar/ontop_focus_inactive.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/titlebar/ontop_normal_active.png b/awesome/themes/powerarrow/icons/titlebar/ontop_normal_active.png deleted file mode 100644 index fcee772..0000000 Binary files a/awesome/themes/powerarrow/icons/titlebar/ontop_normal_active.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/titlebar/ontop_normal_inactive.png b/awesome/themes/powerarrow/icons/titlebar/ontop_normal_inactive.png deleted file mode 100644 index a628626..0000000 Binary files a/awesome/themes/powerarrow/icons/titlebar/ontop_normal_inactive.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/titlebar/sticky_focus_active.png b/awesome/themes/powerarrow/icons/titlebar/sticky_focus_active.png deleted file mode 100644 index b10e604..0000000 Binary files a/awesome/themes/powerarrow/icons/titlebar/sticky_focus_active.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/titlebar/sticky_focus_inactive.png b/awesome/themes/powerarrow/icons/titlebar/sticky_focus_inactive.png deleted file mode 100644 index 22d7453..0000000 Binary files a/awesome/themes/powerarrow/icons/titlebar/sticky_focus_inactive.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/titlebar/sticky_normal_active.png b/awesome/themes/powerarrow/icons/titlebar/sticky_normal_active.png deleted file mode 100644 index aad079e..0000000 Binary files a/awesome/themes/powerarrow/icons/titlebar/sticky_normal_active.png and /dev/null differ diff --git a/awesome/themes/powerarrow/icons/titlebar/sticky_normal_inactive.png b/awesome/themes/powerarrow/icons/titlebar/sticky_normal_inactive.png deleted file mode 100644 index 5f3e655..0000000 Binary files a/awesome/themes/powerarrow/icons/titlebar/sticky_normal_inactive.png and /dev/null differ diff --git a/awesome/themes/powerarrow/theme.lua b/awesome/themes/powerarrow/theme.lua deleted file mode 100644 index 4afc397..0000000 --- a/awesome/themes/powerarrow/theme.lua +++ /dev/null @@ -1,381 +0,0 @@ - ---[[ - - Powerarrow Awesome WM theme - github.com/copycat-killer - ---]] - -local gears = require("gears") -local lain = require("lain") -local awful = require("awful") -local wibox = require("wibox") -local os, math, string = os, math, string - -local theme = {} -theme.dir = os.getenv("HOME") .. "/.config/awesome/themes/powerarrow" -theme.wallpaper = theme.dir .. "/wall.png" -theme.font = "xos4 Terminus 9" -theme.fg_normal = "#FEFEFE" -theme.fg_focus = "#32D6FF" -theme.fg_urgent = "#C83F11" -theme.bg_normal = "#222222" -theme.bg_focus = "#1E2320" -theme.bg_urgent = "#3F3F3F" -theme.taglist_fg_focus = "#00CCFF" -theme.tasklist_bg_focus = "#222222" -theme.tasklist_fg_focus = "#00CCFF" -theme.border_width = 1 -theme.border_normal = "#3F3F3F" -theme.border_focus = "#6F6F6F" -theme.border_marked = "#CC9393" -theme.titlebar_bg_focus = "#3F3F3F" -theme.titlebar_bg_normal = "#3F3F3F" -theme.titlebar_bg_focus = theme.bg_focus -theme.titlebar_bg_normal = theme.bg_normal -theme.titlebar_fg_focus = theme.fg_focus -theme.menu_height = 16 -theme.menu_width = 140 -theme.menu_submenu_icon = theme.dir .. "/icons/submenu.png" -theme.awesome_icon = theme.dir .. "/icons/awesome.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.widget_ac = theme.dir .. "/icons/ac.png" -theme.widget_battery = theme.dir .. "/icons/battery.png" -theme.widget_battery_low = theme.dir .. "/icons/battery_low.png" -theme.widget_battery_empty = theme.dir .. "/icons/battery_empty.png" -theme.widget_mem = theme.dir .. "/icons/mem.png" -theme.widget_cpu = theme.dir .. "/icons/cpu.png" -theme.widget_temp = theme.dir .. "/icons/temp.png" -theme.widget_net = theme.dir .. "/icons/net.png" -theme.widget_hdd = theme.dir .. "/icons/hdd.png" -theme.widget_music = theme.dir .. "/icons/note.png" -theme.widget_music_on = theme.dir .. "/icons/note_on.png" -theme.widget_music_pause = theme.dir .. "/icons/pause.png" -theme.widget_music_stop = theme.dir .. "/icons/stop.png" -theme.widget_vol = theme.dir .. "/icons/vol.png" -theme.widget_vol_low = theme.dir .. "/icons/vol_low.png" -theme.widget_vol_no = theme.dir .. "/icons/vol_no.png" -theme.widget_vol_mute = theme.dir .. "/icons/vol_mute.png" -theme.widget_mail = theme.dir .. "/icons/mail.png" -theme.widget_mail_on = theme.dir .. "/icons/mail_on.png" -theme.widget_task = theme.dir .. "/icons/task.png" -theme.widget_scissors = theme.dir .. "/icons/scissors.png" -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" - -local markup = lain.util.markup -local separators = lain.util.separators - --- Binary clock -local binclock = require("themes.powerarrow.binclock"){ - height = 16, - show_seconds = true, - color_active = theme.fg_normal, - color_inactive = theme.bg_focus -} - --- Calendar -theme.cal = lain.widget.calendar({ - --cal = "cal --color=always", - attach_to = { binclock.widget }, - notification_preset = { - font = "xos4 Terminus 10", - fg = theme.fg_normal, - bg = theme.bg_normal - } -}) - --- Taskwarrior -local task = wibox.widget.imagebox(theme.widget_task) -lain.widget.contrib.task.attach(task) -task:buttons(awful.util.table.join(awful.button({}, 1, lain.widget.contrib.task.prompt))) - --- Scissors (xsel copy and paste) -local scissors = wibox.widget.imagebox(theme.widget_scissors) -scissors:buttons(awful.util.table.join(awful.button({}, 1, function() awful.spawn("xsel | xsel -i -b") end))) - --- Mail IMAP check -local mailicon = wibox.widget.imagebox(theme.widget_mail) ---[[ commented because it needs to be set before use -mailicon:buttons(awful.util.table.join(awful.button({ }, 1, function () awful.spawn(mail) end))) -local mail = lain.widget.imap({ - timeout = 180, - server = "server", - mail = "mail", - password = "keyring get mail", - settings = function() - if mailcount > 0 then - widget:set_text(" " .. mailcount .. " ") - mailicon:set_image(theme.widget_mail_on) - else - widget:set_text("") - mailicon:set_image(theme.widget_mail) - end - end -}) ---]] - --- ALSA volume -theme.volume = lain.widget.alsabar({ - --togglechannel = "IEC958,3", - notification_preset = { font = "xos4 Terminus 10", fg = theme.fg_normal }, -}) - --- MPD -local musicplr = awful.util.terminal .. " -title Music -g 130x34-320+16 -e ncmpcpp" -local mpdicon = wibox.widget.imagebox(theme.widget_music) -mpdicon:buttons(awful.util.table.join( - awful.button({ modkey }, 1, function () awful.spawn.with_shell(musicplr) end), - awful.button({ }, 1, function () - awful.spawn.with_shell("mpc prev") - theme.mpd.update() - end), - awful.button({ }, 2, function () - awful.spawn.with_shell("mpc toggle") - theme.mpd.update() - end), - awful.button({ }, 3, function () - awful.spawn.with_shell("mpc next") - theme.mpd.update() - end))) -theme.mpd = lain.widget.mpd({ - settings = function() - if mpd_now.state == "play" then - artist = " " .. mpd_now.artist .. " " - title = mpd_now.title .. " " - mpdicon:set_image(theme.widget_music_on) - widget:set_markup(markup.font(theme.font, markup("#FF8466", artist) .. " " .. title)) - elseif mpd_now.state == "pause" then - widget:set_markup(markup.font(theme.font, " mpd paused ")) - mpdicon:set_image(theme.widget_music_pause) - else - widget:set_text("") - mpdicon:set_image(theme.widget_music) - end - end -}) - --- MEM -local memicon = wibox.widget.imagebox(theme.widget_mem) -local mem = lain.widget.mem({ - settings = function() - widget:set_markup(markup.font(theme.font, " " .. mem_now.used .. "MB ")) - end -}) - --- CPU -local cpuicon = wibox.widget.imagebox(theme.widget_cpu) -local cpu = lain.widget.cpu({ - settings = function() - widget:set_markup(markup.font(theme.font, " " .. cpu_now.usage .. "% ")) - end -}) - ---[[ Coretemp (lm_sensors, per core) -local tempwidget = awful.widget.watch({awful.util.shell, '-c', 'sensors | grep Core'}, 30, -function(widget, stdout) - local temps = "" - for line in stdout:gmatch("[^\r\n]+") do - temps = temps .. line:match("+(%d+).*°C") .. "° " -- in Celsius - end - widget:set_markup(markup.font(theme.font, " " .. temps)) -end) ---]] --- Coretemp (lain, average) -local temp = lain.widget.temp({ - settings = function() - widget:set_markup(markup.font(theme.font, " " .. coretemp_now .. "°C ")) - end -}) ---]] -local tempicon = wibox.widget.imagebox(theme.widget_temp) - --- / fs -local fsicon = wibox.widget.imagebox(theme.widget_hdd) -theme.fs = lain.widget.fs({ - options = "--exclude-type=tmpfs", - notification_preset = { fg = theme.fg_normal, bg = theme.bg_normal, font = "xos4 Terminus 10" }, - settings = function() - widget:set_markup(markup.font(theme.font, " " .. fs_now.available_gb .. "GB ")) - end -}) - --- Battery -local baticon = wibox.widget.imagebox(theme.widget_battery) -local bat = lain.widget.bat({ - settings = function() - if bat_now.status ~= "N/A" then - if bat_now.ac_status == 1 then - widget:set_markup(markup.font(theme.font, " AC ")) - baticon:set_image(theme.widget_ac) - return - elseif not bat_now.perc and tonumber(bat_now.perc) <= 5 then - baticon:set_image(theme.widget_battery_empty) - elseif not bat_now.perc and tonumber(bat_now.perc) <= 15 then - baticon:set_image(theme.widget_battery_low) - else - baticon:set_image(theme.widget_battery) - end - widget:set_markup(markup.font(theme.font, " " .. bat_now.perc .. "% ")) - else - widget:set_markup() - baticon:set_image(theme.widget_ac) - end - end -}) - --- Net -local neticon = wibox.widget.imagebox(theme.widget_net) -local net = lain.widget.net({ - settings = function() - widget:set_markup(markup.fontfg(theme.font, "#FEFEFE", " " .. net_now.received .. " ↓↑ " .. net_now.sent .. " ")) - end -}) - --- Separators -local arrow = separators.arrow_left - -function theme.powerline_rl(cr, width, height) - local arrow_depth, offset = height/2, 0 - - -- Avoid going out of the (potential) clip area - if arrow_depth < 0 then - width = width + 2*arrow_depth - offset = -arrow_depth - end - - cr:move_to(offset + arrow_depth , 0 ) - cr:line_to(offset + width , 0 ) - cr:line_to(offset + width - arrow_depth , height/2 ) - cr:line_to(offset + width , height ) - cr:line_to(offset + arrow_depth , height ) - cr:line_to(offset , height/2 ) - - cr:close_path() -end - -local function pl(widget, bgcolor, padding) - return wibox.container.background(wibox.container.margin(widget, 16, 16), bgcolor, theme.powerline_rl) -end - -function theme.at_screen_connect(s) - -- Quake application - s.quake = lain.util.quake({ app = awful.util.terminal }) - - -- If wallpaper is a function, call it with the screen - local wallpaper = theme.wallpaper - if type(wallpaper) == "function" then - wallpaper = wallpaper(s) - end - gears.wallpaper.maximized(wallpaper, s, true) - - -- Tags - awful.tag(awful.util.tagnames, s, awful.util.taglayout) - - -- Create a promptbox for each screen - s.mypromptbox = awful.widget.prompt() - -- Create an imagebox widget which will contains an icon indicating which layout we're using. - -- We need one layoutbox per screen. - s.mylayoutbox = awful.widget.layoutbox(s) - s.mylayoutbox:buttons(awful.util.table.join( - awful.button({ }, 1, function () awful.layout.inc( 1) end), - awful.button({ }, 3, function () awful.layout.inc(-1) end), - awful.button({ }, 4, function () awful.layout.inc( 1) end), - awful.button({ }, 5, function () awful.layout.inc(-1) end))) - -- Create a taglist widget - s.mytaglist = awful.widget.taglist(s, awful.widget.taglist.filter.all, awful.util.taglist_buttons) - - -- Create a tasklist widget - s.mytasklist = awful.widget.tasklist(s, awful.widget.tasklist.filter.currenttags, awful.util.tasklist_buttons) - - -- Create the wibox - s.mywibox = awful.wibar({ position = "top", screen = s, height = 16, bg = theme.bg_normal, fg = theme.fg_normal }) - - -- Add widgets to the wibox - s.mywibox:setup { - layout = wibox.layout.align.horizontal, - { -- Left widgets - layout = wibox.layout.fixed.horizontal, - --spr, - s.mytaglist, - s.mypromptbox, - spr, - }, - s.mytasklist, -- Middle widget - { -- Right widgets - layout = wibox.layout.fixed.horizontal, - wibox.widget.systray(), - wibox.container.margin(scissors, 4, 8), - --[[ using shapes - pl(wibox.widget { mpdicon, theme.mpd.widget, layout = wibox.layout.align.horizontal }, "#343434"), - pl(task, "#343434"), - --pl(wibox.widget { mailicon, mail and mail.widget, layout = wibox.layout.align.horizontal }, "#343434"), - pl(wibox.widget { memicon, mem.widget, layout = wibox.layout.align.horizontal }, "#777E76"), - pl(wibox.widget { cpuicon, cpu.widget, layout = wibox.layout.align.horizontal }, "#4B696D"), - pl(wibox.widget { tempicon, temp.widget, layout = wibox.layout.align.horizontal }, "#4B3B51"), - pl(wibox.widget { fsicon, theme.fs.widget, layout = wibox.layout.align.horizontal }, "#CB755B"), - pl(wibox.widget { baticon, bat.widget, layout = wibox.layout.align.horizontal }, "#8DAA9A"), - pl(wibox.widget { neticon, net.widget, layout = wibox.layout.align.horizontal }, "#C0C0A2"), - pl(binclock.widget, "#777E76"), - --]] - -- using separators - arrow(theme.bg_normal, "#343434"), - wibox.container.background(wibox.container.margin(wibox.widget { mailicon, mail and mail.widget, layout = wibox.layout.align.horizontal }, 4, 7), "#343434"), - arrow("#343434", theme.bg_normal), - wibox.container.background(wibox.container.margin(wibox.widget { mpdicon, theme.mpd.widget, layout = wibox.layout.align.horizontal }, 3, 6), theme.bg_focus), - arrow(theme.bg_normal, "#343434"), - wibox.container.background(wibox.container.margin(task, 3, 7), "#343434"), - arrow("#343434", "#777E76"), - wibox.container.background(wibox.container.margin(wibox.widget { memicon, mem.widget, layout = wibox.layout.align.horizontal }, 2, 3), "#777E76"), - arrow("#777E76", "#4B696D"), - wibox.container.background(wibox.container.margin(wibox.widget { cpuicon, cpu.widget, layout = wibox.layout.align.horizontal }, 3, 4), "#4B696D"), - arrow("#4B696D", "#4B3B51"), - wibox.container.background(wibox.container.margin(wibox.widget { tempicon, temp.widget, layout = wibox.layout.align.horizontal }, 4, 4), "#4B3B51"), - arrow("#4B3B51", "#CB755B"), - wibox.container.background(wibox.container.margin(wibox.widget { fsicon, theme.fs.widget, layout = wibox.layout.align.horizontal }, 3, 3), "#CB755B"), - arrow("#CB755B", "#8DAA9A"), - wibox.container.background(wibox.container.margin(wibox.widget { baticon, bat.widget, layout = wibox.layout.align.horizontal }, 3, 3), "#8DAA9A"), - arrow("#8DAA9A", "#C0C0A2"), - wibox.container.background(wibox.container.margin(wibox.widget { nil, neticon, net.widget, layout = wibox.layout.align.horizontal }, 3, 3), "#C0C0A2"), - arrow("#C0C0A2", "#777E76"), - wibox.container.background(wibox.container.margin(binclock.widget, 4, 8), "#777E76"), - arrow("#777E76", "alpha"), - --]] - s.mylayoutbox, - }, - } -end - -return theme diff --git a/awesome/themes/powerarrow/wall.png b/awesome/themes/powerarrow/wall.png deleted file mode 100644 index 0419309..0000000 Binary files a/awesome/themes/powerarrow/wall.png and /dev/null differ diff --git a/awesome/themes/rainbow/icons/awesome.png b/awesome/themes/rainbow/icons/awesome.png deleted file mode 100644 index bd2bff1..0000000 Binary files a/awesome/themes/rainbow/icons/awesome.png and /dev/null differ diff --git a/awesome/themes/rainbow/icons/square_sel.png b/awesome/themes/rainbow/icons/square_sel.png deleted file mode 100644 index 532719f..0000000 Binary files a/awesome/themes/rainbow/icons/square_sel.png and /dev/null differ diff --git a/awesome/themes/rainbow/icons/square_unsel.png b/awesome/themes/rainbow/icons/square_unsel.png deleted file mode 100644 index 72dea5b..0000000 Binary files a/awesome/themes/rainbow/icons/square_unsel.png and /dev/null differ diff --git a/awesome/themes/rainbow/icons/submenu.png b/awesome/themes/rainbow/icons/submenu.png deleted file mode 100644 index 26ab82a..0000000 Binary files a/awesome/themes/rainbow/icons/submenu.png and /dev/null differ diff --git a/awesome/themes/rainbow/theme.lua b/awesome/themes/rainbow/theme.lua deleted file mode 100644 index 7408736..0000000 --- a/awesome/themes/rainbow/theme.lua +++ /dev/null @@ -1,274 +0,0 @@ - ---[[ - - Rainbow Awesome WM theme 2.0 - github.com/copycat-killer - ---]] - -local gears = require("gears") -local lain = require("lain") -local awful = require("awful") -local wibox = require("wibox") -local os = { getenv = os.getenv } - -local theme = {} -theme.default_dir = require("awful.util").get_themes_dir() .. "default" -theme.dir = os.getenv("HOME") .. "/.config/awesome/themes/rainbow" -theme.wallpaper = theme.dir .. "/wall.png" -theme.font = "Misc Tamsyn 10.5" -theme.fg_normal = "#9E9E9E" -theme.fg_focus = "#EBEBFF" -theme.bg_normal = "#242424" -theme.bg_focus = "#242424" -theme.fg_urgent = "#000000" -theme.bg_urgent = "#FFFFFF" -theme.border_width = 1 -theme.border_normal = "#242424" -theme.border_focus = "#EBEBFF" -theme.taglist_fg_focus = "#EDEFFF" -theme.taglist_bg_focus = "#242424" -theme.menu_height = 16 -theme.menu_width = 140 -theme.ocol = "" -theme.tasklist_sticky = theme.ocol .. "[S]" -theme.tasklist_ontop = theme.ocol .. "[T]" -theme.tasklist_floating = theme.ocol .. "[F]" -theme.tasklist_maximized_horizontal = theme.ocol .. "[M] " -theme.tasklist_maximized_vertical = "" -theme.tasklist_disable_icon = true -theme.awesome_icon = theme.dir .."/icons/awesome.png" -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.useless_gap = 8 -theme.layout_txt_tile = "[t]" -theme.layout_txt_tileleft = "[l]" -theme.layout_txt_tilebottom = "[b]" -theme.layout_txt_tiletop = "[tt]" -theme.layout_txt_fairv = "[fv]" -theme.layout_txt_fairh = "[fh]" -theme.layout_txt_spiral = "[s]" -theme.layout_txt_dwindle = "[d]" -theme.layout_txt_max = "[m]" -theme.layout_txt_fullscreen = "[F]" -theme.layout_txt_magnifier = "[M]" -theme.layout_txt_floating = "[*]" -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" - --- lain related -theme.layout_txt_cascade = "[cascade]" -theme.layout_txt_cascadetile = "[cascadetile]" -theme.layout_txt_centerwork = "[centerwork]" -theme.layout_txt_termfair = "[termfair]" -theme.layout_txt_centerfair = "[centerfair]" - -local markup = lain.util.markup -local white = theme.fg_focus -local gray = theme.fg_normal - --- Textclock -local mytextclock = wibox.widget.textclock(markup(white, " %H:%M ")) -mytextclock.font = theme.font - --- Calendar -lain.widget.calendar({ - attach_to = { mytextclock }, - notification_preset = { - font = "Misc Tamsyn 11", - fg = white, - bg = theme.bg_normal - } -}) - ---[[ Mail IMAP check --- commented because it needs to be set before use -local mail = lain.widget.imap({ - timeout = 180, - server = "server", - mail = "mail", - password = "keyring get mail", - settings = function() - mail_notification_preset.fg = white - - mail = "" - count = "" - - if mailcount > 0 then - mail = "Mail " - count = mailcount .. " " - end - - widget:set_markup(markup.font(theme.font, markup(gray, mail) .. markup(white, count))) - end -}) -]] - --- MPD -theme.mpd = lain.widget.mpd({ - settings = function() - mpd_notification_preset.fg = white - - artist = mpd_now.artist .. " " - title = mpd_now.title .. " " - - if mpd_now.state == "pause" then - artist = "mpd " - title = "paused " - elseif mpd_now.state == "stop" then - artist = "" - title = "" - end - - widget:set_markup(markup.font(theme.font, markup(gray, artist) .. markup(white, title))) - end -}) - --- /home fs -theme.fs = lain.widget.fs({ - partition = "/home", - options = "--exclude-type=tmpfs", - notification_preset = { fg = white, bg = theme.bg_normal, font = "Misc Tamsyn 10.5" }, - settings = function() - hdd = "" - p = "" - - if tonumber(fs_now.used) >= 90 then - hdd = " Hdd " - p = fs_now.used .. " " - end - - widget:set_markup(markup.font(theme.font, markup(gray, hdd) .. markup(white, p))) - end -}) - --- ALSA volume bar -theme.volume = lain.widget.alsabar({ - ticks = true, width = 67, - notification_preset = { font = theme.font } -}) -theme.volume.tooltip.wibox.fg = theme.fg_focus -theme.volume.tooltip.wibox.font = theme.font -theme.volume.bar:buttons(awful.util.table.join ( - awful.button({}, 1, function() - awful.spawn.with_shell(string.format("%s -e alsamixer", terminal)) - end), - awful.button({}, 2, function() - awful.spawn(string.format("%s set %s 100%%", theme.volume.cmd, theme.volume.channel)) - theme.volume.update() - end), - awful.button({}, 3, function() - awful.spawn(string.format("%s set %s toggle", theme.volume.cmd, theme.volume.togglechannel or theme.volume.channel)) - theme.volume.update() - end), - awful.button({}, 4, function() - awful.spawn(string.format("%s set %s 1%%+", theme.volume.cmd, theme.volume.channel)) - theme.volume.update() - end), - awful.button({}, 5, function() - awful.spawn(string.format("%s set %s 1%%-", theme.volume.cmd, theme.volume.channel)) - theme.volume.update() - end) -)) -local volumebg = wibox.container.background(theme.volume.bar, "#585858", gears.shape.rectangle) -local volumewidget = wibox.container.margin(volumebg, 7, 7, 5, 5) - --- Weather -theme.weather = lain.widget.weather({ - city_id = 2643743, -- placeholder (London) - notification_preset = { font = theme.font, fg = white } -}) - --- Separators -local first = wibox.widget.textbox(markup.font("Misc Tamsyn 4", " ")) -local spr = wibox.widget.textbox(' ') - -local function update_txt_layoutbox(s) - -- Writes a string representation of the current layout in a textbox widget - local txt_l = theme["layout_txt_" .. awful.layout.getname(awful.layout.get(s))] or "" - s.mytxtlayoutbox:set_text(txt_l) -end - -function theme.at_screen_connect(s) - -- Quake application - s.quake = lain.util.quake({ app = awful.util.terminal }) - - -- If wallpaper is a function, call it with the screen - local wallpaper = theme.wallpaper - if type(wallpaper) == "function" then - wallpaper = wallpaper(s) - end - gears.wallpaper.maximized(wallpaper, s, true) - - -- Tags - awful.tag(awful.util.tagnames, s, awful.layout.layouts) - - -- Create a promptbox for each screen - s.mypromptbox = awful.widget.prompt() - - -- Textual layoutbox - s.mytxtlayoutbox = wibox.widget.textbox(theme["layout_txt_" .. awful.layout.getname(awful.layout.get(s))]) - awful.tag.attached_connect_signal(s, "property::selected", function () update_txt_layoutbox(s) end) - awful.tag.attached_connect_signal(s, "property::layout", function () update_txt_layoutbox(s) end) - s.mytxtlayoutbox:buttons(awful.util.table.join( - awful.button({}, 1, function() awful.layout.inc(1) end), - awful.button({}, 3, function() awful.layout.inc(-1) end), - awful.button({}, 4, function() awful.layout.inc(1) end), - awful.button({}, 5, function() awful.layout.inc(-1) end))) - - -- Create a taglist widget - s.mytaglist = awful.widget.taglist(s, awful.widget.taglist.filter.all, awful.util.taglist_buttons) - - -- Create a tasklist widget - s.mytasklist = awful.widget.tasklist(s, awful.widget.tasklist.filter.currenttags, awful.util.tasklist_buttons) - - -- Create the wibox - s.mywibox = awful.wibar({ position = "top", screen = s, height = 18, bg = theme.bg_normal, fg = theme.fg_normal }) - - -- Add widgets to the wibox - s.mywibox:setup { - layout = wibox.layout.align.horizontal, - { -- Left widgets - layout = wibox.layout.fixed.horizontal, - first, - s.mytaglist, - spr, - s.mytxtlayoutbox, - --spr, - s.mypromptbox, - spr, - }, - s.mytasklist, -- Middle widget - { -- Right widgets - layout = wibox.layout.fixed.horizontal, - wibox.widget.systray(), - spr, - theme.mpd.widget, - --mail.widget, - theme.fs.widget, - volumewidget, - mytextclock, - }, - } -end - -return theme diff --git a/awesome/themes/rainbow/wall.png b/awesome/themes/rainbow/wall.png deleted file mode 100644 index edb2052..0000000 Binary files a/awesome/themes/rainbow/wall.png and /dev/null differ diff --git a/awesome/themes/steamburn/icons/awesome.png b/awesome/themes/steamburn/icons/awesome.png deleted file mode 100644 index a1fdc1c..0000000 Binary files a/awesome/themes/steamburn/icons/awesome.png and /dev/null differ diff --git a/awesome/themes/steamburn/icons/square_sel.png b/awesome/themes/steamburn/icons/square_sel.png deleted file mode 100644 index 2bcabb8..0000000 Binary files a/awesome/themes/steamburn/icons/square_sel.png and /dev/null differ diff --git a/awesome/themes/steamburn/icons/square_unsel.png b/awesome/themes/steamburn/icons/square_unsel.png deleted file mode 100644 index 604d68b..0000000 Binary files a/awesome/themes/steamburn/icons/square_unsel.png and /dev/null differ diff --git a/awesome/themes/steamburn/icons/submenu.png b/awesome/themes/steamburn/icons/submenu.png deleted file mode 100644 index 12b97c6..0000000 Binary files a/awesome/themes/steamburn/icons/submenu.png and /dev/null differ diff --git a/awesome/themes/steamburn/theme.lua b/awesome/themes/steamburn/theme.lua deleted file mode 100644 index 40c7d52..0000000 --- a/awesome/themes/steamburn/theme.lua +++ /dev/null @@ -1,271 +0,0 @@ - ---[[ - - Steamburn Awesome WM theme 3.0 - github.com/copycat-killer - ---]] - -local gears = require("gears") -local lain = require("lain") -local awful = require("awful") -local wibox = require("wibox") -local os = { getenv = os.getenv } - -local theme = {} -theme.zenburn_dir = require("awful.util").get_themes_dir() .. "zenburn" -theme.dir = os.getenv("HOME") .. "/.config/awesome/themes/steamburn" -theme.wallpaper = theme.dir .. "/wall.png" -theme.font = "Misc Tamsyn 10.5" -theme.fg_normal = "#e2ccb0" -theme.fg_focus = "#d88166" -theme.fg_urgent = "#CC9393" -theme.bg_normal = "#140c0b" -theme.bg_focus = "#140c0b" -theme.bg_urgent = "#2a1f1e" -theme.border_width = 1 -theme.border_normal = "#302627" -theme.border_focus = "#c2745b" -theme.border_marked = "#CC9393" -theme.taglist_fg_focus = "#d88166" -theme.tasklist_bg_focus = "#140c0b" -theme.tasklist_fg_focus = "#d88166" -theme.taglist_squares_sel = theme.dir .. "/icons/square_sel.png" -theme.taglist_squares_unsel = theme.dir .. "/icons/square_unsel.png" -theme.menu_height = 16 -theme.menu_width = 140 -theme.awesome_icon = theme.dir .."/icons/awesome.png" -theme.menu_submenu_icon = theme.dir .. "/icons/submenu.png" -theme.layout_txt_tile = "[t]" -theme.layout_txt_tileleft = "[l]" -theme.layout_txt_tilebottom = "[b]" -theme.layout_txt_tiletop = "[tt]" -theme.layout_txt_fairv = "[fv]" -theme.layout_txt_fairh = "[fh]" -theme.layout_txt_spiral = "[s]" -theme.layout_txt_dwindle = "[d]" -theme.layout_txt_max = "[m]" -theme.layout_txt_fullscreen = "[F]" -theme.layout_txt_magnifier = "[M]" -theme.layout_txt_floating = "[|]" -theme.tasklist_plain_task_name = true -theme.tasklist_disable_icon = true -theme.useless_gap = 0 -theme.titlebar_close_button_normal = theme.zenburn_dir.."/titlebar/close_normal.png" -theme.titlebar_close_button_focus = theme.zenburn_dir.."/titlebar/close_focus.png" -theme.titlebar_minimize_button_normal = theme.zenburn_dir.."/titlebar/minimize_normal.png" -theme.titlebar_minimize_button_focus = theme.zenburn_dir.."/titlebar/minimize_focus.png" -theme.titlebar_ontop_button_normal_inactive = theme.zenburn_dir.."/titlebar/ontop_normal_inactive.png" -theme.titlebar_ontop_button_focus_inactive = theme.zenburn_dir.."/titlebar/ontop_focus_inactive.png" -theme.titlebar_ontop_button_normal_active = theme.zenburn_dir.."/titlebar/ontop_normal_active.png" -theme.titlebar_ontop_button_focus_active = theme.zenburn_dir.."/titlebar/ontop_focus_active.png" -theme.titlebar_sticky_button_normal_inactive = theme.zenburn_dir.."/titlebar/sticky_normal_inactive.png" -theme.titlebar_sticky_button_focus_inactive = theme.zenburn_dir.."/titlebar/sticky_focus_inactive.png" -theme.titlebar_sticky_button_normal_active = theme.zenburn_dir.."/titlebar/sticky_normal_active.png" -theme.titlebar_sticky_button_focus_active = theme.zenburn_dir.."/titlebar/sticky_focus_active.png" -theme.titlebar_floating_button_normal_inactive = theme.zenburn_dir.."/titlebar/floating_normal_inactive.png" -theme.titlebar_floating_button_focus_inactive = theme.zenburn_dir.."/titlebar/floating_focus_inactive.png" -theme.titlebar_floating_button_normal_active = theme.zenburn_dir.."/titlebar/floating_normal_active.png" -theme.titlebar_floating_button_focus_active = theme.zenburn_dir.."/titlebar/floating_focus_active.png" -theme.titlebar_maximized_button_normal_inactive = theme.zenburn_dir.."/titlebar/maximized_normal_inactive.png" -theme.titlebar_maximized_button_focus_inactive = theme.zenburn_dir.."/titlebar/maximized_focus_inactive.png" -theme.titlebar_maximized_button_normal_active = theme.zenburn_dir.."/titlebar/maximized_normal_active.png" -theme.titlebar_maximized_button_focus_active = theme.zenburn_dir.."/titlebar/maximized_focus_active.png" - --- lain related -theme.layout_txt_termfair = "[termfair]" -theme.layout_txt_centerfair = "[centerfair]" - -local markup = lain.util.markup -local gray = "#94928F" - --- Textclock -local mytextclock = wibox.widget.textclock(" %H:%M ") -mytextclock.font = theme.font - --- Calendar -lain.widget.calendar({ - attach_to = { mytextclock }, - notification_preset = { - font = "Misc Tamsyn 11", - fg = theme.fg_normal, - bg = theme.bg_normal - } -}) - ---[[ Mail IMAP check --- commented because it needs to be set before use -local mail = lain.widget.imap({ - timeout = 180, - server = "server", - mail = "mail", - password = "keyring get mail", - settings = function() - mail = "" - count = "" - - if mailcount > 0 then - mail = "Mail " - count = mailcount .. " " - end - - widget:set_markup(markup(gray, mail) .. count) - end -}) ---]] - --- MPD -theme.mpd = lain.widget.mpd({ - settings = function() - artist = mpd_now.artist .. " " - title = mpd_now.title .. " " - - if mpd_now.state == "pause" then - artist = "mpd " - title = "paused " - elseif mpd_now.state == "stop" then - artist = "" - title = "" - end - - widget:set_markup(markup.font(theme.font, markup(gray, artist) .. title)) - end -}) - --- CPU -local cpu = lain.widget.sysload({ - settings = function() - widget:set_markup(markup.font(theme.font, markup(gray, " Cpu ") .. load_1 .. " ")) - end -}) - --- MEM -local mem = lain.widget.mem({ - settings = function() - widget:set_markup(markup.font(theme.font, markup(gray, " Mem ") .. mem_now.used .. " ")) - end -}) - --- /home fs -theme.fs = lain.widget.fs({ - options = "--exclude-type=tmpfs", - partition = "/home", - notification_preset = { fg = theme.fg_normal, bg = theme.bg_normal, font = "Misc Tamsyn 10.5" }, -}) - --- Battery -local bat = lain.widget.bat({ - settings = function() - local perc = bat_now.perc - if bat_now.ac_status == 1 then perc = "Plug" end - widget:set_markup(markup.font(theme.font, markup(gray, " Bat ") .. perc .. " ")) - end -}) - --- Net checker -local net = lain.widget.net({ - settings = function() - if net_now.state == "up" then net_state = "On" - else net_state = "Off" end - widget:set_markup(markup.font(theme.font, markup(gray, " Net ") .. net_state .. " ")) - end -}) - --- ALSA volume -theme.volume = lain.widget.alsa({ - settings = function() - header = " Vol " - vlevel = volume_now.level - - if volume_now.status == "off" then - vlevel = vlevel .. "M " - else - vlevel = vlevel .. " " - end - - widget:set_markup(markup.font(theme.font, markup(gray, header) .. vlevel)) - end -}) - --- Weather -theme.weather = lain.widget.weather({ - city_id = 2643743, -- placeholder (London) -}) - --- Separators -local first = wibox.widget.textbox(markup.font("Misc Tamsyn 4", " ")) -local spr = wibox.widget.textbox(' ') - -local function update_txt_layoutbox(s) - -- Writes a string representation of the current layout in a textbox widget - local txt_l = theme["layout_txt_" .. awful.layout.getname(awful.layout.get(s))] or "" - s.mytxtlayoutbox:set_text(txt_l) -end - -function theme.at_screen_connect(s) - -- Quake application - s.quake = lain.util.quake({ app = awful.util.terminal }) - - -- If wallpaper is a function, call it with the screen - local wallpaper = theme.wallpaper - if type(wallpaper) == "function" then - wallpaper = wallpaper(s) - end - gears.wallpaper.maximized(wallpaper, s, true) - - -- Tags - awful.tag(awful.util.tagnames, s, awful.layout.layouts) - - -- Create a promptbox for each screen - s.mypromptbox = awful.widget.prompt() - - -- Textual layoutbox - s.mytxtlayoutbox = wibox.widget.textbox(theme["layout_txt_" .. awful.layout.getname(awful.layout.get(s))]) - awful.tag.attached_connect_signal(s, "property::selected", function () update_txt_layoutbox(s) end) - awful.tag.attached_connect_signal(s, "property::layout", function () update_txt_layoutbox(s) end) - s.mytxtlayoutbox:buttons(awful.util.table.join( - awful.button({}, 1, function() awful.layout.inc(1) end), - awful.button({}, 3, function() awful.layout.inc(-1) end), - awful.button({}, 4, function() awful.layout.inc(1) end), - awful.button({}, 5, function() awful.layout.inc(-1) end))) - - -- Create a taglist widget - s.mytaglist = awful.widget.taglist(s, awful.widget.taglist.filter.all, awful.util.taglist_buttons) - - -- Create a tasklist widget - s.mytasklist = awful.widget.tasklist(s, awful.widget.tasklist.filter.currenttags, awful.util.tasklist_buttons) - - -- Create the wibox - s.mywibox = awful.wibar({ position = "top", screen = s, height = 18 }) - - -- Add widgets to the wibox - s.mywibox:setup { - layout = wibox.layout.align.horizontal, - { -- Left widgets - layout = wibox.layout.fixed.horizontal, - first, - s.mytaglist, - spr, - s.mytxtlayoutbox, - --spr, - s.mypromptbox, - spr, - }, - s.mytasklist, -- Middle widget - { -- Right widgets - layout = wibox.layout.fixed.horizontal, - wibox.widget.systray(), - spr, - theme.mpd.widget, - --mail.widget, - cpu.widget, - mem.widget, - bat.widget, - net.widget, - theme.volume.widget, - mytextclock - }, - } -end - -return theme diff --git a/awesome/themes/steamburn/wall.png b/awesome/themes/steamburn/wall.png deleted file mode 100644 index 7bd404d..0000000 Binary files a/awesome/themes/steamburn/wall.png and /dev/null differ diff --git a/awesome/themes/vertex/icons/awesome.png b/awesome/themes/vertex/icons/awesome.png deleted file mode 100644 index 7bb940d..0000000 Binary files a/awesome/themes/vertex/icons/awesome.png and /dev/null differ diff --git a/awesome/themes/vertex/icons/bat-000-charging.png b/awesome/themes/vertex/icons/bat-000-charging.png deleted file mode 100644 index f225aa1..0000000 Binary files a/awesome/themes/vertex/icons/bat-000-charging.png and /dev/null differ diff --git a/awesome/themes/vertex/icons/bat-000.png b/awesome/themes/vertex/icons/bat-000.png deleted file mode 100644 index a87a68e..0000000 Binary files a/awesome/themes/vertex/icons/bat-000.png and /dev/null differ diff --git a/awesome/themes/vertex/icons/bat-020-charging.png b/awesome/themes/vertex/icons/bat-020-charging.png deleted file mode 100644 index 30efa91..0000000 Binary files a/awesome/themes/vertex/icons/bat-020-charging.png and /dev/null differ diff --git a/awesome/themes/vertex/icons/bat-020.png b/awesome/themes/vertex/icons/bat-020.png deleted file mode 100644 index 40fdef5..0000000 Binary files a/awesome/themes/vertex/icons/bat-020.png and /dev/null differ diff --git a/awesome/themes/vertex/icons/bat-040-charging.png b/awesome/themes/vertex/icons/bat-040-charging.png deleted file mode 100644 index 0f3962a..0000000 Binary files a/awesome/themes/vertex/icons/bat-040-charging.png and /dev/null differ diff --git a/awesome/themes/vertex/icons/bat-040.png b/awesome/themes/vertex/icons/bat-040.png deleted file mode 100644 index 6eb007d..0000000 Binary files a/awesome/themes/vertex/icons/bat-040.png and /dev/null differ diff --git a/awesome/themes/vertex/icons/bat-060-charging.png b/awesome/themes/vertex/icons/bat-060-charging.png deleted file mode 100644 index 2a8e115..0000000 Binary files a/awesome/themes/vertex/icons/bat-060-charging.png and /dev/null differ diff --git a/awesome/themes/vertex/icons/bat-060.png b/awesome/themes/vertex/icons/bat-060.png deleted file mode 100644 index 5883885..0000000 Binary files a/awesome/themes/vertex/icons/bat-060.png and /dev/null differ diff --git a/awesome/themes/vertex/icons/bat-080-charging.png b/awesome/themes/vertex/icons/bat-080-charging.png deleted file mode 100644 index 225fa2e..0000000 Binary files a/awesome/themes/vertex/icons/bat-080-charging.png and /dev/null differ diff --git a/awesome/themes/vertex/icons/bat-080.png b/awesome/themes/vertex/icons/bat-080.png deleted file mode 100644 index d3fb971..0000000 Binary files a/awesome/themes/vertex/icons/bat-080.png and /dev/null differ diff --git a/awesome/themes/vertex/icons/bat-100-charging.png b/awesome/themes/vertex/icons/bat-100-charging.png deleted file mode 100644 index 03262cd..0000000 Binary files a/awesome/themes/vertex/icons/bat-100-charging.png and /dev/null differ diff --git a/awesome/themes/vertex/icons/bat-100.png b/awesome/themes/vertex/icons/bat-100.png deleted file mode 100644 index 81831c8..0000000 Binary files a/awesome/themes/vertex/icons/bat-100.png and /dev/null differ diff --git a/awesome/themes/vertex/icons/bat-charged.png b/awesome/themes/vertex/icons/bat-charged.png deleted file mode 100644 index 3446740..0000000 Binary files a/awesome/themes/vertex/icons/bat-charged.png and /dev/null differ diff --git a/awesome/themes/vertex/icons/ethernet-connected.png b/awesome/themes/vertex/icons/ethernet-connected.png deleted file mode 100644 index 6c2c214..0000000 Binary files a/awesome/themes/vertex/icons/ethernet-connected.png and /dev/null differ diff --git a/awesome/themes/vertex/icons/ethernet-disconnected.png b/awesome/themes/vertex/icons/ethernet-disconnected.png deleted file mode 100644 index 9ce5d23..0000000 Binary files a/awesome/themes/vertex/icons/ethernet-disconnected.png and /dev/null differ diff --git a/awesome/themes/vertex/icons/panel.png b/awesome/themes/vertex/icons/panel.png deleted file mode 100644 index 2f429e5..0000000 Binary files a/awesome/themes/vertex/icons/panel.png and /dev/null differ diff --git a/awesome/themes/vertex/icons/square_sel.png b/awesome/themes/vertex/icons/square_sel.png deleted file mode 100644 index c17eb50..0000000 Binary files a/awesome/themes/vertex/icons/square_sel.png and /dev/null differ diff --git a/awesome/themes/vertex/icons/square_unsel.png b/awesome/themes/vertex/icons/square_unsel.png deleted file mode 100644 index f599d0b..0000000 Binary files a/awesome/themes/vertex/icons/square_unsel.png and /dev/null differ diff --git a/awesome/themes/vertex/icons/volume-high.png b/awesome/themes/vertex/icons/volume-high.png deleted file mode 100644 index a714794..0000000 Binary files a/awesome/themes/vertex/icons/volume-high.png and /dev/null differ diff --git a/awesome/themes/vertex/icons/volume-low.png b/awesome/themes/vertex/icons/volume-low.png deleted file mode 100644 index 3810a3a..0000000 Binary files a/awesome/themes/vertex/icons/volume-low.png and /dev/null differ diff --git a/awesome/themes/vertex/icons/volume-medium.png b/awesome/themes/vertex/icons/volume-medium.png deleted file mode 100644 index 16f932b..0000000 Binary files a/awesome/themes/vertex/icons/volume-medium.png and /dev/null differ diff --git a/awesome/themes/vertex/icons/volume-muted-blocked.png b/awesome/themes/vertex/icons/volume-muted-blocked.png deleted file mode 100644 index 5d049ce..0000000 Binary files a/awesome/themes/vertex/icons/volume-muted-blocked.png and /dev/null differ diff --git a/awesome/themes/vertex/icons/volume-muted.png b/awesome/themes/vertex/icons/volume-muted.png deleted file mode 100644 index b6b276b..0000000 Binary files a/awesome/themes/vertex/icons/volume-muted.png and /dev/null differ diff --git a/awesome/themes/vertex/icons/volume-off.png b/awesome/themes/vertex/icons/volume-off.png deleted file mode 100644 index 8a6d8c5..0000000 Binary files a/awesome/themes/vertex/icons/volume-off.png and /dev/null differ diff --git a/awesome/themes/vertex/icons/wireless-disconnected.png b/awesome/themes/vertex/icons/wireless-disconnected.png deleted file mode 100644 index 8a2bc24..0000000 Binary files a/awesome/themes/vertex/icons/wireless-disconnected.png and /dev/null differ diff --git a/awesome/themes/vertex/icons/wireless-full.png b/awesome/themes/vertex/icons/wireless-full.png deleted file mode 100644 index 29d40a6..0000000 Binary files a/awesome/themes/vertex/icons/wireless-full.png and /dev/null differ diff --git a/awesome/themes/vertex/icons/wireless-high.png b/awesome/themes/vertex/icons/wireless-high.png deleted file mode 100644 index b3622ec..0000000 Binary files a/awesome/themes/vertex/icons/wireless-high.png and /dev/null differ diff --git a/awesome/themes/vertex/icons/wireless-low.png b/awesome/themes/vertex/icons/wireless-low.png deleted file mode 100644 index 1d06946..0000000 Binary files a/awesome/themes/vertex/icons/wireless-low.png and /dev/null differ diff --git a/awesome/themes/vertex/icons/wireless-medium.png b/awesome/themes/vertex/icons/wireless-medium.png deleted file mode 100644 index 6bd0ec5..0000000 Binary files a/awesome/themes/vertex/icons/wireless-medium.png and /dev/null differ diff --git a/awesome/themes/vertex/icons/wireless-none.png b/awesome/themes/vertex/icons/wireless-none.png deleted file mode 100644 index 0d43617..0000000 Binary files a/awesome/themes/vertex/icons/wireless-none.png and /dev/null differ diff --git a/awesome/themes/vertex/theme.lua b/awesome/themes/vertex/theme.lua deleted file mode 100644 index 5746bcd..0000000 --- a/awesome/themes/vertex/theme.lua +++ /dev/null @@ -1,463 +0,0 @@ - ---[[ - - Vertex Awesome WM theme - github.com/copycat-killer - ---]] - -local gears = require("gears") -local lain = require("lain") -local awful = require("awful") -local wibox = require("wibox") -local math, string, tag, tonumber, type, os = math, string, tag, tonumber, type, os - -local theme = {} -theme.default_dir = require("awful.util").get_themes_dir() .. "default" -theme.icon_dir = os.getenv("HOME") .. "/.config/awesome/themes/vertex/icons" -theme.wallpaper = os.getenv("HOME") .. "/.config/awesome/themes/vertex/wall.png" -theme.font = "Roboto Bold 10" -theme.taglist_font = "FontAwesome 17" -theme.fg_normal = "#FFFFFF" -theme.fg_focus = "#6A95EB" -theme.bg_focus = "#303030" -theme.bg_normal = "#242424" -theme.fg_urgent = "#CC9393" -theme.bg_urgent = "#006B8E" -theme.border_width = 4 -theme.border_normal = "#252525" -theme.border_focus = "#7CA2EE" -theme.tooltip_border_color = theme.fg_focus -theme.tooltip_border_width = theme.border_width -theme.menu_height = 24 -theme.menu_width = 140 -theme.awesome_icon = theme.icon_dir .. "/awesome.png" -theme.taglist_squares_sel = theme.icon_dir .. "/square_sel.png" -theme.taglist_squares_unsel = theme.icon_dir .. "/square_unsel.png" -theme.panelbg = theme.icon_dir .. "/panel.png" -theme.bat000charging = theme.icon_dir .. "/bat-000-charging.png" -theme.bat000 = theme.icon_dir .. "/bat-000.png" -theme.bat020charging = theme.icon_dir .. "/bat-020-charging.png" -theme.bat020 = theme.icon_dir .. "/bat-020.png" -theme.bat040charging = theme.icon_dir .. "/bat-040-charging.png" -theme.bat040 = theme.icon_dir .. "/bat-040.png" -theme.bat060charging = theme.icon_dir .. "/bat-060-charging.png" -theme.bat060 = theme.icon_dir .. "/bat-060.png" -theme.bat080charging = theme.icon_dir .. "/bat-080-charging.png" -theme.bat080 = theme.icon_dir .. "/bat-080.png" -theme.bat100charging = theme.icon_dir .. "/bat-100-charging.png" -theme.bat100 = theme.icon_dir .. "/bat-100.png" -theme.batcharged = theme.icon_dir .. "/bat-charged.png" -theme.ethon = theme.icon_dir .. "/ethernet-connected.png" -theme.ethoff = theme.icon_dir .. "/ethernet-disconnected.png" -theme.volhigh = theme.icon_dir .. "/volume-high.png" -theme.vollow = theme.icon_dir .. "/volume-low.png" -theme.volmed = theme.icon_dir .. "/volume-medium.png" -theme.volmutedblocked = theme.icon_dir .. "/volume-muted-blocked.png" -theme.volmuted = theme.icon_dir .. "/volume-muted.png" -theme.voloff = theme.icon_dir .. "/volume-off.png" -theme.wifidisc = theme.icon_dir .. "/wireless-disconnected.png" -theme.wififull = theme.icon_dir .. "/wireless-full.png" -theme.wifihigh = theme.icon_dir .. "/wireless-high.png" -theme.wifilow = theme.icon_dir .. "/wireless-low.png" -theme.wifimed = theme.icon_dir .. "/wireless-medium.png" -theme.wifinone = theme.icon_dir .. "/wireless-none.png" -theme.layout_fairh = theme.default_dir.."/layouts/fairhw.png" -theme.layout_fairv = theme.default_dir.."/layouts/fairvw.png" -theme.layout_floating = theme.default_dir.."/layouts/floatingw.png" -theme.layout_magnifier = theme.default_dir.."/layouts/magnifierw.png" -theme.layout_max = theme.default_dir.."/layouts/maxw.png" -theme.layout_fullscreen = theme.default_dir.."/layouts/fullscreenw.png" -theme.layout_tilebottom = theme.default_dir.."/layouts/tilebottomw.png" -theme.layout_tileleft = theme.default_dir.."/layouts/tileleftw.png" -theme.layout_tile = theme.default_dir.."/layouts/tilew.png" -theme.layout_tiletop = theme.default_dir.."/layouts/tiletopw.png" -theme.layout_spiral = theme.default_dir.."/layouts/spiralw.png" -theme.layout_dwindle = theme.default_dir.."/layouts/dwindlew.png" -theme.layout_cornernw = theme.default_dir.."/layouts/cornernww.png" -theme.layout_cornerne = theme.default_dir.."/layouts/cornernew.png" -theme.layout_cornersw = theme.default_dir.."/layouts/cornersww.png" -theme.layout_cornerse = theme.default_dir.."/layouts/cornersew.png" -theme.tasklist_plain_task_name = true -theme.tasklist_disable_icon = true -theme.useless_gap = 10 -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" - --- http://fontawesome.io/cheatsheet -awful.util.tagnames = { " ", " ", " ", " ", " ", " ", " ", " ", " " } - -local markup = lain.util.markup - --- Clock ---os.setlocale(os.getenv("LANG")) -- to localize the clock -local mytextclock = wibox.widget.textclock(markup("#FFFFFF", "%a %d %b, %H:%M")) -mytextclock.font = theme.font -lain.widget.calendar({ - attach_to = { mytextclock }, - notification_preset = { - fg = "#FFFFFF", - bg = theme.bg_normal, - position = "top_middle", - font = "Monospace 10" - } -}) - --- Battery -local baticon = wibox.widget.imagebox(theme.bat000) -local battooltip = awful.tooltip({ - objects = { baticon }, - margin_leftright = 15, - margin_topbottom = 12 -}) -battooltip.wibox.fg = theme.fg_normal -battooltip.textbox.font = theme.font -battooltip.timeout = 0 -battooltip:set_shape(function(cr, width, height) - gears.shape.infobubble(cr, width, height, corner_radius, arrow_size, width - 35) -end) -local bat = lain.widget.bat({ - settings = function() - local index, perc = "bat", tonumber(bat_now.perc) or 0 - - if perc <= 7 then - index = index .. "000" - elseif perc <= 20 then - index = index .. "020" - elseif perc <= 40 then - index = index .. "040" - elseif perc <= 60 then - index = index .. "060" - elseif perc <= 80 then - index = index .. "080" - elseif perc <= 100 then - index = index .. "100" - end - - if bat_now.ac_status == 1 then - index = index .. "charging" - end - - baticon:set_image(theme[index]) - battooltip:set_markup(string.format("\n%s%%, %s", perc, bat_now.time)) - end -}) - --- MPD -theme.mpd = lain.widget.mpd({ - music_dir = "/mnt/storage/Downloads/Music", - settings = function() - if mpd_now.state == "play" then - title = mpd_now.title - artist = " " .. mpd_now.artist .. " " - elseif mpd_now.state == "pause" then - title = "mpd " - artist = "paused " - else - title = "" - artist = "" - end - - widget:set_markup(markup.font(theme.font, title .. markup(theme.fg_focus, artist))) - end -}) - --- ALSA volume -local volicon = wibox.widget.imagebox() -theme.volume = lain.widget.alsabar({ - --togglechannel = "IEC958,3", - notification_preset = { font = "Monospace 12", fg = theme.fg_normal }, - settings = function() - local index, perc = "", tonumber(volume_now.level) or 0 - - if volume_now.status == "off" then - index = "volmutedblocked" - else - if perc <= 5 then - index = "volmuted" - elseif perc <= 25 then - index = "vollow" - elseif perc <= 75 then - index = "volmed" - else - index = "volhigh" - end - end - - volicon:set_image(theme[index]) - end -}) -volicon:buttons(awful.util.table.join ( - awful.button({}, 1, function() - awful.spawn.with_shell(string.format("%s -e alsamixer", awful.util.terminal)) - end), - awful.button({}, 2, function() - awful.spawn(string.format("%s set %s 100%%", theme.volume.cmd, theme.volume.channel)) - theme.volume.notify() - end), - awful.button({}, 3, function() - awful.spawn(string.format("%s set %s toggle", theme.volume.cmd, theme.volume.togglechannel or theme.volume.channel)) - theme.volume.notify() - end), - awful.button({}, 4, function() - awful.spawn(string.format("%s set %s 1%%+", theme.volume.cmd, theme.volume.channel)) - theme.volume.notify() - end), - awful.button({}, 5, function() - awful.spawn(string.format("%s set %s 1%%-", theme.volume.cmd, theme.volume.channel)) - theme.volume.notify() - end) -)) - --- Wifi carrier and signal strength -local wificon = wibox.widget.imagebox() -local wifitooltip = awful.tooltip({ - objects = { wificon }, - margin_leftright = 15, - margin_topbottom = 15 -}) -wifitooltip.wibox.fg = theme.fg_normal -wifitooltip.textbox.font = theme.font -wifitooltip.timeout = 0 -wifitooltip:set_shape(function(cr, width, height) - gears.shape.infobubble(cr, width, height, corner_radius, arrow_size, width - 120) -end) -local mywifisig = awful.widget.watch( - { awful.util.shell, "-c", "awk 'NR==3 {printf(\"%d-%.0f\\n\",$2, $3*10/7)}' /proc/net/wireless; iw dev wlan0 link" }, - 2, - function(widget, stdout) - local carrier, perc = stdout:match("(%d)-(%d+)") - local tiptext = stdout:gsub("(%d)-(%d+)", ""):gsub("%s+$", "") - - if carrier == "1" then - wificon:set_image(theme.wifidisc) - wifitooltip:set_markup("No carrier") - else - perc = tonumber(perc) - if perc <= 5 then - wificon:set_image(theme.wifinone) - elseif perc <= 25 then - wificon:set_image(theme.wifilow) - elseif perc <= 50 then - wificon:set_image(theme.wifimed) - elseif perc <= 75 then - wificon:set_image(theme.wifihigh) - else - wificon:set_image(theme.wififull) - end - wifitooltip:set_markup(tiptext) - end - end -) -wificon:connect_signal("button::press", function() awful.spawn(string.format("%s -e wavemon", awful.util.terminal)) end) - --- Weather -theme.weather = lain.widget.weather({ - city_id = 2643743, -- placeholder (London) - notification_preset = { font = "Monospace 10" }, - settings = function() - units = math.floor(weather_now["main"]["temp"]) - widget:set_markup(" " .. markup.font(theme.font, units .. "°C") .. " ") - end -}) - --- Launcher -local mylauncher = awful.widget.button({image = theme.awesome_icon}) -mylauncher:connect_signal("button::press", function() awful.util.mymainmenu:toggle() end) - --- Separators -local space = wibox.widget.textbox(" ") -local rspace1 = wibox.widget.textbox() -local rspace0 = wibox.widget.textbox() -local rspace2 = wibox.widget.textbox() -local rspace3 = wibox.widget.textbox() -local tspace1 = wibox.widget.textbox() -tspace1.forced_width = 18 -rspace1.forced_width = 16 -rspace0.forced_width = 18 -rspace2.forced_width = 19 -rspace3.forced_width = 21 - -local lspace1 = wibox.widget.textbox() -local lspace2 = wibox.widget.textbox() -local lspace3 = wibox.widget.textbox() -lspace1.forced_height = 18 -lspace2.forced_height = 10 -lspace3.forced_height = 16 - -local barcolor = gears.color({ - type = "linear", - from = { 0, 46 }, - to = { 46, 46 }, - stops = { {0, theme.bg_focus}, {0.9, "#457be7"} } -}) - -local barcolor2 = gears.color({ - type = "linear", - from = { 0, 46 }, - to = { 46, 46 }, - stops = { {0, "#323232"}, {1, theme.bg_normal} } -}) - -local dockshape = function(cr, width, height) - gears.shape.partially_rounded_rect(cr, width, height, false, true, true, false, 6) -end - -function theme.vertical_wibox(s) - -- Create the vertical wibox - s.dockheight = (40 * s.workarea.height)/100 - - s.myleftwibox = wibox({ screen = s, x=0, y=s.workarea.height/2 - s.dockheight/2, width = 6, height = s.dockheight, fg = theme.fg_normal, bg = barcolor2, ontop = true, visible = true, type = "dock" }) - - if s.index > 1 and s.myleftwibox.y == 0 then - s.myleftwibox.y = screen[1].myleftwibox.y - end - - -- Add widgets to the vertical wibox - s.myleftwibox:setup { - layout = wibox.layout.align.vertical, - { - layout = wibox.layout.fixed.vertical, - lspace1, - s.mytaglist, - lspace2, - s.layoutb, - wibox.container.margin(mylauncher, 5, 8, 13, 0), - }, - } - - -- Add toggling functionalities - s.docktimer = gears.timer{ timeout = 2 } - s.docktimer:connect_signal("timeout", function() - local s = awful.screen.focused() - s.myleftwibox.width = 6 - s.layoutb.visible = false - mylauncher.visible = false - if s.docktimer.started then - s.docktimer:stop() - end - end) - tag.connect_signal("property::selected", function(t) - local s = t.screen or awful.screen.focused() - s.myleftwibox.width = 46 - s.layoutb.visible = true - mylauncher.visible = true - gears.surface.apply_shape_bounding(s.myleftwibox, dockshape) - if not s.docktimer.started then - s.docktimer:start() - end - end) - - s.myleftwibox:connect_signal("mouse::leave", function() - local s = awful.screen.focused() - s.myleftwibox.width = 6 - s.layoutb.visible = false - mylauncher.visible = false - end) - - s.myleftwibox:connect_signal("mouse::enter", function() - local s = awful.screen.focused() - s.myleftwibox.width = 46 - s.layoutb.visible = true - mylauncher.visible = true - gears.surface.apply_shape_bounding(s.myleftwibox, dockshape) - end) -end - - -function theme.at_screen_connect(s) - -- Quake application - s.quake = lain.util.quake({ app = awful.util.terminal, border = theme.border_width }) - - -- If wallpaper is a function, call it with the screen - local wallpaper = theme.wallpaper - if type(wallpaper) == "function" then - wallpaper = wallpaper(s) - end - gears.wallpaper.maximized(wallpaper, s, true) - - -- Tags - awful.tag(awful.util.tagnames, s, awful.layout.layouts) - - -- Create a promptbox for each screen - s.mypromptbox = awful.widget.prompt() - s.mypromptbox.bg = "#00000000" - - -- Create an imagebox widget which will contains an icon indicating which layout we're using. - -- We need one layoutbox per screen. - s.mylayoutbox = awful.widget.layoutbox(s) - s.mylayoutbox:buttons(awful.util.table.join( - awful.button({ }, 1, function () awful.layout.inc( 1) end), - awful.button({ }, 3, function () awful.layout.inc(-1) end), - awful.button({ }, 4, function () awful.layout.inc( 1) end), - awful.button({ }, 5, function () awful.layout.inc(-1) end))) - s.layoutb = wibox.container.margin(s.mylayoutbox, 8, 11, 3, 3) - - -- Create a taglist widget - s.mytaglist = awful.widget.taglist(s, awful.widget.taglist.filter.all, awful.util.taglist_buttons, { - font = theme.taglist_font, - shape = gears.shape.rectangle, - spacing = 10, - square_unsel = theme.square_unsel, - bg_focus = barcolor - }, nil, wibox.layout.fixed.vertical()) - - -- Create a tasklist widget - s.mytasklist = awful.widget.tasklist(s, awful.widget.tasklist.filter.focused, awful.util.tasklist_buttons, { bg_focus = "#00000000" }) - - -- Create the wibox - s.mywibox = awful.wibar({ position = "top", screen = s, height = 25, bg = gears.color.create_png_pattern(theme.panelbg) }) - - -- Add widgets to the wibox - s.mywibox:setup { - layout = wibox.layout.align.horizontal, - { -- Left widgets - layout = wibox.layout.fixed.horizontal, - s.mypromptbox, - tspace1, - wibox.container.constraint(s.mytasklist, "exact", s.workarea.width/2.6), - }, - { -- Middle widgets - layout = wibox.layout.flex.horizontal, - space, - mytextclock, - }, - { -- Right widgets - layout = wibox.layout.fixed.horizontal, - wibox.container.constraint(wibox.widget { nil, nil, theme.mpd.widget, layout = wibox.layout.align.horizontal }, "exact", s.workarea.width/3), - rspace0, - theme.weather.icon, - theme.weather.widget, - rspace1, - wificon, - rspace0, - volicon, - rspace2, - baticon, - rspace3, - wibox.widget.systray(), - }, - } - - gears.timer.delayed_call(theme.vertical_wibox, s) -end - -return theme diff --git a/awesome/themes/vertex/wall.png b/awesome/themes/vertex/wall.png deleted file mode 100644 index 28e1df1..0000000 Binary files a/awesome/themes/vertex/wall.png and /dev/null differ