├── LICENSE ├── README.md ├── easyeffectstray ├── easyeffectstray.desktop ├── easyeffectstray.png ├── easyeffectstray.svg ├── easyeffectstray_bypassed.png └── install.sh /LICENSE: -------------------------------------------------------------------------------- 1 | GNU GENERAL PUBLIC LICENSE 2 | Version 3, 29 June 2007 3 | 4 | Copyright (C) 2007 Free Software Foundation, Inc. 5 | Everyone is permitted to copy and distribute verbatim copies 6 | of this license document, but changing it is not allowed. 7 | 8 | Preamble 9 | 10 | The GNU General Public License is a free, copyleft license for 11 | software and other kinds of works. 12 | 13 | The licenses for most software and other practical works are designed 14 | to take away your freedom to share and change the works. By contrast, 15 | the GNU General Public License is intended to guarantee your freedom to 16 | share and change all versions of a program--to make sure it remains free 17 | software for all its users. We, the Free Software Foundation, use the 18 | GNU General Public License for most of our software; it applies also to 19 | any other work released this way by its authors. You can apply it to 20 | your programs, too. 21 | 22 | When we speak of free software, we are referring to freedom, not 23 | price. Our General Public Licenses are designed to make sure that you 24 | have the freedom to distribute copies of free software (and charge for 25 | them if you wish), that you receive source code or can get it if you 26 | want it, that you can change the software or use pieces of it in new 27 | free programs, and that you know you can do these things. 28 | 29 | To protect your rights, we need to prevent others from denying you 30 | these rights or asking you to surrender the rights. Therefore, you have 31 | certain responsibilities if you distribute copies of the software, or if 32 | you modify it: responsibilities to respect the freedom of others. 33 | 34 | For example, if you distribute copies of such a program, whether 35 | gratis or for a fee, you must pass on to the recipients the same 36 | freedoms that you received. You must make sure that they, too, receive 37 | or can get the source code. And you must show them these terms so they 38 | know their rights. 39 | 40 | Developers that use the GNU GPL protect your rights with two steps: 41 | (1) assert copyright on the software, and (2) offer you this License 42 | giving you legal permission to copy, distribute and/or modify it. 43 | 44 | For the developers' and authors' protection, the GPL clearly explains 45 | that there is no warranty for this free software. For both users' and 46 | authors' sake, the GPL requires that modified versions be marked as 47 | changed, so that their problems will not be attributed erroneously to 48 | authors of previous versions. 49 | 50 | Some devices are designed to deny users access to install or run 51 | modified versions of the software inside them, although the manufacturer 52 | can do so. This is fundamentally incompatible with the aim of 53 | protecting users' freedom to change the software. The systematic 54 | pattern of such abuse occurs in the area of products for individuals to 55 | use, which is precisely where it is most unacceptable. Therefore, we 56 | have designed this version of the GPL to prohibit the practice for those 57 | products. If such problems arise substantially in other domains, we 58 | stand ready to extend this provision to those domains in future versions 59 | of the GPL, as needed to protect the freedom of users. 60 | 61 | Finally, every program is threatened constantly by software patents. 62 | States should not allow patents to restrict development and use of 63 | software on general-purpose computers, but in those that do, we wish to 64 | avoid the special danger that patents applied to a free program could 65 | make it effectively proprietary. To prevent this, the GPL assures that 66 | patents cannot be used to render the program non-free. 67 | 68 | The precise terms and conditions for copying, distribution and 69 | modification follow. 70 | 71 | TERMS AND CONDITIONS 72 | 73 | 0. Definitions. 74 | 75 | "This License" refers to version 3 of the GNU General Public License. 76 | 77 | "Copyright" also means copyright-like laws that apply to other kinds of 78 | works, such as semiconductor masks. 79 | 80 | "The Program" refers to any copyrightable work licensed under this 81 | License. Each licensee is addressed as "you". "Licensees" and 82 | "recipients" may be individuals or organizations. 83 | 84 | To "modify" a work means to copy from or adapt all or part of the work 85 | in a fashion requiring copyright permission, other than the making of an 86 | exact copy. The resulting work is called a "modified version" of the 87 | earlier work or a work "based on" the earlier work. 88 | 89 | A "covered work" means either the unmodified Program or a work based 90 | on the Program. 91 | 92 | To "propagate" a work means to do anything with it that, without 93 | permission, would make you directly or secondarily liable for 94 | infringement under applicable copyright law, except executing it on a 95 | computer or modifying a private copy. Propagation includes copying, 96 | distribution (with or without modification), making available to the 97 | public, and in some countries other activities as well. 98 | 99 | To "convey" a work means any kind of propagation that enables other 100 | parties to make or receive copies. Mere interaction with a user through 101 | a computer network, with no transfer of a copy, is not conveying. 102 | 103 | An interactive user interface displays "Appropriate Legal Notices" 104 | to the extent that it includes a convenient and prominently visible 105 | feature that (1) displays an appropriate copyright notice, and (2) 106 | tells the user that there is no warranty for the work (except to the 107 | extent that warranties are provided), that licensees may convey the 108 | work under this License, and how to view a copy of this License. If 109 | the interface presents a list of user commands or options, such as a 110 | menu, a prominent item in the list meets this criterion. 111 | 112 | 1. Source Code. 113 | 114 | The "source code" for a work means the preferred form of the work 115 | for making modifications to it. "Object code" means any non-source 116 | form of a work. 117 | 118 | A "Standard Interface" means an interface that either is an official 119 | standard defined by a recognized standards body, or, in the case of 120 | interfaces specified for a particular programming language, one that 121 | is widely used among developers working in that language. 122 | 123 | The "System Libraries" of an executable work include anything, other 124 | than the work as a whole, that (a) is included in the normal form of 125 | packaging a Major Component, but which is not part of that Major 126 | Component, and (b) serves only to enable use of the work with that 127 | Major Component, or to implement a Standard Interface for which an 128 | implementation is available to the public in source code form. A 129 | "Major Component", in this context, means a major essential component 130 | (kernel, window system, and so on) of the specific operating system 131 | (if any) on which the executable work runs, or a compiler used to 132 | produce the work, or an object code interpreter used to run it. 133 | 134 | The "Corresponding Source" for a work in object code form means all 135 | the source code needed to generate, install, and (for an executable 136 | work) run the object code and to modify the work, including scripts to 137 | control those activities. However, it does not include the work's 138 | System Libraries, or general-purpose tools or generally available free 139 | programs which are used unmodified in performing those activities but 140 | which are not part of the work. For example, Corresponding Source 141 | includes interface definition files associated with source files for 142 | the work, and the source code for shared libraries and dynamically 143 | linked subprograms that the work is specifically designed to require, 144 | such as by intimate data communication or control flow between those 145 | subprograms and other parts of the work. 146 | 147 | The Corresponding Source need not include anything that users 148 | can regenerate automatically from other parts of the Corresponding 149 | Source. 150 | 151 | The Corresponding Source for a work in source code form is that 152 | same work. 153 | 154 | 2. Basic Permissions. 155 | 156 | All rights granted under this License are granted for the term of 157 | copyright on the Program, and are irrevocable provided the stated 158 | conditions are met. This License explicitly affirms your unlimited 159 | permission to run the unmodified Program. The output from running a 160 | covered work is covered by this License only if the output, given its 161 | content, constitutes a covered work. This License acknowledges your 162 | rights of fair use or other equivalent, as provided by copyright law. 163 | 164 | You may make, run and propagate covered works that you do not 165 | convey, without conditions so long as your license otherwise remains 166 | in force. You may convey covered works to others for the sole purpose 167 | of having them make modifications exclusively for you, or provide you 168 | with facilities for running those works, provided that you comply with 169 | the terms of this License in conveying all material for which you do 170 | not control copyright. Those thus making or running the covered works 171 | for you must do so exclusively on your behalf, under your direction 172 | and control, on terms that prohibit them from making any copies of 173 | your copyrighted material outside their relationship with you. 174 | 175 | Conveying under any other circumstances is permitted solely under 176 | the conditions stated below. Sublicensing is not allowed; section 10 177 | makes it unnecessary. 178 | 179 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law. 180 | 181 | No covered work shall be deemed part of an effective technological 182 | measure under any applicable law fulfilling obligations under article 183 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or 184 | similar laws prohibiting or restricting circumvention of such 185 | measures. 186 | 187 | When you convey a covered work, you waive any legal power to forbid 188 | circumvention of technological measures to the extent such circumvention 189 | is effected by exercising rights under this License with respect to 190 | the covered work, and you disclaim any intention to limit operation or 191 | modification of the work as a means of enforcing, against the work's 192 | users, your or third parties' legal rights to forbid circumvention of 193 | technological measures. 194 | 195 | 4. Conveying Verbatim Copies. 196 | 197 | You may convey verbatim copies of the Program's source code as you 198 | receive it, in any medium, provided that you conspicuously and 199 | appropriately publish on each copy an appropriate copyright notice; 200 | keep intact all notices stating that this License and any 201 | non-permissive terms added in accord with section 7 apply to the code; 202 | keep intact all notices of the absence of any warranty; and give all 203 | recipients a copy of this License along with the Program. 204 | 205 | You may charge any price or no price for each copy that you convey, 206 | and you may offer support or warranty protection for a fee. 207 | 208 | 5. Conveying Modified Source Versions. 209 | 210 | You may convey a work based on the Program, or the modifications to 211 | produce it from the Program, in the form of source code under the 212 | terms of section 4, provided that you also meet all of these conditions: 213 | 214 | a) The work must carry prominent notices stating that you modified 215 | it, and giving a relevant date. 216 | 217 | b) The work must carry prominent notices stating that it is 218 | released under this License and any conditions added under section 219 | 7. This requirement modifies the requirement in section 4 to 220 | "keep intact all notices". 221 | 222 | c) You must license the entire work, as a whole, under this 223 | License to anyone who comes into possession of a copy. This 224 | License will therefore apply, along with any applicable section 7 225 | additional terms, to the whole of the work, and all its parts, 226 | regardless of how they are packaged. This License gives no 227 | permission to license the work in any other way, but it does not 228 | invalidate such permission if you have separately received it. 229 | 230 | d) If the work has interactive user interfaces, each must display 231 | Appropriate Legal Notices; however, if the Program has interactive 232 | interfaces that do not display Appropriate Legal Notices, your 233 | work need not make them do so. 234 | 235 | A compilation of a covered work with other separate and independent 236 | works, which are not by their nature extensions of the covered work, 237 | and which are not combined with it such as to form a larger program, 238 | in or on a volume of a storage or distribution medium, is called an 239 | "aggregate" if the compilation and its resulting copyright are not 240 | used to limit the access or legal rights of the compilation's users 241 | beyond what the individual works permit. Inclusion of a covered work 242 | in an aggregate does not cause this License to apply to the other 243 | parts of the aggregate. 244 | 245 | 6. Conveying Non-Source Forms. 246 | 247 | You may convey a covered work in object code form under the terms 248 | of sections 4 and 5, provided that you also convey the 249 | machine-readable Corresponding Source under the terms of this License, 250 | in one of these ways: 251 | 252 | a) Convey the object code in, or embodied in, a physical product 253 | (including a physical distribution medium), accompanied by the 254 | Corresponding Source fixed on a durable physical medium 255 | customarily used for software interchange. 256 | 257 | b) Convey the object code in, or embodied in, a physical product 258 | (including a physical distribution medium), accompanied by a 259 | written offer, valid for at least three years and valid for as 260 | long as you offer spare parts or customer support for that product 261 | model, to give anyone who possesses the object code either (1) a 262 | copy of the Corresponding Source for all the software in the 263 | product that is covered by this License, on a durable physical 264 | medium customarily used for software interchange, for a price no 265 | more than your reasonable cost of physically performing this 266 | conveying of source, or (2) access to copy the 267 | Corresponding Source from a network server at no charge. 268 | 269 | c) Convey individual copies of the object code with a copy of the 270 | written offer to provide the Corresponding Source. This 271 | alternative is allowed only occasionally and noncommercially, and 272 | only if you received the object code with such an offer, in accord 273 | with subsection 6b. 274 | 275 | d) Convey the object code by offering access from a designated 276 | place (gratis or for a charge), and offer equivalent access to the 277 | Corresponding Source in the same way through the same place at no 278 | further charge. You need not require recipients to copy the 279 | Corresponding Source along with the object code. If the place to 280 | copy the object code is a network server, the Corresponding Source 281 | may be on a different server (operated by you or a third party) 282 | that supports equivalent copying facilities, provided you maintain 283 | clear directions next to the object code saying where to find the 284 | Corresponding Source. Regardless of what server hosts the 285 | Corresponding Source, you remain obligated to ensure that it is 286 | available for as long as needed to satisfy these requirements. 287 | 288 | e) Convey the object code using peer-to-peer transmission, provided 289 | you inform other peers where the object code and Corresponding 290 | Source of the work are being offered to the general public at no 291 | charge under subsection 6d. 292 | 293 | A separable portion of the object code, whose source code is excluded 294 | from the Corresponding Source as a System Library, need not be 295 | included in conveying the object code work. 296 | 297 | A "User Product" is either (1) a "consumer product", which means any 298 | tangible personal property which is normally used for personal, family, 299 | or household purposes, or (2) anything designed or sold for incorporation 300 | into a dwelling. In determining whether a product is a consumer product, 301 | doubtful cases shall be resolved in favor of coverage. For a particular 302 | product received by a particular user, "normally used" refers to a 303 | typical or common use of that class of product, regardless of the status 304 | of the particular user or of the way in which the particular user 305 | actually uses, or expects or is expected to use, the product. A product 306 | is a consumer product regardless of whether the product has substantial 307 | commercial, industrial or non-consumer uses, unless such uses represent 308 | the only significant mode of use of the product. 309 | 310 | "Installation Information" for a User Product means any methods, 311 | procedures, authorization keys, or other information required to install 312 | and execute modified versions of a covered work in that User Product from 313 | a modified version of its Corresponding Source. The information must 314 | suffice to ensure that the continued functioning of the modified object 315 | code is in no case prevented or interfered with solely because 316 | modification has been made. 317 | 318 | If you convey an object code work under this section in, or with, or 319 | specifically for use in, a User Product, and the conveying occurs as 320 | part of a transaction in which the right of possession and use of the 321 | User Product is transferred to the recipient in perpetuity or for a 322 | fixed term (regardless of how the transaction is characterized), the 323 | Corresponding Source conveyed under this section must be accompanied 324 | by the Installation Information. But this requirement does not apply 325 | if neither you nor any third party retains the ability to install 326 | modified object code on the User Product (for example, the work has 327 | been installed in ROM). 328 | 329 | The requirement to provide Installation Information does not include a 330 | requirement to continue to provide support service, warranty, or updates 331 | for a work that has been modified or installed by the recipient, or for 332 | the User Product in which it has been modified or installed. Access to a 333 | network may be denied when the modification itself materially and 334 | adversely affects the operation of the network or violates the rules and 335 | protocols for communication across the network. 336 | 337 | Corresponding Source conveyed, and Installation Information provided, 338 | in accord with this section must be in a format that is publicly 339 | documented (and with an implementation available to the public in 340 | source code form), and must require no special password or key for 341 | unpacking, reading or copying. 342 | 343 | 7. Additional Terms. 344 | 345 | "Additional permissions" are terms that supplement the terms of this 346 | License by making exceptions from one or more of its conditions. 347 | Additional permissions that are applicable to the entire Program shall 348 | be treated as though they were included in this License, to the extent 349 | that they are valid under applicable law. If additional permissions 350 | apply only to part of the Program, that part may be used separately 351 | under those permissions, but the entire Program remains governed by 352 | this License without regard to the additional permissions. 353 | 354 | When you convey a copy of a covered work, you may at your option 355 | remove any additional permissions from that copy, or from any part of 356 | it. (Additional permissions may be written to require their own 357 | removal in certain cases when you modify the work.) You may place 358 | additional permissions on material, added by you to a covered work, 359 | for which you have or can give appropriate copyright permission. 360 | 361 | Notwithstanding any other provision of this License, for material you 362 | add to a covered work, you may (if authorized by the copyright holders of 363 | that material) supplement the terms of this License with terms: 364 | 365 | a) Disclaiming warranty or limiting liability differently from the 366 | terms of sections 15 and 16 of this License; or 367 | 368 | b) Requiring preservation of specified reasonable legal notices or 369 | author attributions in that material or in the Appropriate Legal 370 | Notices displayed by works containing it; or 371 | 372 | c) Prohibiting misrepresentation of the origin of that material, or 373 | requiring that modified versions of such material be marked in 374 | reasonable ways as different from the original version; or 375 | 376 | d) Limiting the use for publicity purposes of names of licensors or 377 | authors of the material; or 378 | 379 | e) Declining to grant rights under trademark law for use of some 380 | trade names, trademarks, or service marks; or 381 | 382 | f) Requiring indemnification of licensors and authors of that 383 | material by anyone who conveys the material (or modified versions of 384 | it) with contractual assumptions of liability to the recipient, for 385 | any liability that these contractual assumptions directly impose on 386 | those licensors and authors. 387 | 388 | All other non-permissive additional terms are considered "further 389 | restrictions" within the meaning of section 10. If the Program as you 390 | received it, or any part of it, contains a notice stating that it is 391 | governed by this License along with a term that is a further 392 | restriction, you may remove that term. If a license document contains 393 | a further restriction but permits relicensing or conveying under this 394 | License, you may add to a covered work material governed by the terms 395 | of that license document, provided that the further restriction does 396 | not survive such relicensing or conveying. 397 | 398 | If you add terms to a covered work in accord with this section, you 399 | must place, in the relevant source files, a statement of the 400 | additional terms that apply to those files, or a notice indicating 401 | where to find the applicable terms. 402 | 403 | Additional terms, permissive or non-permissive, may be stated in the 404 | form of a separately written license, or stated as exceptions; 405 | the above requirements apply either way. 406 | 407 | 8. Termination. 408 | 409 | You may not propagate or modify a covered work except as expressly 410 | provided under this License. Any attempt otherwise to propagate or 411 | modify it is void, and will automatically terminate your rights under 412 | this License (including any patent licenses granted under the third 413 | paragraph of section 11). 414 | 415 | However, if you cease all violation of this License, then your 416 | license from a particular copyright holder is reinstated (a) 417 | provisionally, unless and until the copyright holder explicitly and 418 | finally terminates your license, and (b) permanently, if the copyright 419 | holder fails to notify you of the violation by some reasonable means 420 | prior to 60 days after the cessation. 421 | 422 | Moreover, your license from a particular copyright holder is 423 | reinstated permanently if the copyright holder notifies you of the 424 | violation by some reasonable means, this is the first time you have 425 | received notice of violation of this License (for any work) from that 426 | copyright holder, and you cure the violation prior to 30 days after 427 | your receipt of the notice. 428 | 429 | Termination of your rights under this section does not terminate the 430 | licenses of parties who have received copies or rights from you under 431 | this License. If your rights have been terminated and not permanently 432 | reinstated, you do not qualify to receive new licenses for the same 433 | material under section 10. 434 | 435 | 9. Acceptance Not Required for Having Copies. 436 | 437 | You are not required to accept this License in order to receive or 438 | run a copy of the Program. Ancillary propagation of a covered work 439 | occurring solely as a consequence of using peer-to-peer transmission 440 | to receive a copy likewise does not require acceptance. However, 441 | nothing other than this License grants you permission to propagate or 442 | modify any covered work. These actions infringe copyright if you do 443 | not accept this License. Therefore, by modifying or propagating a 444 | covered work, you indicate your acceptance of this License to do so. 445 | 446 | 10. Automatic Licensing of Downstream Recipients. 447 | 448 | Each time you convey a covered work, the recipient automatically 449 | receives a license from the original licensors, to run, modify and 450 | propagate that work, subject to this License. You are not responsible 451 | for enforcing compliance by third parties with this License. 452 | 453 | An "entity transaction" is a transaction transferring control of an 454 | organization, or substantially all assets of one, or subdividing an 455 | organization, or merging organizations. If propagation of a covered 456 | work results from an entity transaction, each party to that 457 | transaction who receives a copy of the work also receives whatever 458 | licenses to the work the party's predecessor in interest had or could 459 | give under the previous paragraph, plus a right to possession of the 460 | Corresponding Source of the work from the predecessor in interest, if 461 | the predecessor has it or can get it with reasonable efforts. 462 | 463 | You may not impose any further restrictions on the exercise of the 464 | rights granted or affirmed under this License. For example, you may 465 | not impose a license fee, royalty, or other charge for exercise of 466 | rights granted under this License, and you may not initiate litigation 467 | (including a cross-claim or counterclaim in a lawsuit) alleging that 468 | any patent claim is infringed by making, using, selling, offering for 469 | sale, or importing the Program or any portion of it. 470 | 471 | 11. Patents. 472 | 473 | A "contributor" is a copyright holder who authorizes use under this 474 | License of the Program or a work on which the Program is based. The 475 | work thus licensed is called the contributor's "contributor version". 476 | 477 | A contributor's "essential patent claims" are all patent claims 478 | owned or controlled by the contributor, whether already acquired or 479 | hereafter acquired, that would be infringed by some manner, permitted 480 | by this License, of making, using, or selling its contributor version, 481 | but do not include claims that would be infringed only as a 482 | consequence of further modification of the contributor version. For 483 | purposes of this definition, "control" includes the right to grant 484 | patent sublicenses in a manner consistent with the requirements of 485 | this License. 486 | 487 | Each contributor grants you a non-exclusive, worldwide, royalty-free 488 | patent license under the contributor's essential patent claims, to 489 | make, use, sell, offer for sale, import and otherwise run, modify and 490 | propagate the contents of its contributor version. 491 | 492 | In the following three paragraphs, a "patent license" is any express 493 | agreement or commitment, however denominated, not to enforce a patent 494 | (such as an express permission to practice a patent or covenant not to 495 | sue for patent infringement). To "grant" such a patent license to a 496 | party means to make such an agreement or commitment not to enforce a 497 | patent against the party. 498 | 499 | If you convey a covered work, knowingly relying on a patent license, 500 | and the Corresponding Source of the work is not available for anyone 501 | to copy, free of charge and under the terms of this License, through a 502 | publicly available network server or other readily accessible means, 503 | then you must either (1) cause the Corresponding Source to be so 504 | available, or (2) arrange to deprive yourself of the benefit of the 505 | patent license for this particular work, or (3) arrange, in a manner 506 | consistent with the requirements of this License, to extend the patent 507 | license to downstream recipients. "Knowingly relying" means you have 508 | actual knowledge that, but for the patent license, your conveying the 509 | covered work in a country, or your recipient's use of the covered work 510 | in a country, would infringe one or more identifiable patents in that 511 | country that you have reason to believe are valid. 512 | 513 | If, pursuant to or in connection with a single transaction or 514 | arrangement, you convey, or propagate by procuring conveyance of, a 515 | covered work, and grant a patent license to some of the parties 516 | receiving the covered work authorizing them to use, propagate, modify 517 | or convey a specific copy of the covered work, then the patent license 518 | you grant is automatically extended to all recipients of the covered 519 | work and works based on it. 520 | 521 | A patent license is "discriminatory" if it does not include within 522 | the scope of its coverage, prohibits the exercise of, or is 523 | conditioned on the non-exercise of one or more of the rights that are 524 | specifically granted under this License. You may not convey a covered 525 | work if you are a party to an arrangement with a third party that is 526 | in the business of distributing software, under which you make payment 527 | to the third party based on the extent of your activity of conveying 528 | the work, and under which the third party grants, to any of the 529 | parties who would receive the covered work from you, a discriminatory 530 | patent license (a) in connection with copies of the covered work 531 | conveyed by you (or copies made from those copies), or (b) primarily 532 | for and in connection with specific products or compilations that 533 | contain the covered work, unless you entered into that arrangement, 534 | or that patent license was granted, prior to 28 March 2007. 535 | 536 | Nothing in this License shall be construed as excluding or limiting 537 | any implied license or other defenses to infringement that may 538 | otherwise be available to you under applicable patent law. 539 | 540 | 12. No Surrender of Others' Freedom. 541 | 542 | If conditions are imposed on you (whether by court order, agreement or 543 | otherwise) that contradict the conditions of this License, they do not 544 | excuse you from the conditions of this License. If you cannot convey a 545 | covered work so as to satisfy simultaneously your obligations under this 546 | License and any other pertinent obligations, then as a consequence you may 547 | not convey it at all. For example, if you agree to terms that obligate you 548 | to collect a royalty for further conveying from those to whom you convey 549 | the Program, the only way you could satisfy both those terms and this 550 | License would be to refrain entirely from conveying the Program. 551 | 552 | 13. Use with the GNU Affero General Public License. 553 | 554 | Notwithstanding any other provision of this License, you have 555 | permission to link or combine any covered work with a work licensed 556 | under version 3 of the GNU Affero General Public License into a single 557 | combined work, and to convey the resulting work. The terms of this 558 | License will continue to apply to the part which is the covered work, 559 | but the special requirements of the GNU Affero General Public License, 560 | section 13, concerning interaction through a network will apply to the 561 | combination as such. 562 | 563 | 14. Revised Versions of this License. 564 | 565 | The Free Software Foundation may publish revised and/or new versions of 566 | the GNU General Public License from time to time. Such new versions will 567 | be similar in spirit to the present version, but may differ in detail to 568 | address new problems or concerns. 569 | 570 | Each version is given a distinguishing version number. If the 571 | Program specifies that a certain numbered version of the GNU General 572 | Public License "or any later version" applies to it, you have the 573 | option of following the terms and conditions either of that numbered 574 | version or of any later version published by the Free Software 575 | Foundation. If the Program does not specify a version number of the 576 | GNU General Public License, you may choose any version ever published 577 | by the Free Software Foundation. 578 | 579 | If the Program specifies that a proxy can decide which future 580 | versions of the GNU General Public License can be used, that proxy's 581 | public statement of acceptance of a version permanently authorizes you 582 | to choose that version for the Program. 583 | 584 | Later license versions may give you additional or different 585 | permissions. However, no additional obligations are imposed on any 586 | author or copyright holder as a result of your choosing to follow a 587 | later version. 588 | 589 | 15. Disclaimer of Warranty. 590 | 591 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY 592 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT 593 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY 594 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, 595 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 596 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM 597 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF 598 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 599 | 600 | 16. Limitation of Liability. 601 | 602 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 603 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS 604 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY 605 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE 606 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF 607 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD 608 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), 609 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF 610 | SUCH DAMAGES. 611 | 612 | 17. Interpretation of Sections 15 and 16. 613 | 614 | If the disclaimer of warranty and limitation of liability provided 615 | above cannot be given local legal effect according to their terms, 616 | reviewing courts shall apply local law that most closely approximates 617 | an absolute waiver of all civil liability in connection with the 618 | Program, unless a warranty or assumption of liability accompanies a 619 | copy of the Program in return for a fee. 620 | 621 | END OF TERMS AND CONDITIONS 622 | 623 | How to Apply These Terms to Your New Programs 624 | 625 | If you develop a new program, and you want it to be of the greatest 626 | possible use to the public, the best way to achieve this is to make it 627 | free software which everyone can redistribute and change under these terms. 628 | 629 | To do so, attach the following notices to the program. It is safest 630 | to attach them to the start of each source file to most effectively 631 | state the exclusion of warranty; and each file should have at least 632 | the "copyright" line and a pointer to where the full notice is found. 633 | 634 | 635 | Copyright (C) 636 | 637 | This program is free software: you can redistribute it and/or modify 638 | it under the terms of the GNU General Public License as published by 639 | the Free Software Foundation, either version 3 of the License, or 640 | (at your option) any later version. 641 | 642 | This program is distributed in the hope that it will be useful, 643 | but WITHOUT ANY WARRANTY; without even the implied warranty of 644 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 645 | GNU General Public License for more details. 646 | 647 | You should have received a copy of the GNU General Public License 648 | along with this program. If not, see . 649 | 650 | Also add information on how to contact you by electronic and paper mail. 651 | 652 | If the program does terminal interaction, make it output a short 653 | notice like this when it starts in an interactive mode: 654 | 655 | Copyright (C) 656 | This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 657 | This is free software, and you are welcome to redistribute it 658 | under certain conditions; type `show c' for details. 659 | 660 | The hypothetical commands `show w' and `show c' should show the appropriate 661 | parts of the General Public License. Of course, your program's commands 662 | might be different; for a GUI interface, you would use an "about box". 663 | 664 | You should also get your employer (if you work as a programmer) or school, 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. 666 | For more information on this, and how to apply and follow the GNU GPL, see 667 | . 668 | 669 | The GNU General Public License does not permit incorporating your program 670 | into proprietary programs. If your program is a subroutine library, you 671 | may consider it more useful to permit linking proprietary applications with 672 | the library. If this is what you want to do, use the GNU Lesser General 673 | Public License instead of this License. But first, please read 674 | . 675 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ~~Pulse~~EasyEffectsTray 0.1 2 | 3 | This is some kind of quick'n'dirty stand-alone add-on for ~~Pulse~~EasyEffects by Wellington Wallace: 4 | 5 | https://github.com/wwmm/easyeffects 6 | 7 | It creates a GTK3 status icon in the taskbar (tray) to toggle bypass state on left-click and offering a menu to select from the available presets for in- and outputs on right-click. 8 | Additionally the icon and EasyEffects can be killed. 9 | 10 | It requires Python3 and GTK3 (`python3-gi` on Debian based OS) for python. Make the file `easyeffectstray` executable: 11 | 12 | ``` 13 | chmod a+x easyeffectstray 14 | ``` 15 | 16 | And execute it. 17 | 18 | Alternatively run the script `install.sh` as root to install the script to `/usr/local/bin`, the icon to `/usr/share/pixmaps` and the application starter to `/usr/share/applications`. This makes the tray icon available in application menus. 19 | 20 | The PNGs are not required on run-time since graphics data is base64 encoded in the script itself. So most minimal setup is to just have the executable lying around somewhere. 21 | 22 | If you have EasyEffects >= v4.7.4 installed, the icon can be used to toggle visibility of the window instead of toggling bypass. To make use of this feature, make sure to run the easyeffects daemon (argument `--gapplication-service`) and start easyeffectstray with the argument `-h`. 23 | 24 | If you'd like to bypass EasyEffects on click in hide-to-tray mode, create a fresh preset called `Bypass`, disable all signal processors and save the settings to the preset. It will appear in the tray icons menu then. 25 | -------------------------------------------------------------------------------- /easyeffectstray: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python3 2 | 3 | ACTIVE = """iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz 4 | AAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAACAASURB 5 | VHic7Z15fFTV3f8/3zszWQhbSIAQ1gTCDlZBrQKKS/uz1vax2iCKqG2Vtk+fLtYFC1pHUVDB2qfL 6 | Y9VarTtEca+4giCCLSj7TgKEJGwh7JBlzvf3RxJkSTLLvWfOOTPn/XqdlziT+Z7PfM+5n3vOPfee 7 | IViMhgtL0w/V+PMEI49AnQHOFoSOEJRFhCzgeEmp/wRlNnwyBUBGQ5jDANU0vF5V/x9Ug7gSoEoG 8 | KgGqdCD2ALSHiXc4wJbWKXUlVNT9aPy+rcVrSLUAS3h4Ageqynb28/kxlBmDwcgHoReAXgA6q1WH 9 | nQBKAGwBUEKMlSGBlZldO6+nJ6lWrTRLOKwBaEZpYWl6Ro1vuAPfuQwxFKAhAAbi+BncGGoArAF4 10 | JcFZIRD64nBKaEl3O2LQCmsAitn5/Z2dA8TnMPEwh2kEAyMBpKnWJYk6gJYzeKEDWsoiNK/D27nb 11 | VItKZqwBxBkezf6qzN3fFIKvcIBLGXwWkrkdGMUAPiLCO5k1Bz+g9wqqVUtKJpK348WRyqu2d2MR 12 | +B6YvwPgYnx98c1yModA+JgFzSHhezv7newy1YISHWsAkij/Xnl2iuO7nInHo/6gd1RrMgwBxiIm 13 | FJHwFXV8q2O5akGJiDUADyn/Xnm230/XAM4YMI+EPei9QgCYz6BZtVQ7q9vr3SpVC0oUrAF4wO4r 14 | y4cJOBMAjAeQrlpPglMN0FtgPNnpzU4fE4hVCzIZawAxsqtwV06oJnQjEd0MoI9qPUnKJga/KFg8 15 | 3fXNrqWqxZiINYAoKbu67Eyf8N3G4DEAAqr1WAAAtQSaWcd1j3Z7o9sy1WJMwhpAhJT/oHwkgyYS 16 | 8F3YvGkMLWSBh3Pf7PyOnR6Ex3bkFuDR7C/P3DEewO2ovxvPYggMrAIwo2tVzos0j+pU69EVawBN 17 | wEF2ypbvuJqABwD0Va3H4ootxDytS6DL01REIdVidMMawAkwmMqv3nkFs5gC0Bmq9Vg8ZS0YD3U9 18 | I+cFCpJQLUYXrAE0UPqD8stA9DCAoaq1WCRCtIxJTOzxau4HqqXoQNIbQOnVuwqA0IPMKFStxRJP 19 | +CP20a97FnVZo1qJSpLWAEquLGnv+NLuAuM3AFJV67EooRbEj9c5ab/vXdRhv2oxKkg6A2Awbbu6 20 | 4mZmmgpCtmo9Fi3YxYS7er2a82yyLR0mlQFsu3Jn7zqfeIKAS1RrsWjJAnbELflFXderFhIvksIA 21 | 5o5mf6+snb9g8IOwj+JaWuYoEx45RnunDioaVKNajGwS3gA2FZYPI4Gn7bKeJRoI+CrEfHPB7Nwv 22 | VWuRScIaAAfZKV6985fM/AjM20/Pogd1DDzYh3KmJOpNRAlpAJsLy3sI0PNgXKBaiyUhWMTsXN/3 23 | tc7FqoV4TcIZwMYfVhQy8ASATNVaLAnFAWL+RcFruS+oFuIlCWMAy8fvyEg/iicYPE61FktC8882 24 | 1fzfuW/nHlEtxAsSwgA2Fe7qE0JoNoAhqrVYkoIVjuNcVTCz82bVQtxivAGsH1NxOTNegB3yW+LL 25 | ASK+sd+s3DdUC3GDsQbAYFo7ZsedxJgKu/mmRQ1MjEf6Dc6ZZOoThkYawPLxOzL8x/hlAr6nWovF 26 | AvCbtWnOuDOezzmsWkm0GGcAa67a3YX9tW8DGKZai8VyAsvr6sQVZ8zutl21kGgwygBWX1sxiAW/ 27 | C0ZP1VosllMhoIxJfHfwzG7LVWuJFGMMYPnY7Zc4wnkNQDvVWiyWFjjoMMYMKsqdo1pIJBhhACvG 28 | ll8HxrOw23BbzKCGiG8Y8krXmaqFhEN7A1gxpvwWJvwN9kq/xSxCIP7pGa90fVq1kJbQ2gC+uqbi 29 | vwn8Z9iD32ImzMBvz5yZ+0fVQppDWwNYNrZsIjM9pFqHxeIapuCZs7rcp1pGU2hpAF+OLZ8C4G7V 30 | OiwWzyC+/6yXu96rWsapaGcAS68pn0yEB1TrsFi8hgiTznw5d5pqHSeilQF8eW3ZL5npT6p1WCyy 31 | YKLbh7/c5VHVOhrRxgCWjq24icH/gEaaVJDeI4Dsi9LRdnAqUjr6AADVu0M4uLIae+YewdFS+zN3 32 | hsME/HTYK7lPqRYCaHKwLRlbfh0TnkcSX+2nAKHHDW3R8eJWzbcKA7s/PoJtzx8A1ybV7tWJRoiZ 33 | x52jwX0Cyg3gP2MrRjPx+0jiffsoQOh3Vwe0GRBZCg6uqcH6h/daEzCbWiK+/OyXun6kUoRSA1g8 34 | rmIgCV4IoL1KHarp+eO26HRJq6g+s+vDI9j67AFJiixx4kDIcUae/2LOSlUClA25l1y/uwsE/4uB 35 | 9gwgWUt6jwA6XRzdwQ8AHS9phbTufuX6bXFV2jpCvLX42p2dm2jiuKBkBLBkQnmr2sP4BIxzVdSv 36 | Ez3Ht0HO/4vtt0oq5hzGthcOeqzIooClrXzOhSr2E4j7CICD7NQcoleYca4GDqy8tBsc+++Sthuc 37 | qly/LZ6UYYdD4gUOctyPR3+8K1y4oSJod/L5mpQsX8yfTc32gT3UYlHKlYs27JgMYEo8K42r4ywY 38 | t+MKAJM1cFxtii8t9lmYL42U67fFuyLAwc+uq7gccSRuI4BPrystAELPMyXvWn9TMLO7zyfXr1kn 39 | Og7ALyy8ZtvZI2b2iMuW43E5GN8fvyPDIZrNSX7Fv6niFtX6bfG8ZIYCvtlLJpRHvzQUA3ExgHQO 40 | PcGgwfGoy2IxHsbQI4f4L/GoSroBzB9Xfj0zxmngrFoWt6jWb4ukQvjR/OvKxkIyUq8BfDq2rLsg 41 | tk/3SYSV38xtkQUTHv/4uvJFl7yUu1VWHdJGAMEgO8JPzzGQqdxNNS5uUa3fFqmlvePw87MKOfa1 42 | 4jBIGwGM2lw2iUGjZcVPFFyvAnikw6Ito7JSKu4AIGV7PCkjgE+uKx8Gdn6vgYNqX9yiWr8tcegj 43 | hPs/vKHsTEjA8xHA3NHsD/nKn4Tdwz8u2GsAyQAHiPHMkglLzh7+5PBaLyN7bgC13SruJOAsr+Na 44 | msaLUYTFCM6oOtblNwCmexnU0ynARzds7wviu1UPmUwqblGt35Y4FsZ9c64v7QMP8WwEwGD6gMsf 45 | B5DuVUxLeLwwEYsxpDvke4rBFxO8uQfcMwN4f3zFzSBc7FW8ZMH9swAeCbEYAYNHv39j+U34J57x 46 | Ip4nU4DXbyppz8RTlQ+RDCxuUa3fFgWF8dCHEzZ78ivZnowAUjlwLwPZXsSyRIcXJmIxjk41x9Im 47 | A7jTbSDXA8j3byrvHxJYAbAWy35tugfQ/cJWyBqYivTs+huoju4JYc/qamz/9AgObvd0FcU133q6 48 | k6vPf/iTXVH9vWn5ORXT9XtIDYOHfPe5bhvcBHE9Aqhj8QcQKT/4HT9h4Li26D46A3SKrbXu6kfr 49 | rn70/FYGSucexpqXDkDUJca5M9JrAKbnx3T9Ekgh0HQA/+UmiKsRwDs3lF0KwoduYniB4yecfVsH 50 | ZPWPbF/9ynXV+M+jVVp0km8/1dHV5z+4ZXfYvzE5P4D5+qUi6LIrns99P9aPx3wRkOv3opmh/III 51 | gAHXtYm4cwBAVv9U9B/bRrluL7pnoucnEfRLLQ5PZRdrQTEbwNs3lhUy4QzVCWjTPYAeo6PfVrvn 52 | RRlo3U39vvpuSfT8mK4/DuWsd26ouDLqBDUQkwHMKmQfHASZ6scBKkv3C9JOmxNGAjlA91HpyvW7 53 | JdHzY7r+eBTh8JRgjFuKx3QRMJBRdp1gDIjls16TNSA15ptpsgemeHIWVkk4/abnx3T98YEHfWNr 54 | eSGAqH9sNGrXaNicQJutvdNd7KufnqV+iOiWRM+P6frjVpjvnxvkqE/o0X+gdfkNzOgX7edk4U+N 55 | fSHD37Cvvkpkbwhien5M1x9H+u7bun0sgBei+VBUBsBgeh3bb+dYJmWaYvq99LL12/yYgwDdyeAX 56 | o3lQKKopwOyflF0uQAOVD3dOKG5JdP2y45uen0QqAIa8+uOKb0WTn6hGACGB23Qz1GTfUy+cftPz 57 | Y7r+uCNCtwH4INI/j3gE8MqPt58BYLRql0u0M4Rs/bLjm56fhCtE35510/ZvRJqfiEcADtOdoASc 58 | UZn+jWTrt/kxDibcCuDGSP42ohHArJtKcpi4ULm7NVHcolo/M7srCZ4f0/UrytnY2eN3RPSYaUQj 59 | APYFfsSs5y6/yT5HDKff9PyYrl8RKTWB0I2IYAPRsAbAYHqFy37siSwNibaDtO8WQP6oVsgZmIZW 60 | DTepHK6sw8411ShecAT74vw8uuwObvoBZHr7xg7fzOAZ4ZYEwxrAKz8pu5gBT3ci1Ylonqcfdm07 61 | 9L7g9OfR2+UG0C43gIJLWmPTp4fx5Sv74/Yoqr0PoGVMb18X9H3pJ6Wj8DTmt/RHYQ1AALd4p0k/ 62 | ImlGx08Y/ZsO6NQvFQCjpVFpnwtboU2OD/P+uDcuncSOAFrG9PZ1A8O5BWjZAFq8CPjPG7ZnCeBK 63 | 1Rc1WiySL6IxgLPGtm3oHJHRuV8qzhzTNtILNq7QIT+2ffUsAH744s+3Zrb0XVo0ACdA1wJIVf1F 64 | VB5A7bsF0OeC6J9HL7gwA+26BpR3cLfY9m2aiNtXbUkTtb7Clr5Hy8uAhEImQOfilnDx80elA4j+ 65 | wAQx8kemK9cvO75tX/U5aqkIYExL+WnWAJ6fsKWLAI/QwMWUniFyohgankrOgBTl+mXHt+2rPkdh 66 | 8jf6pZt3dm7uOzR7EVCwbwwDsT+MHSdkrxNnuHgePaOD35NO3BLh4pu+jp7s7esBvlqquxrA/zX1 67 | ZgsGQC0OHRKFcA3oS4m9E/pT5R9ApseXjent6wXMPAbRGMBTN2/vxsTflKpKE7zYl8/G1xebHwDA 68 | qKd/vC33J//oUX7qG01eA/CT+H5z71m8xe0qgMUSAQ45zhVNvdHkCIAJlyVL3zJ9Dm16fNmY3r6e 69 | QXwZgCdPffk0A5hVuDrlANNFcRHlAbo3oOr4uucnbP2a61ednyi4dFbh6pQxRYNqTnzxNAPY1779 70 | BUSidfx0qcWLtWYbX19sfo7TZn9W2/MBzDvxxSamAPwdg1zNNaafQU2PLxvT29dTBL6DcAbA9XOF 71 | pMH0A8j0+LKx+TmJ7wCYeOILJxnAUzcXdw4RBspUkNU1gP4jMtB1QCradKiv/mBlHbavq8a6hYex 72 | tyy6561dO7jiIaJs/brnJ2z9muuPNr7X/T9KBj/+sx2dfv63nF2NL5xkAHX+wEhZlubzE84f0w4D 73 | Rp7+vHX7Ln607+LHoNEZWDP/EBa9egCheD1Pb+MrjS8bXfKjSf8n4przALzZ+MLJUwDBI2T86IfP 74 | T7j8l1nI7dvyfddEwKALWyOzSwDv/rkyLiZg+hzR9Piy0aF9der/DBqBEwzgpJt9QkRSHv45f0w7 75 | dClIifjmli4FKTjvh3o8T2/jqy2y9cuOL7v/R10II07Uf9wA/nBraToI3/D6ccQO3QIYMKJV1Ikd 76 | ODIDmV0D4etw+zy94sdRZceXnR/pxfD2ld7/oy3AsGduKklrrOe4AaQc4bMZSPHacfqfF/vz1v3P 77 | S1fv4G47oGL9suObPgKQ3b6y+38MJfVQWsqwxvwcNwAGzvEg36fRtV9KzJ/tPiD2Z7VNwW0HtOiN 78 | jv2fOHRu47+PXwQUoDNkrJi0zvTF3FFbtXM8OQu0hI2vNr5sVOdHy/5PGNr4z69XARwMlVFZwMXv 79 | u6ekkfJ1XLdnWdX64x0/u2sAg87PQPf+qWiTVd+9DlTWoXRdNVYvPIzK8jj/boLi9tWy/zOGNP7T 80 | DwBPTFgSOAr0l1CVa8I1j+sGdPVp/ePHKz8+P+GCH7bD4CbWuTvk+NEhx4+hF2Zg5YJDWPBa5Ovc 81 | tn0lxCQaFAyyPxikOj8AHE7p3J9CiH2y0lJltgETPr7PT/j+LzqgW0H4ffWHjMpAh5wA3virHvd5 82 | yI6vaf9P7VCxrS+ANX4AoDoMlT2UjJVEb0BNO0hU8S/4YbuGgz8yuhakYNTVbTF35v7YhUVIMuQ/ 83 | Fmp9NASNBiB8PEhWTe7nWHJTbOO7i5+d68eg89OjbufB57fC8gWHUFlR50ZeWFTnR9f+z4zBAGb6 84 | G/4nX0otHmAd3F182fkZdN7pc/5IIAcYeF4rzJ99oOX6bftKgZz6Y77+Mi0hT9aSsukNaLp+2fG7 85 | 902JOUc9+qUq15+sUzxm6gU0GIBg6qXriq/qDmLjt0xGeyfmTt7a3uehLD6D8wDAP/32HRniaE1H 86 | SfXYdfQEj5+i4zr3CaiOr3H/zwneVJLmDx2t7oWYZnHxwdQhVqTxTR+Cmh7fLQbHp/T0lJ5+Aacn 87 | SazG9AY0Xb/s+KbnJ5kNjEnkOQTkSqzDYrFoCjvcxc8ksgF5MwCN50A2vgfxbfuGeV/j/DBRtl+A 88 | srS9AAD1Qyydh3CRxLf61cZ3i+T4WX4AWVLnGcmd4ISPb9s3zPta50dk+RnIklqHS1Q3oOz4eneQ 89 | xNefzPGZKcsviLJlrgK4xc7hbHyZ8ZO8fbP9ALe3UwAbP9b4tn3DvK93fjL9zEiTuAjgGsMTrDy+ 90 | 6RfRbPtKJdXPJGcjkEZMb0DT9dv4Yd5PbgNL9bNDKS1u4aIYw+dYCR8/yefQpsdP8TNY6t7bmjug 91 | 8vg2P4kdX/P2TfUzy50CuEV1gjVvQOX6bXy5yDcA2GsANn7s8W37hnlf7/yk+iF5zzTXyNZn49v4 92 | SRzfz0ANgHRZFWjugDa+y/i2fcO8r3d+qqUbgFtUJ1jzBlSu38aXSzwMoFpmDUmeYNsBkzy+5u1b 93 | 7WdCjdw63GH4OmvCx7f3AZgcn2oapwDS0NwBTXdwG99l/OSeYnC1nwnHNH4Y0PAEq49vege37SuV 94 | aj8zqmTWYBswsePb9g3zvt752esXhD0aPwyofI5l57iJHT+525f2+EFU6TYJMlHt4LLja36GSHj9 95 | yR2fK/0A75FZie0giR3ftm+Y9zXODzP2+IVApd0QRF18t1j9esd3i8z4RFzpZ+JKmb8MltxzrMSP 96 | b9s3zPta58epdJhQIbMKi8WiJ4Jph5+JtsgcZ5g+xDJdv+z4pucnmacYJGpL/H7hlNSRYMj8fTAX 97 | mJzgSOKb3gFNj+8Wg+PzgUza6n/sse5H/+e2rbsBdJJSi9ZzIBvfbfyaGiAlxi1lqqtZuX7Z8TXu 98 | /xXPBvOO+QGAwSUASTEAtxjssEkRf/8BgewYf11y3wFWrj+J428BgAYDoC0AzpVRi+lDONP1y45f 99 | vJWR1SG22MVb1BtAEk9hSoDjBsCbNb0EYHKCtYgvOz9frRIY/g1f1CvJQgDLVgvl+t1ianwiKgYa 100 | DECAV8m6FcD9HEjyzZA2vqv4uyqBL1cKnDUkug60dAVj916Wft5RnR9t+z9hJdBgAES+lQwhpyKX 101 | qHbYJB4iRhz//U8FsjId9OwW2dG8ZTvjw/nhz/5ekAz5jwUhxNcGkNO6+7ryQ1urAXj+IyHJmuBk 102 | il8XAl58Q+BbowhnDSY4TtN/JwSwdCXjowWMUJzON6rzo2n/P1a1rddGoMEAgkGqu+X2LWsBfENO 103 | fbFjaIK1iR+v/NSFgPfmMZauZJwxEMjvQWjXuv69fQeBkm2MZWuA3XujrN+2rwxWFxVRCGgwAABg 104 | 4hUAeW4ANbVASiC2zx7TYJ1Y43VcLePv3At88BnQbNeN87Vm1e2rZf9nrGj859cGAFopoSpU7Rfo 105 | FOM68f6Dxjqsja8JqvOjY/9nYFXjv4/P1gjOFxLqQnFp7J/dtFXPC5NewsyuikVvdOz/Ph8WN/77 106 | +Agg/Vj1vw+nBTy/ELh0VQjnDI1tnXhpBOvEbtFlDp2s8WWjun017P/Vten8ZeP/HB8B/PnPBdVM 107 | +Iqpfl7jVdmxF1iyOvqv8Z9VjF1VEdTh8gwaLr5bVMeXnR/pxfD2ld7/oy//eTaYd6yxHv8p9S5k 108 | 4Jtuk3Iq784XyGpPyOsaWcaLtzPeWyD/NlHA/DOo6fFlo0N+9Or/vPDE/ztpxTYksJBR/6W8LHUh 109 | 4J9vMb5YyRAtTGuEABavYDz3FqNORBbbLWHrcHsGUqxfdnzZRbp+ye0ru/9HnU9yTjKAk0YAjLqF 110 | pw8KvKEuBLz9KePfqxhnDQD6dCe0a1P/3r4DwOZSxtK1wK4o14ndosMZIpnjy0aX/GjS/9lxahaf 111 | +MJJR/vzM/rsGj9xy2oAg2Qp2LEX+NdCoNnURTkvM32dXrZ+3fMTtn7N9Ucb3+v+HyUrnplWsPvE 112 | F0473TPwHiQagG7ocoZI1viysfn5GgK9d+prpxsA0xwQ3x4fSeoJ14B2GdBsTG9fLwkJMefU104z 113 | gJpWhxYEjmUcBNAmLqoUo9sQMdniy8bm5zgH2uyv/PzUF097bqsoOKiGwXNVX/2NuNir9Mqvctv2 114 | 1b8IxkdPPjm89lT9TV7yF4w5RPh+rEkxiXCdQPchounxZWN6+3qGQ6cN/4EmRgAAIPz+twBNdwhJ 115 | MNye4SyWCBB+4neaeqPJEUDRg93Lxk7a8jkzj5SrSz2qt4xK9viysfkBAHz6wtS8Jn8BrNm7fhhi 116 | FoMS3wDCvH+sRiA1ENuVnupa84foRnTvFjC9fT2BMau5t5o1AFFLRfDjMQA+KaI8QvYcbt8hQufM 117 | 2GJXHZT/PEOiz3GTvX09IFRXF5rd3JvN7N4GFE3P28HAAtVXL1VfxV1fGvulkPWl6vXLjm/bV/vy 118 | yesz+uxq7ju0eOM/A7NAGB1xRgwk3DruorWMkYM5pue5F60NGb8ObdA6d5OY3r5uYaaZLb3f7AgA 119 | AAQCsxg4poGLKTtDlO9lfL4m+poWrhGoqIrgO9h17sRuX7XlaDVTs8N/IIwBvD6tWyUDb2jwRZQd 120 | QAxg9ucCG8sj7yQbyxivfx5ZbLfokB/bvtqWoncf6lnV0ndp0QDq/4Ke0uCLqDuAANSGgMffFZi/ 121 | SiAUar6zhUKM+asE/u9doc1+BrLj2/bVtwjmv4fLT9iH/19/oOfcKydv2chAQbi/NZFI53C1Aiha 122 | yPhsLXBeP6BfN0KH1vVddO9BYF0ZsHgdo6LRb+M0N7TXAFrG9PZ1wYY3p+Z9Fu6PItj9g5hR8g8G 123 | pnmhSjeiPcuU72W8tiiWT8pBtgo9vmXsmN6+scLgp4DwdylFtP0PMz/DRPcDiPEnDuRh+jq3W8Lp 124 | Nz0/putXRI0/IJ6L5A/DXwMA8NbU/J0gmql6TqNqjii12FWAhNavogjgpdeDza/9n0jEGwCSENPZ 125 | oXEwYfYTDaZ/G9n6bX6Mg4j/GOnfRjQCAIC3puavYNDHqt0t0c4QsvXLjm96fhKwzHlnSv7ySPMT 126 | 1RbADH4UwKXRfEY2yT5HDKff9PyYrj/eCMeZEc3fRzwCAIB/PZA3B8ByDVwuYc4QsvXLjm96fhKs 127 | rJhzf49PoslP1D8CIBw8Bsaz0X5OV5JlnVvX+LIxXX80MOjhSJb+TiSqEQAAtFnb6wUG1mvgdmAA 128 | x2pjP08cq1WvX/YqgOn5MV1/HMuGtut6tvjgT1NEbQBFRRRioikafGEwgKrDsVt85SH193O7JdHz 129 | Y7r+eBVBfHdREYWizVHUBgAA5zs9XwZjheovzQBWlYqYz56rStV3ELcken5M1x+XwrRqhJP3WtjO 130 | 0gQxGUAwSCLk5ylMDNVl/gaBWC4UCwEs2CCU63dLoufHdP1xKQ7fHQxSTDubxGQAAPBxMO81Bpap 131 | dr/SvYx566L/7p+sFdhexcrd2y2Jnh/T9cvvP7T0o/t7vRV1ghqI2QAAYgG+XXUCGMCLiwXWVXDE 132 | yteWM17+QijXHbni5kn0/CSCfrmFfxftlf8TcbXh55ZP/1TS88JfDwPQz00ctwgGFhczMlIYPbOo 133 | 2e2dhAA+Wct44lOBkCa/enDVMHd7rs5eGv66j8n5AczXLw2m2Z9MyXf1lG7U9wGciiNCtwq/79tg 134 | pLqN5YZaATy3mPHJeoEL+hIG5wJZrevf23MIWFXGmL8RKKtqMMsEWR+O5nl3k/Njun6vYaCGhbjL 135 | bRxP0jT63uLpAJLmF4W95MUJ7nxz3JPVHimxmAQRTZsbzJvkNo7rEQAA1B6tud+fnnI9gBwv4lki 136 | x4vrCBbDIOw8irqHvAjl4iLg1yx8pP9BME9Sf0HEvOIW1fptUdBnBO74IlhwAB7g3UyJmUbdV/IB 137 | NHtaUHdevjnF1eev/XuNR0osJsDguZ/dm38JyIObSODRCAAAQMTkcyYwcFi1Q5pU3KJavy1xLUeE 138 | T9zi1cEPeGkAAObf06sEGj0nYEJxi2r9tsSxrxB+//k9BZvhIZ5cBDwpIG95tAa9CgEe5nVsy+l4 139 | YSIWI1gW4K3/63VQzw1gXvCium8Gt0wg4sXQcBfhRCOZnndPYmp8hJvm/f6iOq8DezoFaGRxsNeX 140 | TAiqHjKZUNyiWr8tcShE93z2+8j3+YsGz0cAjSwWeQ+dS8WXAnSRrDoSAbvnnSUM83v07/XoYknB 141 | pYwAAABBEmBxAwN7lTuoxsUtqvXbIrXsq2MeXzQm+o0+IkXaCAAAvggWbB8+pfinxCiSWU8yY68B 142 | JDBMP1sazN8mswp5I4AGltyT/yoI/9TATbUsblGt3xY5RRCe+s+9eVHv8Rct0g0AADJC9DMQfxmP 143 | uiwW4yEsS8kI/DoeVcXFAOYF846FiK5ioFK1s+pW3KJavy2el70OnKsW/bb7UcQBqdcATuSru/O3 144 | Dr+v+Frh8HtwuRFJIuF6FcC7u0It6hEAj/v3Pfkl8aowLiOARpbcm/+hAOytwieUoy72vT+aXPve 145 | J3wRwN1f3tNnDuJIXA0AAJaF8qcw05uqk61L2XMk9lzuOpz4m14mSxGM15bdne/JM/7REHcDQJBE 146 | euvAtQxerDrpOpSvyjnmVH5Vbg0gEYoAlnB6xo1ePuUXKcpWkc+curFjSDiLAPRWpUEHemUS/nSF 147 | H06ULSEY+J+367BtX9z7jMVbSgTReasm5+9UUXn8RwANfDWpYLdg3/cYqFLtwCpLSRVjzobot7B9 148 | d73A1n12BGB42cuOc7mqgx/QYO/UIVNLLmQh3gfU7iqskoADTLnUhyGdwMQW1AAABf9JREFUI2uO 149 | FTsZ93wUQl0ybH2duNQ6hO+smNz7Y5UilBsAAAx+YNM1DHoRSbw8GHCAW4Y7uLyv0+x0QDDw7gbG 150 | U0vswW84ITCNXX1P/quqhWhhAAAwaOqmG5npH1A4LdGBXu0J3+5NOKsLoVNG/Ws7DwNfVTDe38zY 151 | auf8psMMmrB2cv7fVQsBNDIAABjwYPEvAP6Lah0Wi0R+u3Zy78dUi2hEKwMAgAEPbr6VgT+o1mGx 152 | eA7hd+sm9Y77Wn9LaDfcXju592Ng3K9ah8XiMffpdvADGo4AGuk3bfNEMLRLmMUSLQzcu2FSby1P 153 | atoaAAAUTNv8M2L8FRqOVCyWCGBi3Lp+cm/Pd/P1Cq0NAAD6TNs8jhjPIo5PLlosHhACcMvGSb2f 154 | US2kJbQ3AADoPW3TNcT0HAB3v6NlscSHaoCu3zRJ/Tp/OIwwAADoPXXTCBC9ASBbtRaLpQWqCOKq 155 | Tb8rmKdaSCQYYwAA0Hvapj4M+heAAtVaLJbTIJQI4Vy+ZVLeOtVSIsUoAwCAvjPWZ9fW+t8AMEK1 156 | FovlOIx/g+n7JQof7IkF4wwAAHKD5a1S0o68AOAHqrVYLAR+rTYlbfz2OO3j5yVGGgAAgJl6PFR8 157 | JxE/iCR+iMiiFCbiR7Yc7TMJQTLy8SxzDaCBng9vuogZrwDopFqLJamoZPC40rsK3lctxA3GGwAA 158 | 5D6wqbvPj9cAnK1aiyXxYeArn6/u6q139C9RrcUtCWEAANDtD6XpVHvsrwD9SLUWS+JCwFPOUd+v 159 | tgTzjqnW4gUJYwCNdHtk89Vg8SRAHVRrsSQU+4no56V39n5ZtRAvSTgDAIDcRzd1pxCeA2O0ai2W 160 | hGAuwDeUTSzYrlqI1ySkAQAAmKnL9OJfEfMjsLcQW2KjDuAHy4/2ud/Uq/zhSFwDaCD30Y1ncoj+ 161 | DuAs1VosRrHEEc7NZXflL1ctRCYJbwAAgOBcf+dWPX5BxA+A0Vq1HIvWHAXTfTvy8mdgDIVUi5FN 162 | chhAA52nbciHj/4G0LdUa7FoyachH03Yc1vvDaqFxIukMgAAADN1fKT4JiKeBqCzajkWLdgBYOKu 163 | O/s8p1pIvEk+A2ig8/TlGYxWdzBoIoA01XosSqgF8Hgole/Z+6uCA6rFqCBpDaCRjn/Y1IcFTQVz 164 | oWotljhC/I4j8JtddxZsVi1FJUlvAI1kTd98KcAPw64WJDpLAEysvKPPJ6qF6IA1gFNoMIJHGDhT 165 | tRaLhxBWQ/B9e+/o86qKn+HWFWsATcFMmTM2XQGiBwAMVS3H4gLGWnbw0L7uvV9MhmW9aLEG0BKz 166 | 2JdZuulaMN0BawSGQcvAmF51OP+VRL2LzwusAURI5ozNIxliIkDfhc2bvhAWkuCHq27v844d6ofH 167 | duQoyZxePDQEcRsRxsI+Y6ALNQy87HPo0arf9l6pWoxJWAOIkXbTtmYiUFsI4l8yMFi1niRlAwH/ 168 | CAl65tAdfXapFmMi1gA8oN2MTcOEIyaAaRyADNV6EpxqAt4KOfzk4d8UfGyH+e6wBuAh7aZtzRSB 169 | 2kImMQag0bCblXpFCExzCTzT5/O/uu/WvH2qBSUK1gAk0eYva7NEdeC7ABcCuAz2tw2jRTCwiJiL 170 | IAIzD9+Zt0O1oETEGkAcaPXwulyk+K8Ai8sYdCkBbVRr0pQDAH0Exhw4Ne8cuXVghWpBiY41gHjz 171 | xJJA2qH2Iwm4DCQuAyjZ7y9YDsIcBuYca7V/IX46vFa1oGTCGoBq/rSxbVqIz4GgkSAaAfBIJO7T 172 | iXUgLCemhWD+zBfAvEO/KtitWlQyYw1AN4IlaemtxXBB4hwmHkqgIQAGAUhVLS1KjgFYw0QrSPBK 173 | x6Evjvp4CX5VUK1amOVrrAGYQHCuP6Vd1wKQMxQCg+FwPgR6gSgP4C5qxVEFmEtAKAGoGMyrQLyy 174 | Zn/ZRgQvqlOrzRIOawCmEyxJS2ld0yvk8+U5LHKYnCwHnM2MbCZkESgL4EwArRo+0Rb1y5MB4Pj+ 175 | iIdQvzlGCEDjxhhHAKpicCUxKsnBbsFUSRB7mJ0djghtqTmUsgUJ8gMZycr/B44iNBqgRA6hAAAA 176 | AElFTkSuQmCC""" 177 | 178 | 179 | INACTIVE = """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 269 | hPROK2k7hsVw57sWq513WjhYnbYlLO1trYGNgYHm3jR9gLXWNVB0yks8HzoP5DW1KsOOXddyMKZB 270 | G77nBggSWgP0ESB6Sqs9Ze1DSE82sKgHWhqtgQc01y2quQ2zAHnONta80EKtM2uDVJtGW+uc0k+A 271 | XqTVOHA4RF2s63snC+F5q7XRQqyM5dHSBkqKMgFBGEqvmvKgjq4i5kp+o8s10fri85ws5aaGSxIA 272 | a9HXkbw3Q+T5x6/EPYtOB8E2/wscIC1+mZletwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAv1QTFRF 273 | R3BMkpKSqKioiIiIsLCwf39/sbGxpaWln5+fh4eHrq6urq6ura2tf39/fHx8s7OztLS0tra2hISE 274 | j4+Pt7e3tra2f39/g4ODh4eHpqamg4ODfHx8hYWFq6urrKysh4eHgYGBkpKStbW1fn5+fHx8gYGB 275 | g4ODpKSke3t7tra2fX19t7e3tra2kpKSmJiYuLi4r6+vgoKCh4eHgoKCgoKCs7OzhYWFi4uLsrKy 276 | qqqqp6eniYmJsrKysbGxsrKyfX19s7OzqampoqKimZmZkpKSqKiopKSkkZGRenp6e3t7m5ube3t7 277 | pKSktra2tbW1gICAt7e3jo6Of39/tbW1tbW1ioqKoKCgn5+fs7OzmZmZt7e3enp6oKCgmpqatbW1 278 | l5eXk5OTmJiYenp6uLi4e3t7i4uLhISErq6utra2r6+vhYWFr6+viIiIpKSkjo6OfX19fHx8mZmZ 279 | mZmZqqqqjY2Nk5OTkpKSoKCgoqKitbW1fX19np6erq6uiYmJt7e3f39/m5ubkZGRmZmZmJiYkpKS 280 | oKCge3t7nZ2dk5OTrq6ugICAqKiokZGRoaGhoqKiqampkZGRgYGBq6urh4eHg4ODr6+vioqKqKio 281 | jY2NpaWliYmJqampqqqqiIiIoaGhkZGRgICAsrKyrq6uhYWFhISEra2tsLCwjIyMpqamgoKCsbGx 282 | gYGBpKSkjo6OkJCQn5+fk5OToqKio6Ojj4+PtLS0fn5+nJychoaGlpaWrKys7u7us7Oz8vLyf39/ 283 | +fn58PDw5+fn6+vr5ubm9vb29fX16urq+vr6oKCgkpKS/f39p6en+/v7i4uL6Ojo7e3t7Ozs9/f3 284 | +Pj48/Pz6enp9PT04+Pj5eXl7+/v8fHx/Pz85OTkmZmZmpqam5ubl5eXmJiYlZWVnZ2d/v7+4uLi 285 | lJSUnp6etra2fHx8tbW1fX19e3t7t7e34eHh////09PT19fXvLy82dnZvr6+3d3d29vb1tbW4ODg 286 | zMzMu7u7wcHBuLi439/f1dXVwsLCzs7OiualhAAAAJJ0Uk5TAA8WFQlAGwEECCRYRs76Y0zRL0D2 287 | plf77Ncjnh7ueFRJZSoosOsZadD8X8Vchinc/HfMgG+BrtBv0KP4MvDQZvj5P+FzL16i68Tr876c 288 | 28KxvPk9aXeLdcD1dXLIxIfpxUrd7ohc3X6OsWHhvvn41ruc/MDZ+K35UumnpMuevZTWi6/Wz9OC 289 | hlX68o3y87C01Ih5WqyGAAAP30lEQVR42uyda0xVVxbHj0C4CCZAgaQ2Ax34UGN4+cUqKsQHSmKq 290 | 0Uh9xWeMUcdqYn3V1DH10WjT14RErcrQYCISoqKWGJWmPuroKFXbmfFVnVYBDQmUN1aomoEr+3L2 291 | Yq+7z95nn3PPvXd+H9fed63//nvOfhwv92iazYSlxETPXT5lWmpmZuaSJfFdXfFLlmRmTk2dNmX5 292 | 3OiYlDAtYIlISVuQkLqpnsOm1IQFaSkRgTX2sBlzE2Lje4bXVW+M+NiEuTMC42oIiRm+Jb5eiqGx 293 | y9PC/fuqn7Egtt4UXfWZU2L89EoIz58W/0QJ8dPy/e5CCEnbMvSJQoamjvQjD0LyU5WOvteDLfkh 294 | fjH8MVPin1hEfMIgl9Nv/LlT6yzkSd3U4U6+FcYkDK2znKEJYxw6/BnT6uygoq4uNcZ5d0JEdGyF 295 | jcSmOWuz7IqaWmEvdVOjnWOBKyanwn7qYtMcciPExFb4iNhBDhh+ZEJFZYXPmJ3i4+EPWDC20qeM 296 | XT7Alzd/9KZKn7Mp2mdTQeTsSkfgo/sgYuTYSocwdrgPlsQxOcUOIsfu7bFr5NhiR2HvReAKn13s 297 | NCpnR9pnQFR2sfOozE6z6yF3QplDmWLL49PInGLHkmPDbRCTXeZgsmOsnv6SyhzOAkv3hWEryhzP 298 | CgsngvDNJX5AjmWPTVNW+sP4S8pWTrRm/IOyS/yDsmxLHpREDSvxG4ZFqR9/9LDdfsSwaNXjz/er 299 | 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""" 361 | 362 | import re 363 | import os 364 | import io 365 | import sys 366 | import signal 367 | import base64 368 | import subprocess 369 | 370 | import gi 371 | gi.require_version('Gtk', '3.0') 372 | from gi.repository import Gtk, GdkPixbuf, GLib, Gio 373 | 374 | class Icon (): 375 | 376 | icon = False 377 | image_active = False 378 | image_inactive = False 379 | has_bypass = False 380 | 381 | def __init__ (self): 382 | stream_active = Gio.MemoryInputStream.new_from_bytes(GLib.Bytes(base64.b64decode(ACTIVE))) 383 | stream_inactive = Gio.MemoryInputStream.new_from_bytes(GLib.Bytes(base64.b64decode(INACTIVE))) 384 | self.image_active = GdkPixbuf.Pixbuf.new_from_stream(stream_active) 385 | self.image_inactive = GdkPixbuf.Pixbuf.new_from_stream(stream_inactive) 386 | 387 | self.icon = Gtk.StatusIcon() 388 | self.icon.set_visible(True) 389 | self.icon.connect("popup-menu", self.rightclick) 390 | self.icon.connect("activate", self.leftclick) 391 | 392 | self.hidetotray = False 393 | if len(sys.argv) > 1 and sys.argv[1] == '-h': 394 | self.set_icon(False) 395 | self.hidetotray = True 396 | else: 397 | out = subprocess.getoutput('easyeffects -b 3') 398 | if re.match(r"[0-1]", out): 399 | self.has_bypass = True 400 | self.set_icon(self.get_bypass()) 401 | else: 402 | self.set_icon(False) 403 | 404 | def quit (self, icon): 405 | os.system("easyeffects -q") 406 | 407 | def rightclick (self, icon, button, time): 408 | self.menu = Gtk.Menu() 409 | 410 | presets = self.presetlist() 411 | outs = presets[0] 412 | ins = presets[1] 413 | 414 | self.add_presets(outs, "Output Presets:", self.menu) 415 | 416 | sep = Gtk.SeparatorMenuItem() 417 | self.menu.append(sep); 418 | 419 | self.add_presets(ins, "Input Presets:", self.menu) 420 | 421 | sep = Gtk.SeparatorMenuItem() 422 | self.menu.append(sep); 423 | 424 | qpe = Gtk.MenuItem() 425 | qpe.set_label("Quit EasyEffects") 426 | qpe.connect("activate", self.quit) 427 | self.menu.append(qpe) 428 | 429 | qicon = Gtk.MenuItem() 430 | qicon.set_label("Quit StatusIcon") 431 | qicon.connect("activate", kill) 432 | self.menu.append(qicon) 433 | 434 | self.menu.show_all() 435 | self.menu.popup(None, None, None, self.icon, 0, time) 436 | 437 | def leftclick (self, icon): 438 | if self.hidetotray: 439 | out = subprocess.getoutput("wmctrl -l|awk '{$3=\"\"; $2=\"\"; $1=\"\"; print $0}'|grep \"^ EasyEffects\"") 440 | if out.strip() == "EasyEffects": 441 | os.system('easyeffects -h') 442 | else: 443 | os.system('easyeffects') 444 | else: 445 | if self.has_bypass: 446 | self.toggle_bypass() 447 | else: 448 | self.rightclick(icon, 0, Gtk.get_current_event_time()) 449 | 450 | def add_presets(self, presets, title, menu): 451 | if not len(presets): 452 | return 453 | titem = Gtk.MenuItem() 454 | titem.set_label(title) 455 | titem.set_sensitive(False) 456 | menu.append(titem) 457 | for p in presets: 458 | pitem = Gtk.MenuItem() 459 | pitem.set_label(p) 460 | pitem.connect("activate", self.load_preset) 461 | menu.append(pitem) 462 | 463 | def load_preset(self, widget): 464 | os.system('easyeffects -l "%s"' % widget.get_label()) 465 | 466 | def presetlist (self): 467 | out = subprocess.getoutput('easyeffects -p') 468 | pre = [] 469 | for line in out.splitlines(): 470 | arr = [] 471 | atoms = line[line.index(":")+1:].split(",") 472 | for a in atoms: 473 | a = a.strip() 474 | if a: 475 | arr.append(a) 476 | pre.append(arr) 477 | return pre 478 | 479 | def set_icon (self, bypass): 480 | if bypass: 481 | self.icon.set_from_pixbuf(self.image_inactive) 482 | else: 483 | self.icon.set_from_pixbuf(self.image_active) 484 | 485 | def get_bypass (self): 486 | out = subprocess.getoutput('easyeffects -b 3') 487 | return out == "1" 488 | 489 | def set_bypass (self, bypass): 490 | if bypass: s = "1" 491 | else: s = "2" 492 | os.system('easyeffects -b %s' % s) 493 | self.set_icon(bypass) 494 | 495 | def toggle_bypass (self): 496 | bypass = not self.get_bypass() 497 | self.set_bypass(bypass) 498 | return bypass 499 | 500 | 501 | def kill(obj1, obj2 = False): 502 | Gtk.main_quit() 503 | 504 | if __name__ == "__main__": 505 | signal.signal(signal.SIGINT, signal.SIG_IGN) 506 | signal.signal(signal.SIGINT, kill) 507 | icon = Icon() 508 | Gtk.main() 509 | -------------------------------------------------------------------------------- /easyeffectstray.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=EasyEffectsTray 3 | Comment=A tray icon to be used together with EasyEffects 4 | Exec=easyeffectstray 5 | Icon=/usr/share/pixmaps/easyeffectstray.png 6 | Terminal=false 7 | Type=Application 8 | StartupNotify=false 9 | Categories=AudioVideo; 10 | -------------------------------------------------------------------------------- /easyeffectstray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boomshop/easyeffectstray/202711be29e2c79c363d3ba85188f0684b6b3862/easyeffectstray.png -------------------------------------------------------------------------------- /easyeffectstray.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 20 | 22 | 25 | 29 | 33 | 34 | 37 | 41 | 45 | 46 | 55 | 65 | 74 | 77 | 81 | 85 | 86 | 89 | PFX 100 | 101 | 111 | 121 | 131 | 141 | 151 | 161 | 171 | 181 | 182 | 210 | 214 | 215 | 217 | 218 | 220 | image/svg+xml 221 | 223 | 224 | 225 | 226 | 227 | 231 | 239 | 249 | 260 | 271 | 282 | 293 | 303 | 314 | 325 | 336 | 337 | -------------------------------------------------------------------------------- /easyeffectstray_bypassed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boomshop/easyeffectstray/202711be29e2c79c363d3ba85188f0684b6b3862/easyeffectstray_bypassed.png -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | cp easyeffectstray /usr/local/bin 4 | chmod a+x /usr/local/bin/easyeffectstray 5 | cp easyeffectstray.png /usr/share/pixmaps 6 | cp easyeffectstray.desktop /usr/share/applications 7 | --------------------------------------------------------------------------------