├── .github ├── gnome-scrot.png └── qoverview-scrot.png ├── LICENSE ├── README.md ├── config-server.py ├── install.sh ├── missing-icon.svg ├── qoverview.py ├── qoverview.yaml ├── sensible-terminal.sh ├── ui.qml └── wm.py /.github/gnome-scrot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bharadwaj-raju/qOverview/4d8ffe00d516d8982d289aba277a39740782c999/.github/gnome-scrot.png -------------------------------------------------------------------------------- /.github/qoverview-scrot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bharadwaj-raju/qOverview/4d8ffe00d516d8982d289aba277a39740782c999/.github/qoverview-scrot.png -------------------------------------------------------------------------------- /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 | {one line to give the program's name and a brief idea of what it does.} 635 | Copyright (C) {year} {name of author} 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 | {project} Copyright (C) {year} {fullname} 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 | # qOverview has moved! 2 | # Now at [GitLab](https://gitlab.com/bharadwaj-raju/QOverview)! 3 | 4 | # qOverview 5 | ### GNOME's Activities dashboard, for other desktops 6 | 7 | qOverview is a dashboard which is ~~a clone of~~ *inspired* by GNOME's Activities. 8 | 9 | *qOverview*: 10 | 11 | ![qoverview](.github/qoverview-scrot.png) 12 | 13 | *GNOME Activities*: 14 | 15 | ![GNOME Activities](.github/gnome-scrot.png) 16 | 17 | qOverview is written in QML with a Python backend. 18 | 19 | ## How to Install 20 | 21 | ### Prerequisites 22 | 23 | The following programs must be installed before installing qOverview. Package names of these for major distros are listed alongside. 24 | 25 | - Python 3 26 | - PyQt 5 (Arch: `python-pyqt5`, `qt5-declarative` | Ubuntu: `python3-pyqt5`, `python3-pyqt5.qtquick` | SUSE: `python3-qt5` | Fedora: `python3-PyQt5`) 27 | - Python-DBus (Arch: `python-dbus` | Ubuntu: `python3-dbus` | SUSE: `python-dbus` | Fedora: `python3-dbus`) 28 | - Python-GObject (Arch: `python-gobject` | Ubuntu: `python3-gi` | SUSE: `python3-gobject` | Fedora: `pygobject3`) 29 | - PyYAML (Arch: `python-yaml` | Ubuntu: `python3-yaml` | SUSE: `python3-PyYAML` | Fedora: `python3-PyYAML` | PyPI/Pip: `PyYAML`) 30 | - wmctrl (Arch, Ubuntu, SUSE, Fedora: `wmctrl`) 31 | - xdotool (Arch, Ubuntu, SUSE, Fedora: `xdotool`) 32 | 33 | **NOTE**: qOverview needs X11 to run, and thus is incompatible with Wayland. 34 | 35 | If the listed package names are incorrect/don't work/etc please [report the issue](https://github.com/bharadwaj-raju/qOverview/issues/new)! 36 | 37 | ### Installation 38 | 39 | Download and run this: 40 | 41 | $ sudo ./install.sh 42 | 43 | **NOTE**: Don't want to use the KDE Frameworks version? Add `--no-kde-frameworks` to the command above. 44 | 45 | **NOTE**: To uninstall, use the above command with `--uninstall` 46 | 47 | ## How to Setup & Use 48 | 49 | ### Initial Setup 50 | 51 | 1. Set the `qoverview-config-server` command to run on startup. 52 | 53 | 2. Run the command `qoverview-config-server >/dev/null 2>&1 & disown` in a terminal. 54 | 55 | 3. Add items to the dock using the file `~/.config/qoverview.yaml`. See [Settings](#settings). 56 | 57 | 4. You can now put the `qoverview` command on a shortcut key, and/or a screen corner. 58 | 59 | See your desktop's settings tool for these. 60 | 61 | For putting qOverview on a screen corner, see [Binding to screen corner](#binding-to-screen-corner). 62 | 63 | ### Use 64 | 65 | Press said shortcut key/screen corner and see! 66 | 67 | 68 | **NOTE**: In qOverview, middle mouse button click on a window will *close* it. This can be disabled, see [settings](#settings) 69 | 70 | **NOTE**: To drag-and-drop a window to a workspace, drag it by holding the title bar below the window. 71 | 72 | ## Settings 73 | 74 | See the file `~/.config/qoverview.yaml`. It has all the settings (and is quite well-commented). 75 | 76 | ## Binding to screen corner 77 | 78 | The `xdotool` utility will allow you to do bind qOverview to a screen corner or edge easily. 79 | 80 | You can bind to the following corners and edges of the screen: 81 | 82 | - `top` 83 | - `bottom` 84 | - `left` 85 | - `right` 86 | 87 | - `top-left` 88 | - `top-right` 89 | - `bottom-left` 90 | - `top-right` 91 | 92 | To do this, run the command 93 | 94 | $ xdotool behave_screen_edge EDGE_OR_CORNER exec qoverview 95 | 96 | where `EDGE_OR_CORNER` is to be replaced with the position of your choice from the list above. 97 | 98 | Also, set the above-mentioned command to run at startup. 99 | 100 | ## What works and what doesn't 101 | 102 | Every feature of GNOME Activities is provided, except… 103 | 104 | - A more natural layout for the windows 105 | 106 | ## License 107 | 108 | Licensed under the GNU General Public License version 3 or (at your option) a later version. 109 | 110 | See the included LICENSE file. 111 | 112 | ## Credits 113 | 114 | KDE's Breeze icon theme for the included missing-icon.svg (taken from question.svg) 115 | -------------------------------------------------------------------------------- /config-server.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python3 2 | 3 | import os 4 | import sys 5 | import subprocess as sp 6 | from textwrap import dedent 7 | import yaml 8 | import json 9 | import configparser 10 | 11 | import dbus 12 | import dbus.service 13 | import dbus.mainloop.glib 14 | from gi.repository import GObject 15 | 16 | config_dir = os.environ.get('XDG_CONFIG_DIR', os.path.expanduser('~/.config')) 17 | config_file = os.path.join(config_dir, 'qoverview.yaml') 18 | 19 | tmp_dir = os.path.join(os.environ.get('XDG_RUNTIME_DIR', '/tmp'), 'qoverview') 20 | 21 | search_paths = [os.path.expanduser('~/.local/share/applications'), 22 | '/usr/share/applications'] 23 | 24 | with open(config_file) as f: 25 | options = yaml.safe_load(f) 26 | 27 | def uniq(seq): 28 | 29 | seen = set() 30 | seen_add = seen.add 31 | return [x for x in seq if not (x in seen or seen_add(x))] 32 | 33 | def _get_desktop_env(): 34 | 35 | desktop_session = os.environ.get('XDG_CURRENT_DESKTOP', os.environ.get('DESKTOP_SESSION')) 36 | 37 | if desktop_session is not None: 38 | desktop_session = desktop_session.lower() 39 | 40 | # Fix for X-Cinnamon etc 41 | if desktop_session.startswith('x-'): 42 | desktop_session = desktop_session.replace('x-', '', 1) 43 | 44 | if desktop_session in ['gnome', 'unity', 'cinnamon', 'mate', 45 | 'xfce', 'lxde', 'fluxbox', 46 | 'blackbox', 'openbox', 'icewm', 'jwm', 47 | 'afterstep', 'trinity', 'kde', 'pantheon', 48 | 'i3', 'lxqt', 'awesome', 'enlightenment', 49 | 'budgie', 'awesome', 'ratpoison']: 50 | 51 | return desktop_session 52 | 53 | #-- Special cases --# 54 | 55 | # Canonical sets environment var to Lubuntu rather than 56 | # LXDE if using LXDE. 57 | # There is no guarantee that they will not do the same 58 | # with the other desktop environments. 59 | 60 | elif 'xfce' in desktop_session: 61 | return 'xfce' 62 | 63 | elif desktop_session.startswith('ubuntu'): 64 | return 'unity' 65 | 66 | elif desktop_session.startswith('xubuntu'): 67 | return 'xfce' 68 | 69 | elif desktop_session.startswith('lubuntu'): 70 | return 'lxde' 71 | 72 | elif desktop_session.startswith('kubuntu'): 73 | return 'kde' 74 | 75 | elif desktop_session.startswith('razor'): 76 | return 'razor-qt' 77 | 78 | elif desktop_session.startswith('wmaker'): 79 | return 'windowmaker' 80 | 81 | if os.environ.get('KDE_FULL_SESSION') == 'true': 82 | return 'kde' 83 | 84 | elif os.environ.get('GNOME_DESKTOP_SESSION_ID'): 85 | if not 'deprecated' in os.environ.get('GNOME_DESKTOP_SESSION_ID'): 86 | return 'gnome2' 87 | 88 | return 'unknown' 89 | 90 | global desktop_env 91 | desktop_env = _get_desktop_env() 92 | 93 | 94 | def _get_background(): 95 | 96 | if options.get('background-image', '{DESKTOP_WALLPAPER}') != '{DESKTOP_WALLPAPER}': 97 | return options['background-image'] 98 | 99 | if desktop_env in ['gnome', 'unity', 'cinnamon', 'pantheon', 'mate']: 100 | SCHEMA = 'org.gnome.desktop.background' 101 | KEY = 'picture-uri' 102 | 103 | if desktop_env == 'mate': 104 | SCHEMA = 'org.mate.background' 105 | KEY = 'picture-filename' 106 | 107 | proc = sp.check_output(['gsettings', 'get', SCHEMA, KEY]).decode('utf-8') 108 | 109 | if proc.return_code != 0: 110 | proc = sp.check_output(['mateconftool-2', '-t', 'string', '--get', 111 | '/desktop/mate/background/picture-filename']).decode('utf-8') 112 | 113 | return proc.stdout 114 | 115 | elif desktop_env == 'gnome2': 116 | return sp.check_output(['gconftool-2', '-t', 'string', '--get', 117 | '/desktop/gnome/background/picture_filename']).decode('utf-8').replace('file://', '') 118 | 119 | elif desktop_env == 'kde': 120 | conf_file = os.path.join(config_dir, 'plasma-org.kde.plasma.desktop-appletsrc') 121 | 122 | line_count = 0 123 | line_found = 0 124 | 125 | with open(conf_file) as f: 126 | contents = f.read().splitlines() 127 | 128 | for line in contents: 129 | line_count += 1 130 | 131 | if '[Wallpaper]' in line and line.startswith('['): 132 | line_found = int(line_count) 133 | break 134 | 135 | if line_found != 0: 136 | contents = contents[line_found:] 137 | 138 | for line in contents: 139 | if line.startswith('Image'): 140 | return line.split('=', 1)[-1].strip().replace('file://', '').replace('"', '').replace("'", '') 141 | 142 | elif desktop_env == 'xfce': 143 | # XFCE4's image property is not image-path but last-image (What?) 144 | 145 | list_of_properties = sp.check_output(['xfconf-query', '-R', '-l', '-c', 146 | 'xfce-desktop', '-p', '/backdrop']).decode('utf-8') 147 | 148 | for i in list_of_properties.splitlines(): 149 | if i.endswith('last-image') and 'workspace' in i: 150 | # The property given is a background property 151 | return sp.check_output( 152 | ['xfconf-query', '-c', 'xfce-desktop', '-p', i]).decode('utf-8') 153 | 154 | elif desktop_env == 'razor-qt': 155 | desktop_conf = configparser.ConfigParser() 156 | # Development version 157 | 158 | desktop_conf_file = os.path.join(config_dir, 'razor', 'desktop.conf') 159 | 160 | if os.path.isfile(desktop_conf_file): 161 | config_option = r'screens\1\desktops\1\wallpaper' 162 | 163 | else: 164 | desktop_conf_file = os.path.join( 165 | os.path.expanduser('~'), '.razor/desktop.conf') 166 | config_option = r'desktops\1\wallpaper' 167 | 168 | desktop_conf.read(os.path.join(desktop_conf_file)) 169 | 170 | try: 171 | if desktop_conf.has_option('razor', config_option): 172 | return desktop_conf.get('razor', config_option) 173 | except: 174 | pass 175 | 176 | elif desktop_env in ['fluxbox', 'jwm', 'openbox', 'afterstep', 'i3']: 177 | # feh stores last feh command in '~/.fehbg' 178 | # parse it 179 | with open(os.path.expanduser('~/.fehbg')) as f: 180 | fehbg = f.read() 181 | 182 | fehbg = fehbg.split('\n') 183 | 184 | for line in fehbg: 185 | if '#!' in line: 186 | fehbg.remove(line) 187 | 188 | fehbg = fehbg[0] 189 | 190 | for i in fehbg.split(' '): 191 | if not i.startswith("-"): 192 | if not i.startswith('feh'): 193 | if not i in ['', ' ', ' ', '\n']: 194 | return(i.replace("'", '')) 195 | 196 | elif desktop_env == 'icewm': 197 | with open(os.path.expanduser('~/.icewm/preferences')) as f: 198 | for line in f: 199 | if line.startswith('DesktopBackgroundImage'): 200 | return os.path.expanduser(line.strip().split( 201 | '=', 1)[1].strip().replace('"', '').replace("'", '')) 202 | 203 | elif desktop_env == 'awesome': 204 | conf_file = os.path.join(config_dir, 'awesome', 'rc.lua') 205 | 206 | with open(conf_file) as f: 207 | for line in f: 208 | if line.startswith('theme_path'): 209 | awesome_theme = line.strip().split('=', 1) 210 | awesome_theme = awesome_theme[ 211 | len(awesome_theme) - 1].strip().replace('"', '').replace("'", '') 212 | 213 | with open(os.path.expanduser(awesome_theme)) as f: 214 | for line in f: 215 | if line.startswith('theme.wallpaper'): 216 | awesome_wallpaper = line.strip().split('=', 1) 217 | awesome_wallpaper = awesome_wallpaper[ 218 | len(awesome_wallpaper) - 1].strip().replace('"', '').replace("'", '') 219 | 220 | return os.path.expanduser(awesome_wallpaper) 221 | 222 | # TODO: way to get wallpaper for desktops which are commented-out below 223 | 224 | # elif desktop_env == 'blackbox': 225 | # args = ['bsetbg', '-full', image] 226 | # sp.Popen(args) 227 | # 228 | # elif desktop_env == 'lxde': 229 | # args = 'pcmanfm --set-wallpaper %s --wallpaper-mode=scaled' % image 230 | # sp.Popen(args, shell=True) 231 | # 232 | # elif desktop_env == 'lxqt': 233 | # args = 'pcmanfm-qt --set-wallpaper %s --wallpaper-mode=scaled' % image 234 | # sp.Popen(args, shell=True) 235 | # 236 | # elif desktop_env == 'windowmaker': 237 | # args = 'wmsetbg -s -u %s' % image 238 | # sp.Popen(args, shell=True) 239 | # 240 | # elif desktop_env == 'enlightenment': 241 | # args = 'enlightenment_remote -desktop-bg-add 0 0 0 0 %s' % image 242 | # sp.Popen(args, shell=True) 243 | # 244 | # elif desktop_env == 'awesome': 245 | # with sp.Popen("awesome-client", stdin=sp.PIPE) as awesome_client: 246 | # command = 'local gears = require("gears"); for s = 1, screen.count() 247 | # do gears.wallpaper.maximized("%s", s, true); end;' % image 248 | # awesome_client.communicate(input=bytes(command, 'UTF-8')) 249 | 250 | 251 | def _get_dock_items(): 252 | 253 | items = options.get('dock-items', None) 254 | 255 | if isinstance(items, list): 256 | if len(items) == 1: 257 | return [items] 258 | 259 | else: 260 | return items 261 | 262 | else: 263 | return None 264 | 265 | 266 | def _desktop_entry_locate(desktop_file_name): 267 | 268 | for path in search_paths: 269 | for f in os.listdir(path): 270 | # reverse, to be able to split on last '.', then get the last item, reversed 271 | # all this so that we can split on the last '.' 272 | if f[::-1].split('.', 1)[-1][::-1] == desktop_file_name or f == desktop_file_name: 273 | return os.path.join(path, f) 274 | 275 | # Still not found? 276 | print('Application (desktop entry) {} not found'.format(desktop_file_name)) 277 | 278 | 279 | def _desktop_entry_execute(desktop_file, files=None, return_cmd=False, background=True): 280 | 281 | # Attempt to manually parse and execute 282 | 283 | desktop_entry = _get_desktop_entry_info(desktop_file) 284 | 285 | desktop_file_exec = desktop_entry['Exec'] 286 | 287 | for i in desktop_file_exec.split(): 288 | if i.startswith('%'): 289 | desktop_file_exec = desktop_file_exec.replace(i, '') 290 | 291 | desktop_file_exec = desktop_file_exec.replace(r'%F', '') 292 | desktop_file_exec = desktop_file_exec.replace(r'%f', '') 293 | 294 | if desktop_entry['Terminal']: 295 | # Included script: sensible-terminal.sh 296 | if 'sensible-terminal.sh' in os.listdir(): 297 | desktop_file_exec = 'sh ./sensible-terminal.sh {}'.format(shlex.quote(desktop_file_exec)) 298 | else: 299 | desktop_file_exec = 'sh /usr/lib/qoverview/sensible-terminal.sh {}'.format(shlex.quote(desktop_file_exec)) 300 | 301 | if return_cmd: 302 | # Only return command to execute 303 | return desktop_file_exec 304 | 305 | desktop_file_proc = sp.Popen([desktop_file_exec], shell=True) 306 | 307 | if not background: 308 | desktop_file_proc.wait() 309 | 310 | 311 | def _get_desktop_entry_info(desktop_file_path): 312 | 313 | info = {} 314 | 315 | done = [] 316 | 317 | with open(desktop_file_path) as f: 318 | for line in f: 319 | for key in ['Name', 'Icon', 'Description', 'Exec', 'Terminal']: 320 | if line.startswith(key + '=') and key not in done: 321 | info[key] = line.split('=', 1)[1].strip() 322 | done.append(key) 323 | 324 | if 'Terminal' in info: 325 | info['Terminal'] = True if info['Terminal'] == 'true' else False 326 | 327 | else: 328 | info['Terminal'] = False 329 | 330 | info['IconPath'] = _get_icon(info.get('Icon', '')) 331 | 332 | return info 333 | 334 | 335 | def _get_icon(icon_name, categories=['apps', 'actions', 'preferences', ]): 336 | 337 | if not icon_name: 338 | if 'missing-icon.svg' in os.listdir(): 339 | return 'missing-icon.svg' 340 | 341 | else: 342 | return '/usr/lib/qoverview/missing-icon.svg' 343 | 344 | if os.path.isfile(icon_name): 345 | return icon_name 346 | 347 | search_paths = [os.path.expanduser('~/.icons'), os.path.expanduser('~/.local/share/icons'), '/usr/share/icons'] 348 | 349 | if options.get('icon-theme', '{SYSTEM_THEME}') != '{SYSTEM_THEME}': 350 | theme = options['icon-theme'] 351 | 352 | else: # {SYSTEM_THEME} 353 | if desktop_env in ['gnome', 'pantheon', 'cinnamon', 'budgie']: 354 | theme = sp.check_output(['gsettings', 'get', 'org.gnome.desktop.interface', 'icon-theme']).decode('utf-8') 355 | 356 | elif desktop_env == 'kde': 357 | theme = sp.check_output(['kreadconfig5', '--group', 'Icons', '--key', 'Theme', '--default', 'breeze']).decode('utf-8') 358 | 359 | elif desktop_env == 'xfce': 360 | theme = sp.check_output(['xfconf-query', '-c', 'xsettings', '-p', '/Net/IconThemeName']) 361 | 362 | else: 363 | print('Cannot detect system icon theme; falling back to hicolor. Try setting an icon theme in the settings.') 364 | theme = 'hicolor' 365 | 366 | theme = theme.strip() 367 | 368 | for path in search_paths: 369 | for cat in categories: 370 | for size in ['64', '48', '32', '24', '22', '12']: 371 | for ext in ['.svg', '.png']: 372 | if theme == 'hicolor': 373 | if os.path.exists(os.path.join(path, 'hicolor', '{}x{}'.format(size, size), cat, icon_name + ext)): 374 | return os.path.join(path, 'hicolor', '{}x{}'.format(size, size), cat, icon_name + ext) 375 | 376 | else: 377 | if os.path.exists(os.path.join(path, theme, cat, size, icon_name + ext)): 378 | return os.path.join(path, theme, cat, size, icon_name + ext) 379 | 380 | # Let's try /usr/share/pixmaps and ~/.local/share/pixmaps 381 | 382 | for path in [os.path.expanduser('~/.local/share/pixmaps'), '/usr/share/pixmaps']: 383 | if os.path.isdir(path): 384 | for ext in ['.svg', '.png', '.xpm', '.jpg']: 385 | if icon_name + ext in os.listdir(path): 386 | return os.path.join('/usr/share/pixmaps', icon_name + ext) 387 | 388 | # Let's try hicolor 389 | 390 | for path in search_paths: 391 | for cat in categories: 392 | for size in ['64', '48', '32', '22']: 393 | for ext in ['.svg', '.png']: 394 | if os.path.exists(os.path.join(path, 'hicolor', '{}x{}'.format(size, size), cat, icon_name + ext)): 395 | return os.path.join(path, 'hicolor', '{}x{}'.format(size, size), cat, icon_name + ext) 396 | 397 | # Does the icon_name have an extension (happens...) 398 | 399 | if icon_name[::-1].split('.', 1)[0][::-1] in ['svg', 'png', 'xpm', 'jpg']: 400 | return _get_icon(icon_name[::-1].split('.', 1)[-1][::-1], categories=categories) 401 | 402 | # Still no icon? 403 | # Fallback to included missing-icon.svg 404 | 405 | print('No icon found for {}; falling back to missing-icon.svg'.format(icon_name)) 406 | 407 | if 'missing-icon.svg' in os.listdir(): 408 | return 'missing-icon.svg' 409 | 410 | else: 411 | return '/usr/lib/qoverview/missing-icon.svg' 412 | 413 | apps_list = [] 414 | 415 | desktop_entries = [] 416 | 417 | for path in search_paths: 418 | for entry in os.listdir(path): 419 | if entry.endswith('.desktop'): # some distros (eg. KDE Neon) keep .distrib files here 420 | if os.path.isfile(os.path.join(path, entry)): 421 | desktop_entries.append(entry.replace('.desktop', '')) 422 | 423 | desktop_entries = uniq(desktop_entries) 424 | 425 | for entry in desktop_entries: 426 | info = _get_desktop_entry_info(_desktop_entry_locate(entry)) 427 | info['EntryName'] = entry 428 | apps_list.append(info) 429 | 430 | 431 | class Service(dbus.service.Object): 432 | 433 | def __init__(self): 434 | pass 435 | 436 | def run(self): 437 | dbus.mainloop.glib.DBusGMainLoop(set_as_default=True) 438 | bus_name = dbus.service.BusName("org.qoverview.config", dbus.SessionBus()) 439 | dbus.service.Object.__init__(self, bus_name, "/org/qoverview/config") 440 | 441 | self._loop = GObject.MainLoop() 442 | self._loop.run() 443 | 444 | @dbus.service.method("org.qoverview.config.iface") 445 | def get_apps_list(self): 446 | return json.dumps(apps_list) 447 | 448 | @dbus.service.method("org.qoverview.config.iface") 449 | def get_icon(self, icon_name): 450 | return _get_icon(icon_name) 451 | 452 | @dbus.service.method("org.qoverview.config.iface", in_signature='s') 453 | def desktop_entry_locate(self, desktop_file): 454 | return _desktop_entry_locate(desktop_file) 455 | 456 | @dbus.service.method("org.qoverview.config.iface") 457 | def desktop_entry_info(self, desktop_file): 458 | return json.dumps(_get_desktop_entry_info(desktop_file)) 459 | 460 | @dbus.service.method("org.qoverview.config.iface") 461 | def desktop_entry_execute(self, desktop_file): 462 | _desktop_entry_execute(desktop_file, background=True) 463 | print('Executed "{}".'.format(desktop_file)) 464 | 465 | @dbus.service.method("org.qoverview.config.iface") 466 | def get_background(self): 467 | print('argh') 468 | return _get_background().replace('file://', '') 469 | 470 | @dbus.service.method("org.qoverview.config.iface") 471 | def get_dock_items(self): 472 | return json.dumps(_get_dock_items() or []) 473 | 474 | @dbus.service.method("org.qoverview.config.iface") 475 | def get_config(self): 476 | return json.dumps(options) 477 | 478 | 479 | 480 | 481 | if __name__ == '__main__': 482 | Service().run() 483 | 484 | -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | set -e 4 | 5 | # Script to install qOverview 6 | 7 | # Check if running as root user 8 | if [ "$(id -u)" -ne 0 ]; then 9 | echo "This script needs root (sudo) to run. Please enter your password:" 10 | sudo bash "$0" "$@" 11 | exit 12 | fi 13 | 14 | 15 | case "$1" in 16 | "--uninstall") 17 | echo "Uninstalling..." 18 | rm -rf /usr/lib/qoverview 19 | rm /usr/bin/qoverview 20 | rm /usr/bin/qoverview-config-server 21 | rm -rf /usr/share/doc/qoverview 22 | rm -rf /usr/share/licenses/qoverview 23 | exit 24 | ;; 25 | "--no-kde-frameworks") 26 | echo "Installing version which does not use KDE Frameworks..." 27 | echo "The KDE Frameworks version has live window previews, and faster startup." 28 | NO_KDE="true" 29 | esac 30 | 31 | user_pre_sudo="$SUDO_USER" 32 | user_home=$(eval echo "~$SUDO_USER") 33 | 34 | echo $user_home 35 | 36 | echo -e "Installing..." 37 | 38 | if [ ${NO_KDE:-"false"} = "true" ]; then 39 | echo "Disabling use of KDE Frameworks..." 40 | echo "Patching ui.qml..." 41 | cpp -P ui.qml > ui-patched.qml 42 | echo "Patching qoverview.py..." 43 | cpp -P qoverview.py > qoverview-patched.py 44 | else 45 | echo "Enabling use of KDE Frameworks..." 46 | echo "Patching ui.qml..." 47 | cpp -P ui.qml -DKDEPLASMA > ui-patched.qml 48 | echo "Patching qoverview.py..." 49 | cpp -P qoverview.py -DKDEPLASMA > qoverview-patched.py 50 | fi 51 | 52 | mv qoverview-patched.py qoverview-patched-tmp.py 53 | echo '#!/usr/bin/env python3' | cat - qoverview-patched-tmp.py > qoverview-patched.py 54 | rm qoverview-patched-tmp.py 55 | 56 | install -d /usr/lib/qoverview 57 | install qoverview.yaml ${XDG_CONFIG_HOME:-$user_home/.config}/qoverview.yaml 58 | 59 | install -m755 qoverview-patched.py /usr/lib/qoverview/qoverview.py 60 | install -m755 config-server.py /usr/lib/qoverview/config-server.py 61 | install -m755 sensible-terminal.sh /usr/lib/qoverview/sensible-terminal.sh 62 | 63 | install -m644 ui-patched.qml /usr/lib/qoverview/ui.qml 64 | install -m644 missing-icon.svg /usr/lib/qoverview/missing-icon.svg 65 | install -m644 wm.py /usr/lib/qoverview/wm.py 66 | 67 | install -D -m664 README.md /usr/share/doc/qoverview/README 68 | install -D -m664 LICENSE /usr/share/licenses/qoverview/COPYING 69 | 70 | chown -R $user_pre_sudo ${XDG_CONFIG_HOME:-$user_home/.config}/qoverview.yaml 71 | 72 | ln -sf /usr/lib/qoverview/qoverview.py /usr/bin/qoverview 73 | ln -sf /usr/lib/qoverview/config-server.py /usr/bin/qoverview-config-server 74 | 75 | rm ui-patched.qml 76 | rm qoverview-patched.py 77 | 78 | chmod -R a+r /usr/lib/qoverview 79 | chmod a+x /usr/bin/qoverview 80 | chmod a+x /usr/bin/qoverview-config-server 81 | 82 | 83 | -------------------------------------------------------------------------------- /missing-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 9 | 14 | 15 | -------------------------------------------------------------------------------- /qoverview.py: -------------------------------------------------------------------------------- 1 | import os 2 | import sys 3 | import subprocess as sp 4 | import dbus 5 | import json 6 | import uuid 7 | 8 | from PyQt5.QtCore import QObject, QUrl, pyqtSlot 9 | from PyQt5.QtGui import QGuiApplication, QWindow 10 | from PyQt5.QtQuick import QQuickView 11 | 12 | import wm 13 | 14 | tmp_dir = os.path.join(os.environ.get('XDG_RUNTIME_DIR', '/tmp'), 'qoverview') 15 | 16 | #ifdef KDEPLASMA 17 | KDE_FRAMEWORKS = True 18 | #else 19 | KDE_FRAMEWORKS = False 20 | #endif 21 | 22 | class PythonQMLInterface(QObject): 23 | 24 | def __init__(self, view): 25 | self.view = view 26 | super(PythonQMLInterface, self).__init__() 27 | self.options = json.loads(config.get_config()) 28 | self.apps_list = json.loads(config.get_apps_list()) 29 | self.uid = str(uuid.uuid4()) 30 | 31 | @pyqtSlot(result=str) 32 | def get_uuid(self): 33 | return self.uid 34 | 35 | @pyqtSlot(str) 36 | def window_clicked(self, w_id): 37 | print('Switching to window:', w_id) 38 | self.view.hide() 39 | wm.activate(w_id) 40 | sys.exit() 41 | 42 | @pyqtSlot(str) 43 | def window_clicked_midbutton(self, w_id): 44 | print('Closing window:', w_id) 45 | wm.close(w_id) 46 | 47 | @pyqtSlot(result=bool) 48 | def is_midbutton_enabled(self): 49 | return options.get('middle-mouse-close', True) 50 | 51 | @pyqtSlot(str) 52 | def app_clicked(self, app_item): 53 | print('Opening app:', app_item) 54 | self.view.hide() 55 | config.desktop_entry_execute(config.desktop_entry_locate(app_item)) 56 | sys.exit() 57 | 58 | @pyqtSlot() 59 | def background_clicked(self): 60 | print('Background clicked, exiting') 61 | self.view.hide() 62 | sys.exit() 63 | 64 | @pyqtSlot(str, result=list) 65 | def search(self, search_terms): 66 | results = [] 67 | 68 | done = [] 69 | 70 | for entry in self.apps_list: 71 | try: 72 | if entry['Name'].lower().startswith(search_terms.lower()) and entry['Name'] not in done: 73 | #ifdef KDEPLASMA 74 | results.append([entry['Name'], entry['EntryName'], entry['Icon']]) 75 | #else 76 | results.append([entry['Name'], entry['EntryName'], entry['IconPath']]) 77 | #endif 78 | done.append(entry['Name']) 79 | 80 | except KeyError: 81 | pass 82 | 83 | return sorted(results) 84 | 85 | @pyqtSlot(result=list) 86 | def get_background_overlay_color(self): 87 | return self.options.get('background-color-overlay', [0, 0, 0, 0]) 88 | 89 | @pyqtSlot(result=str) 90 | def get_background(self): 91 | return config.get_background() 92 | 93 | @pyqtSlot(result=list) 94 | def get_dock_items(self): 95 | dock_items_list = json.loads(config.get_dock_items()) 96 | results = [] 97 | 98 | for entry in self.apps_list: 99 | if entry['EntryName'] in dock_items_list: 100 | #ifdef KDEPLASMA 101 | results.append([entry['Name'], entry['EntryName'], entry['Icon']]) 102 | #else 103 | results.append([entry['Name'], entry['EntryName'], entry['IconPath']]) 104 | #endif 105 | 106 | return results 107 | 108 | @pyqtSlot(str, result=list) 109 | def get_windows(self, workspace): 110 | ids = wm.get_window_ids(int(workspace) - 1) 111 | results = [] 112 | 113 | for index, w_id in enumerate(ids): 114 | if wm.get_window_name(w_id) not in [self.uid, 'Desktop — Plasma']: 115 | #ifdef KDEPLASMA 116 | results.append([wm.get_window_name(w_id), w_id, int(w_id, 16)]) 117 | #else 118 | results.append([wm.get_window_name(w_id), w_id, 119 | wm.get_window_screenshot(str(int(w_id, 16)), str(int(w_id, 16)))]) 120 | #endif 121 | 122 | return results 123 | 124 | @pyqtSlot(result=list) 125 | def get_workspaces(self): 126 | return [str(x + 1) for x in range(wm.get_num_workspaces())] 127 | 128 | @pyqtSlot(str) 129 | def workspace_clicked(self, num): 130 | print('Switching to workspace:', num) 131 | wm.switch_workspace(int(num) - 1) 132 | sp.Popen('python3 {}'.format(__file__), shell=True, preexec_fn=os.setpgrp) 133 | sys.exit() 134 | 135 | @pyqtSlot(str, str) 136 | def dropped_on_workspace(self, workspace, w_id): 137 | workspace = int(workspace) - 1 # workspaces are 0-indexed 138 | wm.move_to_workspace(workspace, w_id) 139 | print(w_id, 'moved to workspace', workspace) 140 | 141 | @pyqtSlot(result=str) 142 | def get_current_workspace(self): 143 | return str(wm.get_current_workspace() + 1) 144 | 145 | @pyqtSlot(result=bool) 146 | def is_workspaces_enabled(self): 147 | return self.options.get('workspaces-sidebar', True) 148 | 149 | @pyqtSlot(result=bool) 150 | def is_dock_enabled(self): 151 | return bool(json.loads(config.get_dock_items())) 152 | 153 | 154 | if __name__ == "__main__": 155 | 156 | os.makedirs(tmp_dir, exist_ok=True) 157 | 158 | try: 159 | bus = dbus.SessionBus() 160 | session = bus.get_object('org.qoverview.config', '/org/qoverview/config') 161 | config = dbus.Interface(session, 'org.qoverview.config.iface') 162 | 163 | except: 164 | print('config-server is (probably) not running! (Unable to connect to it via DBUS)') 165 | print('Start it and try again. The command is "qoverview-config-server"') 166 | sys.exit(1) 167 | 168 | print('KDE Frameworks:', 'Yes' if KDE_FRAMEWORKS else 'No') 169 | 170 | app = QGuiApplication(sys.argv) 171 | 172 | if os.path.exists('ui.qml'): 173 | qmlview = QQuickView(QUrl('ui.qml')) 174 | 175 | else: 176 | qmlview = QQuickView(QUrl('/usr/lib/qoverview/ui.qml')) 177 | 178 | qmlview.setResizeMode(qmlview.SizeRootObjectToView) 179 | 180 | root = qmlview.rootObject() 181 | context = qmlview.rootContext() 182 | 183 | interface = PythonQMLInterface(view=qmlview) 184 | context.setContextProperty('Python', interface) 185 | 186 | qmlview.setTitle(interface.uid) 187 | print(interface.uid) 188 | 189 | qmlview.showFullScreen() 190 | 191 | app.exec_() 192 | -------------------------------------------------------------------------------- /qoverview.yaml: -------------------------------------------------------------------------------- 1 | # Path to the background image. 2 | # Set this to '{DESKTOP_WALLPAPER}' in order to use the current wallpaper. 3 | # You can also remove this entry for that. 4 | # Default: '{DESKTOP_WALLPAPER}' 5 | background-image: '{DESKTOP_WALLPAPER}' 6 | 7 | # Name of the icon theme to use. 8 | # Set this to '{SYSTEM_THEME}' in order to auto-detect icon theme 9 | # Auto-detection of icon theme only works in GNOME-based desktops (GNOME, Mate, Pantheon etc), KDE and Xfce. 10 | # You can also remove this entry for that. 11 | # Default: '{SYSTEM_THEME}' 12 | icon-theme: '{SYSTEM_THEME}' 13 | 14 | # Apps in the dock. 15 | # The entries are named with the filenames in /usr/share/applications, ~/.local/share/applications etc. 16 | # Remove to disable dock. 17 | dock-items: 18 | - org.kde.dolphin 19 | - org.kde.kate 20 | - org.kde.konsole 21 | 22 | # The color overlayed on the background. 23 | # Format: rgba [red, green, blue, alpha(transparency)] where red, blue, green should be in the range of 0-255 and transparency in the range of 0.0-1.0 24 | # Default: [0, 0, 0, 0.5] 25 | background-color-overlay: [0, 0, 0, 0.5] 26 | 27 | # Set to false to disable closing of window when clicked with the middle mouse button 28 | middle-mouse-close: true 29 | -------------------------------------------------------------------------------- /sensible-terminal.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | #exec_c=$(echo -n $(printf "'"; echo $@; printf "'") | sed "s/ '$/'/g") 4 | #safeexec=$(python3 -c "import shlex; print('-e {}'.format(shlex.quote('{}'.format(shlex.quote($exec_c)))))") 5 | 6 | #echo "$safeexec" 7 | #echo $exec_c "$exec_c" $safeexec "$safeexec" 8 | 9 | for term in $TERMINAL x-terminal-emulator termite urxvt rxvt st terminator terminology konsole qterminal gnome-terminal xfce4-terminal mate-terminal lxterminal; do 10 | if command -v $term > /dev/null 2>&1; then 11 | echo "$term" -e "$@" 12 | # do *not* quote $safeexec 13 | [[ -z "$@" ]] && exec "$term" || exec "$term" -e "sh -c '$@;read'" 14 | fi 15 | done 16 | -------------------------------------------------------------------------------- /ui.qml: -------------------------------------------------------------------------------- 1 | import QtQuick 2.7 2 | import QtQuick.Layouts 1.3 3 | import QtQuick.Controls 1.4 4 | import QtQuick.Controls.Styles 1.4 5 | import QtGraphicalEffects 1.0 6 | 7 | #ifdef KDEPLASMA 8 | import org.kde.plasma.core 2.0 9 | #endif 10 | 11 | Item { 12 | id: "root" 13 | objectName: "root" 14 | 15 | /* BACKGROUND IMAGE */ 16 | 17 | Image { 18 | id: "backgroundimg" 19 | objectName: "backgroundimg" 20 | source: Python.get_background() 21 | 22 | anchors.fill: parent 23 | 24 | visible: false 25 | 26 | MouseArea { 27 | anchors.fill: parent 28 | 29 | onClicked: { 30 | searchfield.focus = false; windowsgrid.visible = true 31 | } 32 | } 33 | 34 | } 35 | 36 | ColorOverlay { 37 | id: "background" 38 | objectName: "background" 39 | 40 | anchors.fill: backgroundimg 41 | source: backgroundimg 42 | 43 | property var overlaycolor: Python.get_background_overlay_color() 44 | 45 | MouseArea { 46 | anchors.fill: parent 47 | 48 | onClicked: { 49 | Python.background_clicked() 50 | } 51 | } 52 | 53 | 54 | color: Qt.rgba(overlaycolor[0], overlaycolor[1], overlaycolor[2], overlaycolor[3]) 55 | } 56 | 57 | /* SEARCH BAR */ 58 | 59 | TextField { 60 | id: "searchfield" 61 | objectName: "searchfield" 62 | placeholderText: "Search applications…" 63 | 64 | focus: true 65 | 66 | width: 500 67 | height: 30 68 | 69 | anchors { 70 | top: root.top 71 | topMargin: 50 72 | horizontalCenter: parent.horizontalCenter 73 | } 74 | 75 | style: TextFieldStyle { 76 | background: Rectangle { 77 | color: "#3A4055" 78 | radius: 50 79 | } 80 | textColor: "white" 81 | placeholderTextColor: "white" 82 | } 83 | 84 | MouseArea { 85 | anchors.fill: parent 86 | propagateComposedEvents: true 87 | 88 | onClicked: { 89 | windowsgrid.visible = false 90 | searchfield.focus = true 91 | } 92 | } 93 | 94 | Keys.onReleased: { 95 | if (searchfield.length == 0) { 96 | windowsgrid.visible = true 97 | appsgrid.visible = false 98 | } 99 | 100 | else { 101 | appsloop.model = Python.search(searchfield.text) 102 | windowsgrid.visible = false 103 | appsgrid.visible = true 104 | } 105 | } 106 | 107 | } 108 | 109 | /* DOCK */ 110 | 111 | Rectangle { 112 | id: "dockrect" 113 | objectName: "dockrect" 114 | 115 | color: "#3A4055" 116 | 117 | property int dockHeight: dock.height + 20 118 | 119 | width: 80 120 | height: dockHeight 121 | 122 | anchors { 123 | left: root.left 124 | verticalCenter: parent.verticalCenter 125 | } 126 | 127 | Component.onCompleted: { 128 | if (! Python.is_dock_enabled()) { 129 | visible = false 130 | } 131 | } 132 | 133 | Column { 134 | id: "dock" 135 | objectName: "dock" 136 | 137 | spacing: 10 138 | leftPadding: 10 139 | 140 | anchors { 141 | leftMargin: 10 142 | verticalCenter: parent.verticalCenter 143 | } 144 | 145 | Repeater { 146 | id: "dockloop" 147 | objectName: "dockloop" 148 | 149 | model: Python.get_dock_items() 150 | 151 | #ifdef KDEPLASMA 152 | IconItem { 153 | source: modelData[2] 154 | width: units.iconSizes.huge 155 | height: units.iconSizes.huge 156 | #else 157 | Image { 158 | source: modelData[2] 159 | #endif 160 | 161 | MouseArea { 162 | anchors.fill: parent 163 | onClicked: { 164 | Python.app_clicked(modelData[1]) 165 | } 166 | } 167 | } 168 | } 169 | 170 | 171 | } 172 | 173 | } 174 | 175 | /* WORKSPACES */ 176 | 177 | Rectangle { 178 | id: "workspacerect" 179 | objectName: "workspacerect" 180 | 181 | color: "#3A4055" 182 | 183 | property int workspaceHeight: workspaces.height + 20 184 | 185 | width: 80 186 | height: workspaceHeight 187 | 188 | anchors { 189 | right: root.right 190 | verticalCenter: parent.verticalCenter 191 | } 192 | 193 | 194 | Column { 195 | id: "workspaces" 196 | objectName: "workspaces" 197 | 198 | spacing: 10 199 | leftPadding: 10 200 | 201 | anchors { 202 | leftMargin: 10 203 | verticalCenter: parent.verticalCenter 204 | //horizontalCenter: parent.horizontalCenter 205 | } 206 | 207 | Repeater { 208 | id: "workspaceloop" 209 | objectName: "workspaceloop" 210 | 211 | model: Python.get_workspaces() 212 | 213 | DropArea { 214 | 215 | width: 64 216 | height: 64 217 | 218 | onDropped: { 219 | Python.dropped_on_workspace(modelData, drag.source.dragdata[1]); 220 | windowsloop.model = Python.get_windows(Python.get_current_workspace()); 221 | } 222 | onEntered: console.log("entered") 223 | 224 | Rectangle { 225 | 226 | anchors { 227 | fill: parent 228 | horizontalCenter: parent.horizontalCenter 229 | verticalCenter: parent.verticalCenter 230 | } 231 | 232 | Text { 233 | text: modelData 234 | 235 | anchors { 236 | fill: parent 237 | horizontalCenter: parent.horizontalCenter 238 | verticalCenter: parent.verticalCenter 239 | } 240 | 241 | Component.onCompleted: { 242 | if (Python.get_current_workspace() == modelData) { 243 | parent.color = "lightblue"; 244 | } 245 | 246 | if (! Python.is_workspaces_enabled()) { 247 | workspacerect.visible = false; 248 | } 249 | 250 | } 251 | 252 | } 253 | 254 | MouseArea { 255 | anchors.fill: parent 256 | onClicked: { 257 | Python.workspace_clicked(modelData) 258 | } 259 | } 260 | } 261 | } 262 | } 263 | 264 | } 265 | 266 | } 267 | 268 | /* WINDOWS */ 269 | 270 | 271 | Flickable { 272 | 273 | id: "windowsscrollview" 274 | objectName: "windowsscrollview" 275 | 276 | anchors { 277 | fill: parent 278 | leftMargin: 270 279 | rightMargin: 250 280 | topMargin: 280 281 | bottomMargin: 100 282 | horizontalCenter: parent.horizontalCenter 283 | verticalCenter: parent.verticalCenter 284 | } 285 | 286 | 287 | Flow { 288 | id: "windowsgrid" 289 | objectName: "windowsgrid" 290 | 291 | spacing: 20 292 | 293 | anchors { 294 | fill: parent 295 | horizontalCenter: parent.horizontalCenter 296 | verticalCenter: parent.verticalCenter 297 | } 298 | 299 | Repeater { 300 | id: "windowsloop" 301 | model: Python.get_windows(Python.get_current_workspace()) 302 | 303 | #ifdef KDEPLASMA 304 | WindowThumbnail { 305 | winId: modelData[2] 306 | width: 288 307 | height: 140 308 | #else 309 | Image { 310 | source: modelData[2] 311 | width: (sourceSize.width / 10) * 2 312 | height: (sourceSize.height / 10) * 2 313 | #endif 314 | 315 | MouseArea { 316 | anchors.fill: parent 317 | acceptedButtons: Qt.LeftButton | Qt.MiddleButton 318 | onPressed: { 319 | if (pressedButtons & Qt.LeftButton) { 320 | Python.window_clicked(modelData[1]) 321 | } 322 | 323 | else { 324 | if (pressedButtons & Qt.MiddleButton) { 325 | if (Python.is_midbutton_enabled()) { 326 | Python.window_clicked_midbutton(modelData[1]) 327 | parent.visible = false 328 | } 329 | } 330 | } 331 | } 332 | 333 | } 334 | 335 | Rectangle { 336 | id: "windowoverlay" 337 | color: "#3A4055" 338 | 339 | property var dragdata: modelData 340 | 341 | height: windowoverlaytext.paintedHeight + 2 342 | width: 288 + 2 343 | 344 | anchors { 345 | bottom: parent.bottom 346 | horizontalCenter: parent.horizontalCenter 347 | } 348 | 349 | Drag.active: windowMouseArea.drag.active 350 | Drag.dragType: Drag.Automatic 351 | 352 | states: State { 353 | when: windowMouseArea.drag.active 354 | ParentChange { target: windowoverlay; 355 | parent: root } 356 | AnchorChanges { target: windowoverlay; 357 | anchors.verticalCenter: undefined; 358 | anchors.horizontalCenter: undefined; 359 | anchors.bottom: undefined; } 360 | } 361 | 362 | onXChanged: { 363 | if (windowMouseArea.drag.active) { 364 | windowoverlay.x = x 365 | } 366 | } 367 | onYChanged: { 368 | if (windowMouseArea.drag.active) { 369 | windowoverlay.y = y 370 | } 371 | } 372 | 373 | MouseArea { 374 | id: windowMouseArea 375 | anchors.fill: parent 376 | onReleased: parent.Drag.drop() 377 | drag.target: parent 378 | drag.axis: Drag.XandYAxis 379 | } 380 | 381 | Text { 382 | id: "windowoverlaytext" 383 | text: modelData[0] 384 | color: "#fff" 385 | width: 288 386 | elide: Text.ElideMiddle 387 | 388 | horizontalAlignment: Text.AlignHCenter 389 | 390 | anchors { 391 | horizontalCenter: parent.horizontalCenter 392 | verticalCenter: parent.verticalCenter 393 | } 394 | 395 | } 396 | } 397 | 398 | 399 | } 400 | 401 | } 402 | } 403 | } 404 | 405 | /* APPS */ 406 | 407 | Flow { 408 | visible: false 409 | 410 | id: "appsgrid" 411 | objectName: "appsgrid" 412 | 413 | spacing: 50 414 | 415 | anchors { 416 | fill: parent 417 | leftMargin: 270 418 | rightMargin: 250 419 | topMargin: 280 420 | bottomMargin: 100 421 | horizontalCenter: parent.horizontalCenter 422 | verticalCenter: parent.verticalCenter 423 | } 424 | 425 | Repeater { 426 | id: "appsloop" 427 | objectName: "appsloop" 428 | 429 | model: [['Name', 'EntryName', 'IconPath']] 430 | 431 | #ifdef KDEPLASMA 432 | IconItem { 433 | source: modelData[2] 434 | height: units.iconSizes.huge 435 | width: units.iconSizes.huge 436 | #else 437 | Image { 438 | source: modelData[2] 439 | #endif 440 | 441 | MouseArea { 442 | anchors.fill: parent 443 | onClicked: { 444 | Python.app_clicked(modelData[1]) 445 | } 446 | } 447 | 448 | 449 | Rectangle { 450 | id: "applabel" 451 | color: "transparent" 452 | 453 | height: applabeltext.paintedHeight + 2 454 | width: parent.paintedWidth + 20 455 | 456 | anchors { 457 | top: parent.bottom 458 | horizontalCenter: parent.horizontalCenter 459 | } 460 | 461 | Text { 462 | id: "applabeltext" 463 | text: modelData[0] 464 | color: "#fff" 465 | 466 | width: parent.width 467 | wrapMode: Text.WordWrap 468 | 469 | horizontalAlignment: Text.AlignHCenter 470 | 471 | anchors { 472 | horizontalCenter: parent.horizontalCenter 473 | verticalCenter: parent.verticalCenter 474 | } 475 | 476 | } 477 | 478 | 479 | } 480 | } 481 | 482 | } 483 | 484 | } 485 | 486 | } 487 | 488 | -------------------------------------------------------------------------------- /wm.py: -------------------------------------------------------------------------------- 1 | import os 2 | import subprocess as sp 3 | 4 | tmp_dir = os.path.join(os.environ.get('XDG_RUNTIME_DIR', '/tmp'), 'qoverview') 5 | 6 | def get_window_ids(workspace): 7 | 8 | out = sp.check_output("wmctrl -l | awk '($2 != \"-1\") && ($2 == \"%s\") { print $1 }'" % workspace, shell=True) 9 | out = out.decode('utf-8') 10 | 11 | return [x.strip() for x in out.split('\n')][:-1] # :-1 removes last element (which will be empty) from list 12 | 13 | def get_window_name(win_id): 14 | 15 | out = sp.check_output("wmctrl -l | grep %s | awk '{$1=\"\"; $2=\"\";$3=\"\"; print $0}' | sed 's/^ //g'" % win_id, shell=True) 16 | 17 | return out.decode('utf-8').rstrip() 18 | 19 | def close(win_id): 20 | 21 | sp.Popen(['xdotool', 'windowclose', win_id]).wait() 22 | 23 | def activate(win_id): 24 | 25 | sp.Popen(['xdotool', 'windowactivate', win_id]) 26 | 27 | def get_num_workspaces(): 28 | 29 | out = sp.check_output(['xdotool', 'get_num_desktops']) 30 | return int(out.decode('utf-8').rstrip()) 31 | 32 | def switch_workspace(workspace_num): 33 | 34 | sp.Popen(['xdotool', 'set_desktop', str(workspace_num)]) 35 | 36 | def get_current_workspace(): 37 | 38 | try: 39 | res = int(sp.check_output(['xdotool', 'get_desktop']).decode('utf-8').rstrip()) 40 | 41 | except sp.CalledProcessError: 42 | res = 0 43 | 44 | return res 45 | 46 | def get_window_screenshot(win_id, filename): 47 | 48 | sp.Popen(['import', '-quiet', '-window', win_id, os.path.join(tmp_dir, filename + '.png')]).wait() 49 | return os.path.join(tmp_dir, filename + '.png') 50 | 51 | def move_to_workspace(workspace, w_id): 52 | 53 | sp.Popen(['xdotool', 'set_desktop_for_window', w_id, str(workspace)]).wait() 54 | 55 | def get_focused_window(): 56 | 57 | return hex(int(sp.check_output(['xdotool', 'getactivewindow']).decode('utf-8').strip())) 58 | 59 | def set_window_title(window, title): 60 | 61 | sp.Popen(['xdotool', 'set_window', '--name', title, window]).wait() 62 | 63 | --------------------------------------------------------------------------------