├── LICENSE ├── README.md ├── etc └── skel │ └── .config │ └── polybar │ ├── config.ini │ ├── launch.sh │ └── scripts │ ├── check-arch-updates.sh │ ├── check-aur-updates.sh │ ├── get_spotify_status.sh │ ├── pavolume.sh │ ├── pub-ip.sh │ ├── scroll_spotify_status.sh │ ├── spotify1.sh │ ├── tempcores.sh │ └── weather.py ├── setup-our-git-credentials.sh ├── up.sh └── usr └── local └── bin └── arcolinux-restart-polybar /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 | 676 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # ArcoLinux-Polybar 2 | 3 | --- 4 | 5 | ## 💛 A Grateful Farewell from the ArcoLinux Team 6 | 7 | After many years of building, sharing, and learning together, the **ArcoLinux project is winding down**. 8 | 9 | Although no new updates or packages will be released, we are proud of the knowledge, tools, and community that have grown around ArcoLinux. 10 | 11 | ### What's Staying Online ✅ 12 | 13 | - 🌐 **Websites** will remain accessible for several years 14 | - 🎥 **YouTube videos** will stay online and continue to serve as tutorials 15 | - 📦 **GitHub repositories** like this one will remain available as long as GitHub's free hosting allows 16 | 17 | ### Keep Using and Updating Your System 🛠️ 18 | 19 | ArcoLinux was always built on **Arch Linux**, which is a **rolling release**. 20 | This means your system can still be installed and updated using standard Arch tools and knowledge. 21 | 22 | ### Read More 23 | 24 | 🔗 [A Farewell to the ArcoLinux University](https://www.arcolinux.info/a-farewell-to-the-arcolinux-university/) 25 | 26 | --- 27 | 28 | **Thank you for being part of this journey.** 29 | Your curiosity, passion, and support made ArcoLinux what it was. 30 | 31 | — *The ArcoLinux Team* 32 | -------------------------------------------------------------------------------- /etc/skel/.config/polybar/config.ini: -------------------------------------------------------------------------------- 1 | ;===================================================== 2 | ; 3 | ; To learn more about how to configure Polybar 4 | ; go to https://github.com/jaagr/polybar 5 | ; 6 | ; The README contains alot of information 7 | ; Themes : https://github.com/jaagr/dots/tree/master/.local/etc/themer/themes 8 | ; https://github.com/jaagr/polybar/wiki/ 9 | ; https://github.com/jaagr/polybar/wiki/Configuration 10 | ; https://github.com/jaagr/polybar/wiki/Formatting 11 | ; 12 | ;===================================================== 13 | 14 | [global/wm] 15 | ;https://github.com/jaagr/polybar/wiki/Configuration#global-wm-settings 16 | margin-top = 0 17 | margin-bottom = 0 18 | 19 | [settings] 20 | ;https://github.com/jaagr/polybar/wiki/Configuration#application-settings 21 | screenchange-reload = true 22 | compositing-background = over 23 | compositing-foreground = over 24 | compositing-overline = over 25 | compositing-underline = over 26 | compositing-border = over 27 | 28 | ; Define fallback values used by all module formats 29 | format-foreground = #FF0000 30 | format-background = #00FF00 31 | format-underline = 32 | format-overline = 33 | 34 | [colors] 35 | background = #2F343F 36 | foreground = #f3f4f5 37 | foreground-active = #6790EB 38 | occupied = #cccccc 39 | occupied-active = #b3c7f5 40 | active = #5e81ac 41 | alert = #d08770 42 | volume-min = #a3be8c 43 | volume-med = #ebcb8b 44 | volume-max = #bf616a 45 | 46 | [module/tray] 47 | type = internal/tray 48 | 49 | ;format-margin = 8px 50 | ;tray-spacing = 8px 51 | tray-size = 20 52 | tray-padding = 2 53 | tray-offset-x = 0 54 | tray-offset-y = 0 55 | tray-foreground = ${colors.foreground} 56 | tray-background = ${colors.background} 57 | format-background = ${colors.background} 58 | 59 | ################################################################################ 60 | ################################################################################ 61 | ############ MAINBAR-I3 ############ 62 | ################################################################################ 63 | ################################################################################ 64 | 65 | [bar/mainbar-i3] 66 | ;https://github.com/jaagr/polybar/wiki/Configuration 67 | 68 | monitor = ${env:MONITOR} 69 | ;monitor-fallback = HDMI1 70 | monitor-strict = false 71 | override-redirect = false 72 | bottom = false 73 | fixed-center = true 74 | width = 100% 75 | height = 30 76 | ;offset-x = 1% 77 | ;offset-y = 1% 78 | 79 | background = ${colors.background} 80 | foreground = ${colors.foreground} 81 | 82 | ; Background gradient (vertical steps) 83 | ; background-[0-9]+ = #aarrggbb 84 | ;background-0 = 85 | 86 | radius = 0.0 87 | line-size = 2 88 | line-color = #000000 89 | 90 | border-size = 0 91 | ;border-left-size = 25 92 | ;border-right-size = 25 93 | ;border-top-size = 0 94 | ;border-bottom-size = 25 95 | border-color = #000000 96 | 97 | padding-left = 1 98 | padding-right = 1 99 | 100 | module-margin-left = 3 101 | module-margin-right = 3 102 | 103 | ;https://github.com/jaagr/polybar/wiki/Fonts 104 | font-0 = "Noto Sans:size=10;0" 105 | font-1 = "FontAwesome:size=10;0" 106 | font-2 = "Noto Sans:size=10;0" 107 | font-3 = "Noto Sans Mono:size=10;0" 108 | 109 | modules-left = i3 xwindow 110 | modules-center = kernel 111 | modules-right = memory2 cpu2 date tray 112 | 113 | separator = | 114 | 115 | ;dim-value = 1.0 116 | 117 | #i3: Make the bar appear below windows 118 | ;wm-restack = i3 119 | ;override-redirect = true 120 | 121 | ; Enable support for inter-process messaging 122 | ; See the Messaging wiki page for more details. 123 | enable-ipc = true 124 | 125 | ; Fallback click handlers that will be called if 126 | ; there's no matching module handler found. 127 | click-left = 128 | click-middle = 129 | click-right = 130 | scroll-up = i3wm-wsnext 131 | scroll-down = i3wm-wsprev 132 | double-click-left = 133 | double-click-middle = 134 | double-click-right = 135 | 136 | ; Requires polybar to be built with xcursor support (xcb-util-cursor) 137 | ; Possible values are: 138 | ; - default : The default pointer as before, can also be an empty string (default) 139 | ; - pointer : Typically in the form of a hand 140 | ; - ns-resize : Up and down arrows, can be used to indicate scrolling 141 | cursor-click = 142 | cursor-scroll = 143 | 144 | 145 | ################################################################################ 146 | ################################################################################ 147 | ############ MAINBAR-I3-EXTRA ############ 148 | ################################################################################ 149 | ################################################################################ 150 | 151 | [bar/mainbar-i3-extra] 152 | ;https://github.com/jaagr/polybar/wiki/Configuration 153 | 154 | monitor = ${env:MONITOR} 155 | ;monitor-fallback = HDMI1 156 | monitor-strict = false 157 | override-redirect = false 158 | bottom = true 159 | fixed-center = true 160 | width = 100% 161 | height = 30 162 | ;offset-x = 1% 163 | ;offset-y = 1% 164 | 165 | background = ${colors.background} 166 | foreground = ${colors.foreground} 167 | 168 | ; Background gradient (vertical steps) 169 | ; background-[0-9]+ = #aarrggbb 170 | ;background-0 = 171 | 172 | radius = 0.0 173 | line-size = 2 174 | line-color = #000000 175 | 176 | border-size = 0 177 | ;border-left-size = 25 178 | ;border-right-size = 25 179 | ;border-top-size = 0 180 | ;border-bottom-size = 25 181 | border-color = #000000 182 | 183 | padding-left = 1 184 | padding-right = 1 185 | 186 | module-margin-left = 3 187 | module-margin-right = 3 188 | 189 | ;https://github.com/jaagr/polybar/wiki/Fonts 190 | font-0 = "Noto Sans:size=10;0" 191 | font-1 = "FontAwesome:size=10;0" 192 | font-2 = "Noto Sans:size=10;0" 193 | font-3 = "Noto Sans Mono:size=10;0" 194 | 195 | modules-left = load-average 196 | modules-center = networkspeeddown networkspeedup 197 | modules-right = filesystem 198 | 199 | separator = | 200 | 201 | #i3: Make the bar appear below windows 202 | ;wm-restack = i3 203 | ;override-redirect = true 204 | 205 | ; Enable support for inter-process messaging 206 | ; See the Messaging wiki page for more details. 207 | enable-ipc = true 208 | 209 | ; Fallback click handlers that will be called if 210 | ; there's no matching module handler found. 211 | click-left = 212 | click-middle = 213 | click-right = 214 | scroll-up = i3wm-wsnext 215 | scroll-down = i3wm-wsprev 216 | double-click-left = 217 | double-click-middle = 218 | double-click-right = 219 | 220 | ; Requires polybar to be built with xcursor support (xcb-util-cursor) 221 | ; Possible values are: 222 | ; - default : The default pointer as before, can also be an empty string (default) 223 | ; - pointer : Typically in the form of a hand 224 | ; - ns-resize : Up and down arrows, can be used to indicate scrolling 225 | cursor-click = 226 | cursor-scroll = 227 | 228 | ################################################################################ 229 | ################################################################################ 230 | ############ MAINBAR-OPENBOX ############ 231 | ################################################################################ 232 | ################################################################################ 233 | 234 | [bar/mainbar-openbox] 235 | monitor = ${env:MONITOR} 236 | ;monitor-fallback = HDMI1 237 | width = 100% 238 | height = 30 239 | ;offset-x = 1% 240 | ;offset-y = 1% 241 | radius = 0.0 242 | fixed-center = true 243 | bottom = false 244 | separator = | 245 | 246 | background = ${colors.background} 247 | foreground = ${colors.foreground} 248 | 249 | line-size = 2 250 | line-color = #f00 251 | 252 | ;border-size = 2 253 | ;border-left-size = 25 254 | ;border-right-size = 25 255 | ;border-top-size = 0 256 | ;border-bottom-size = 25 257 | ;border-color = #00000000 258 | 259 | padding-left = 1 260 | padding-right = 1 261 | 262 | module-margin-left = 3 263 | module-margin-right = 3 264 | 265 | ; Enable support for inter-process messaging 266 | ; See the Messaging wiki page for more details. 267 | enable-ipc = true 268 | 269 | ;https://github.com/jaagr/polybar/wiki/Fonts 270 | font-0 = "Noto Sans:size=10;0" 271 | font-1 = "FontAwesome:size=10;0" 272 | font-2 = "Noto Sans:size=10;0" 273 | font-3 = "Noto Sans Mono:size=10;0" 274 | 275 | modules-left = ewmh xwindow 276 | modules-center = kernel 277 | modules-right = memory2 cpu2 date tray 278 | 279 | ################################################################################ 280 | ################################################################################ 281 | ############ MAINBAR-OPENBOX-EXTRA ############ 282 | ################################################################################ 283 | ################################################################################ 284 | 285 | [bar/mainbar-openbox-extra] 286 | monitor = ${env:MONITOR} 287 | ;monitor-fallback = HDMI1 288 | width = 100% 289 | height = 30 290 | ;offset-x = 1% 291 | ;offset-y = 1% 292 | radius = 0.0 293 | fixed-center = true 294 | bottom = true 295 | separator = | 296 | 297 | background = ${colors.background} 298 | foreground = ${colors.foreground} 299 | 300 | line-size = 2 301 | line-color = #f00 302 | 303 | ;border-size = 2 304 | ;border-left-size = 25 305 | ;border-right-size = 25 306 | ;border-top-size = 0 307 | ;border-bottom-size = 25 308 | ;border-color = #00000000 309 | 310 | padding-left = 1 311 | padding-right = 1 312 | 313 | module-margin-left = 3 314 | module-margin-right = 3 315 | 316 | ; Enable support for inter-process messaging 317 | ; See the Messaging wiki page for more details. 318 | enable-ipc = true 319 | 320 | ;https://github.com/jaagr/polybar/wiki/Fonts 321 | font-0 = "Noto Sans:size=10;0" 322 | font-1 = "FontAwesome:size=10;0" 323 | font-2 = "Noto Sans:size=10;0" 324 | font-3 = "Noto Sans Mono:size=10;0" 325 | 326 | modules-left = load-average 327 | modules-center = networkspeeddown networkspeedup 328 | modules-right = filesystem 329 | 330 | ################################################################################ 331 | ################################################################################ 332 | ############ MAINBAR-BSPWM ############ 333 | ################################################################################ 334 | ################################################################################ 335 | 336 | [bar/mainbar-bspwm] 337 | monitor = ${env:MONITOR} 338 | ;monitor-fallback = HDMI1 339 | width = 100% 340 | height = 30 341 | ;offset-x = 1% 342 | ;offset-y = 1% 343 | radius = 0.0 344 | fixed-center = true 345 | bottom = false 346 | separator = | 347 | 348 | background = ${colors.background} 349 | foreground = ${colors.foreground} 350 | 351 | line-size = 2 352 | line-color = #f00 353 | 354 | wm-restack = bspwm 355 | override-redirect = true 356 | 357 | ; Enable support for inter-process messaging 358 | ; See the Messaging wiki page for more details. 359 | enable-ipc = true 360 | 361 | border-size = 0 362 | ;border-left-size = 0 363 | ;border-right-size = 25 364 | ;border-top-size = 0 365 | ;border-bottom-size = 25 366 | border-color = #00000000 367 | 368 | padding-left = 0 369 | padding-right = 1 370 | 371 | module-margin-left = 3 372 | module-margin-right = 3 373 | 374 | ;https://github.com/jaagr/polybar/wiki/Fonts 375 | font-0 = "Noto Sans:size=10;0" 376 | font-1 = "FontAwesome:size=13;0" 377 | font-2 = "Noto Sans:size=10;0" 378 | font-3 = "Noto Sans Mono:size=10;0" 379 | 380 | modules-left = bspwm xwindow 381 | modules-center = kernel 382 | modules-right = pavolume memory2 cpu2 date tray 383 | 384 | scroll-up = bspwm-desknext 385 | scroll-down = bspwm-deskprev 386 | 387 | ################################################################################ 388 | ################################################################################ 389 | ############ MAINBAR-BSPWM-EXTRA ############ 390 | ################################################################################ 391 | ################################################################################ 392 | 393 | [bar/mainbar-bspwm-extra] 394 | monitor = ${env:MONITOR} 395 | ;monitor-fallback = HDMI1 396 | width = 100% 397 | height = 30 398 | ;offset-x = 1% 399 | ;offset-y = 1% 400 | radius = 0.0 401 | fixed-center = true 402 | bottom = true 403 | separator = | 404 | 405 | background = ${colors.background} 406 | foreground = ${colors.foreground} 407 | 408 | line-size = 2 409 | line-color = #f00 410 | 411 | wm-restack = bspwm 412 | override-redirect = true 413 | 414 | ; Enable support for inter-process messaging 415 | ; See the Messaging wiki page for more details. 416 | enable-ipc = true 417 | 418 | border-size = 0 419 | ;border-left-size = 0 420 | ;border-right-size = 25 421 | ;border-top-size = 0 422 | ;border-bottom-size = 25 423 | border-color = #00000000 424 | 425 | padding-left = 0 426 | padding-right = 1 427 | 428 | module-margin-left = 3 429 | module-margin-right = 3 430 | 431 | ;https://github.com/jaagr/polybar/wiki/Fonts 432 | font-0 = "Noto Sans:size=10;0" 433 | font-1 = "FontAwesome:size=13;0" 434 | font-2 = "Noto Sans:size=10;0" 435 | font-3 = "Noto Sans Mono:size=10;0" 436 | 437 | modules-left = load-average 438 | modules-center = networkspeeddown networkspeedup 439 | modules-right = filesystem 440 | 441 | scroll-up = bspwm-desknext 442 | scroll-down = bspwm-deskprev 443 | 444 | ################################################################################ 445 | ################################################################################ 446 | ############ MAINBAR-HERBSTLUFTWM ############ 447 | ################################################################################ 448 | ################################################################################ 449 | 450 | [bar/mainbar-herbstluftwm] 451 | monitor = ${env:MONITOR} 452 | ;monitor-fallback = HDMI1 453 | width = 100% 454 | height = 30 455 | ;offset-x = 1% 456 | ;offset-y = 1% 457 | radius = 0.0 458 | fixed-center = true 459 | bottom = false 460 | separator = | 461 | 462 | background = ${colors.background} 463 | foreground = ${colors.foreground} 464 | 465 | line-size = 2 466 | line-color = #f00 467 | 468 | wm-restack = bspwm 469 | override-redirect = true 470 | 471 | ; Enable support for inter-process messaging 472 | ; See the Messaging wiki page for more details. 473 | enable-ipc = true 474 | 475 | border-size = 0 476 | ;border-left-size = 0 477 | ;border-right-size = 25 478 | ;border-top-size = 0 479 | ;border-bottom-size = 25 480 | border-color = #00000000 481 | 482 | padding-left = 0 483 | padding-right = 1 484 | 485 | module-margin-left = 3 486 | module-margin-right = 3 487 | 488 | ;https://github.com/jaagr/polybar/wiki/Fonts 489 | font-0 = "Noto Sans:size=10;0" 490 | font-1 = "FontAwesome:size=13;0" 491 | font-2 = "Noto Sans:size=10;0" 492 | font-3 = "Noto Sans Mono:size=10;0" 493 | 494 | modules-left = ewmh xwindow 495 | modules-center = kernel 496 | modules-right = pavolume memory2 cpu2 date tray 497 | 498 | scroll-up = herbstclient use_index -1 499 | scroll-down = herbstclient use_index +1 500 | 501 | ################################################################################ 502 | ################################################################################ 503 | ############ MAINBAR-HERBSTLUFTWM-EXTRA ############ 504 | ################################################################################ 505 | ################################################################################ 506 | 507 | [bar/mainbar-herbstluftwm-extra] 508 | monitor = ${env:MONITOR} 509 | ;monitor-fallback = HDMI1 510 | width = 100% 511 | height = 30 512 | ;offset-x = 1% 513 | ;offset-y = 1% 514 | radius = 0.0 515 | fixed-center = true 516 | bottom = true 517 | separator = | 518 | 519 | background = ${colors.background} 520 | foreground = ${colors.foreground} 521 | 522 | line-size = 2 523 | line-color = #f00 524 | 525 | wm-restack = bspwm 526 | override-redirect = true 527 | 528 | ; Enable support for inter-process messaging 529 | ; See the Messaging wiki page for more details. 530 | enable-ipc = true 531 | 532 | border-size = 0 533 | ;border-left-size = 0 534 | ;border-right-size = 25 535 | ;border-top-size = 0 536 | ;border-bottom-size = 25 537 | border-color = #00000000 538 | 539 | padding-left = 0 540 | padding-right = 1 541 | 542 | module-margin-left = 3 543 | module-margin-right = 3 544 | 545 | ;https://github.com/jaagr/polybar/wiki/Fonts 546 | font-0 = "Noto Sans:size=10;0" 547 | font-1 = "FontAwesome:size=13;0" 548 | font-2 = "Noto Sans:size=10;0" 549 | font-3 = "Noto Sans Mono:size=10;0" 550 | 551 | modules-left = load-average 552 | modules-center = networkspeeddown networkspeedup 553 | modules-right = filesystem 554 | 555 | scroll-up = herbstclient use_index -1 556 | scroll-down = herbstclient use_index +1 557 | 558 | ################################################################################ 559 | ################################################################################ 560 | ############ MAINBAR-WORM ############ 561 | ################################################################################ 562 | ################################################################################ 563 | 564 | [bar/mainbar-worm] 565 | monitor = ${env:MONITOR} 566 | ;monitor-fallback = HDMI1 567 | width = 100% 568 | height = 30 569 | ;offset-x = 1% 570 | ;offset-y = 1% 571 | radius = 0.0 572 | fixed-center = true 573 | bottom = false 574 | separator = | 575 | 576 | background = ${colors.background} 577 | foreground = ${colors.foreground} 578 | 579 | line-size = 2 580 | line-color = #f00 581 | 582 | ;wm-restack = bspwm 583 | override-redirect = true 584 | 585 | ; Enable support for inter-process messaging 586 | ; See the Messaging wiki page for more details. 587 | enable-ipc = true 588 | 589 | border-size = 0 590 | ;border-left-size = 0 591 | ;border-right-size = 25 592 | ;border-top-size = 0 593 | ;border-bottom-size = 25 594 | border-color = #00000000 595 | 596 | padding-left = 0 597 | padding-right = 1 598 | 599 | module-margin-left = 3 600 | module-margin-right = 3 601 | 602 | ;https://github.com/jaagr/polybar/wiki/Fonts 603 | font-0 = "Noto Sans:size=10;0" 604 | font-1 = "FontAwesome:size=13;0" 605 | font-2 = "Noto Sans:size=10;0" 606 | font-3 = "Noto Sans Mono:size=10;0" 607 | 608 | modules-left = ewmh xwindow 609 | modules-center = kernel 610 | modules-right = pavolume memory2 cpu2 date tray 611 | 612 | ;scroll-up = herbstclient use_index -1 613 | ;scroll-down = herbstclient use_index +1 614 | 615 | 616 | ################################################################################ 617 | ################################################################################ 618 | ############ MAINBAR-WORM-EXTRA ############ 619 | ################################################################################ 620 | ################################################################################ 621 | 622 | [bar/mainbar-worm-extra] 623 | monitor = ${env:MONITOR} 624 | ;monitor-fallback = HDMI1 625 | width = 100% 626 | height = 30 627 | ;offset-x = 1% 628 | ;offset-y = 1% 629 | radius = 0.0 630 | fixed-center = true 631 | bottom = true 632 | separator = | 633 | 634 | background = ${colors.background} 635 | foreground = ${colors.foreground} 636 | 637 | line-size = 2 638 | line-color = #f00 639 | 640 | ;wm-restack = bspwm 641 | override-redirect = true 642 | 643 | ; Enable support for inter-process messaging 644 | ; See the Messaging wiki page for more details. 645 | enable-ipc = true 646 | 647 | border-size = 0 648 | ;border-left-size = 0 649 | ;border-right-size = 25 650 | ;border-top-size = 0 651 | ;border-bottom-size = 25 652 | border-color = #00000000 653 | 654 | padding-left = 0 655 | padding-right = 1 656 | 657 | module-margin-left = 3 658 | module-margin-right = 3 659 | 660 | ;https://github.com/jaagr/polybar/wiki/Fonts 661 | font-0 = "Noto Sans:size=10;0" 662 | font-1 = "FontAwesome:size=13;0" 663 | font-2 = "Noto Sans:size=10;0" 664 | font-3 = "Noto Sans Mono:size=10;0" 665 | 666 | modules-left = load-average 667 | modules-center = networkspeeddown networkspeedup 668 | modules-right = filesystem 669 | 670 | ;scroll-up = herbstclient use_index -1 671 | ;scroll-down = herbstclient use_index +1 672 | 673 | ################################################################################ 674 | ################################################################################ 675 | ############ MAINBAR-BERRY ############ 676 | ################################################################################ 677 | ################################################################################ 678 | 679 | [bar/mainbar-berry] 680 | monitor = ${env:MONITOR} 681 | ;monitor-fallback = HDMI1 682 | width = 100% 683 | height = 30 684 | ;offset-x = 1% 685 | ;offset-y = 1% 686 | radius = 0.0 687 | fixed-center = true 688 | bottom = false 689 | separator = | 690 | 691 | background = ${colors.background} 692 | foreground = ${colors.foreground} 693 | 694 | line-size = 2 695 | line-color = #f00 696 | 697 | override-redirect = true 698 | 699 | ; Enable support for inter-process messaging 700 | ; See the Messaging wiki page for more details. 701 | enable-ipc = true 702 | 703 | border-size = 0 704 | ;border-left-size = 0 705 | ;border-right-size = 25 706 | ;border-top-size = 0 707 | ;border-bottom-size = 25 708 | border-color = #00000000 709 | 710 | padding-left = 0 711 | padding-right = 1 712 | 713 | module-margin-left = 3 714 | module-margin-right = 3 715 | 716 | ;https://github.com/jaagr/polybar/wiki/Fonts 717 | font-0 = "Noto Sans:size=10;0" 718 | font-1 = "FontAwesome:size=13;0" 719 | font-2 = "Noto Sans:size=10;0" 720 | font-3 = "Noto Sans Mono:size=10;0" 721 | 722 | modules-left = ewmh-noscroll xwindow 723 | modules-center = kernel 724 | modules-right = pavolume memory2 cpu2 date tray 725 | 726 | ################################################################################ 727 | ################################################################################ 728 | ############ MAINBAR-BERRY-EXTRA ############ 729 | ################################################################################ 730 | ################################################################################ 731 | 732 | [bar/mainbar-berry-extra] 733 | monitor = ${env:MONITOR} 734 | ;monitor-fallback = HDMI1 735 | width = 100% 736 | height = 30 737 | ;offset-x = 1% 738 | ;offset-y = 1% 739 | radius = 0.0 740 | fixed-center = true 741 | bottom = true 742 | separator = | 743 | 744 | background = ${colors.background} 745 | foreground = ${colors.foreground} 746 | 747 | line-size = 2 748 | line-color = #f00 749 | 750 | override-redirect = true 751 | 752 | ; Enable support for inter-process messaging 753 | ; See the Messaging wiki page for more details. 754 | enable-ipc = true 755 | 756 | border-size = 0 757 | ;border-left-size = 0 758 | ;border-right-size = 25 759 | ;border-top-size = 0 760 | ;border-bottom-size = 25 761 | border-color = #00000000 762 | 763 | padding-left = 0 764 | padding-right = 1 765 | 766 | module-margin-left = 3 767 | module-margin-right = 3 768 | 769 | ;https://github.com/jaagr/polybar/wiki/Fonts 770 | font-0 = "Noto Sans:size=10;0" 771 | font-1 = "FontAwesome:size=13;0" 772 | font-2 = "Noto Sans:size=10;0" 773 | font-3 = "Noto Sans Mono:size=10;0" 774 | 775 | modules-left = load-average 776 | modules-center = networkspeeddown networkspeedup 777 | modules-right = filesystem 778 | 779 | ################################################################################ 780 | ################################################################################ 781 | ############ MAINBAR-XMONAD ############ 782 | ################################################################################ 783 | ################################################################################ 784 | 785 | [bar/mainbar-xmonad] 786 | monitor = ${env:MONITOR} 787 | ;monitor-fallback = HDMI1 788 | monitor-strict = false 789 | override-redirect = false 790 | width = 100% 791 | height = 30 792 | ;offset-x = 1% 793 | ;offset-y = 1% 794 | radius = 0.0 795 | fixed-center = true 796 | bottom = false 797 | separator = | 798 | 799 | background = ${colors.background} 800 | foreground = ${colors.foreground} 801 | 802 | line-size = 2 803 | line-color = #f00 804 | 805 | ;border-size = 2 806 | ;border-left-size = 25 807 | ;border-right-size = 25 808 | ;border-top-size = 0 809 | ;border-bottom-size = 25 810 | border-color = #00000000 811 | 812 | padding-left = 0 813 | padding-right = 1 814 | 815 | module-margin-left = 3 816 | module-margin-right = 3 817 | 818 | ; Enable support for inter-process messaging 819 | ; See the Messaging wiki page for more details. 820 | enable-ipc = true 821 | 822 | ;https://github.com/jaagr/polybar/wiki/Fonts 823 | font-0 = "Noto Sans:size=10;0" 824 | font-1 = "FontAwesome:size=13;0" 825 | font-2 = "Noto Sans:size=10;0" 826 | font-3 = "Noto Sans Mono:size=10;0" 827 | font-4 = "FontAwesome5Brands:size=13;0" 828 | 829 | modules-left = ewmh 830 | modules-center = kernel 831 | modules-right = pavolume memory2 cpu2 date tray 832 | 833 | ################################################################################ 834 | ################################################################################ 835 | ############ MAINBAR-XMONAD-EXTRA ############ 836 | ################################################################################ 837 | ################################################################################ 838 | 839 | [bar/mainbar-xmonad-extra] 840 | monitor = ${env:MONITOR} 841 | ;monitor-fallback = HDMI1 842 | monitor-strict = false 843 | override-redirect = false 844 | width = 100% 845 | height = 30 846 | ;offset-x = 1% 847 | ;offset-y = 1% 848 | radius = 0.0 849 | fixed-center = true 850 | bottom = true 851 | separator = | 852 | 853 | background = ${colors.background} 854 | foreground = ${colors.foreground} 855 | 856 | line-size = 2 857 | line-color = #f00 858 | 859 | ;border-size = 2 860 | ;border-left-size = 25 861 | ;border-right-size = 25 862 | border-top-size = 10 863 | ;border-bottom-size = 25 864 | border-color = #00000000 865 | 866 | padding-left = 0 867 | padding-right = 1 868 | 869 | module-margin-left = 3 870 | module-margin-right = 3 871 | 872 | ; Enable support for inter-process messaging 873 | ; See the Messaging wiki page for more details. 874 | enable-ipc = true 875 | 876 | ;https://github.com/jaagr/polybar/wiki/Fonts 877 | font-0 = "Noto Sans:size=10;0" 878 | font-1 = "FontAwesome:size=13;0" 879 | font-2 = "Noto Sans:size=10;0" 880 | font-3 = "Noto Sans Mono:size=10;0" 881 | font-4 = "FontAwesome5Brands:size=13;0" 882 | 883 | modules-left = load-average 884 | modules-center = networkspeeddown networkspeedup 885 | modules-right = filesystem 886 | 887 | ################################################################################ 888 | ################################################################################ 889 | ############ MAINBAR-SPECTRWM ############ 890 | ################################################################################ 891 | ################################################################################ 892 | 893 | [bar/mainbar-spectrwm] 894 | monitor = ${env:MONITOR} 895 | ;monitor-fallback = HDMI1 896 | width = 100% 897 | height = 30 898 | ;offset-x = 1% 899 | ;offset-y = 1% 900 | radius = 0.0 901 | fixed-center = true 902 | bottom = false 903 | separator = | 904 | 905 | background = ${colors.background} 906 | foreground = ${colors.foreground} 907 | 908 | line-size = 2 909 | line-color = #f00 910 | 911 | wm-restack = bspwm 912 | override-redirect = true 913 | 914 | ; Enable support for inter-process messaging 915 | ; See the Messaging wiki page for more details. 916 | enable-ipc = true 917 | 918 | border-size = 0 919 | ;border-left-size = 0 920 | ;border-right-size = 25 921 | ;border-top-size = 0 922 | ;border-bottom-size = 25 923 | border-color = #00000000 924 | 925 | padding-left = 0 926 | padding-right = 1 927 | 928 | module-margin-left = 3 929 | module-margin-right = 3 930 | 931 | ;https://github.com/jaagr/polybar/wiki/Fonts 932 | font-0 = "Noto Sans:size=10;0" 933 | font-1 = "FontAwesome:size=10;0" 934 | font-2 = "Noto Sans:size=10;0" 935 | font-3 = "Noto Sans Mono:size=10;0" 936 | 937 | modules-left = ewmh xwindow 938 | modules-center = kernel 939 | modules-right = pavolume memory2 cpu2 date tray 940 | 941 | scroll-up = spectrwm-desknext 942 | scroll-down = spectrwm-deskprev 943 | 944 | ################################################################################ 945 | ################################################################################ 946 | ############ MAINBAR-CWM ############ 947 | ################################################################################ 948 | ################################################################################ 949 | 950 | [bar/mainbar-cwm] 951 | monitor = ${env:MONITOR} 952 | ;monitor-fallback = HDMI1 953 | width = 100% 954 | height = 30 955 | ;offset-x = 1% 956 | ;offset-y = 1% 957 | radius = 0.0 958 | fixed-center = true 959 | bottom = false 960 | separator = | 961 | 962 | background = ${colors.background} 963 | foreground = ${colors.foreground} 964 | 965 | line-size = 2 966 | line-color = #f00 967 | 968 | override-redirect = true 969 | 970 | ; Enable support for inter-process messaging 971 | ; See the Messaging wiki page for more details. 972 | enable-ipc = true 973 | 974 | border-size = 0 975 | ;border-left-size = 0 976 | ;border-right-size = 25 977 | ;border-top-size = 0 978 | ;border-bottom-size = 25 979 | border-color = #00000000 980 | 981 | padding-left = 0 982 | padding-right = 1 983 | 984 | module-margin-left = 3 985 | module-margin-right = 3 986 | 987 | ;https://github.com/jaagr/polybar/wiki/Fonts 988 | font-0 = "Noto Sans:size=10;0" 989 | font-1 = "FontAwesome:size=13;0" 990 | font-2 = "Noto Sans:size=10;0" 991 | font-3 = "Noto Sans Mono:size=10;0" 992 | 993 | modules-left = ewmh xwindow 994 | modules-center = kernel 995 | modules-right = pavolume memory2 cpu2 date tray 996 | 997 | scroll-up = cwm-desknext 998 | scroll-down = cwm-deskprev 999 | 1000 | 1001 | ################################################################################ 1002 | ################################################################################ 1003 | ############ MAINBAR-CWM-EXTRA ############ 1004 | ################################################################################ 1005 | ################################################################################ 1006 | 1007 | [bar/mainbar-cwm-extra] 1008 | monitor = ${env:MONITOR} 1009 | ;monitor-fallback = HDMI1 1010 | width = 100% 1011 | height = 30 1012 | ;offset-x = 1% 1013 | ;offset-y = 1% 1014 | radius = 0.0 1015 | fixed-center = true 1016 | bottom = true 1017 | separator = | 1018 | 1019 | background = ${colors.background} 1020 | foreground = ${colors.foreground} 1021 | 1022 | line-size = 2 1023 | line-color = #f00 1024 | 1025 | wm-restack = bspwm 1026 | override-redirect = true 1027 | 1028 | ; Enable support for inter-process messaging 1029 | ; See the Messaging wiki page for more details. 1030 | enable-ipc = true 1031 | 1032 | border-size = 0 1033 | ;border-left-size = 0 1034 | ;border-right-size = 25 1035 | ;border-top-size = 0 1036 | ;border-bottom-size = 25 1037 | border-color = #00000000 1038 | 1039 | padding-left = 0 1040 | padding-right = 1 1041 | 1042 | module-margin-left = 3 1043 | module-margin-right = 3 1044 | 1045 | ;https://github.com/jaagr/polybar/wiki/Fonts 1046 | font-0 = "Noto Sans:size=10;0" 1047 | font-1 = "FontAwesome:size=13;0" 1048 | font-2 = "Noto Sans:size=10;0" 1049 | font-3 = "Noto Sans Mono:size=10;0" 1050 | 1051 | modules-left = load-average 1052 | modules-center = networkspeeddown networkspeedup 1053 | modules-right = filesystem 1054 | 1055 | scroll-up = cwm-desknext 1056 | scroll-down = cwm-deskprev 1057 | 1058 | ################################################################################ 1059 | ################################################################################ 1060 | ############ MAINBAR-FVWM3 ############ 1061 | ################################################################################ 1062 | ################################################################################ 1063 | 1064 | [bar/mainbar-fvwm3] 1065 | monitor = ${env:MONITOR} 1066 | ;monitor-fallback = HDMI1 1067 | width = 100% 1068 | height = 30 1069 | ;offset-x = 1% 1070 | ;offset-y = 1% 1071 | radius = 0.0 1072 | fixed-center = true 1073 | bottom = false 1074 | separator = | 1075 | 1076 | background = ${colors.background} 1077 | foreground = ${colors.foreground} 1078 | 1079 | line-size = 2 1080 | line-color = #f00 1081 | 1082 | override-redirect = true 1083 | 1084 | ; Enable support for inter-process messaging 1085 | ; See the Messaging wiki page for more details. 1086 | enable-ipc = true 1087 | 1088 | border-size = 0 1089 | ;border-left-size = 0 1090 | ;border-right-size = 25 1091 | ;border-top-size = 0 1092 | ;border-bottom-size = 25 1093 | border-color = #00000000 1094 | 1095 | padding-left = 0 1096 | padding-right = 1 1097 | 1098 | module-margin-left = 3 1099 | module-margin-right = 3 1100 | 1101 | ;https://github.com/jaagr/polybar/wiki/Fonts 1102 | font-0 = "Noto Sans:size=10;0" 1103 | font-1 = "FontAwesome:size=13;0" 1104 | font-2 = "Noto Sans:size=10;0" 1105 | font-3 = "Noto Sans Mono:size=10;0" 1106 | 1107 | modules-left = ewmh xwindow 1108 | modules-center = kernel 1109 | modules-right = pavolume memory2 cpu2 date tray 1110 | 1111 | scroll-up = fvwm3-desknext 1112 | scroll-down = fvwm3-deskprev 1113 | 1114 | 1115 | ################################################################################ 1116 | ################################################################################ 1117 | ############ MAINBAR-FVWM3-EXTRA ############ 1118 | ################################################################################ 1119 | ################################################################################ 1120 | 1121 | [bar/mainbar-fvwm3-extra] 1122 | monitor = ${env:MONITOR} 1123 | ;monitor-fallback = HDMI1 1124 | width = 100% 1125 | height = 30 1126 | ;offset-x = 1% 1127 | ;offset-y = 1% 1128 | radius = 0.0 1129 | fixed-center = true 1130 | bottom = true 1131 | separator = | 1132 | 1133 | background = ${colors.background} 1134 | foreground = ${colors.foreground} 1135 | 1136 | line-size = 2 1137 | line-color = #f00 1138 | 1139 | wm-restack = bspwm 1140 | override-redirect = true 1141 | 1142 | ; Enable support for inter-process messaging 1143 | ; See the Messaging wiki page for more details. 1144 | enable-ipc = true 1145 | 1146 | border-size = 0 1147 | ;border-left-size = 0 1148 | ;border-right-size = 25 1149 | ;border-top-size = 0 1150 | ;border-bottom-size = 25 1151 | border-color = #00000000 1152 | 1153 | padding-left = 0 1154 | padding-right = 1 1155 | 1156 | module-margin-left = 3 1157 | module-margin-right = 3 1158 | 1159 | ;https://github.com/jaagr/polybar/wiki/Fonts 1160 | font-0 = "Noto Sans:size=10;0" 1161 | font-1 = "FontAwesome:size=13;0" 1162 | font-2 = "Noto Sans:size=10;0" 1163 | font-3 = "Noto Sans Mono:size=10;0" 1164 | 1165 | modules-left = load-average 1166 | modules-center = networkspeeddown networkspeedup 1167 | modules-right = filesystem 1168 | 1169 | scroll-up = fvwm3-desknext 1170 | scroll-down = fvwm3-deskprev 1171 | 1172 | ################################################################################ 1173 | ################################################################################ 1174 | ############ MAINBAR-WMDERLAND ############ 1175 | ################################################################################ 1176 | ################################################################################ 1177 | 1178 | [bar/mainbar-wmderland] 1179 | monitor = ${env:MONITOR} 1180 | ;monitor-fallback = HDMI1 1181 | monitor-strict = false 1182 | override-redirect = false 1183 | width = 100% 1184 | height = 30 1185 | ;offset-x = 1% 1186 | ;offset-y = 1% 1187 | radius = 0.0 1188 | fixed-center = true 1189 | bottom = false 1190 | separator = | 1191 | 1192 | background = ${colors.background} 1193 | foreground = ${colors.foreground} 1194 | 1195 | line-size = 2 1196 | line-color = #f00 1197 | 1198 | ;border-size = 2 1199 | ;border-left-size = 25 1200 | ;border-right-size = 25 1201 | ;border-top-size = 0 1202 | ;border-bottom-size = 25 1203 | border-color = #00000000 1204 | 1205 | padding-left = 0 1206 | padding-right = 1 1207 | 1208 | module-margin-left = 3 1209 | module-margin-right = 3 1210 | 1211 | ; Enable support for inter-process messaging 1212 | ; See the Messaging wiki page for more details. 1213 | enable-ipc = true 1214 | 1215 | ;https://github.com/jaagr/polybar/wiki/Fonts 1216 | font-0 = "Noto Sans:size=10;0" 1217 | font-1 = "FontAwesome:size=13;0" 1218 | font-2 = "Noto Sans:size=10;0" 1219 | font-3 = "Noto Sans Mono:size=10;0" 1220 | font-4 = "FontAwesome5Brands:size=13;0" 1221 | 1222 | modules-left = xworkspaces 1223 | modules-center = kernel 1224 | modules-right = pavolume memory2 cpu2 date tray 1225 | 1226 | ################################################################################ 1227 | ################################################################################ 1228 | ############ MAINBAR-WMDERLAND-EXTRA ############ 1229 | ################################################################################ 1230 | ################################################################################ 1231 | 1232 | [bar/mainbar-wmderland-extra] 1233 | monitor = ${env:MONITOR} 1234 | ;monitor-fallback = HDMI1 1235 | monitor-strict = false 1236 | override-redirect = false 1237 | width = 100% 1238 | height = 30 1239 | ;offset-x = 1% 1240 | ;offset-y = 1% 1241 | radius = 0.0 1242 | fixed-center = true 1243 | bottom = true 1244 | separator = | 1245 | 1246 | background = ${colors.background} 1247 | foreground = ${colors.foreground} 1248 | 1249 | line-size = 2 1250 | line-color = #f00 1251 | 1252 | ;border-size = 2 1253 | ;border-left-size = 25 1254 | ;border-right-size = 25 1255 | border-top-size = 10 1256 | ;border-bottom-size = 25 1257 | border-color = #00000000 1258 | 1259 | padding-left = 0 1260 | padding-right = 1 1261 | 1262 | module-margin-left = 3 1263 | module-margin-right = 3 1264 | 1265 | ; Enable support for inter-process messaging 1266 | ; See the Messaging wiki page for more details. 1267 | enable-ipc = true 1268 | 1269 | ;https://github.com/jaagr/polybar/wiki/Fonts 1270 | font-0 = "Noto Sans:size=10;0" 1271 | font-1 = "FontAwesome:size=13;0" 1272 | font-2 = "Noto Sans:size=10;0" 1273 | font-3 = "Noto Sans Mono:size=10;0" 1274 | font-4 = "FontAwesome5Brands:size=13;0" 1275 | 1276 | modules-left = load-average 1277 | modules-center = networkspeeddown networkspeedup 1278 | modules-right = filesystem 1279 | 1280 | ################################################################################ 1281 | ################################################################################ 1282 | ############ MAINBAR-LEFTWM ############ 1283 | ################################################################################ 1284 | ################################################################################ 1285 | 1286 | [bar/mainbar-leftwm] 1287 | monitor = ${env:MONITOR} 1288 | ;monitor-fallback = HDMI1 1289 | monitor-strict = false 1290 | override-redirect = false 1291 | width = 100% 1292 | height = 30 1293 | ;offset-x = 1% 1294 | ;offset-y = 1% 1295 | radius = 0.0 1296 | fixed-center = true 1297 | bottom = false 1298 | separator = | 1299 | 1300 | background = ${colors.background} 1301 | foreground = ${colors.foreground} 1302 | 1303 | line-size = 2 1304 | line-color = #f00 1305 | 1306 | ;border-size = 2 1307 | ;border-left-size = 25 1308 | ;border-right-size = 25 1309 | ;border-top-size = 0 1310 | ;border-bottom-size = 25 1311 | border-color = #00000000 1312 | 1313 | padding-left = 0 1314 | padding-right = 1 1315 | 1316 | module-margin-left = 3 1317 | module-margin-right = 3 1318 | 1319 | ; Enable support for inter-process messaging 1320 | ; See the Messaging wiki page for more details. 1321 | enable-ipc = true 1322 | 1323 | ;https://github.com/jaagr/polybar/wiki/Fonts 1324 | font-0 = "Noto Sans:size=10;0" 1325 | font-1 = "FontAwesome:size=13;0" 1326 | font-2 = "Noto Sans:size=10;0" 1327 | font-3 = "Noto Sans Mono:size=10;0" 1328 | font-4 = "FontAwesome5Brands:size=13;0" 1329 | 1330 | modules-left = ewmh 1331 | modules-center = kernel 1332 | modules-right = pavolume memory2 cpu2 date tray 1333 | 1334 | ################################################################################ 1335 | ################################################################################ 1336 | ############ MAINBAR-LEFTWM-EXTRA ############ 1337 | ################################################################################ 1338 | ################################################################################ 1339 | 1340 | [bar/mainbar-leftwm-extra] 1341 | monitor = ${env:MONITOR} 1342 | ;monitor-fallback = HDMI1 1343 | monitor-strict = false 1344 | override-redirect = false 1345 | width = 100% 1346 | height = 30 1347 | ;offset-x = 1% 1348 | ;offset-y = 1% 1349 | radius = 0.0 1350 | fixed-center = true 1351 | bottom = true 1352 | separator = | 1353 | 1354 | background = ${colors.background} 1355 | foreground = ${colors.foreground} 1356 | 1357 | line-size = 2 1358 | line-color = #f00 1359 | 1360 | ;border-size = 2 1361 | ;border-left-size = 25 1362 | ;border-right-size = 25 1363 | border-top-size = 10 1364 | ;border-bottom-size = 25 1365 | border-color = #00000000 1366 | 1367 | padding-left = 0 1368 | padding-right = 1 1369 | 1370 | module-margin-left = 3 1371 | module-margin-right = 3 1372 | 1373 | ; Enable support for inter-process messaging 1374 | ; See the Messaging wiki page for more details. 1375 | enable-ipc = true 1376 | 1377 | ;https://github.com/jaagr/polybar/wiki/Fonts 1378 | font-0 = "Noto Sans:size=10;0" 1379 | font-1 = "FontAwesome:size=13;0" 1380 | font-2 = "Noto Sans:size=10;0" 1381 | font-3 = "Noto Sans Mono:size=10;0" 1382 | font-4 = "FontAwesome5Brands:size=13;0" 1383 | 1384 | modules-left = load-average 1385 | modules-center = networkspeeddown networkspeedup 1386 | modules-right = filesystem 1387 | 1388 | ################################################################################ 1389 | ################################################################################ 1390 | ############ MODULE I3 ############ 1391 | ################################################################################ 1392 | ################################################################################ 1393 | 1394 | [module/i3] 1395 | ;https://github.com/jaagr/polybar/wiki/Module:-i3 1396 | type = internal/i3 1397 | 1398 | ; Only show workspaces defined on the same output as the bar 1399 | ; 1400 | ; Useful if you want to show monitor specific workspaces 1401 | ; on different bars 1402 | ; 1403 | ; Default: false 1404 | pin-workspaces = true 1405 | 1406 | ; This will split the workspace name on ':' 1407 | ; Default: false 1408 | strip-wsnumbers = false 1409 | 1410 | ; Sort the workspaces by index instead of the default 1411 | ; sorting that groups the workspaces by output 1412 | ; Default: false 1413 | index-sort = false 1414 | 1415 | ; Create click handler used to focus workspace 1416 | ; Default: true 1417 | enable-click = true 1418 | 1419 | ; Create scroll handlers used to cycle workspaces 1420 | ; Default: true 1421 | enable-scroll = true 1422 | 1423 | ; Wrap around when reaching the first/last workspace 1424 | ; Default: true 1425 | wrapping-scroll = false 1426 | 1427 | ; Set the scroll cycle direction 1428 | ; Default: true 1429 | reverse-scroll = false 1430 | 1431 | ; Use fuzzy (partial) matching on labels when assigning 1432 | ; icons to workspaces 1433 | ; Example: code;♚ will apply the icon to all workspaces 1434 | ; containing 'code' in the label 1435 | ; Default: false 1436 | fuzzy-match = false 1437 | 1438 | ;extra icons to choose from 1439 | ;http://fontawesome.io/cheatsheet/ 1440 | ;       v     1441 | 1442 | ws-icon-0 = 1; 1443 | ws-icon-1 = 2; 1444 | ws-icon-2 = 3; 1445 | ws-icon-3 = 4; 1446 | ws-icon-4 = 5; 1447 | ws-icon-5 = 6; 1448 | ws-icon-6 = 7; 1449 | ws-icon-7 = 8; 1450 | ws-icon-8 = 9; 1451 | ws-icon-9 = 10; 1452 | ws-icon-default = " " 1453 | 1454 | ; Available tags: 1455 | ; (default) - gets replaced with 1456 | ; (default) 1457 | format = 1458 | 1459 | label-mode = %mode% 1460 | label-mode-padding = 2 1461 | label-mode-foreground = #000000 1462 | label-mode-background = #FFBB00 1463 | 1464 | ; Available tokens: 1465 | ; %name% 1466 | ; %icon% 1467 | ; %index% 1468 | ; %output% 1469 | ; Default: %icon% %name% 1470 | ; focused = Active workspace on focused monitor 1471 | label-focused = %icon% %name% 1472 | label-focused-background = ${colors.background} 1473 | label-focused-foreground = ${colors.foreground} 1474 | label-focused-underline = #6790eb 1475 | label-focused-padding = 2 1476 | 1477 | ; Available tokens: 1478 | ; %name% 1479 | ; %icon% 1480 | ; %index% 1481 | ; Default: %icon% %name% 1482 | ; unfocused = Inactive workspace on any monitor 1483 | label-unfocused = %icon% %name% 1484 | label-unfocused-padding = 2 1485 | label-unfocused-background = ${colors.background} 1486 | label-unfocused-foreground = ${colors.foreground} 1487 | label-unfocused-underline = 1488 | 1489 | ; visible = Active workspace on unfocused monitor 1490 | label-visible = %icon% %name% 1491 | label-visible-background = ${self.label-focused-background} 1492 | label-visible-underline = ${self.label-focused-underline} 1493 | label-visible-padding = 2 1494 | 1495 | ; Available tokens: 1496 | ; %name% 1497 | ; %icon% 1498 | ; %index% 1499 | ; Default: %icon% %name% 1500 | ; urgent = Workspace with urgency hint set 1501 | label-urgent = %icon% %name% 1502 | label-urgent-background = ${self.label-focused-background} 1503 | label-urgent-foreground = #db104e 1504 | label-urgent-padding = 2 1505 | 1506 | format-foreground = ${colors.foreground} 1507 | format-background = ${colors.background} 1508 | 1509 | ################################################################################ 1510 | ################################################################################ 1511 | ############ MODULE BSPWM ############ 1512 | ################################################################################ 1513 | ################################################################################ 1514 | 1515 | [module/bspwm] 1516 | type = internal/bspwm 1517 | 1518 | enable-click = true 1519 | enable-scroll = true 1520 | reverse-scroll = true 1521 | pin-workspaces = true 1522 | 1523 | ws-icon-0 = 1; 1524 | ws-icon-1 = 2; 1525 | ws-icon-2 = 3; 1526 | ws-icon-3 = 4; 1527 | ws-icon-4 = 5; 1528 | ws-icon-5 = 6; 1529 | ws-icon-6 = 7; 1530 | ws-icon-7 = 8; 1531 | ws-icon-8 = 9; 1532 | ws-icon-9 = 10; 1533 | ws-icon-default = " " 1534 | 1535 | 1536 | format = 1537 | 1538 | label-focused = %icon% 1539 | label-focused-background = ${colors.background} 1540 | label-focused-underline= #6790eb 1541 | label-focused-padding = 4 1542 | label-focused-foreground = #6790EB 1543 | 1544 | label-occupied = %icon% 1545 | label-occupied-padding = 2 1546 | label-occupied-background = ${colors.background} 1547 | label-occupied-foreground = #6790EB 1548 | 1549 | label-urgent = %icon% 1550 | label-urgent-padding = 2 1551 | 1552 | label-empty = %icon% 1553 | label-empty-foreground = ${colors.foreground} 1554 | label-empty-padding = 2 1555 | label-empty-background = ${colors.background} 1556 | label-monocle = "  " 1557 | label-monocle-foreground = ${colors.foreground} 1558 | label-tiled = "  " 1559 | label-tiled-foreground = ${colors.foreground} 1560 | label-fullscreen = "  " 1561 | label-fullscreen-foreground = ${colors.foreground} 1562 | label-floating = "  " 1563 | label-floating-foreground = ${colors.foreground} 1564 | label-pseudotiled = "  " 1565 | label-pseudotiled-foreground = ${colors.foreground} 1566 | label-locked = "  " 1567 | label-locked-foreground = ${colors.foreground} 1568 | label-sticky = "  " 1569 | label-sticky-foreground = ${colors.foreground} 1570 | label-private = "  " 1571 | label-private-foreground = ${colors.foreground} 1572 | 1573 | ; Separator in between workspaces 1574 | ;label-separator = | 1575 | ;label-separator-padding = 10 1576 | ;label-separator-foreground = #ffb52a 1577 | 1578 | format-foreground = ${colors.foreground} 1579 | format-background = ${colors.background} 1580 | 1581 | 1582 | ################################################################################ 1583 | ############################################################################### 1584 | ############ MODULES A-Z ############ 1585 | ################################################################################ 1586 | ################################################################################ 1587 | 1588 | [module/arch-updates] 1589 | type = custom/script 1590 | exec = ~/.config/polybar/scripts/check-arch-updates.sh 1591 | interval = 1000 1592 | label = Arch: %output% 1593 | format-foreground = ${colors.foreground} 1594 | format-background = ${colors.background} 1595 | format-prefix = "  " 1596 | format-prefix-foreground = #FFBB00 1597 | format-underline = #FFBB00 1598 | 1599 | [module/aur-updates] 1600 | type = custom/script 1601 | exec = ~/.config/polybar/scripts/check-aur-updates.sh 1602 | interval = 1000 1603 | label = Aur: %output% 1604 | format-foreground = ${colors.foreground} 1605 | format-background = ${colors.background} 1606 | format-prefix = "  " 1607 | format-prefix-foreground = #FFBB00 1608 | format-underline = #FFBB00 1609 | 1610 | ################################################################################ 1611 | 1612 | [module/backlight-acpi] 1613 | inherit = module/xbacklight 1614 | type = internal/backlight 1615 | card = intel_backlight 1616 | format-foreground = ${colors.foreground} 1617 | format-background = ${colors.background} 1618 | format-prefix-foreground = #7D49B6 1619 | format-prefix-underline = #7D49B6 1620 | format-underline = #7D49B6 1621 | ################################################################################ 1622 | 1623 | [module/backlight] 1624 | ;https://github.com/jaagr/polybar/wiki/Module:-backlight 1625 | 1626 | type = internal/backlight 1627 | 1628 | ; Use the following command to list available cards: 1629 | ; $ ls -1 /sys/class/backlight/ 1630 | card = intel_backlight 1631 | 1632 | ; Available tags: 1633 | ;