├── LICENSE ├── README.md ├── etc └── skel │ └── .config │ └── i3 │ ├── arcolinux-archive.theme │ ├── arcolinux-default.theme │ ├── arcolinux-dracut.theme │ ├── arcolinux-firedust.theme │ ├── arcolinux-frama.theme │ ├── arcolinux-gravemind.theme │ ├── arcolinux-mango.theme │ ├── arcolinux-mastermind.theme │ ├── arcolinux-mater.theme │ ├── arcolinux-mind.theme │ ├── arcolinux-mordor.theme │ ├── arcolinux-nantes.theme │ ├── arcolinux-noclue.theme │ ├── arcolinux-pinky.theme │ ├── arcolinux-ruins.theme │ ├── arcolinux-solar.theme │ ├── arcolinux-sunset.theme │ ├── arcolinux-var-ashes.theme │ ├── arcolinux-var-nord.theme │ ├── arcolinux-var-sulpher.theme │ ├── arcolinux-zion.theme │ ├── cheatsheet.md │ ├── config │ ├── config-polybar │ ├── conky-i3statusbar │ ├── i3blocks-awesome.conf │ ├── i3blocks-original.conf │ ├── i3blocks-rainbow.conf │ ├── i3blocks.conf │ ├── i3status.conf │ ├── interesting-user-githubs.readme │ ├── launcher │ ├── launcher.sh │ └── rofi │ │ ├── colors.rasi │ │ └── launcher.rasi │ ├── picom.conf │ ├── scripts │ ├── i3exit.sh │ └── picom-toggle.sh │ ├── start-conky-i3statusbar.sh │ └── system-overview ├── setup-our-git-credentials.sh └── up.sh /LICENSE: -------------------------------------------------------------------------------- 1 | GNU GENERAL PUBLIC LICENSE 2 | Version 3, 29 June 2007 3 | 4 | Copyright (C) 2007 Free Software Foundation, Inc. 5 | Everyone is permitted to copy and distribute verbatim copies 6 | of this license document, but changing it is not allowed. 7 | 8 | Preamble 9 | 10 | The GNU General Public License is a free, copyleft license for 11 | software and other kinds of works. 12 | 13 | The licenses for most software and other practical works are designed 14 | to take away your freedom to share and change the works. By contrast, 15 | the GNU General Public License is intended to guarantee your freedom to 16 | share and change all versions of a program--to make sure it remains free 17 | software for all its users. We, the Free Software Foundation, use the 18 | GNU General Public License for most of our software; it applies also to 19 | any other work released this way by its authors. You can apply it to 20 | your programs, too. 21 | 22 | When we speak of free software, we are referring to freedom, not 23 | price. Our General Public Licenses are designed to make sure that you 24 | have the freedom to distribute copies of free software (and charge for 25 | them if you wish), that you receive source code or can get it if you 26 | want it, that you can change the software or use pieces of it in new 27 | free programs, and that you know you can do these things. 28 | 29 | To protect your rights, we need to prevent others from denying you 30 | these rights or asking you to surrender the rights. Therefore, you have 31 | certain responsibilities if you distribute copies of the software, or if 32 | you modify it: responsibilities to respect the freedom of others. 33 | 34 | For example, if you distribute copies of such a program, whether 35 | gratis or for a fee, you must pass on to the recipients the same 36 | freedoms that you received. You must make sure that they, too, receive 37 | or can get the source code. And you must show them these terms so they 38 | know their rights. 39 | 40 | Developers that use the GNU GPL protect your rights with two steps: 41 | (1) assert copyright on the software, and (2) offer you this License 42 | giving you legal permission to copy, distribute and/or modify it. 43 | 44 | For the developers' and authors' protection, the GPL clearly explains 45 | that there is no warranty for this free software. For both users' and 46 | authors' sake, the GPL requires that modified versions be marked as 47 | changed, so that their problems will not be attributed erroneously to 48 | authors of previous versions. 49 | 50 | Some devices are designed to deny users access to install or run 51 | modified versions of the software inside them, although the manufacturer 52 | can do so. This is fundamentally incompatible with the aim of 53 | protecting users' freedom to change the software. The systematic 54 | pattern of such abuse occurs in the area of products for individuals to 55 | use, which is precisely where it is most unacceptable. Therefore, we 56 | have designed this version of the GPL to prohibit the practice for those 57 | products. If such problems arise substantially in other domains, we 58 | stand ready to extend this provision to those domains in future versions 59 | of the GPL, as needed to protect the freedom of users. 60 | 61 | Finally, every program is threatened constantly by software patents. 62 | States should not allow patents to restrict development and use of 63 | software on general-purpose computers, but in those that do, we wish to 64 | avoid the special danger that patents applied to a free program could 65 | make it effectively proprietary. To prevent this, the GPL assures that 66 | patents cannot be used to render the program non-free. 67 | 68 | The precise terms and conditions for copying, distribution and 69 | modification follow. 70 | 71 | TERMS AND CONDITIONS 72 | 73 | 0. Definitions. 74 | 75 | "This License" refers to version 3 of the GNU General Public License. 76 | 77 | "Copyright" also means copyright-like laws that apply to other kinds of 78 | works, such as semiconductor masks. 79 | 80 | "The Program" refers to any copyrightable work licensed under this 81 | License. Each licensee is addressed as "you". "Licensees" and 82 | "recipients" may be individuals or organizations. 83 | 84 | To "modify" a work means to copy from or adapt all or part of the work 85 | in a fashion requiring copyright permission, other than the making of an 86 | exact copy. The resulting work is called a "modified version" of the 87 | earlier work or a work "based on" the earlier work. 88 | 89 | A "covered work" means either the unmodified Program or a work based 90 | on the Program. 91 | 92 | To "propagate" a work means to do anything with it that, without 93 | permission, would make you directly or secondarily liable for 94 | infringement under applicable copyright law, except executing it on a 95 | computer or modifying a private copy. Propagation includes copying, 96 | distribution (with or without modification), making available to the 97 | public, and in some countries other activities as well. 98 | 99 | To "convey" a work means any kind of propagation that enables other 100 | parties to make or receive copies. Mere interaction with a user through 101 | a computer network, with no transfer of a copy, is not conveying. 102 | 103 | An interactive user interface displays "Appropriate Legal Notices" 104 | to the extent that it includes a convenient and prominently visible 105 | feature that (1) displays an appropriate copyright notice, and (2) 106 | tells the user that there is no warranty for the work (except to the 107 | extent that warranties are provided), that licensees may convey the 108 | work under this License, and how to view a copy of this License. If 109 | the interface presents a list of user commands or options, such as a 110 | menu, a prominent item in the list meets this criterion. 111 | 112 | 1. Source Code. 113 | 114 | The "source code" for a work means the preferred form of the work 115 | for making modifications to it. "Object code" means any non-source 116 | form of a work. 117 | 118 | A "Standard Interface" means an interface that either is an official 119 | standard defined by a recognized standards body, or, in the case of 120 | interfaces specified for a particular programming language, one that 121 | is widely used among developers working in that language. 122 | 123 | The "System Libraries" of an executable work include anything, other 124 | than the work as a whole, that (a) is included in the normal form of 125 | packaging a Major Component, but which is not part of that Major 126 | Component, and (b) serves only to enable use of the work with that 127 | Major Component, or to implement a Standard Interface for which an 128 | implementation is available to the public in source code form. A 129 | "Major Component", in this context, means a major essential component 130 | (kernel, window system, and so on) of the specific operating system 131 | (if any) on which the executable work runs, or a compiler used to 132 | produce the work, or an object code interpreter used to run it. 133 | 134 | The "Corresponding Source" for a work in object code form means all 135 | the source code needed to generate, install, and (for an executable 136 | work) run the object code and to modify the work, including scripts to 137 | control those activities. However, it does not include the work's 138 | System Libraries, or general-purpose tools or generally available free 139 | programs which are used unmodified in performing those activities but 140 | which are not part of the work. For example, Corresponding Source 141 | includes interface definition files associated with source files for 142 | the work, and the source code for shared libraries and dynamically 143 | linked subprograms that the work is specifically designed to require, 144 | such as by intimate data communication or control flow between those 145 | subprograms and other parts of the work. 146 | 147 | The Corresponding Source need not include anything that users 148 | can regenerate automatically from other parts of the Corresponding 149 | Source. 150 | 151 | The Corresponding Source for a work in source code form is that 152 | same work. 153 | 154 | 2. Basic Permissions. 155 | 156 | All rights granted under this License are granted for the term of 157 | copyright on the Program, and are irrevocable provided the stated 158 | conditions are met. This License explicitly affirms your unlimited 159 | permission to run the unmodified Program. The output from running a 160 | covered work is covered by this License only if the output, given its 161 | content, constitutes a covered work. This License acknowledges your 162 | rights of fair use or other equivalent, as provided by copyright law. 163 | 164 | You may make, run and propagate covered works that you do not 165 | convey, without conditions so long as your license otherwise remains 166 | in force. You may convey covered works to others for the sole purpose 167 | of having them make modifications exclusively for you, or provide you 168 | with facilities for running those works, provided that you comply with 169 | the terms of this License in conveying all material for which you do 170 | not control copyright. Those thus making or running the covered works 171 | for you must do so exclusively on your behalf, under your direction 172 | and control, on terms that prohibit them from making any copies of 173 | your copyrighted material outside their relationship with you. 174 | 175 | Conveying under any other circumstances is permitted solely under 176 | the conditions stated below. Sublicensing is not allowed; section 10 177 | makes it unnecessary. 178 | 179 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law. 180 | 181 | No covered work shall be deemed part of an effective technological 182 | measure under any applicable law fulfilling obligations under article 183 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or 184 | similar laws prohibiting or restricting circumvention of such 185 | measures. 186 | 187 | When you convey a covered work, you waive any legal power to forbid 188 | circumvention of technological measures to the extent such circumvention 189 | is effected by exercising rights under this License with respect to 190 | the covered work, and you disclaim any intention to limit operation or 191 | modification of the work as a means of enforcing, against the work's 192 | users, your or third parties' legal rights to forbid circumvention of 193 | technological measures. 194 | 195 | 4. Conveying Verbatim Copies. 196 | 197 | You may convey verbatim copies of the Program's source code as you 198 | receive it, in any medium, provided that you conspicuously and 199 | appropriately publish on each copy an appropriate copyright notice; 200 | keep intact all notices stating that this License and any 201 | non-permissive terms added in accord with section 7 apply to the code; 202 | keep intact all notices of the absence of any warranty; and give all 203 | recipients a copy of this License along with the Program. 204 | 205 | You may charge any price or no price for each copy that you convey, 206 | and you may offer support or warranty protection for a fee. 207 | 208 | 5. Conveying Modified Source Versions. 209 | 210 | You may convey a work based on the Program, or the modifications to 211 | produce it from the Program, in the form of source code under the 212 | terms of section 4, provided that you also meet all of these conditions: 213 | 214 | a) The work must carry prominent notices stating that you modified 215 | it, and giving a relevant date. 216 | 217 | b) The work must carry prominent notices stating that it is 218 | released under this License and any conditions added under section 219 | 7. This requirement modifies the requirement in section 4 to 220 | "keep intact all notices". 221 | 222 | c) You must license the entire work, as a whole, under this 223 | License to anyone who comes into possession of a copy. This 224 | License will therefore apply, along with any applicable section 7 225 | additional terms, to the whole of the work, and all its parts, 226 | regardless of how they are packaged. This License gives no 227 | permission to license the work in any other way, but it does not 228 | invalidate such permission if you have separately received it. 229 | 230 | d) If the work has interactive user interfaces, each must display 231 | Appropriate Legal Notices; however, if the Program has interactive 232 | interfaces that do not display Appropriate Legal Notices, your 233 | work need not make them do so. 234 | 235 | A compilation of a covered work with other separate and independent 236 | works, which are not by their nature extensions of the covered work, 237 | and which are not combined with it such as to form a larger program, 238 | in or on a volume of a storage or distribution medium, is called an 239 | "aggregate" if the compilation and its resulting copyright are not 240 | used to limit the access or legal rights of the compilation's users 241 | beyond what the individual works permit. Inclusion of a covered work 242 | in an aggregate does not cause this License to apply to the other 243 | parts of the aggregate. 244 | 245 | 6. Conveying Non-Source Forms. 246 | 247 | You may convey a covered work in object code form under the terms 248 | of sections 4 and 5, provided that you also convey the 249 | machine-readable Corresponding Source under the terms of this License, 250 | in one of these ways: 251 | 252 | a) Convey the object code in, or embodied in, a physical product 253 | (including a physical distribution medium), accompanied by the 254 | Corresponding Source fixed on a durable physical medium 255 | customarily used for software interchange. 256 | 257 | b) Convey the object code in, or embodied in, a physical product 258 | (including a physical distribution medium), accompanied by a 259 | written offer, valid for at least three years and valid for as 260 | long as you offer spare parts or customer support for that product 261 | model, to give anyone who possesses the object code either (1) a 262 | copy of the Corresponding Source for all the software in the 263 | product that is covered by this License, on a durable physical 264 | medium customarily used for software interchange, for a price no 265 | more than your reasonable cost of physically performing this 266 | conveying of source, or (2) access to copy the 267 | Corresponding Source from a network server at no charge. 268 | 269 | c) Convey individual copies of the object code with a copy of the 270 | written offer to provide the Corresponding Source. This 271 | alternative is allowed only occasionally and noncommercially, and 272 | only if you received the object code with such an offer, in accord 273 | with subsection 6b. 274 | 275 | d) Convey the object code by offering access from a designated 276 | place (gratis or for a charge), and offer equivalent access to the 277 | Corresponding Source in the same way through the same place at no 278 | further charge. You need not require recipients to copy the 279 | Corresponding Source along with the object code. If the place to 280 | copy the object code is a network server, the Corresponding Source 281 | may be on a different server (operated by you or a third party) 282 | that supports equivalent copying facilities, provided you maintain 283 | clear directions next to the object code saying where to find the 284 | Corresponding Source. Regardless of what server hosts the 285 | Corresponding Source, you remain obligated to ensure that it is 286 | available for as long as needed to satisfy these requirements. 287 | 288 | e) Convey the object code using peer-to-peer transmission, provided 289 | you inform other peers where the object code and Corresponding 290 | Source of the work are being offered to the general public at no 291 | charge under subsection 6d. 292 | 293 | A separable portion of the object code, whose source code is excluded 294 | from the Corresponding Source as a System Library, need not be 295 | included in conveying the object code work. 296 | 297 | A "User Product" is either (1) a "consumer product", which means any 298 | tangible personal property which is normally used for personal, family, 299 | or household purposes, or (2) anything designed or sold for incorporation 300 | into a dwelling. In determining whether a product is a consumer product, 301 | doubtful cases shall be resolved in favor of coverage. For a particular 302 | product received by a particular user, "normally used" refers to a 303 | typical or common use of that class of product, regardless of the status 304 | of the particular user or of the way in which the particular user 305 | actually uses, or expects or is expected to use, the product. A product 306 | is a consumer product regardless of whether the product has substantial 307 | commercial, industrial or non-consumer uses, unless such uses represent 308 | the only significant mode of use of the product. 309 | 310 | "Installation Information" for a User Product means any methods, 311 | procedures, authorization keys, or other information required to install 312 | and execute modified versions of a covered work in that User Product from 313 | a modified version of its Corresponding Source. The information must 314 | suffice to ensure that the continued functioning of the modified object 315 | code is in no case prevented or interfered with solely because 316 | modification has been made. 317 | 318 | If you convey an object code work under this section in, or with, or 319 | specifically for use in, a User Product, and the conveying occurs as 320 | part of a transaction in which the right of possession and use of the 321 | User Product is transferred to the recipient in perpetuity or for a 322 | fixed term (regardless of how the transaction is characterized), the 323 | Corresponding Source conveyed under this section must be accompanied 324 | by the Installation Information. But this requirement does not apply 325 | if neither you nor any third party retains the ability to install 326 | modified object code on the User Product (for example, the work has 327 | been installed in ROM). 328 | 329 | The requirement to provide Installation Information does not include a 330 | requirement to continue to provide support service, warranty, or updates 331 | for a work that has been modified or installed by the recipient, or for 332 | the User Product in which it has been modified or installed. Access to a 333 | network may be denied when the modification itself materially and 334 | adversely affects the operation of the network or violates the rules and 335 | protocols for communication across the network. 336 | 337 | Corresponding Source conveyed, and Installation Information provided, 338 | in accord with this section must be in a format that is publicly 339 | documented (and with an implementation available to the public in 340 | source code form), and must require no special password or key for 341 | unpacking, reading or copying. 342 | 343 | 7. Additional Terms. 344 | 345 | "Additional permissions" are terms that supplement the terms of this 346 | License by making exceptions from one or more of its conditions. 347 | Additional permissions that are applicable to the entire Program shall 348 | be treated as though they were included in this License, to the extent 349 | that they are valid under applicable law. If additional permissions 350 | apply only to part of the Program, that part may be used separately 351 | under those permissions, but the entire Program remains governed by 352 | this License without regard to the additional permissions. 353 | 354 | When you convey a copy of a covered work, you may at your option 355 | remove any additional permissions from that copy, or from any part of 356 | it. (Additional permissions may be written to require their own 357 | removal in certain cases when you modify the work.) You may place 358 | additional permissions on material, added by you to a covered work, 359 | for which you have or can give appropriate copyright permission. 360 | 361 | Notwithstanding any other provision of this License, for material you 362 | add to a covered work, you may (if authorized by the copyright holders of 363 | that material) supplement the terms of this License with terms: 364 | 365 | a) Disclaiming warranty or limiting liability differently from the 366 | terms of sections 15 and 16 of this License; or 367 | 368 | b) Requiring preservation of specified reasonable legal notices or 369 | author attributions in that material or in the Appropriate Legal 370 | Notices displayed by works containing it; or 371 | 372 | c) Prohibiting misrepresentation of the origin of that material, or 373 | requiring that modified versions of such material be marked in 374 | reasonable ways as different from the original version; or 375 | 376 | d) Limiting the use for publicity purposes of names of licensors or 377 | authors of the material; or 378 | 379 | e) Declining to grant rights under trademark law for use of some 380 | trade names, trademarks, or service marks; or 381 | 382 | f) Requiring indemnification of licensors and authors of that 383 | material by anyone who conveys the material (or modified versions of 384 | it) with contractual assumptions of liability to the recipient, for 385 | any liability that these contractual assumptions directly impose on 386 | those licensors and authors. 387 | 388 | All other non-permissive additional terms are considered "further 389 | restrictions" within the meaning of section 10. If the Program as you 390 | received it, or any part of it, contains a notice stating that it is 391 | governed by this License along with a term that is a further 392 | restriction, you may remove that term. If a license document contains 393 | a further restriction but permits relicensing or conveying under this 394 | License, you may add to a covered work material governed by the terms 395 | of that license document, provided that the further restriction does 396 | not survive such relicensing or conveying. 397 | 398 | If you add terms to a covered work in accord with this section, you 399 | must place, in the relevant source files, a statement of the 400 | additional terms that apply to those files, or a notice indicating 401 | where to find the applicable terms. 402 | 403 | Additional terms, permissive or non-permissive, may be stated in the 404 | form of a separately written license, or stated as exceptions; 405 | the above requirements apply either way. 406 | 407 | 8. Termination. 408 | 409 | You may not propagate or modify a covered work except as expressly 410 | provided under this License. Any attempt otherwise to propagate or 411 | modify it is void, and will automatically terminate your rights under 412 | this License (including any patent licenses granted under the third 413 | paragraph of section 11). 414 | 415 | However, if you cease all violation of this License, then your 416 | license from a particular copyright holder is reinstated (a) 417 | provisionally, unless and until the copyright holder explicitly and 418 | finally terminates your license, and (b) permanently, if the copyright 419 | holder fails to notify you of the violation by some reasonable means 420 | prior to 60 days after the cessation. 421 | 422 | Moreover, your license from a particular copyright holder is 423 | reinstated permanently if the copyright holder notifies you of the 424 | violation by some reasonable means, this is the first time you have 425 | received notice of violation of this License (for any work) from that 426 | copyright holder, and you cure the violation prior to 30 days after 427 | your receipt of the notice. 428 | 429 | Termination of your rights under this section does not terminate the 430 | licenses of parties who have received copies or rights from you under 431 | this License. If your rights have been terminated and not permanently 432 | reinstated, you do not qualify to receive new licenses for the same 433 | material under section 10. 434 | 435 | 9. Acceptance Not Required for Having Copies. 436 | 437 | You are not required to accept this License in order to receive or 438 | run a copy of the Program. Ancillary propagation of a covered work 439 | occurring solely as a consequence of using peer-to-peer transmission 440 | to receive a copy likewise does not require acceptance. However, 441 | nothing other than this License grants you permission to propagate or 442 | modify any covered work. These actions infringe copyright if you do 443 | not accept this License. Therefore, by modifying or propagating a 444 | covered work, you indicate your acceptance of this License to do so. 445 | 446 | 10. Automatic Licensing of Downstream Recipients. 447 | 448 | Each time you convey a covered work, the recipient automatically 449 | receives a license from the original licensors, to run, modify and 450 | propagate that work, subject to this License. You are not responsible 451 | for enforcing compliance by third parties with this License. 452 | 453 | An "entity transaction" is a transaction transferring control of an 454 | organization, or substantially all assets of one, or subdividing an 455 | organization, or merging organizations. If propagation of a covered 456 | work results from an entity transaction, each party to that 457 | transaction who receives a copy of the work also receives whatever 458 | licenses to the work the party's predecessor in interest had or could 459 | give under the previous paragraph, plus a right to possession of the 460 | Corresponding Source of the work from the predecessor in interest, if 461 | the predecessor has it or can get it with reasonable efforts. 462 | 463 | You may not impose any further restrictions on the exercise of the 464 | rights granted or affirmed under this License. For example, you may 465 | not impose a license fee, royalty, or other charge for exercise of 466 | rights granted under this License, and you may not initiate litigation 467 | (including a cross-claim or counterclaim in a lawsuit) alleging that 468 | any patent claim is infringed by making, using, selling, offering for 469 | sale, or importing the Program or any portion of it. 470 | 471 | 11. Patents. 472 | 473 | A "contributor" is a copyright holder who authorizes use under this 474 | License of the Program or a work on which the Program is based. The 475 | work thus licensed is called the contributor's "contributor version". 476 | 477 | A contributor's "essential patent claims" are all patent claims 478 | owned or controlled by the contributor, whether already acquired or 479 | hereafter acquired, that would be infringed by some manner, permitted 480 | by this License, of making, using, or selling its contributor version, 481 | but do not include claims that would be infringed only as a 482 | consequence of further modification of the contributor version. For 483 | purposes of this definition, "control" includes the right to grant 484 | patent sublicenses in a manner consistent with the requirements of 485 | this License. 486 | 487 | Each contributor grants you a non-exclusive, worldwide, royalty-free 488 | patent license under the contributor's essential patent claims, to 489 | make, use, sell, offer for sale, import and otherwise run, modify and 490 | propagate the contents of its contributor version. 491 | 492 | In the following three paragraphs, a "patent license" is any express 493 | agreement or commitment, however denominated, not to enforce a patent 494 | (such as an express permission to practice a patent or covenant not to 495 | sue for patent infringement). To "grant" such a patent license to a 496 | party means to make such an agreement or commitment not to enforce a 497 | patent against the party. 498 | 499 | If you convey a covered work, knowingly relying on a patent license, 500 | and the Corresponding Source of the work is not available for anyone 501 | to copy, free of charge and under the terms of this License, through a 502 | publicly available network server or other readily accessible means, 503 | then you must either (1) cause the Corresponding Source to be so 504 | available, or (2) arrange to deprive yourself of the benefit of the 505 | patent license for this particular work, or (3) arrange, in a manner 506 | consistent with the requirements of this License, to extend the patent 507 | license to downstream recipients. "Knowingly relying" means you have 508 | actual knowledge that, but for the patent license, your conveying the 509 | covered work in a country, or your recipient's use of the covered work 510 | in a country, would infringe one or more identifiable patents in that 511 | country that you have reason to believe are valid. 512 | 513 | If, pursuant to or in connection with a single transaction or 514 | arrangement, you convey, or propagate by procuring conveyance of, a 515 | covered work, and grant a patent license to some of the parties 516 | receiving the covered work authorizing them to use, propagate, modify 517 | or convey a specific copy of the covered work, then the patent license 518 | you grant is automatically extended to all recipients of the covered 519 | work and works based on it. 520 | 521 | A patent license is "discriminatory" if it does not include within 522 | the scope of its coverage, prohibits the exercise of, or is 523 | conditioned on the non-exercise of one or more of the rights that are 524 | specifically granted under this License. You may not convey a covered 525 | work if you are a party to an arrangement with a third party that is 526 | in the business of distributing software, under which you make payment 527 | to the third party based on the extent of your activity of conveying 528 | the work, and under which the third party grants, to any of the 529 | parties who would receive the covered work from you, a discriminatory 530 | patent license (a) in connection with copies of the covered work 531 | conveyed by you (or copies made from those copies), or (b) primarily 532 | for and in connection with specific products or compilations that 533 | contain the covered work, unless you entered into that arrangement, 534 | or that patent license was granted, prior to 28 March 2007. 535 | 536 | Nothing in this License shall be construed as excluding or limiting 537 | any implied license or other defenses to infringement that may 538 | otherwise be available to you under applicable patent law. 539 | 540 | 12. No Surrender of Others' Freedom. 541 | 542 | If conditions are imposed on you (whether by court order, agreement or 543 | otherwise) that contradict the conditions of this License, they do not 544 | excuse you from the conditions of this License. If you cannot convey a 545 | covered work so as to satisfy simultaneously your obligations under this 546 | License and any other pertinent obligations, then as a consequence you may 547 | not convey it at all. For example, if you agree to terms that obligate you 548 | to collect a royalty for further conveying from those to whom you convey 549 | the Program, the only way you could satisfy both those terms and this 550 | License would be to refrain entirely from conveying the Program. 551 | 552 | 13. Use with the GNU Affero General Public License. 553 | 554 | Notwithstanding any other provision of this License, you have 555 | permission to link or combine any covered work with a work licensed 556 | under version 3 of the GNU Affero General Public License into a single 557 | combined work, and to convey the resulting work. The terms of this 558 | License will continue to apply to the part which is the covered work, 559 | but the special requirements of the GNU Affero General Public License, 560 | section 13, concerning interaction through a network will apply to the 561 | combination as such. 562 | 563 | 14. Revised Versions of this License. 564 | 565 | The Free Software Foundation may publish revised and/or new versions of 566 | the GNU General Public License from time to time. Such new versions will 567 | be similar in spirit to the present version, but may differ in detail to 568 | address new problems or concerns. 569 | 570 | Each version is given a distinguishing version number. If the 571 | Program specifies that a certain numbered version of the GNU General 572 | Public License "or any later version" applies to it, you have the 573 | option of following the terms and conditions either of that numbered 574 | version or of any later version published by the Free Software 575 | Foundation. If the Program does not specify a version number of the 576 | GNU General Public License, you may choose any version ever published 577 | by the Free Software Foundation. 578 | 579 | If the Program specifies that a proxy can decide which future 580 | versions of the GNU General Public License can be used, that proxy's 581 | public statement of acceptance of a version permanently authorizes you 582 | to choose that version for the Program. 583 | 584 | Later license versions may give you additional or different 585 | permissions. However, no additional obligations are imposed on any 586 | author or copyright holder as a result of your choosing to follow a 587 | later version. 588 | 589 | 15. Disclaimer of Warranty. 590 | 591 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY 592 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT 593 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY 594 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, 595 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 596 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM 597 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF 598 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 599 | 600 | 16. Limitation of Liability. 601 | 602 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 603 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS 604 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY 605 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE 606 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF 607 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD 608 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), 609 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF 610 | SUCH DAMAGES. 611 | 612 | 17. Interpretation of Sections 15 and 16. 613 | 614 | If the disclaimer of warranty and limitation of liability provided 615 | above cannot be given local legal effect according to their terms, 616 | reviewing courts shall apply local law that most closely approximates 617 | an absolute waiver of all civil liability in connection with the 618 | Program, unless a warranty or assumption of liability accompanies a 619 | copy of the Program in return for a fee. 620 | 621 | END OF TERMS AND CONDITIONS 622 | 623 | How to Apply These Terms to Your New Programs 624 | 625 | If you develop a new program, and you want it to be of the greatest 626 | possible use to the public, the best way to achieve this is to make it 627 | free software which everyone can redistribute and change under these terms. 628 | 629 | To do so, attach the following notices to the program. It is safest 630 | to attach them to the start of each source file to most effectively 631 | state the exclusion of warranty; and each file should have at least 632 | the "copyright" line and a pointer to where the full notice is found. 633 | 634 | {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 i3wm next gaps dot files 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/i3/arcolinux-archive.theme: -------------------------------------------------------------------------------- 1 | ##START THEMING BAR 2 | #Theme name : ArcoLinux Archive 3 | 4 | # i3 bar colors 5 | # variable border background Text 6 | 7 | colors { 8 | background #2F2F2F 9 | statusline #eeeeee 10 | separator #666666 11 | 12 | # colorclass border backgr. text 13 | focused_workspace #a9a9a9 #5f676a #eeeeee 14 | active_workspace #a9a9a9 #5f676a #a9a9a9 15 | inactive_workspace #a9a9a9 #5f676a #a9a9a9 16 | urgent_workspace #a9a9a9 #e82951 #FFFFFF 17 | } 18 | 19 | } 20 | ##STOP THEMING BAR 21 | 22 | ##START THEMING WM 23 | #Theme name : ArcoLinux Archive 24 | 25 | # Window color settings 26 | # class border backgr. text indicator 27 | client.focused #2B6473 #2B6473 #FFA000 #004050 28 | client.unfocused #004050 #004050 #cccccc #004050 29 | client.focused_inactive #004050 #004050 #cccccc #004050 30 | client.placeholder #004050 #004050 #cccccc #004050 31 | client.urgent #900000 #900000 #ffffff #900000 32 | 33 | client.background #242424 34 | 35 | ##STOP THEMING WM 36 | -------------------------------------------------------------------------------- /etc/skel/.config/i3/arcolinux-default.theme: -------------------------------------------------------------------------------- 1 | ##START THEMING BAR 2 | #Theme name : ArcoLinux Default 3 | 4 | # i3 bar colors 5 | # variable border background Text 6 | 7 | colors { 8 | background #2F2F2F 9 | statusline #eeeeee 10 | separator #666666 11 | 12 | # colorclass border backgr. text 13 | focused_workspace #a9a9a9 #5f676a #eeeeee 14 | active_workspace #a9a9a9 #5f676a #eeeeee 15 | inactive_workspace #a9a9a9 #222222 #a9a9a9 16 | urgent_workspace #a9a9a9 #d42121 #FFFFFF 17 | } 18 | 19 | } 20 | ##STOP THEMING BAR 21 | 22 | ##START THEMING WM 23 | #Theme name : ArcoLinux Default 24 | 25 | # Window color settings 26 | # class border backgr. text indicator 27 | client.focused #6790EB #6790EB #e5e5e5 #6790EB 28 | client.unfocused #222222 #222222 #aaaaaa #222222 29 | client.focused_inactive #222222 #222222 #a9a9a9 #222222 30 | client.placeholder #222222 #222222 #aaaaaa #222222 31 | client.urgent #d42121 #d42121 #f7f7f7 #d42121 32 | 33 | client.background #242424 34 | 35 | ##STOP THEMING WM 36 | -------------------------------------------------------------------------------- /etc/skel/.config/i3/arcolinux-dracut.theme: -------------------------------------------------------------------------------- 1 | ##START THEMING BAR 2 | #Theme name : ArcoLinux Dracut 3 | 4 | # i3 bar colors 5 | # variable border background Text 6 | 7 | colors { 8 | background #3c3b37 9 | statusline #dcdccc 10 | separator #666666 11 | 12 | # colorclass border backgr. text 13 | focused_workspace #93b3a3 #3c3b37 #93b3a3 14 | active_workspace #ffcfaf #3c3b37 #ffcfaf 15 | inactive_workspace #636363 #3c3b37 #dcdccc 16 | urgent_workspace #dca3a3 #3c3b37 #dca3a3 17 | } 18 | 19 | } 20 | ##STOP THEMING BAR 21 | 22 | ##START THEMING WM 23 | #Theme name : ArcoLinux Dracut 24 | 25 | # Window color settings 26 | # class border backgr. text indicator 27 | client.focused #ffcfaf #ffcfaf #e5e5e5 #ffcfaf 28 | client.unfocused #222222 #222222 #aaaaaa #222222 29 | client.focused_inactive #222222 #222222 #a9a9a9 #222222 30 | client.placeholder #222222 #222222 #aaaaaa #222222 31 | client.urgent #d42121 #d42121 #f7f7f7 #d42121 32 | 33 | client.background #242424 34 | 35 | ##STOP THEMING WM 36 | -------------------------------------------------------------------------------- /etc/skel/.config/i3/arcolinux-firedust.theme: -------------------------------------------------------------------------------- 1 | ##START THEMING BAR 2 | #Theme name : ArcoLinux Firedust 3 | 4 | # i3 bar colors 5 | # variable border background Text 6 | 7 | colors { 8 | background #2F2F2F 9 | statusline #eeeeee 10 | separator #666666 11 | 12 | # colorclass border backgr. text 13 | focused_workspace #a9a9a9 #5f676a #eeeeee 14 | active_workspace #a9a9a9 #5f676a #a9a9a9 15 | inactive_workspace #a9a9a9 #222222 #a9a9a9 16 | urgent_workspace #a9a9a9 #d42121 #FFFFFF 17 | } 18 | 19 | } 20 | ##STOP THEMING BAR 21 | 22 | ##START THEMING WM 23 | #Theme name : ArcoLinux Firedust 24 | 25 | # Window color settings 26 | # class border backgr. text indicator 27 | client.focused #d64937 #d64937 #2D2D2D #d64937 28 | client.unfocused #2D2D2D #2d2d2d #dcdcdc #292d2e 29 | client.focused_inactive #2d2d2d #2d2d2d #dcdcdc #484e50 30 | client.placeholder #2d2d2d #2d2d2d #dcdcdc #484e502 31 | client.urgent #2D2D2D #2D2D2D #dcdcdc #900000 32 | 33 | client.background #242424 34 | 35 | ##STOP THEMING WM 36 | -------------------------------------------------------------------------------- /etc/skel/.config/i3/arcolinux-frama.theme: -------------------------------------------------------------------------------- 1 | ##START THEMING BAR 2 | #Theme name : ArcoLinux Frama 3 | 4 | # i3 bar colors 5 | # variable border background Text 6 | 7 | colors { 8 | background #2F2F2F 9 | statusline #eeeeee 10 | separator #666666 11 | 12 | # colorclass border backgr. text 13 | focused_workspace #333333 #AFD700 #ffffff 14 | active_workspace #333333 #222222 #888888 15 | inactive_workspace #333333 #222222 #888888 16 | urgent_workspace #a9a9a9 #d42121 #FFFFFF 17 | } 18 | 19 | } 20 | ##STOP THEMING BAR 21 | 22 | ##START THEMING WM 23 | #Theme name : ArcoLinux Frama 24 | 25 | # Window color settings 26 | # class border backgr. text indicator 27 | client.focused #AFD700 #AFD700 #000000 #AFD700 28 | client.unfocused #111111 #768e10 #000000 #000000 29 | client.focused_inactive #111111 #768e10 #000000 #000000 30 | client.placeholder #111111 #768e10 #000000 #000000 31 | client.urgent #d42121 #d42121 #f7f7f7 #d42121 32 | 33 | client.background #242424 34 | 35 | ##STOP THEMING WM 36 | -------------------------------------------------------------------------------- /etc/skel/.config/i3/arcolinux-gravemind.theme: -------------------------------------------------------------------------------- 1 | ##START THEMING BAR 2 | #Theme name : ArcoLinux Gravemind 3 | 4 | # i3 bar colors 5 | # variable border background Text 6 | 7 | colors { 8 | background #4b4b4b 9 | statusline #eeeeee 10 | separator #666666 11 | 12 | # colorclass border backgr. text 13 | focused_workspace #a9a9a9 #5f676a #eeeeee 14 | active_workspace #a9a9a9 #5f676a #a9a9a9 15 | inactive_workspace #a9a9a9 #222222 #a9a9a9 16 | urgent_workspace #a9a9a9 #d42121 #FFFFFF 17 | } 18 | 19 | } 20 | ##STOP THEMING BAR 21 | 22 | ##START THEMING WM 23 | #Theme name : ArcoLinux Gravemind 24 | 25 | # Window color settings 26 | # class border backgr. text indicator 27 | client.focused #3c5bcb #3c5bcb #dddddd #3c5bcb 28 | client.unfocused #000000 #000000 #555555 #292d2e 29 | client.focused_inactive #000000 #000000 #555555 #292d2e 30 | client.placeholder #000000 #000000 #555555 #292d2e 31 | client.urgent #2f343a #900000 #ffffff #900000 32 | 33 | client.background #242424 34 | 35 | ##STOP THEMING WM 36 | -------------------------------------------------------------------------------- /etc/skel/.config/i3/arcolinux-mango.theme: -------------------------------------------------------------------------------- 1 | ##START THEMING BAR 2 | #Theme name : ArcoLinux Mango 3 | 4 | # i3 bar colors 5 | # variable border background Text 6 | 7 | colors { 8 | background #2F2F2F 9 | statusline #eeeeee 10 | separator #fdb95b 11 | 12 | # colorclass border backgr. text 13 | focused_workspace #a9a9a9 #fdb95b #000000 14 | active_workspace #a9a9a9 #ffddaf #000000 15 | inactive_workspace #a9a9a9 #5f676a #eeeeee 16 | urgent_workspace #a9a9a9 #d42121 #eeeeee 17 | } 18 | 19 | } 20 | ##STOP THEMING BAR 21 | 22 | ##START THEMING WM 23 | #Theme name : ArcoLinux Mango 24 | 25 | # Window color settings 26 | # class border backgr. text indicator 27 | client.focused #242424 #fdb95b #ffffff #fdb95b 28 | client.unfocused #222222 #ffddaf #ffffff #ffddaf 29 | client.focused_inactive #222222 #ffddaf #ffffff #ffddaf 30 | client.placeholder #242424 #242424 #ffffff 31 | client.urgent #d42121 #d42121 #f7f7f7 #d42121 32 | 33 | client.background #242424 34 | 35 | ##STOP THEMING WM 36 | -------------------------------------------------------------------------------- /etc/skel/.config/i3/arcolinux-mastermind.theme: -------------------------------------------------------------------------------- 1 | ##START THEMING BAR 2 | #Theme name : ArcoLinux Mastermind 3 | 4 | # i3 bar colors 5 | # variable border background Text 6 | 7 | colors { 8 | background #2F2F2F 9 | statusline #eeeeee 10 | separator #666666 11 | 12 | # colorclass border backgr. text 13 | focused_workspace #a9a9a9 #5f676a #eeeeee 14 | active_workspace #a9a9a9 #5f676a #a9a9a9 15 | inactive_workspace #a9a9a9 #222222 #a9a9a9 16 | urgent_workspace #a9a9a9 #e82951 #FFFFFF 17 | } 18 | 19 | } 20 | ##STOP THEMING BAR 21 | 22 | ##START THEMING WM 23 | #Theme name : ArcoLinux Mastermind 24 | 25 | # Window color settings 26 | # class border backgr. text indicator 27 | client.focused #4c7899 #4c7899 #ffffff #4c7899 28 | client.unfocused #333333 #222222 #888888 #292d2e 29 | client.focused_inactive #333333 #222222 #888888 #292d2e 30 | client.placeholder #333333 #222222 #888888 #292d2e 31 | client.urgent #900000 #900000 #ffffff #900000 32 | 33 | client.background #242424 34 | 35 | ##STOP THEMING WM 36 | -------------------------------------------------------------------------------- /etc/skel/.config/i3/arcolinux-mater.theme: -------------------------------------------------------------------------------- 1 | ##START THEMING BAR 2 | #Theme name : ArcoLinux Mater 3 | 4 | # i3 bar colors 5 | # variable border background Text 6 | 7 | colors { 8 | background #a6a2a2 9 | statusline #333333 10 | separator #666666 11 | 12 | # colorclass border backgr. text 13 | focused_workspace #a9a9a9 #222222 #eeeeee 14 | active_workspace #a9a9a9 #222222 #eeeeee 15 | inactive_workspace #a6a2a2 #a6a2a2 #333131 16 | urgent_workspace #a9a9a9 #d42121 #FFFFFF 17 | } 18 | 19 | } 20 | ##STOP THEMING BAR 21 | 22 | ##START THEMING WM 23 | #Theme name : ArcoLinux Mater 24 | 25 | # Window color settings 26 | # class border backgr. text indicator 27 | client.focused #a9a9a9 #a9a9a9 #e5e5e5 #a9a9a9 28 | client.unfocused #222222 #222222 #aaaaaa #222222 29 | client.focused_inactive #222222 #222222 #a9a9a9 #222222 30 | client.placeholder #222222 #222222 #aaaaaa #222222 31 | client.urgent #d42121 #d42121 #f7f7f7 #d42121 32 | 33 | client.background #242424 34 | 35 | ##STOP THEMING WM 36 | -------------------------------------------------------------------------------- /etc/skel/.config/i3/arcolinux-mind.theme: -------------------------------------------------------------------------------- 1 | ##START THEMING BAR 2 | #Theme name : ArcoLinux Mind 3 | 4 | # i3 bar colors 5 | # variable border background Text 6 | 7 | colors { 8 | background #202A2E 9 | statusline #F9FAF9 10 | separator #454947 11 | 12 | # colorclass border backgr. text 13 | focused_workspace #F9FAF9 #16a085 #292F34 14 | active_workspace #595B5B #353836 #FDF6E3 15 | inactive_workspace #595B5B #202A2E #EEE8D5 16 | urgent_workspace #e82951 #e82951 #FDF6E3 17 | } 18 | 19 | } 20 | ##STOP THEMING BAR 21 | 22 | ##START THEMING WM 23 | #Theme name : ArcoLinux Mind 24 | 25 | # Window color settings 26 | # class border backgr. text indicator 27 | client.focused #556064 #556064 #80FFF9 #FDF6E3 28 | client.unfocused #2F3D44 #2F3D44 #1ABC9C #454948 29 | client.focused_inactive #2F3D44 #2F3D44 #1ABC9C #454948 30 | client.placeholder #2F3D44 #2F3D44 #1ABC9C #454948 31 | client.urgent #CB4B16 #FDF6E3 #1ABC9C #CB4B16 32 | 33 | client.background #242424 34 | 35 | ##STOP THEMING WM 36 | -------------------------------------------------------------------------------- /etc/skel/.config/i3/arcolinux-mordor.theme: -------------------------------------------------------------------------------- 1 | ##START THEMING BAR 2 | #Theme name : ArcoLinux Mordor 3 | 4 | # i3 bar colors 5 | # variable border background Text 6 | 7 | colors { 8 | background #454242 9 | statusline #eeeeee 10 | separator #b5b3b3 11 | 12 | # colorclass border backgr. text 13 | focused_workspace #eeae0a #222222 #eeae0a 14 | active_workspace #a9a9a9 #222222 #eeeeee 15 | inactive_workspace #a9a9a9 #5f676a #a9a9a9 16 | urgent_workspace #a9a9a9 #d42121 #eeeeee 17 | } 18 | 19 | } 20 | ##STOP THEMING BAR 21 | 22 | ##START THEMING WM 23 | #Theme name : ArcoLinux Mordor 24 | 25 | # Window color settings 26 | # class border backgr. text indicator 27 | client.focused #eeae0a #eeae0a #ffffff #eeae0a 28 | client.unfocused #222222 #222222 #aaaaaa #222222 29 | client.focused_inactive #222222 #222222 #a9a9a9 #222222 30 | client.placeholder #222222 #222222 #aaaaaa #222222 31 | client.urgent #d42121 #d42121 #f7f7f7 #d42121 32 | 33 | client.background #242424 34 | 35 | ##STOP THEMING WM 36 | -------------------------------------------------------------------------------- /etc/skel/.config/i3/arcolinux-nantes.theme: -------------------------------------------------------------------------------- 1 | ##START THEMING BAR 2 | #Theme name : ArcoLinux Nantes 3 | 4 | # i3 bar colors 5 | # variable border background Text 6 | 7 | colors { 8 | background #000000 9 | statusline #ffffff 10 | separator #666666 11 | 12 | # colorclass border backgr. text 13 | focused_workspace #008fff #007fff #ffffff 14 | active_workspace #333333 #5f676a #ffffff 15 | inactive_workspace #333333 #222222 #888888 16 | urgent_workspace #aa0000 #990000 #ffffff 17 | } 18 | 19 | } 20 | ##STOP THEMING BAR 21 | 22 | ##START THEMING WM 23 | #Theme name : ArcoLinux Nantes 24 | 25 | # Window color settings 26 | # class border backgr. text indicator 27 | client.focused #6790EB #6790EB #e5e5e5 #6790EB 28 | client.unfocused #222222 #222222 #aaaaaa #222222 29 | client.focused_inactive #222222 #222222 #a9a9a9 #222222 30 | client.placeholder #222222 #222222 #aaaaaa #222222 31 | client.urgent #d42121 #d42121 #f7f7f7 #d42121 32 | 33 | client.background #242424 34 | 35 | ##STOP THEMING WM 36 | -------------------------------------------------------------------------------- /etc/skel/.config/i3/arcolinux-noclue.theme: -------------------------------------------------------------------------------- 1 | ##START THEMING BAR 2 | #Theme name : ArcoLinux Noclue 3 | 4 | # i3 bar colors 5 | # variable border background Text 6 | 7 | colors { 8 | background #2F2F2F 9 | statusline #DAD58B 10 | separator #666666 11 | 12 | # colorclass border backgr. text 13 | focused_workspace #333333 #DAD58B #000000 14 | active_workspace #333333 #222222 #aaaaaa 15 | inactive_workspace #333333 #222222 #aaaaaa 16 | urgent_workspace #a9a9a9 #d42121 #FFFFFF 17 | } 18 | 19 | } 20 | ##STOP THEMING BAR 21 | 22 | ##START THEMING WM 23 | #Theme name : ArcoLinux Noclue 24 | 25 | # Window color settings 26 | # class border backgr. text indicator 27 | client.focused #DAD58B #DAD58B #000000 #DAD58B 28 | client.unfocused #DAAE8B #DAAE8B #000000 #DAAE8B 29 | client.focused_inactive #DAAE8B #DAAE8B #000000 #DAAE8B 30 | client.placeholder #DAAE8B #DAAE8B #000000 #DAAE8B 31 | client.urgent #d42121 #d42121 #f7f7f7 #d42121 32 | 33 | client.background #242424 34 | 35 | ##STOP THEMING WM 36 | -------------------------------------------------------------------------------- /etc/skel/.config/i3/arcolinux-pinky.theme: -------------------------------------------------------------------------------- 1 | ##START THEMING BAR 2 | #Theme name : ArcoLinux Pinky from ArcoLinux Coritani 3 | 4 | # i3 bar colors 5 | # variable border background Text 6 | 7 | colors { 8 | background #2F3D44 9 | statusline #F9FAF9 10 | separator #454947 11 | 12 | # colorclass border backgr. text 13 | focused_workspace #F9FAF9 #e82951 #F9FAF9 14 | active_workspace #595B5B #2F3D44 #F9FAF9 15 | inactive_workspace #595B5B #202A2E #F9FAF9 16 | urgent_workspace #e82951 #e82951 #F9FAF9 17 | } 18 | 19 | } 20 | ##STOP THEMING BAR 21 | 22 | ##START THEMING WM 23 | #Theme name : ArcoLinux Pinky from ArcoLinux Coritani 24 | 25 | # Window color settings 26 | # class border backgr. text indicator 27 | client.focused #FFB6C1 #FFB6C1 #e82951 #FDF6E3 28 | client.unfocused #2F3D44 #2F3D44 #FFB6C1 #454948 29 | client.focused_inactive #2F3D44 #2F3D44 #FFB6C1 #454948 30 | client.placeholder #2F3D44 #2F3D44 #FFB6C1 #454948 31 | client.urgent #CB4B16 #FDF6E3 #FFB6C1 #CB4B16 32 | 33 | client.background #242424 34 | 35 | ##STOP THEMING WM 36 | -------------------------------------------------------------------------------- /etc/skel/.config/i3/arcolinux-ruins.theme: -------------------------------------------------------------------------------- 1 | ##START THEMING BAR 2 | #Theme name : ArcoLinux Ruins 3 | 4 | # i3 bar colors 5 | # variable border background Text 6 | 7 | colors { 8 | background #303030 9 | statusline #d0e1d4 10 | separator #c1d0c1 11 | 12 | # colorclass border backgr. text 13 | focused_workspace #FF6F54 #FF6F54 #FFF2CE 14 | active_workspace #FF6F54 #FF6F54 #FFF2CE 15 | inactive_workspace #64635f #64635f #a7afa9 16 | urgent_workspace #e82951 #e82951 #FFF2CE 17 | } 18 | 19 | } 20 | ##STOP THEMING BAR 21 | 22 | ##START THEMING WM 23 | #Theme name : ArcoLinux Ruins 24 | 25 | # Window color settings 26 | # class border backgr. text indicator 27 | client.focused #FF6F54 #FF6F54 #e5e5e5 #FF6F54 28 | client.unfocused #222222 #222222 #aaaaaa #222222 29 | client.focused_inactive #222222 #222222 #aaaaaa #222222 30 | client.placeholder #222222 #222222 #aaaaaa #222222 31 | client.urgent #d42121 #d42121 #f7f7f7 #d42121 32 | 33 | client.background #242424 34 | 35 | ##STOP THEMING WM 36 | -------------------------------------------------------------------------------- /etc/skel/.config/i3/arcolinux-solar.theme: -------------------------------------------------------------------------------- 1 | ##START THEMING BAR 2 | #Theme name : ArcoLinux Solar 3 | 4 | # i3 bar colors 5 | # variable border background Text 6 | 7 | colors { 8 | background #657b83 9 | statusline #eee8d5 10 | separator #073642 11 | 12 | # colorclass border backgr. text 13 | focused_workspace #657b83 #073642 #eee8d5 14 | active_workspace #eee8d5 #657b83 #eee8d5 15 | inactive_workspace #657b83 #657b83 #eee8d5 16 | urgent_workspace #657b83 #d42121 #eee8d5 17 | } 18 | 19 | } 20 | ##STOP THEMING BAR 21 | 22 | ##START THEMING WM 23 | #Theme name : ArcoLinux Solar 24 | 25 | # Window color settings 26 | # class border backgr. text indicator 27 | client.focused #eee8d5 #eee8d5 #073642 #eee8d5 28 | client.unfocused #073642 #073642 #eee8d5 #073642 29 | client.focused_inactive #073642 #073642 #eee8d5 #073642 30 | client.placeholder #073642 #073642 #eee8d5 #073642 31 | client.urgent #657b83 #d42121 #eee8d5 #d42121 32 | 33 | client.background #242424 34 | 35 | ##STOP THEMING WM 36 | -------------------------------------------------------------------------------- /etc/skel/.config/i3/arcolinux-sunset.theme: -------------------------------------------------------------------------------- 1 | ##START THEMING BAR 2 | #Theme name : ArcoLinux Sunset 3 | 4 | # i3 bar colors 5 | # variable border background Text 6 | 7 | colors { 8 | background #2F2F2F 9 | statusline #eeeeee 10 | separator #666666 11 | 12 | # colorclass border backgr. text 13 | focused_workspace #a9a9a9 #5f676a #eeeeee 14 | active_workspace #a9a9a9 #5f676a #eeeeee 15 | inactive_workspace #a9a9a9 #222222 #a9a9a9 16 | urgent_workspace #a9a9a9 #e82951 #FFFFFF 17 | } 18 | 19 | } 20 | ##STOP THEMING BAR 21 | 22 | ##START THEMING WM 23 | #Theme name : ArcoLinux Sunset 24 | 25 | # Window color settings 26 | # class border backgr. text indicator 27 | client.focused #FFAF00 #FFAF00 #333333 #FFAF00 28 | client.unfocused #222222 #222222 #aaaaaa #222222 29 | client.focused_inactive #222222 #222222 #aaaaaa #222222 30 | client.placeholder #222222 #222222 #aaaaaa #222222 31 | client.urgent #d42121 #d42121 #ffffff #d42121 32 | 33 | client.background #242424 34 | 35 | ##STOP THEMING WM 36 | -------------------------------------------------------------------------------- /etc/skel/.config/i3/arcolinux-var-ashes.theme: -------------------------------------------------------------------------------- 1 | ##START THEMING BAR 2 | #Theme name : ArcoLinux Var Ashes 3 | 4 | # i3 bar colors 5 | # variable border background Text 6 | 7 | set $base00 #1C2023 8 | set $base01 #393F45 9 | set $base02 #565E65 10 | set $base03 #747C84 11 | set $base04 #ADB3BA 12 | set $base05 #C7CCD1 13 | set $base06 #DFE2E5 14 | set $base07 #F3F4F5 15 | set $base08 #C7AE95 16 | set $base09 #C7C795 17 | set $base0A #AEC795 18 | set $base0B #95C7AE 19 | set $base0C #95AEC7 20 | set $base0D #AE95C7 21 | set $base0E #C795AE 22 | set $base0F #C79595 23 | 24 | colors { 25 | background $base00 26 | separator $base01 27 | statusline $base04 28 | 29 | # colorclass border backgr. text 30 | focused_workspace $base05 $base0D $base00 31 | active_workspace $base05 $base03 $base00 32 | inactive_workspace $base03 $base01 $base05 33 | urgent_workspace $base08 $base08 $base00 34 | } 35 | 36 | } 37 | ##STOP THEMING BAR 38 | 39 | ##START THEMING WM 40 | #Theme name : ArcoLinux Var Ashes 41 | 42 | set $base00 #1C2023 43 | set $base01 #393F45 44 | set $base02 #565E65 45 | set $base03 #747C84 46 | set $base04 #ADB3BA 47 | set $base05 #C7CCD1 48 | set $base06 #DFE2E5 49 | set $base07 #F3F4F5 50 | set $base08 #C7AE95 51 | set $base09 #C7C795 52 | set $base0A #AEC795 53 | set $base0B #95C7AE 54 | set $base0C #95AEC7 55 | set $base0D #AE95C7 56 | set $base0E #C795AE 57 | set $base0F #C79595 58 | 59 | # Window color settings 60 | # class border backgr. text indicator 61 | client.focused $base05 $base0D $base00 $base0 62 | client.unfocused $base01 $base00 $base05 $base01 63 | client.focused_inactive $base01 $base01 $base05 $base03 64 | client.placeholder $base00 $base00 $base05 $base00 65 | client.urgent #d42121 #d42121 #f7f7f7 #d42121 66 | 67 | client.background $base07 68 | 69 | ##STOP THEMING WM 70 | -------------------------------------------------------------------------------- /etc/skel/.config/i3/arcolinux-var-nord.theme: -------------------------------------------------------------------------------- 1 | ##START THEMING BAR 2 | #Theme name : ArcoLinux Var Nord 3 | 4 | # i3 bar colors 5 | # variable border background Text 6 | 7 | # Nord theme colors 8 | # https://www.nordtheme.com/docs/colors-and-palettes 9 | 10 | set $nord0 #2E3440 11 | set $nord1 #3B4252 12 | set $nord2 #434C5E 13 | set $nord3 #4C566A 14 | set $nord4 #D8DEE9 15 | set $nord5 #E5E9F0 16 | set $nord6 #ECEFF4 17 | set $nord7 #8FBCBB 18 | set $nord8 #88C0D0 19 | set $nord9 #81A1C1 20 | set $nord10 #5E81AC 21 | set $nord11 #BF616A 22 | set $nord12 #D08770 23 | set $nord13 #EBCB8B 24 | set $nord14 #A3BE8C 25 | set $nord15 #B48EAD 26 | 27 | colors { 28 | background $nord0 29 | statusline $nord9 30 | separator $nord10 31 | 32 | # colorclass border backgr. text 33 | focused_workspace $nord3 $nord8 $nord4 34 | active_workspace $nord3 $nord8 $nord4 35 | inactive_workspace $nord8 $nord10 $nord4 36 | urgent_workspace $nord3 $nord11 $nord4 37 | } 38 | 39 | } 40 | ##STOP THEMING BAR 41 | 42 | ##START THEMING WM 43 | #Theme name : ArcoLinux Var Nord 44 | 45 | set $nord0 #2E3440 46 | set $nord1 #3B4252 47 | set $nord2 #434C5E 48 | set $nord3 #4C566A 49 | set $nord4 #D8DEE9 50 | set $nord5 #E5E9F0 51 | set $nord6 #ECEFF4 52 | set $nord7 #8FBCBB 53 | set $nord8 #88C0D0 54 | set $nord9 #81A1C1 55 | set $nord10 #5E81AC 56 | set $nord11 #BF616A 57 | set $nord12 #D08770 58 | set $nord13 #EBCB8B 59 | set $nord14 #A3BE8C 60 | set $nord15 #B48EAD 61 | 62 | # Window color settings 63 | # class border backgr. text indicator 64 | client.focused $nord15 $nord15 $nord4 $nord15 65 | client.unfocused $nord2 $nord2 $nord6 $nord2 66 | client.focused_inactive $nord2 $nord2 $nord6 $nord2 67 | client.placeholder $nord2 $nord2 $nord6 $nord2 68 | client.urgent #d42121 #d42121 #f7f7f7 #d42121 69 | 70 | client.background $nord04 71 | 72 | ##STOP THEMING WM 73 | -------------------------------------------------------------------------------- /etc/skel/.config/i3/arcolinux-var-sulpher.theme: -------------------------------------------------------------------------------- 1 | ##START THEMING BAR 2 | #Theme name : ArcoLinux Var Sulpher 3 | 4 | # i3 bar colors 5 | # variable border background Text 6 | 7 | set $base00 #202746 8 | set $base01 #293256 9 | set $base02 #5e6687 10 | set $base03 #6b7394 11 | set $base04 #898ea4 12 | set $base05 #979db4 13 | set $base06 #dfe2f1 14 | set $base07 #f5f7ff 15 | set $base08 #c94922 16 | set $base09 #c76b29 17 | set $base0A #c08b30 18 | set $base0B #ac9739 19 | set $base0C #22a2c9 20 | set $base0D #3d8fd1 21 | set $base0E #6679cc 22 | set $base0F #9c637a 23 | 24 | colors { 25 | background $base00 26 | separator $base01 27 | statusline $base04 28 | 29 | # colorclass border backgr. text 30 | focused_workspace $base05 $base0D $base00 31 | active_workspace $base05 $base03 $base00 32 | inactive_workspace $base03 $base01 $base05 33 | urgent_workspace $base08 $base08 $base00 34 | } 35 | 36 | } 37 | ##STOP THEMING BAR 38 | 39 | ##START THEMING WM 40 | #Theme name : ArcoLinux Var Sulpher 41 | 42 | set $base00 #202746 43 | set $base01 #293256 44 | set $base02 #5e6687 45 | set $base03 #6b7394 46 | set $base04 #898ea4 47 | set $base05 #979db4 48 | set $base06 #dfe2f1 49 | set $base07 #f5f7ff 50 | set $base08 #c94922 51 | set $base09 #c76b29 52 | set $base0A #c08b30 53 | set $base0B #ac9739 54 | set $base0C #22a2c9 55 | set $base0D #3d8fd1 56 | set $base0E #6679cc 57 | set $base0F #9c637a 58 | 59 | # Window color settings 60 | # class border backgr. text indicator 61 | client.focused $base05 $base0D $base00 $base0D 62 | client.unfocused $base01 $base00 $base05 $base01 63 | client.focused_inactive $base01 $base01 $base05 $base03 64 | client.placeholder $base00 $base00 $base05 $base00 65 | client.urgent $base08 $base08 $base00 $base08 66 | 67 | client.background $base07 68 | 69 | ##STOP THEMING WM 70 | -------------------------------------------------------------------------------- /etc/skel/.config/i3/arcolinux-zion.theme: -------------------------------------------------------------------------------- 1 | ##START THEMING BAR 2 | #Theme name : ArcoLinux Zion 3 | 4 | # i3 bar colors 5 | # variable border background Text 6 | 7 | colors { 8 | # Background color of the bar 9 | background #4a4a46 10 | 11 | # Text color to be used for the statusline 12 | statusline #e3bbf1 13 | 14 | # Text color to be used for the separator 15 | separator #e3bbf1 16 | 17 | # colorclass border background text 18 | # Border, background and text color for a workspace 19 | # button when the workspace has focus. 20 | focused_workspace #9742b5 #9742b5 #fdf6e3 21 | 22 | # Border, background and text color for a workspace button when 23 | # the workspace is active (visible) on some output, but the focus is on another one. 24 | # You can only tell this apart from the focused workspace when you are using multiple 25 | # monitors. 26 | active_workspace #9742b5 #9742b5 #fdf6e3 27 | 28 | # Border, background and text color for a workspace button when the workspace does 29 | # not have focus and is not active (visible) on any output. This will be the case 30 | # for most workspaces. 31 | inactive_workspace #002b36 #002b36 #fdf6e3 32 | 33 | # Border, background and text color for a workspace button when the workspace contains 34 | # a window with the urgency hint set. 35 | urgent_workspace ##9742b5 #d33682 #fdf6e3 36 | 37 | } 38 | 39 | } 40 | ##STOP THEMING BAR 41 | 42 | ##START THEMING WM 43 | #Theme name : ArcoLinux Zion 44 | 45 | # Window color settings 46 | # class border background text indicator 47 | 48 | # A client which currently has the focus. 49 | client.focused #9742b5 #9742b5 #ffffff #9742b5 50 | 51 | # A client which is not the focused one of its container. 52 | client.unfocused #2C2C2C #2C2C2C #ffffff #2C2C2C 53 | 54 | # A client which is the focused one of its container, but it does not have the focus at the moment. 55 | client.focused_inactive #2C2C2C #2C2C2C #ffffff #2C2C2C 56 | 57 | # Background and text color are used to draw placeholder window 58 | # contents (when restoring layouts). Border and indicator are ignored. 59 | client.placeholder #2C2C2C #2C2C2C #ffffff #2C2C2C 60 | 61 | # A client which has its urgency hint activated. 62 | client.urgent #d42121 #d42121 #f7f7f7 #d42121 63 | 64 | # Background color which will be used to paint the background 65 | # of the client window on top of which the client will be rendered. 66 | # Only clients which do not cover the whole area of this window expose 67 | # the color. Note that this colorclass only takes a single color. 68 | client.background #000000 69 | 70 | ##STOP THEMING WM 71 | -------------------------------------------------------------------------------- /etc/skel/.config/i3/cheatsheet.md: -------------------------------------------------------------------------------- 1 | # CheatSheet # 2 | 3 | Super = Windows Key 4 | 5 | # common operations 6 | Super Return *terminal* (`alacritty`) 7 | Super q *quit* (kill focused window) 8 | Super Shift q *quit* (kill focused window) 9 | Super d *show app menu* (`rofi`) 10 | Super Shift d *show app menu* (`dmenu`) 11 | Super x *show archlinux-logout* (lock/suspend/logout/reboot/shutdown) 12 | Super Shift r *reload config files* (`reload`) 13 | Super Escape *kill application* 14 | 15 | # screenshot 16 | PrintSrc *full screenshot* 17 | Ctrl PrintSrc *options + timer* 18 | 19 | # application shortcuts 20 | Ctrl Alt U *pavucontrol* 21 | Ctrl ALT P *pamac-manager* 22 | Super Shift Return *file manager* (`thunar`) 23 | Super F1 *browser* (`firefox`) 24 | 25 | # container layout 26 | 27 | Super Shift Space *toggle tiling/floating mode* 28 | Super left mouse button *move window* 29 | Super right mouse button *resize window* 30 | 31 | # workspaces 32 | Super 1 .. 0 *switch to workspace 1 .. 10* 33 | Super Shift 1 .. 0 *move container to workspace 1 .. 10* 34 | 35 | # notes 36 | - Follow the official site - https://i3wm.org/ 37 | - Follow the wiki - https://wiki.archlinux.org/title/I3 38 | - Follow the github - https://github.com/i3/i3 39 | 40 | # user githubs 41 | - ... 42 | 43 | # share your own files on github 44 | - so we can all learn 45 | - and you have a backup 46 | -------------------------------------------------------------------------------- /etc/skel/.config/i3/config: -------------------------------------------------------------------------------- 1 | ################# Start of all the settings 2 | 3 | # KEY DEFINITIONS TO REMEMBER 4 | # $mod = Set below 5 | # Mod4 = Super key 6 | # Mod1 = ALT key 7 | # Control = CTRL key 8 | # Shift = SHIFT key 9 | # Escape = ESCAPE key 10 | # Return = ENTER or RETURN key 11 | # KP_Enter = Keypad Enter 12 | # Pause = PAUSE key 13 | # Print = PRINT key 14 | # Tab = TAB key 15 | 16 | ################# Define the $mod variable/key 17 | 18 | # Key to rule them all : Super(Windows) or Alt key - see definition above 19 | # set Super key 20 | set $mod Mod4 21 | 22 | ################# Define the movements keys - variables 23 | 24 | # This is setup for qwerty 25 | # set $right to m if using azerty keyboard 26 | set $up l 27 | set $down k 28 | set $left j 29 | set $right semicolon 30 | 31 | ################# Single and Dual screen 32 | 33 | # current displays 34 | exec --no-startup-id xrandr --output DP0 --right-of HDMI-0 --auto 35 | 36 | # setting variables for later use 37 | # use xrandr and/or arandr to know the names of your monitors 38 | # use this line to tell which monitor is on the right 39 | # xrandr --output DVI-I-2 --right-of DVI-I-1 --auto 40 | # exec --no-startup-id xrandr --output LVDS1 --mode 1366x768 --output DP3 --mode 1920x1080 --right-of LVDS1 41 | # exec --no-startup-id xrandr --output DVI-I-0 --right-of HDMI-0 --auto 42 | # exec --no-startup-id xrandr --output DVI-1 --right-of DVI-0 --auto 43 | # exec --no-startup-id xrandr --output DVI-D-1 --right-of DVI-I-1 --auto 44 | # exec --no-startup-id xrandr --output HDMI-2 --right-of HDMI-1 --auto 45 | 46 | # Define names for default workspaces for which we configure key bindings later on. 47 | # We use variables to avoid repeating the names in multiple places. 48 | # using names instead of numbers for the workspaces 49 | # set $ws1 "1: Terminal" 50 | # set $ws2 "2: Browser" 51 | # set $ws3 "3: Mail" 52 | # set $ws4 "4: File Manager" 53 | 54 | # switch to workspace 55 | #bindsym $mod+1 workspace $ws1 56 | #bindsym $mod+2 workspace $ws2 57 | #bindsym $mod+3 workspace $ws3 58 | #bindsym $mod+4 workspace $ws4 59 | 60 | # current setup 61 | 62 | set $firstMonitor HDMI-1 63 | set $secondMonitor HDMI-2 64 | 65 | # Other Examples 66 | 67 | #set $firstMonitor DP3 68 | #set $secondMonitor LVDS1 69 | 70 | #set $firstMonitor DVI-I-0 71 | #set $secondMonitor HDMI-0 72 | 73 | #set $firstMonitor DVI-0 74 | #set $secondMonitor DVI-1 75 | 76 | #set $firstMonitor DVI-I-1 77 | #set $secondMonitor DVI-D-1 78 | 79 | #set $firstMonitor HDMI-1 80 | #set $secondMonitor HDMI-2 81 | 82 | workspace 1 output $firstMonitor 83 | workspace 2 output $firstMonitor 84 | workspace 3 output $firstMonitor 85 | workspace 4 output $firstMonitor 86 | workspace 5 output $firstMonitor 87 | workspace 6 output $secondMonitor 88 | workspace 7 output $secondMonitor 89 | workspace 8 output $secondMonitor 90 | workspace 9 output $secondMonitor 91 | workspace 10 output $secondMonitor 92 | 93 | # switch to workspace 94 | bindsym $mod+1 workspace 1 95 | bindsym $mod+2 workspace 2 96 | bindsym $mod+3 workspace 3 97 | bindsym $mod+4 workspace 4 98 | bindsym $mod+5 workspace 5 99 | bindsym $mod+6 workspace 6 100 | bindsym $mod+7 workspace 7 101 | bindsym $mod+8 workspace 8 102 | bindsym $mod+9 workspace 9 103 | bindsym $mod+0 workspace 10 104 | 105 | # move focused container to workspace 106 | bindsym $mod+Shift+1 move container to workspace 1; workspace 1 107 | bindsym $mod+Shift+2 move container to workspace 2; workspace 2 108 | bindsym $mod+Shift+3 move container to workspace 3; workspace 3 109 | bindsym $mod+Shift+4 move container to workspace 4; workspace 4 110 | bindsym $mod+Shift+5 move container to workspace 5; workspace 5 111 | bindsym $mod+Shift+6 move container to workspace 6; workspace 6 112 | bindsym $mod+Shift+7 move container to workspace 7; workspace 7 113 | bindsym $mod+Shift+8 move container to workspace 8; workspace 8 114 | bindsym $mod+Shift+9 move container to workspace 9; workspace 9 115 | bindsym $mod+Shift+0 move container to workspace 10; workspace 10 116 | 117 | ################# menu's in arcolinux 118 | 119 | # start dmenu 120 | bindsym $mod+shift+d exec --no-startup-id dmenu_run -i -nb '#191919' -nf '#fea63c' -sb '#fea63c' -sf '#191919' -fn 'NotoMonoRegular:bold:pixelsize=14' 121 | 122 | # start rofi 123 | bindsym $mod+d exec --no-startup-id ~/.config/i3/launcher/launcher.sh 124 | 125 | # start xfce4-appfinder 126 | bindsym mod1+F2 exec --no-startup-id xfce4-appfinder --collapsed 127 | 128 | # start xfce-appfinder 129 | bindsym mod1+F3 exec --no-startup-id xfce4-appfinder 130 | 131 | # start xlunch app launcher 132 | # bindsym mod1+F5 exec --no-startup-id xlunch --config ~/.config/xlunch/default.conf --input ~/.config/xlunch/entries.dsv 133 | 134 | # start rofi full 135 | bindsym $mod+F11 exec --no-startup-id "rofi -font 'Noto Sans 13' -theme-str 'window {width: 100%;height: 100%;}' -show drun" 136 | 137 | # start rofi small 138 | bindsym $mod+F12 exec --no-startup-id rofi -show drun -font "Noto Sans 13" 139 | 140 | ################# how to exit, logoff, suspend, ... 141 | 142 | # Backup exit 143 | # Press ctrl+alt+x - check toolbar for next choices 144 | bindsym control+mod1+X mode "$mode_system" 145 | 146 | set $mode_system System (k) lock, (l) logout, (u) suspend, (h) hibernate, (r) reboot, (s) shutdown 147 | mode "$mode_system" { 148 | bindsym k exec --no-startup-id ~/.config/i3/scripts/i3exit.sh lock, mode "default" 149 | bindsym l exec --no-startup-id ~/.config/i3/scripts/i3exit.sh logout, mode "default" 150 | bindsym u exec --no-startup-id ~/.config/i3/scripts/i3exit.sh suspend, mode "default" 151 | bindsym h exec --no-startup-id ~/.config/i3/scripts/i3exit.sh hibernate, mode "default" 152 | bindsym r exec --no-startup-id ~/.config/i3/scripts/i3exit.sh reboot, mode "default" 153 | bindsym s exec --no-startup-id ~/.config/i3/scripts/i3exit.sh shutdown, mode "default" 154 | 155 | # back to normal: Enter or Escape 156 | bindsym Return mode "default" 157 | bindsym Escape mode "default" 158 | } 159 | 160 | # ArcoLinux Logout 161 | bindsym $mod+Shift+e exec --no-startup-id archlinux-logout 162 | bindsym $mod+X exec --no-startup-id archlinux-logout 163 | bindsym $mod+Shift+X exec --no-startup-id arcolinux-powermenu 164 | 165 | ################# reload changed configuration 166 | 167 | # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) 168 | bindsym $mod+Shift+r restart 169 | # reload the configuration file 170 | bindsym $mod+Shift+c reload 171 | 172 | ################# Stopping an application 173 | 174 | # kill focused window 175 | bindsym $mod+Shift+q kill 176 | bindsym $mod+q kill 177 | 178 | ################# Moving around in i3 179 | 180 | # Use Mouse+$mod to drag floating windows to their wanted position 181 | floating_modifier $mod 182 | 183 | # toggle tiling / floating 184 | bindsym $mod+Shift+space floating toggle 185 | 186 | # change focus 187 | bindsym $mod+$left focus left 188 | bindsym $mod+$down focus down 189 | bindsym $mod+$up focus up 190 | bindsym $mod+$right focus right 191 | 192 | # alternatively, you can use the cursor keys: 193 | bindsym $mod+Left focus left 194 | bindsym $mod+Down focus down 195 | bindsym $mod+Up focus up 196 | bindsym $mod+Right focus right 197 | 198 | # move focused window 199 | bindsym $mod+Shift+$left move left 200 | bindsym $mod+Shift+$down move down 201 | bindsym $mod+Shift+$up move up 202 | bindsym $mod+Shift+$right move right 203 | 204 | # alternatively, you can use the cursor keys: 205 | bindsym $mod+Shift+Left move left 206 | bindsym $mod+Shift+Down move down 207 | bindsym $mod+Shift+Up move up 208 | bindsym $mod+Shift+Right move right 209 | 210 | ################# moving around workspaces 211 | 212 | # next/previous workspace 213 | 214 | bindsym Mod1+Tab workspace next 215 | bindsym Mod1+Shift+Tab workspace prev 216 | bindsym $mod+Tab workspace back_and_forth 217 | 218 | # navigate workspaces next / previous 219 | bindsym Mod1+Ctrl+Right workspace next 220 | bindsym Mod1+Ctrl+Left workspace prev 221 | 222 | # switch to workspace with urgent window automatically 223 | for_window [urgent=latest] focus 224 | 225 | ################# Tiling parameters 226 | 227 | # orientation for new workspaces 228 | default_orientation horizontal 229 | 230 | # split in horizontal orientation 231 | bindsym $mod+h split h 232 | 233 | # split in vertical orientation 234 | bindsym $mod+v split v 235 | 236 | # enter fullscreen mode for the focused container 237 | # Super + F in arcolinux is execute thunar 238 | bindsym $mod+f fullscreen toggle 239 | 240 | # change container layout (stacked, tabbed, toggle split) 241 | # qwerty/azerty issue for letter z 242 | bindsym $mod+s layout stacking 243 | bindsym $mod+z layout tabbed 244 | bindsym $mod+e layout toggle split 245 | 246 | # change focus between tiling / floating windows 247 | bindsym $mod+space focus mode_toggle 248 | 249 | # focus the parent container 250 | bindsym $mod+a focus parent 251 | 252 | # focus the child container 253 | # bindsym $mod+d focus child 254 | 255 | ################# resize 256 | 257 | # Resizing by 1 258 | bindsym $mod+Mod1+Ctrl+Right resize shrink width 1 px or 1 ppt 259 | bindsym $mod+Mod1+Ctrl+Up resize grow height 1 px or 1 ppt 260 | bindsym $mod+Mod1+Ctrl+Down resize shrink height 1 px or 1 ppt 261 | bindsym $mod+Mod1+Ctrl+Left resize grow width 1 px or 1 ppt 262 | 263 | # old resize keybindings 264 | # resize window (you can also use the mouse for that) 265 | 266 | # bindsym $mod+r mode "resize" 267 | 268 | # mode "resize" { 269 | # These bindings trigger as soon as you enter the resize mode 270 | 271 | # Pressing left will shrink the window’s width. 272 | # Pressing right will grow the window’s width. 273 | # Pressing up will shrink the window’s height. 274 | # Pressing down will grow the window’s height. 275 | # bindsym $left resize shrink width 10 px or 10 ppt 276 | # bindsym $down resize grow height 10 px or 10 ppt 277 | # bindsym $up resize shrink height 10 px or 10 ppt 278 | # bindsym $right resize grow width 10 px or 10 ppt 279 | 280 | # same bindings, but for the arrow keys 281 | # bindsym Left resize shrink width 10 px or 10 ppt 282 | # bindsym Down resize grow height 10 px or 10 ppt 283 | # bindsym Up resize shrink height 10 px or 10 ppt 284 | # bindsym Right resize grow width 10 px or 10 ppt 285 | 286 | # back to normal: Enter or Escape 287 | # bindsym Return mode "default" 288 | # bindsym Escape mode "default" 289 | # } 290 | 291 | ################# choose the font 292 | 293 | # Font for window titles. Will also be used by the bar unless a different font 294 | # is used in the bar {} block below. 295 | # choose your font 296 | font pango:Noto Mono Regular 13 297 | 298 | ################# assign applications to workspaces 299 | 300 | # Assign application to start on a specific workspace 301 | # you can find the class with the program xprop 302 | 303 | # Example - make browser start on workspace 3 304 | # assign [class="Firefox|Vivaldi-stable|Vivaldi-snapshot|Opera"] → 3 305 | # assign [class="Chromium|Google-chrome"] → 3 306 | 307 | # Workspace 2 text editor related 308 | # assign [class="sublime-text|sublime_text|Sublime_text|subl|Subl|subl3|Subl3"] → 2 309 | # assign [class="Xed|xed|Brackets|Code|Code|Geany"] → 2 310 | 311 | # Workspace 3 Inkscape 312 | # assign [class="Inkscape"] → 3 313 | 314 | # Workspace 4 Gimp 315 | # assign [class="Gimp"] → 4 316 | 317 | # Workspace 5 Images and meld 318 | # assign [class="ristretto|Ristretto|shotwell|Shotwell|Xviewer|Nitrogen"] → 5 319 | # assign [class="feh|gthumb|Gthumb|eog|Eog|Pinta|pixeluvo|Pixeluvo"] → 5 320 | # assign [class="Meld"] → 5 321 | 322 | # Workspace 6 all video related software 323 | # assign [class="Vlc|vlc"] → 6 324 | 325 | # Workspace 7 virtual machines and settings 326 | # assign [class="Vmplayer|VirtualBox"] → 7 327 | 328 | # Workspace 8 file managers 329 | # assign [class="Nemo|Thunar|Caja|nautilus|Nautilus"] → 8 330 | 331 | # Workspace 9 email clients 332 | # assign [class="Geary|Evolution"] → 9 333 | 334 | # Workspace 10 music related 335 | # assign [class="Spotify|spotify"] → 10 336 | # fix for spotify not moving to workspace 10 337 | # for_window [class="Spotify"] move to workspace 10 338 | 339 | ################# autostart - execute applications at boot time 340 | 341 | # USER APPLICATIONS TO START AT BOOT 342 | 343 | # ArcoLinux Welcome App 344 | exec --no-startup-id dex $HOME/.config/autostart/arcolinux-welcome-app.desktop 345 | 346 | # Autotiling 347 | exec_always --no-startup-id autotiling 348 | 349 | # Browser 350 | # exec --no-startup-id vivaldi-stable 351 | for_window [class="Vivaldi-stable"] focus 352 | 353 | # Text-editor 354 | # exec --no-startup-id geany 355 | # exec --no-startup-id code 356 | 357 | # File manager 358 | # exec --no-startup-id thunar 359 | 360 | # Mail clients 361 | # exec --no-startup-id evolution 362 | 363 | # Music 364 | # exec --no-startup-id spotify 365 | for_window [class="Spotify"] focus 366 | 367 | # TRAY APPLICATIONS 368 | 369 | # applications that are not installed will not start 370 | # you may see a wheel - hashtag out things you do not want/need 371 | 372 | # Authentication dialog 373 | exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & 374 | 375 | # Updater 376 | exec --no-startup-id pamac-tray 377 | 378 | # bluetooth 379 | # exec --no-startup-id blueberry-tray 380 | 381 | # network 382 | exec --no-startup-id nm-applet 383 | 384 | # num lock activated 385 | exec_always --no-startup-id numlockx on 386 | 387 | # dropbox 388 | # exec --no-startup-id dropbox start 389 | 390 | # insync 391 | # exec --no-startup-id insync start 392 | 393 | # volume 394 | # exec --no-startup-id pasystray 395 | exec --no-startup-id volumeicon 396 | 397 | # variety 398 | # exec --no-startup-id variety 399 | 400 | # clipman 401 | # exec --no-startup-id xfce4-clipman 402 | 403 | # Conky 404 | exec --no-startup-id conky -c ~/.config/i3/system-overview 405 | 406 | # feh sets wallpaper 407 | exec --no-startup-id feh --bg-fill /usr/share/backgrounds/archlinux/arch-wallpaper.jpg & 408 | exec --no-startup-id feh --bg-fill /usr/share/backgrounds/arco/arco-wallpaper.jpg & 409 | # for other Arch Linux based distros 410 | # exec --no-startup-id feh --bg-fill /usr/share/archlinux-tweak-tool/data/wallpaper/wallpaper.png & 411 | 412 | # Polybar 413 | # exec_always --no-startup-id ~/.config/polybar/launch.sh & 414 | 415 | ################# system applications 416 | 417 | exec --no-startup-id xfce4-power-manager & 418 | # ommitted next line to get super key to bring up the menu in xfce and avoid error then in i3 419 | # IF xfsettingsd is activated you can not change themes 420 | # exec --no-startup-id xfsettingsd & 421 | exec --no-startup-id /usr/lib/xfce4/notifyd/xfce4-notifyd & 422 | 423 | ################# applications keyboard shortcuts 424 | 425 | # not workspace related 426 | 427 | # ArcoLinux Welcome App 428 | bindsym control+mod1+w exec --no-startup-id arcolinux-welcome-app 429 | 430 | # ArchLinux Tweak Tool 431 | bindsym control+mod1+e exec --no-startup-id archlinux-tweak-tool 432 | 433 | # conky 434 | bindsym $mod+c exec --no-startup-id conky-toggle 435 | bindsym $mod+control+c exec --no-startup-id killall conky 436 | bindsym control+mod1+Next exec --no-startup-id conky-rotate -n 437 | bindsym control+mod1+Prior exec --no-startup-id conky-rotate -p 438 | 439 | # terminal 440 | bindsym $mod+Return exec --no-startup-id alacritty;focus 441 | bindsym $mod+KP_Enter exec --no-startup-id alacritty;focus 442 | bindsym control+mod1+t exec --no-startup-id alacritty; focus 443 | bindsym control+mod1+Return exec --no-startup-id alacritty; focus 444 | bindsym control+mod1+KP_Enter exec --no-startup-id alacritty; focus 445 | bindsym F12 exec --no-startup-id xfce4-terminal --drop-down; focus 446 | 447 | # System monitor 448 | bindsym control+Shift+Escape exec --no-startup-id xfce4-taskmanager;focus 449 | 450 | # settings 451 | bindsym control+mod1+m exec --no-startup-id xfce4-settings-manager 452 | 453 | # catfish 454 | bindsym control+mod1+c exec --no-startup-id catfish;focus 455 | 456 | # archlinux-logout 457 | bindsym control+mod1+k exec --no-startup-id archlinux-logout 458 | bindsym control+mod1+l exec --no-startup-id archlinux-logout 459 | 460 | # rofi theme selector 461 | bindsym control+mod1+r exec --no-startup-id rofi-theme-selector 462 | 463 | # arcolinux conflict 464 | # bindsym $mod+m exec --no-startup-id pragha;focus 465 | 466 | # htop 467 | # arcolinux conflict 468 | # bindsym $mod+h exec --no-startup-id htop;focus 469 | 470 | # pavucontrol 471 | bindsym control+mod1+u exec --no-startup-id pavucontrol 472 | 473 | # start xfce-appfinder 474 | # arcolinux does not seem to work 475 | bindsym control+mod1+a exec --no-startup-id xfce4-appfinder 476 | 477 | # pamac-manager 478 | bindsym control+mod1+p exec --no-startup-id pamac-manager 479 | 480 | # xkill 481 | bindsym --release $mod+Escape exec xkill 482 | 483 | # Function Keybinds 484 | # Browser 485 | bindsym $mod+F1 exec --no-startup-id exo-open --launch webbrowser;focus 486 | # qwerty/azerty conflict with w 487 | bindsym $mod+w exec --no-startup-id exo-open --launch webbrowser;focus 488 | bindsym control+mod1+f exec --no-startup-id firefox;focus 489 | bindsym control+mod1+v exec --no-startup-id vivaldi-stable;focus 490 | bindsym control+mod1+g exec --no-startup-id chromium;focus 491 | 492 | # Text Editor 493 | # bindsym $mod+F2 exec --no-startup-id geany;focus 494 | bindsym $mod+F2 exec --no-startup-id code;focus 495 | 496 | # Basic Draw Tool 497 | bindsym $mod+F3 exec --no-startup-id inkscape;focus 498 | 499 | # Advanced Draw Tool 500 | bindsym $mod+F4 exec --no-startup-id gimp;focus 501 | 502 | # document comparison 503 | bindsym $mod+F5 exec --no-startup-id meld;focus 504 | bindsym control+mod1+i exec --no-startup-id nitrogen;focus 505 | 506 | # video player 507 | bindsym $mod+F6 exec --no-startup-id vlc;focus 508 | 509 | # virtual machine 510 | bindsym $mod+F7 exec --no-startup-id virtualbox;focus 511 | 512 | # file management 513 | for_window [class="Thunar"] focus 514 | bindsym $mod+F8 exec --no-startup-id thunar;focus 515 | bindsym $mod+Shift+Return exec --no-startup-id thunar;focus 516 | bindsym $mod+Shift+KP_Enter exec --no-startup-id thunar;focus 517 | bindsym control+mod1+b exec --no-startup-id thunar;focus 518 | 519 | # Audio application 520 | bindsym $mod+F9 exec --no-startup-id lollypop;focus 521 | # bindsym $mod+F9 exec --no-startup-id geary;focus 522 | # bindsym control+mod1+e exec --no-startup-id geary;focus 523 | 524 | # music 525 | bindsym $mod+F10 exec --no-startup-id spotify;focus 526 | bindsym control+mod1+s exec --no-startup-id spotify;focus 527 | 528 | ################# screenshots 529 | 530 | bindsym Print exec --no-startup-id scrot 'ArcoLinux-%Y-%m-%d-%s_screenshot_$wx$h.jpg' -e 'mv $f $$(xdg-user-dir PICTURES)' 531 | bindsym Control+Print exec --no-startup-id xfce4-screenshooter 532 | bindsym Control+Shift+Print exec --no-startup-id gnome-screenshot -i 533 | bindsym $mod+Control+Print exec --no-startup-id flameshot gui 534 | # bindsym shift+Print exec --no-startup-id shutter 535 | 536 | ################# floating or tiled rules 537 | 538 | # floating enabled from some programs - find with xprop 539 | 540 | for_window [class="Arcolinux-welcome-app.py"] floating enable 541 | # for_window [class="Archlinux-tweak-tool.py"] floating enable 542 | for_window [class="Arcolinux-calamares-tool.py"] floating enable 543 | for_window [class="Bleachbit"] floating disable 544 | for_window [class="Blueberry.py"] floating enable 545 | for_window [class="Brasero"] floating disable 546 | for_window [class="Galculator"] floating enable 547 | for_window [class="Gnome-disks"] floating disable 548 | for_window [class="^Gnome-font-viewer$"] floating enable 549 | for_window [class="^Gpick$"] floating enable 550 | for_window [class="Hexchat"] floating disable 551 | for_window [class="Imagewriter"] floating enable 552 | for_window [class="Font-manager"] floating enable 553 | # for_window [class="qt5ct|Lxappearance] floating enable 554 | for_window [class="Nitrogen"] floating disable 555 | for_window [class="Pavucontrol"] floating disable 556 | for_window [class="Peek"] floating enable 557 | for_window [class="^Skype$"] floating enable 558 | for_window [class="^Spotify$"] floating disable 559 | for_window [class="System-config-printer.py"] floating enable 560 | for_window [class="Unetbootin.elf"] floating enable 561 | for_window [class="Usb-creator-gtk"] floating enable 562 | for_window [class="^Vlc$"] floating disable 563 | for_window [class="Wine"] floating disable 564 | for_window [class="Xfburn"] floating disable 565 | for_window [class="Xfce4-appfinder"] floating enable 566 | for_window [class="Xfce4-settings-manager"] floating disable 567 | for_window [class="Xfce4-taskmanager"] floating enable 568 | 569 | # for_window [instance="gimp"] floating disable 570 | for_window [instance="script-fu"] border normal 571 | for_window [instance="variety"] floating disable 572 | 573 | for_window [title="Copying"] floating enable 574 | for_window [title="Deleting"] floating enable 575 | for_window [title="Moving"] floating enable 576 | for_window [title="^Terminator Preferences$"] floating enable 577 | 578 | # for_window [window_role="^gimp-toolbox-color-dialog$"] floating enable 579 | for_window [window_role="pop-up"] floating enable 580 | for_window [window_role="^Preferences$"] floating enable 581 | for_window [window_role="setup"] floating enable 582 | 583 | ################# give focus to applications 584 | 585 | for_window [class="Gnome-terminal"] focus 586 | for_window [class="Termite"] focus 587 | for_window [class="Terminator"] focus 588 | for_window [class="Urxvt"] focus 589 | for_window [class="Alacritty"] focus 590 | 591 | ################# variety for wallpapers 592 | 593 | # Variety keybindings mod1 = ALT 594 | # trash wallpaper 595 | bindsym mod1+t exec --no-startup-id variety -t 596 | # next wallpaper 597 | bindsym mod1+n exec --no-startup-id variety -n 598 | bindsym mod1+Right exec --no-startup-id variety -n 599 | # previous wallpaper 600 | bindsym mod1+p exec --no-startup-id variety -p 601 | bindsym mod1+Left exec --no-startup-id variety -p 602 | # favorite wallpaper 603 | bindsym mod1+f exec --no-startup-id variety -f 604 | # pause wallpaper 605 | bindsym mod1+Up exec --no-startup-id variety --pause 606 | # resume wallpaper 607 | bindsym mod1+Down exec --no-startup-id variety --resume 608 | 609 | ################# variety with pywal for your wallpapers/colour schemes 610 | 611 | # next wallpaper 612 | bindsym mod1+Shift+n exec --no-startup-id variety -n && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)& 613 | # previous wallpaper 614 | bindsym mod1+Shift+p exec --no-startup-id variety -p && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)& 615 | # trash wallpaper 616 | bindsym mod1+Shift+t exec --no-startup-id variety -t && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)& 617 | # Update Wallpaper 618 | bindsym mod1+Shift+u exec --no-startup-id wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt) 619 | 620 | ################# audio settings 621 | 622 | bindsym XF86AudioRaiseVolume exec --no-startup-id "amixer -D pulse sset Master '5%+'" 623 | bindsym XF86AudioLowerVolume exec --no-startup-id "amixer -D pulse sset Master '5%-'" 624 | bindsym XF86AudioMute exec --no-startup-id "amixer -D pulse set Master toggle" 625 | # https://github.com/acrisci/playerctl/ 626 | bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause 627 | bindsym XF86AudioNext exec --no-startup-id playerctl next 628 | bindsym XF86AudioPrev exec --no-startup-id playerctl previous 629 | bindsym XF86AudioStop exec --no-startup-id playerctl stop 630 | # bindsym XF86AudioPlay exec --no-startup-id "dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.PlayPause" 631 | # bindsym XF86AudioNext exec --no-startup-id "dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Next" 632 | # bindsym XF86AudioPrev exec --no-startup-id "dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Previous" 633 | # bindsym XF86AudioStop exec --no-startup-id "dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Stop" 634 | 635 | ################# xbacklight 636 | 637 | bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 20 # increase screen brightness 638 | bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 20 # decrease screen brightness 639 | 640 | ################# bar toggle 641 | 642 | # bar toggle, hide or show 643 | bindsym $mod+b bar mode toggle 644 | 645 | ################# border control 646 | 647 | # Border control 648 | hide_edge_borders both 649 | bindsym $mod+shift+b exec --no-startup-id i3-msg border toggle 650 | 651 | # changing border style 652 | # super+t in arcolinux is starting terminal 653 | bindsym $mod+t border normal 654 | bindsym $mod+y border pixel 1 655 | bindsym $mod+u border none 656 | 657 | # new_window pixel 1 658 | new_window normal 659 | # new_window none 660 | 661 | # new_float pixel 1 662 | new_float normal 663 | # new_float none 664 | 665 | ################# Popups control 666 | 667 | # Popups during fullscreen mode 668 | popup_during_fullscreen smart 669 | 670 | ################# i3 gaps next 671 | 672 | # Settings for I3 next gap git 673 | # https://github.com/Airblader/i3/tree/gaps-next 674 | # delete or uncomment the following lines if you do not have it or do not 675 | # want it 676 | 677 | for_window [class="^.*"] border pixel 2 678 | gaps inner 5 679 | gaps outer 5 680 | # smart_gaps on 681 | # smart_borders on 682 | 683 | ################# i3 gaps change 684 | 685 | set $mode_gaps Gaps: (o) outer, (i) inner 686 | set $mode_gaps_outer Outer Gaps: +|-|0 (local), Shift + +|-|0 (global) 687 | set $mode_gaps_inner Inner Gaps: +|-|0 (local), Shift + +|-|0 (global) 688 | bindsym $mod+Shift+g mode "$mode_gaps" 689 | 690 | mode "$mode_gaps" { 691 | bindsym o mode "$mode_gaps_outer" 692 | bindsym i mode "$mode_gaps_inner" 693 | bindsym Return mode "default" 694 | bindsym Escape mode "default" 695 | } 696 | 697 | mode "$mode_gaps_inner" { 698 | bindsym plus gaps inner current plus 5 699 | bindsym minus gaps inner current minus 5 700 | bindsym 0 gaps inner current set 0 701 | 702 | bindsym Shift+plus gaps inner all plus 5 703 | bindsym Shift+minus gaps inner all minus 5 704 | bindsym Shift+0 gaps inner all set 0 705 | 706 | bindsym Return mode "default" 707 | bindsym Escape mode "default" 708 | } 709 | mode "$mode_gaps_outer" { 710 | bindsym plus gaps outer current plus 5 711 | bindsym minus gaps outer current minus 5 712 | bindsym 0 gaps outer current set 0 713 | 714 | bindsym Shift+plus gaps outer all plus 5 715 | bindsym Shift+minus gaps outer all minus 5 716 | bindsym Shift+0 gaps outer all set 0 717 | 718 | bindsym Return mode "default" 719 | bindsym Escape mode "default" 720 | } 721 | 722 | ################# picom of i3wm 723 | 724 | # if you want transparency on non-focused windows, ... 725 | exec_always --no-startup-id picom --config ~/.config/i3/picom.conf 726 | 727 | bindsym control+mod1+o exec --no-startup-id ~/.config/i3/scripts/picom-toggle.sh 728 | 729 | ################# bar appearance 730 | 731 | bar { 732 | height 25 733 | workspace_buttons yes 734 | font pango:Noto Sans 12 735 | # position top 736 | position bottom 737 | 738 | # system icons 739 | # tray_output none 740 | # tray_output $firstMonitor 741 | # tray_output $secondMonitor 742 | 743 | # OPTION 1 : i3status 744 | 745 | # type status_command i3status without the config file and 746 | # you will get the standard i3status bar 747 | # Second one is the standard statusbar with my personal settings 748 | 749 | # status_command i3status 750 | status_command i3status -c ~/.config/i3/i3status.conf 751 | 752 | # OPTION 2 : i3blocks 753 | 754 | # https://github.com/vivien/i3blocks 755 | # another way to provide text in the statusbar 756 | # put hastag in front if not installed 757 | 758 | # status_command i3blocks 759 | # status_command i3blocks -c ~/.config/i3/i3blocks.conf 760 | # status_command i3blocks -c ~/.config/i3/i3blocks-rainbow.conf 761 | # status_command i3blocks -c ~/.config/i3/i3blocks-original.conf 762 | # status_command i3blocks -c ~/.config/i3/i3blocks-awesome.conf 763 | 764 | 765 | # OPTION 3 : conky 766 | 767 | # You can also replace the istatus bar with a conky 768 | # start-conky-i3statusbar.sh is started and conky will follow 769 | # documentation : https://i3wm.org/docs/user-contributed/conky-i3bar.html 770 | # conky configuration is in conky-i3statusbar 771 | 772 | # status_command ~/.config/i3/start-conky-i3statusbar.sh 773 | 774 | # OPTION 4 : polybar 775 | 776 | # polybar is launched elsewhere - search for the word 777 | # from the opening of the "bar {...}" till the end has to go or hashtagged out 778 | # in order for the system trayicons to show up in polybar 779 | 780 | ##START THEMING BAR 781 | # Theme name : ArcoLinux Default 782 | 783 | # i3 bar colors 784 | # variable border background Text 785 | 786 | colors { 787 | background #2F2F2F 788 | statusline #eeeeee 789 | separator #666666 790 | 791 | # colorclass border backgr. text 792 | focused_workspace #a9a9a9 #5f676a #eeeeee 793 | active_workspace #a9a9a9 #5f676a #eeeeee 794 | inactive_workspace #a9a9a9 #222222 #a9a9a9 795 | urgent_workspace #a9a9a9 #d42121 #FFFFFF 796 | } 797 | 798 | } 799 | ##STOP THEMING BAR 800 | 801 | ##START THEMING WM 802 | # Theme name : ArcoLinux Default 803 | 804 | # Window color settings 805 | # class border backgr. text indicator 806 | client.focused #6790EB #6790EB #e5e5e5 #6790EB 807 | client.unfocused #222222 #222222 #aaaaaa #222222 808 | client.focused_inactive #222222 #222222 #a9a9a9 #222222 809 | client.placeholder #222222 #222222 #aaaaaa #222222 810 | client.urgent #d42121 #d42121 #f7f7f7 #d42121 811 | 812 | client.background #242424 813 | 814 | ##STOP THEMING WM 815 | 816 | ######################################## THE END 817 | 818 | ################# Scratchpad 819 | 820 | # NOT USED 821 | 822 | # move the currently focused window to the scratchpad 823 | # bindsym Mod1+Shift+minus move scratchpad 824 | 825 | # Show the next scratchpad window or hide the focused scratchpad window. 826 | # If there are multiple scratchpad windows, this command cycles through them. 827 | # bindsym Mod1+minus scratchpad show 828 | 829 | ################# mouse settings in i3 830 | 831 | # NOT USED 832 | 833 | # mouse settings 834 | # The middle button over a titlebar kills the window 835 | # bindsym --release button2 kill 836 | 837 | # The middle button and a modifer over any part of the window kills the window 838 | # bindsym --whole-window $mod+button2 kill 839 | 840 | # The right button toggles floating 841 | # bindsym button3 floating toggle 842 | # bindsym $mod+button3 floating toggle 843 | 844 | # The side buttons move the window around 845 | # bindsym button9 move left 846 | # bindsym button8 move right 847 | 848 | ################# keyboard control 849 | 850 | # NOT USED 851 | 852 | # Settings of arcolinux will be applied 853 | # exec --no-startup-id setxkbmap be 854 | # exec --no-startup-id setxkbmap us 855 | 856 | ################# unclutter 857 | 858 | # NOT USED 859 | 860 | # get the mouse out of the way with unclutter 861 | # exec --no-startup-id unclutter 862 | -------------------------------------------------------------------------------- /etc/skel/.config/i3/config-polybar: -------------------------------------------------------------------------------- 1 | ################# Start of all the settings 2 | 3 | # KEY DEFINITIONS TO REMEMBER 4 | # $mod = Set below 5 | # Mod4 = Super key 6 | # Mod1 = ALT key 7 | # Control = CTRL key 8 | # Shift = SHIFT key 9 | # Escape = ESCAPE key 10 | # Return = ENTER or RETURN key 11 | # KP_Enter = Keypad Enter 12 | # Pause = PAUSE key 13 | # Print = PRINT key 14 | # Tab = TAB key 15 | 16 | ################# Define the $mod variable/key 17 | 18 | # Key to rule them all : Super(Windows) or Alt key - see definition above 19 | # set Super key 20 | set $mod Mod4 21 | 22 | ################# Define the movements keys - variables 23 | 24 | # This is setup for qwerty 25 | # set $right to m if using azerty keyboard 26 | set $up l 27 | set $down k 28 | set $left j 29 | set $right semicolon 30 | 31 | ################# Single and Dual screen 32 | 33 | # current displays 34 | exec --no-startup-id xrandr --output DP0 --right-of HDMI-0 --auto 35 | 36 | # setting variables for later use 37 | # use xrandr and/or arandr to know the names of your monitors 38 | # use this line to tell which monitor is on the right 39 | # xrandr --output DVI-I-2 --right-of DVI-I-1 --auto 40 | # exec --no-startup-id xrandr --output LVDS1 --mode 1366x768 --output DP3 --mode 1920x1080 --right-of LVDS1 41 | # exec --no-startup-id xrandr --output DVI-I-0 --right-of HDMI-0 --auto 42 | # exec --no-startup-id xrandr --output DVI-1 --right-of DVI-0 --auto 43 | # exec --no-startup-id xrandr --output DVI-D-1 --right-of DVI-I-1 --auto 44 | # exec --no-startup-id xrandr --output HDMI-2 --right-of HDMI-1 --auto 45 | 46 | # Define names for default workspaces for which we configure key bindings later on. 47 | # We use variables to avoid repeating the names in multiple places. 48 | # using names instead of numbers for the workspaces 49 | # set $ws1 "1: Terminal" 50 | # set $ws2 "2: Browser" 51 | # set $ws3 "3: Mail" 52 | # set $ws4 "4: File Manager" 53 | 54 | # switch to workspace 55 | #bindsym $mod+1 workspace $ws1 56 | #bindsym $mod+2 workspace $ws2 57 | #bindsym $mod+3 workspace $ws3 58 | #bindsym $mod+4 workspace $ws4 59 | 60 | # current setup 61 | 62 | set $firstMonitor HDMI-1 63 | set $secondMonitor HDMI-2 64 | 65 | # Other Examples 66 | 67 | #set $firstMonitor DP3 68 | #set $secondMonitor LVDS1 69 | 70 | #set $firstMonitor DVI-I-0 71 | #set $secondMonitor HDMI-0 72 | 73 | #set $firstMonitor DVI-0 74 | #set $secondMonitor DVI-1 75 | 76 | #set $firstMonitor DVI-I-1 77 | #set $secondMonitor DVI-D-1 78 | 79 | #set $firstMonitor HDMI-1 80 | #set $secondMonitor HDMI-2 81 | 82 | workspace 1 output $firstMonitor 83 | workspace 2 output $firstMonitor 84 | workspace 3 output $firstMonitor 85 | workspace 4 output $firstMonitor 86 | workspace 5 output $firstMonitor 87 | workspace 6 output $secondMonitor 88 | workspace 7 output $secondMonitor 89 | workspace 8 output $secondMonitor 90 | workspace 9 output $secondMonitor 91 | workspace 10 output $secondMonitor 92 | 93 | # switch to workspace 94 | bindsym $mod+1 workspace 1 95 | bindsym $mod+2 workspace 2 96 | bindsym $mod+3 workspace 3 97 | bindsym $mod+4 workspace 4 98 | bindsym $mod+5 workspace 5 99 | bindsym $mod+6 workspace 6 100 | bindsym $mod+7 workspace 7 101 | bindsym $mod+8 workspace 8 102 | bindsym $mod+9 workspace 9 103 | bindsym $mod+0 workspace 10 104 | 105 | # move focused container to workspace 106 | bindsym $mod+Shift+1 move container to workspace 1; workspace 1 107 | bindsym $mod+Shift+2 move container to workspace 2; workspace 2 108 | bindsym $mod+Shift+3 move container to workspace 3; workspace 3 109 | bindsym $mod+Shift+4 move container to workspace 4; workspace 4 110 | bindsym $mod+Shift+5 move container to workspace 5; workspace 5 111 | bindsym $mod+Shift+6 move container to workspace 6; workspace 6 112 | bindsym $mod+Shift+7 move container to workspace 7; workspace 7 113 | bindsym $mod+Shift+8 move container to workspace 8; workspace 8 114 | bindsym $mod+Shift+9 move container to workspace 9; workspace 9 115 | bindsym $mod+Shift+0 move container to workspace 10; workspace 10 116 | 117 | ################# menu's in arcolinux 118 | 119 | # start dmenu 120 | bindsym $mod+shift+d exec --no-startup-id dmenu_run -i -nb '#191919' -nf '#fea63c' -sb '#fea63c' -sf '#191919' -fn 'NotoMonoRegular:bold:pixelsize=14' 121 | 122 | # start rofi 123 | bindsym $mod+d exec --no-startup-id ~/.config/i3/launcher/launcher.sh 124 | 125 | # start xfce4-appfinder 126 | bindsym mod1+F2 exec --no-startup-id xfce4-appfinder --collapsed 127 | 128 | # start xfce-appfinder 129 | bindsym mod1+F3 exec --no-startup-id xfce4-appfinder 130 | 131 | # start xlunch app launcher 132 | # bindsym mod1+F5 exec --no-startup-id xlunch --config ~/.config/xlunch/default.conf --input ~/.config/xlunch/entries.dsv 133 | 134 | # start rofi full 135 | bindsym $mod+F11 exec --no-startup-id "rofi -font 'Noto Sans 13' -theme-str 'window {width: 100%;height: 100%;}' -show drun" 136 | 137 | # start rofi small 138 | bindsym $mod+F12 exec --no-startup-id rofi -show drun -font "Noto Sans 13" 139 | 140 | ################# how to exit, logoff, suspend, ... 141 | 142 | # Backup exit 143 | # Press ctrl+alt+x - check toolbar for next choices 144 | bindsym control+mod1+X mode "$mode_system" 145 | 146 | set $mode_system System (k) lock, (l) logout, (u) suspend, (h) hibernate, (r) reboot, (s) shutdown 147 | mode "$mode_system" { 148 | bindsym k exec --no-startup-id ~/.config/i3/scripts/i3exit.sh lock, mode "default" 149 | bindsym l exec --no-startup-id ~/.config/i3/scripts/i3exit.sh logout, mode "default" 150 | bindsym u exec --no-startup-id ~/.config/i3/scripts/i3exit.sh suspend, mode "default" 151 | bindsym h exec --no-startup-id ~/.config/i3/scripts/i3exit.sh hibernate, mode "default" 152 | bindsym r exec --no-startup-id ~/.config/i3/scripts/i3exit.sh reboot, mode "default" 153 | bindsym s exec --no-startup-id ~/.config/i3/scripts/i3exit.sh shutdown, mode "default" 154 | 155 | # back to normal: Enter or Escape 156 | bindsym Return mode "default" 157 | bindsym Escape mode "default" 158 | } 159 | 160 | # ArcoLinux Logout 161 | bindsym $mod+Shift+e exec --no-startup-id archlinux-logout 162 | bindsym $mod+X exec --no-startup-id archlinux-logout 163 | bindsym $mod+Shift+X exec --no-startup-id arcolinux-powermenu 164 | 165 | ################# reload changed configuration 166 | 167 | # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) 168 | bindsym $mod+Shift+r restart 169 | # reload the configuration file 170 | bindsym $mod+Shift+c reload 171 | 172 | ################# Stopping an application 173 | 174 | # kill focused window 175 | bindsym $mod+Shift+q kill 176 | bindsym $mod+q kill 177 | 178 | ################# Moving around in i3 179 | 180 | # Use Mouse+$mod to drag floating windows to their wanted position 181 | floating_modifier $mod 182 | 183 | # toggle tiling / floating 184 | bindsym $mod+Shift+space floating toggle 185 | 186 | # change focus 187 | bindsym $mod+$left focus left 188 | bindsym $mod+$down focus down 189 | bindsym $mod+$up focus up 190 | bindsym $mod+$right focus right 191 | 192 | # alternatively, you can use the cursor keys: 193 | bindsym $mod+Left focus left 194 | bindsym $mod+Down focus down 195 | bindsym $mod+Up focus up 196 | bindsym $mod+Right focus right 197 | 198 | # move focused window 199 | bindsym $mod+Shift+$left move left 200 | bindsym $mod+Shift+$down move down 201 | bindsym $mod+Shift+$up move up 202 | bindsym $mod+Shift+$right move right 203 | 204 | # alternatively, you can use the cursor keys: 205 | bindsym $mod+Shift+Left move left 206 | bindsym $mod+Shift+Down move down 207 | bindsym $mod+Shift+Up move up 208 | bindsym $mod+Shift+Right move right 209 | 210 | ################# moving around workspaces 211 | 212 | # next/previous workspace 213 | 214 | bindsym Mod1+Tab workspace next 215 | bindsym Mod1+Shift+Tab workspace prev 216 | bindsym $mod+Tab workspace back_and_forth 217 | 218 | # navigate workspaces next / previous 219 | bindsym Mod1+Ctrl+Right workspace next 220 | bindsym Mod1+Ctrl+Left workspace prev 221 | 222 | # switch to workspace with urgent window automatically 223 | for_window [urgent=latest] focus 224 | 225 | ################# Tiling parameters 226 | 227 | # orientation for new workspaces 228 | default_orientation horizontal 229 | 230 | # split in horizontal orientation 231 | bindsym $mod+h split h 232 | 233 | # split in vertical orientation 234 | bindsym $mod+v split v 235 | 236 | # enter fullscreen mode for the focused container 237 | # Super + F in arcolinux is execute thunar 238 | bindsym $mod+f fullscreen toggle 239 | 240 | # change container layout (stacked, tabbed, toggle split) 241 | # qwerty/azerty issue for letter z 242 | bindsym $mod+s layout stacking 243 | bindsym $mod+z layout tabbed 244 | bindsym $mod+e layout toggle split 245 | 246 | # change focus between tiling / floating windows 247 | bindsym $mod+space focus mode_toggle 248 | 249 | # focus the parent container 250 | bindsym $mod+a focus parent 251 | 252 | # focus the child container 253 | # bindsym $mod+d focus child 254 | 255 | ################# resize 256 | 257 | # Resizing by 1 258 | bindsym $mod+Mod1+Ctrl+Right resize shrink width 1 px or 1 ppt 259 | bindsym $mod+Mod1+Ctrl+Up resize grow height 1 px or 1 ppt 260 | bindsym $mod+Mod1+Ctrl+Down resize shrink height 1 px or 1 ppt 261 | bindsym $mod+Mod1+Ctrl+Left resize grow width 1 px or 1 ppt 262 | 263 | # old resize keybindings 264 | # resize window (you can also use the mouse for that) 265 | 266 | # bindsym $mod+r mode "resize" 267 | 268 | # mode "resize" { 269 | # These bindings trigger as soon as you enter the resize mode 270 | 271 | # Pressing left will shrink the window’s width. 272 | # Pressing right will grow the window’s width. 273 | # Pressing up will shrink the window’s height. 274 | # Pressing down will grow the window’s height. 275 | # bindsym $left resize shrink width 10 px or 10 ppt 276 | # bindsym $down resize grow height 10 px or 10 ppt 277 | # bindsym $up resize shrink height 10 px or 10 ppt 278 | # bindsym $right resize grow width 10 px or 10 ppt 279 | 280 | # same bindings, but for the arrow keys 281 | # bindsym Left resize shrink width 10 px or 10 ppt 282 | # bindsym Down resize grow height 10 px or 10 ppt 283 | # bindsym Up resize shrink height 10 px or 10 ppt 284 | # bindsym Right resize grow width 10 px or 10 ppt 285 | 286 | # back to normal: Enter or Escape 287 | # bindsym Return mode "default" 288 | # bindsym Escape mode "default" 289 | # } 290 | 291 | ################# choose the font 292 | 293 | # Font for window titles. Will also be used by the bar unless a different font 294 | # is used in the bar {} block below. 295 | # choose your font 296 | font pango:Noto Mono Regular 13 297 | 298 | ################# assign applications to workspaces 299 | 300 | # Assign application to start on a specific workspace 301 | # you can find the class with the program xprop 302 | 303 | # Example - make browser start on workspace 3 304 | # assign [class="Firefox|Vivaldi-stable|Vivaldi-snapshot|Opera"] → 3 305 | # assign [class="Chromium|Google-chrome"] → 3 306 | 307 | # Workspace 2 text editor related 308 | # assign [class="sublime-text|sublime_text|Sublime_text|subl|Subl|subl3|Subl3"] → 2 309 | # assign [class="Xed|xed|Brackets|Code|Code|Geany"] → 2 310 | 311 | # Workspace 3 Inkscape 312 | # assign [class="Inkscape"] → 3 313 | 314 | # Workspace 4 Gimp 315 | # assign [class="Gimp"] → 4 316 | 317 | # Workspace 5 Images and meld 318 | # assign [class="ristretto|Ristretto|shotwell|Shotwell|Xviewer|Nitrogen"] → 5 319 | # assign [class="feh|gthumb|Gthumb|eog|Eog|Pinta|pixeluvo|Pixeluvo"] → 5 320 | # assign [class="Meld"] → 5 321 | 322 | # Workspace 6 all video related software 323 | # assign [class="Vlc|vlc"] → 6 324 | 325 | # Workspace 7 virtual machines and settings 326 | # assign [class="Vmplayer|VirtualBox"] → 7 327 | 328 | # Workspace 8 file managers 329 | # assign [class="Nemo|Thunar|Caja|nautilus|Nautilus"] → 8 330 | 331 | # Workspace 9 email clients 332 | # assign [class="Geary|Evolution"] → 9 333 | 334 | # Workspace 10 music related 335 | # assign [class="Spotify|spotify"] → 10 336 | # fix for spotify not moving to workspace 10 337 | # for_window [class="Spotify"] move to workspace 10 338 | 339 | ################# autostart - execute applications at boot time 340 | 341 | # USER APPLICATIONS TO START AT BOOT 342 | 343 | # ArcoLinux Welcome App 344 | exec --no-startup-id dex $HOME/.config/autostart/arcolinux-welcome-app.desktop 345 | 346 | # Autotiling 347 | exec_always --no-startup-id autotiling 348 | 349 | # Browser 350 | # exec --no-startup-id vivaldi-stable 351 | for_window [class="Vivaldi-stable"] focus 352 | 353 | # Text-editor 354 | # exec --no-startup-id geany 355 | # exec --no-startup-id code 356 | 357 | # File manager 358 | # exec --no-startup-id thunar 359 | 360 | # Mail clients 361 | # exec --no-startup-id evolution 362 | 363 | # Music 364 | # exec --no-startup-id spotify 365 | for_window [class="Spotify"] focus 366 | 367 | # TRAY APPLICATIONS 368 | 369 | # applications that are not installed will not start 370 | # you may see a wheel - hashtag out things you do not want/need 371 | 372 | # Authentication dialog 373 | exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & 374 | 375 | # Updater 376 | exec --no-startup-id pamac-tray 377 | 378 | # bluetooth 379 | # exec --no-startup-id blueberry-tray 380 | 381 | # network 382 | exec --no-startup-id nm-applet 383 | 384 | # num lock activated 385 | exec_always --no-startup-id numlockx on 386 | 387 | # dropbox 388 | # exec --no-startup-id dropbox start 389 | 390 | # insync 391 | # exec --no-startup-id insync start 392 | 393 | # volume 394 | # exec --no-startup-id pasystray 395 | exec --no-startup-id volumeicon 396 | 397 | # variety 398 | # exec --no-startup-id variety 399 | 400 | # clipman 401 | # exec --no-startup-id xfce4-clipman 402 | 403 | # Conky 404 | exec --no-startup-id conky -c ~/.config/i3/system-overview 405 | 406 | # feh sets wallpaper 407 | exec --no-startup-id feh --bg-fill /usr/share/backgrounds/archlinux/arch-wallpaper.jpg & 408 | exec --no-startup-id feh --bg-fill /usr/share/backgrounds/arco/arco-wallpaper.jpg & 409 | # for other Arch Linux based distros 410 | # exec --no-startup-id feh --bg-fill /usr/share/archlinux-tweak-tool/data/wallpaper/wallpaper.png & 411 | 412 | # Polybar 413 | exec_always --no-startup-id ~/.config/polybar/launch.sh & 414 | 415 | ################# system applications 416 | 417 | exec --no-startup-id xfce4-power-manager & 418 | # ommitted next line to get super key to bring up the menu in xfce and avoid error then in i3 419 | # IF xfsettingsd is activated you can not change themes 420 | # exec --no-startup-id xfsettingsd & 421 | exec --no-startup-id /usr/lib/xfce4/notifyd/xfce4-notifyd & 422 | 423 | ################# applications keyboard shortcuts 424 | 425 | # not workspace related 426 | 427 | # ArcoLinux Welcome App 428 | bindsym control+mod1+w exec --no-startup-id arcolinux-welcome-app 429 | 430 | # ArchLinux Tweak Tool 431 | bindsym control+mod1+e exec --no-startup-id archlinux-tweak-tool 432 | 433 | # conky 434 | bindsym $mod+c exec --no-startup-id conky-toggle 435 | bindsym $mod+control+c exec --no-startup-id killall conky 436 | bindsym control+mod1+Next exec --no-startup-id conky-rotate -n 437 | bindsym control+mod1+Prior exec --no-startup-id conky-rotate -p 438 | 439 | # terminal 440 | bindsym $mod+Return exec --no-startup-id alacritty;focus 441 | bindsym $mod+KP_Enter exec --no-startup-id alacritty;focus 442 | bindsym control+mod1+t exec --no-startup-id alacritty; focus 443 | bindsym control+mod1+Return exec --no-startup-id alacritty; focus 444 | bindsym control+mod1+KP_Enter exec --no-startup-id alacritty; focus 445 | bindsym F12 exec --no-startup-id xfce4-terminal --drop-down; focus 446 | 447 | # System monitor 448 | bindsym control+Shift+Escape exec --no-startup-id xfce4-taskmanager;focus 449 | 450 | # settings 451 | bindsym control+mod1+m exec --no-startup-id xfce4-settings-manager 452 | 453 | # catfish 454 | bindsym control+mod1+c exec --no-startup-id catfish;focus 455 | 456 | # archlinux-logout 457 | bindsym control+mod1+k exec --no-startup-id archlinux-logout 458 | bindsym control+mod1+l exec --no-startup-id archlinux-logout 459 | 460 | # rofi theme selector 461 | bindsym control+mod1+r exec --no-startup-id rofi-theme-selector 462 | 463 | # arcolinux conflict 464 | # bindsym $mod+m exec --no-startup-id pragha;focus 465 | 466 | # htop 467 | # arcolinux conflict 468 | # bindsym $mod+h exec --no-startup-id htop;focus 469 | 470 | # pavucontrol 471 | bindsym control+mod1+u exec --no-startup-id pavucontrol 472 | 473 | # start xfce-appfinder 474 | # arcolinux does not seem to work 475 | bindsym control+mod1+a exec --no-startup-id xfce4-appfinder 476 | 477 | # pamac-manager 478 | bindsym control+mod1+p exec --no-startup-id pamac-manager 479 | 480 | # xkill 481 | bindsym --release $mod+Escape exec xkill 482 | 483 | # Function Keybinds 484 | # Browser 485 | bindsym $mod+F1 exec --no-startup-id exo-open --launch webbrowser;focus 486 | # qwerty/azerty conflict with w 487 | bindsym $mod+w exec --no-startup-id exo-open --launch webbrowser;focus 488 | bindsym control+mod1+f exec --no-startup-id firefox;focus 489 | bindsym control+mod1+v exec --no-startup-id vivaldi-stable;focus 490 | bindsym control+mod1+g exec --no-startup-id chromium;focus 491 | 492 | # Text Editor 493 | # bindsym $mod+F2 exec --no-startup-id geany;focus 494 | bindsym $mod+F2 exec --no-startup-id code;focus 495 | 496 | # Basic Draw Tool 497 | bindsym $mod+F3 exec --no-startup-id inkscape;focus 498 | 499 | # Advanced Draw Tool 500 | bindsym $mod+F4 exec --no-startup-id gimp;focus 501 | 502 | # document comparison 503 | bindsym $mod+F5 exec --no-startup-id meld;focus 504 | bindsym control+mod1+i exec --no-startup-id nitrogen;focus 505 | 506 | # video player 507 | bindsym $mod+F6 exec --no-startup-id vlc;focus 508 | 509 | # virtual machine 510 | bindsym $mod+F7 exec --no-startup-id virtualbox;focus 511 | 512 | # file management 513 | for_window [class="Thunar"] focus 514 | bindsym $mod+F8 exec --no-startup-id thunar;focus 515 | bindsym $mod+Shift+Return exec --no-startup-id thunar;focus 516 | bindsym $mod+Shift+KP_Enter exec --no-startup-id thunar;focus 517 | bindsym control+mod1+b exec --no-startup-id thunar;focus 518 | 519 | # Audio application 520 | bindsym $mod+F9 exec --no-startup-id lollypop;focus 521 | # bindsym $mod+F9 exec --no-startup-id geary;focus 522 | # bindsym control+mod1+e exec --no-startup-id geary;focus 523 | 524 | # music 525 | bindsym $mod+F10 exec --no-startup-id spotify;focus 526 | bindsym control+mod1+s exec --no-startup-id spotify;focus 527 | 528 | ################# screenshots 529 | 530 | bindsym Print exec --no-startup-id scrot 'ArcoLinux-%Y-%m-%d-%s_screenshot_$wx$h.jpg' -e 'mv $f $$(xdg-user-dir PICTURES)' 531 | bindsym Control+Print exec --no-startup-id xfce4-screenshooter 532 | bindsym Control+Shift+Print exec --no-startup-id gnome-screenshot -i 533 | bindsym $mod+Control+Print exec --no-startup-id flameshot gui 534 | # bindsym shift+Print exec --no-startup-id shutter 535 | 536 | ################# floating or tiled rules 537 | 538 | # floating enabled from some programs - find with xprop 539 | 540 | for_window [class="Arcolinux-welcome-app.py"] floating enable 541 | # for_window [class="Archlinux-tweak-tool.py"] floating enable 542 | for_window [class="Arcolinux-calamares-tool.py"] floating enable 543 | for_window [class="Bleachbit"] floating disable 544 | for_window [class="Blueberry.py"] floating enable 545 | for_window [class="Brasero"] floating disable 546 | for_window [class="Galculator"] floating enable 547 | for_window [class="Gnome-disks"] floating disable 548 | for_window [class="^Gnome-font-viewer$"] floating enable 549 | for_window [class="^Gpick$"] floating enable 550 | for_window [class="Hexchat"] floating disable 551 | for_window [class="Imagewriter"] floating enable 552 | for_window [class="Font-manager"] floating enable 553 | # for_window [class="qt5ct|Lxappearance] floating enable 554 | for_window [class="Nitrogen"] floating disable 555 | for_window [class="Pavucontrol"] floating disable 556 | for_window [class="Peek"] floating enable 557 | for_window [class="^Skype$"] floating enable 558 | for_window [class="^Spotify$"] floating disable 559 | for_window [class="System-config-printer.py"] floating enable 560 | for_window [class="Unetbootin.elf"] floating enable 561 | for_window [class="Usb-creator-gtk"] floating enable 562 | for_window [class="^Vlc$"] floating disable 563 | for_window [class="Wine"] floating disable 564 | for_window [class="Xfburn"] floating disable 565 | for_window [class="Xfce4-appfinder"] floating enable 566 | for_window [class="Xfce4-settings-manager"] floating disable 567 | for_window [class="Xfce4-taskmanager"] floating enable 568 | 569 | # for_window [instance="gimp"] floating disable 570 | for_window [instance="script-fu"] border normal 571 | for_window [instance="variety"] floating disable 572 | 573 | for_window [title="Copying"] floating enable 574 | for_window [title="Deleting"] floating enable 575 | for_window [title="Moving"] floating enable 576 | for_window [title="^Terminator Preferences$"] floating enable 577 | 578 | # for_window [window_role="^gimp-toolbox-color-dialog$"] floating enable 579 | for_window [window_role="pop-up"] floating enable 580 | for_window [window_role="^Preferences$"] floating enable 581 | for_window [window_role="setup"] floating enable 582 | 583 | ################# give focus to applications 584 | 585 | for_window [class="Gnome-terminal"] focus 586 | for_window [class="Termite"] focus 587 | for_window [class="Terminator"] focus 588 | for_window [class="Urxvt"] focus 589 | for_window [class="Alacritty"] focus 590 | 591 | ################# variety for wallpapers 592 | 593 | # Variety keybindings mod1 = ALT 594 | # trash wallpaper 595 | bindsym mod1+t exec --no-startup-id variety -t 596 | # next wallpaper 597 | bindsym mod1+n exec --no-startup-id variety -n 598 | bindsym mod1+Right exec --no-startup-id variety -n 599 | # previous wallpaper 600 | bindsym mod1+p exec --no-startup-id variety -p 601 | bindsym mod1+Left exec --no-startup-id variety -p 602 | # favorite wallpaper 603 | bindsym mod1+f exec --no-startup-id variety -f 604 | # pause wallpaper 605 | bindsym mod1+Up exec --no-startup-id variety --pause 606 | # resume wallpaper 607 | bindsym mod1+Down exec --no-startup-id variety --resume 608 | 609 | ################# variety with pywal for your wallpapers/colour schemes 610 | 611 | # next wallpaper 612 | bindsym mod1+Shift+n exec --no-startup-id variety -n && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)& 613 | # previous wallpaper 614 | bindsym mod1+Shift+p exec --no-startup-id variety -p && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)& 615 | # trash wallpaper 616 | bindsym mod1+Shift+t exec --no-startup-id variety -t && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)& 617 | # Update Wallpaper 618 | bindsym mod1+Shift+u exec --no-startup-id wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt) 619 | 620 | ################# audio settings 621 | 622 | bindsym XF86AudioRaiseVolume exec --no-startup-id "amixer -D pulse sset Master '5%+'" 623 | bindsym XF86AudioLowerVolume exec --no-startup-id "amixer -D pulse sset Master '5%-'" 624 | bindsym XF86AudioMute exec --no-startup-id "amixer -D pulse set Master toggle" 625 | # https://github.com/acrisci/playerctl/ 626 | bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause 627 | bindsym XF86AudioNext exec --no-startup-id playerctl next 628 | bindsym XF86AudioPrev exec --no-startup-id playerctl previous 629 | bindsym XF86AudioStop exec --no-startup-id playerctl stop 630 | # bindsym XF86AudioPlay exec --no-startup-id "dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.PlayPause" 631 | # bindsym XF86AudioNext exec --no-startup-id "dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Next" 632 | # bindsym XF86AudioPrev exec --no-startup-id "dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Previous" 633 | # bindsym XF86AudioStop exec --no-startup-id "dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Stop" 634 | 635 | ################# xbacklight 636 | 637 | bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 20 # increase screen brightness 638 | bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 20 # decrease screen brightness 639 | 640 | ################# bar toggle 641 | 642 | # bar toggle, hide or show 643 | bindsym $mod+b bar mode toggle 644 | 645 | ################# border control 646 | 647 | # Border control 648 | hide_edge_borders both 649 | bindsym $mod+shift+b exec --no-startup-id i3-msg border toggle 650 | 651 | # changing border style 652 | # super+t in arcolinux is starting terminal 653 | bindsym $mod+t border normal 654 | bindsym $mod+y border pixel 1 655 | bindsym $mod+u border none 656 | 657 | # new_window pixel 1 658 | new_window normal 659 | # new_window none 660 | 661 | # new_float pixel 1 662 | new_float normal 663 | # new_float none 664 | 665 | ################# Popups control 666 | 667 | # Popups during fullscreen mode 668 | popup_during_fullscreen smart 669 | 670 | ################# i3 gaps next 671 | 672 | # Settings for I3 next gap git 673 | # https://github.com/Airblader/i3/tree/gaps-next 674 | # delete or uncomment the following lines if you do not have it or do not 675 | # want it 676 | 677 | for_window [class="^.*"] border pixel 2 678 | gaps inner 5 679 | gaps outer 5 680 | # smart_gaps on 681 | # smart_borders on 682 | 683 | ################# i3 gaps change 684 | 685 | set $mode_gaps Gaps: (o) outer, (i) inner 686 | set $mode_gaps_outer Outer Gaps: +|-|0 (local), Shift + +|-|0 (global) 687 | set $mode_gaps_inner Inner Gaps: +|-|0 (local), Shift + +|-|0 (global) 688 | bindsym $mod+Shift+g mode "$mode_gaps" 689 | 690 | mode "$mode_gaps" { 691 | bindsym o mode "$mode_gaps_outer" 692 | bindsym i mode "$mode_gaps_inner" 693 | bindsym Return mode "default" 694 | bindsym Escape mode "default" 695 | } 696 | 697 | mode "$mode_gaps_inner" { 698 | bindsym plus gaps inner current plus 5 699 | bindsym minus gaps inner current minus 5 700 | bindsym 0 gaps inner current set 0 701 | 702 | bindsym Shift+plus gaps inner all plus 5 703 | bindsym Shift+minus gaps inner all minus 5 704 | bindsym Shift+0 gaps inner all set 0 705 | 706 | bindsym Return mode "default" 707 | bindsym Escape mode "default" 708 | } 709 | mode "$mode_gaps_outer" { 710 | bindsym plus gaps outer current plus 5 711 | bindsym minus gaps outer current minus 5 712 | bindsym 0 gaps outer current set 0 713 | 714 | bindsym Shift+plus gaps outer all plus 5 715 | bindsym Shift+minus gaps outer all minus 5 716 | bindsym Shift+0 gaps outer all set 0 717 | 718 | bindsym Return mode "default" 719 | bindsym Escape mode "default" 720 | } 721 | 722 | ################# picom of i3wm 723 | 724 | # if you want transparency on non-focused windows, ... 725 | exec_always --no-startup-id picom --config ~/.config/i3/picom.conf 726 | 727 | bindsym control+mod1+o exec --no-startup-id ~/.config/i3/scripts/picom-toggle.sh 728 | 729 | ################# bar appearance 730 | 731 | ##START THEMING WM 732 | # Theme name : ArcoLinux Default 733 | 734 | # Window color settings 735 | # class border backgr. text indicator 736 | client.focused #6790EB #6790EB #e5e5e5 #6790EB 737 | client.unfocused #222222 #222222 #aaaaaa #222222 738 | client.focused_inactive #222222 #222222 #a9a9a9 #222222 739 | client.placeholder #222222 #222222 #aaaaaa #222222 740 | client.urgent #d42121 #d42121 #f7f7f7 #d42121 741 | 742 | client.background #242424 743 | 744 | ##STOP THEMING WM 745 | 746 | ######################################## THE END 747 | 748 | ################# Scratchpad 749 | 750 | # NOT USED 751 | 752 | # move the currently focused window to the scratchpad 753 | # bindsym Mod1+Shift+minus move scratchpad 754 | 755 | # Show the next scratchpad window or hide the focused scratchpad window. 756 | # If there are multiple scratchpad windows, this command cycles through them. 757 | # bindsym Mod1+minus scratchpad show 758 | 759 | ################# mouse settings in i3 760 | 761 | # NOT USED 762 | 763 | # mouse settings 764 | # The middle button over a titlebar kills the window 765 | # bindsym --release button2 kill 766 | 767 | # The middle button and a modifer over any part of the window kills the window 768 | # bindsym --whole-window $mod+button2 kill 769 | 770 | # The right button toggles floating 771 | # bindsym button3 floating toggle 772 | # bindsym $mod+button3 floating toggle 773 | 774 | # The side buttons move the window around 775 | # bindsym button9 move left 776 | # bindsym button8 move right 777 | 778 | ################# keyboard control 779 | 780 | # NOT USED 781 | 782 | # Settings of arcolinux will be applied 783 | # exec --no-startup-id setxkbmap be 784 | # exec --no-startup-id setxkbmap us 785 | 786 | ################# unclutter 787 | 788 | # NOT USED 789 | 790 | # get the mouse out of the way with unclutter 791 | # exec --no-startup-id unclutter 792 | -------------------------------------------------------------------------------- /etc/skel/.config/i3/conky-i3statusbar: -------------------------------------------------------------------------------- 1 | --[[ 2 | #===================================================================================== 3 | # 4 | # Author : Erik Dubois at http://www.erikdubois.be 5 | # License : Distributed under the terms of GNU GPL version 2 or later 6 | # Documentation English: http://erikdubois.be/category/linux/i3/ 7 | #====================================================================================== 8 | 9 | #====================================================================================== 10 | # 11 | # Source : c 12 | # alternative : sudo apt list --upgradable | wc -l 13 | #====================================================================================== 14 | 15 | 16 | ]] 17 | 18 | conky.config = { 19 | out_to_x = false, 20 | own_window = false, 21 | out_to_console = true, 22 | background = false, 23 | max_text_width = 0, 24 | update_interval = 1.0, 25 | total_run_times = 0, 26 | short_units = true, 27 | if_up_strictness = "address", 28 | use_spacer = "left", 29 | override_utf8_locale = false, 30 | cpu_avg_samples = 2 31 | } 32 | 33 | conky.text = [[ 34 | [ 35 | { 36 | "full_text": " ArcoLinux $kernel ", 37 | "color": "\#fdf6e3", 38 | "background": "\#dc322f", 39 | "separator": true, 40 | "separator_block_width": 0 41 | }, 42 | { 43 | "full_text": " | ", 44 | "color": "\#dc322f", 45 | "background": "\#2F2F2F", 46 | "separator": true, 47 | "separator_block_width": 0 48 | }, 49 | { 50 | "full_text": "  ${cpu cpu0}%, ${execi 5 sensors|grep 'Core 0'|awk '{print $3}'} ", 51 | "color": "\#fdf6e3", 52 | "background": "\#dc322f", 53 | "separator": true, 54 | "separator_block_width": 0 55 | }, 56 | { 57 | "full_text": " | ", 58 | "color": "\#e69722", 59 | "background": "\#2F2F2F", 60 | "separator": true, 61 | "separator_block_width": 0 62 | }, 63 | { 64 | "full_text": "  ${mem}/${memmax} (${memperc}%) ", 65 | "color": "\#fdf6e3", 66 | "background": "\#e69722", 67 | "separator": true, 68 | "separator_block_width": 0 69 | }, 70 | { 71 | "full_text": " | ", 72 | "color": "\#2aa198", 73 | "background": "\#2F2F2F", 74 | "separator": true, 75 | "separator_block_width": 0 76 | }, 77 | { 78 | #"full_text": "  ${texeci 1800 sleep 5; aptitude search '~U' | wc -l} updates ", 79 | "full_text": "  ${texeci 1800 sleep 5; checkupdates | wc -l} updates", 80 | "color": "\#fdf6e3", 81 | "background": "\#2aa198", 82 | "separator": true, 83 | "separator_block_width": 0 84 | }, 85 | { 86 | "full_text": "  up: ${upspeed enp2s0} down: ${downspeed enp2s0} ", 87 | "color": "\#fdf6e3", 88 | "background": "\#2aa198", 89 | "separator": true, 90 | "separator_block_width": 0 91 | }, 92 | { 93 | "full_text": " | ", 94 | "color": "\#859900", 95 | "background": "\#2F2F2F", 96 | "separator": true, 97 | "separator_block_width": 0 98 | }, 99 | { 100 | #linux mint 101 | #"full_text": "  ${exec amixer get Master | grep % | awk '{print $4}' | sed 's/[^0-9\%]//g' | head -n1} ", 102 | #arch linux 103 | "full_text": "  ${exec amixer get Master | grep % | awk '{print $5}' | sed 's/[^0-9\%]//g' | head -n1} ", 104 | "color": "\#fdf6e3", 105 | "background": "\#859900", 106 | "separator": true, 107 | "separator_block_width": 0 108 | }, 109 | { 110 | "full_text": " | ", 111 | "color": "\#6c71c4", 112 | "background": "\#2F2F2F", 113 | "separator": true, 114 | "separator_block_width": 0 115 | }, 116 | { 117 | "full_text": "  ${time %a, %d/%m/%y} ", 118 | "color": "\#fdf6e3", 119 | "background": "\#6c71c4", 120 | "separator": true, 121 | "separator_block_width": 0 122 | }, 123 | { 124 | "full_text": "  ${time %H:%M:%S} ", 125 | "color": "\#fdf6e3", 126 | "background": "\#6c71c4", 127 | "separator": true, 128 | "separator_block_width": 0 129 | } 130 | ], 131 | ]] 132 | -------------------------------------------------------------------------------- /etc/skel/.config/i3/i3blocks-awesome.conf: -------------------------------------------------------------------------------- 1 | # i3blocks config file 2 | # 3 | # Please see man i3blocks for a complete reference! 4 | # The man page is also hosted at http://vivien.github.io/i3blocks 5 | # 6 | # List of valid properties: 7 | # 8 | # align 9 | # color 10 | # background 11 | # border 12 | # command 13 | # full_text 14 | # instance 15 | # interval 16 | # label 17 | # min_width 18 | # name 19 | # separator 20 | # separator_block_width 21 | # short_text 22 | # signal 23 | # urgent 24 | 25 | # Global properties 26 | # 27 | # The top properties below are applied to every block, but can be overridden. 28 | # Each block command defaults to the script name to avoid boilerplate. 29 | command=/usr/local/libexec/i3blocks/$BLOCK_NAME 30 | separator_block_width=15 31 | markup=none 32 | 33 | [CPU] 34 | label= 35 | #command=ps -eo pcpu,comm | sort -k 1 -nr | head -1 36 | command=ps -Ao pcpu,comm --sort=-pcpu --no-headers | head -n 1 37 | interval=2 38 | 39 | [CPU] 40 | label= 41 | command=sensors | grep "Core 0" | awk '{print $3}' 42 | interval=10 43 | 44 | # CPU usage 45 | # 46 | # The script may be called with -w and -c switches to specify thresholds, 47 | # see the script for details. 48 | #[cpu_usage] 49 | #label=CPU 50 | #interval=10 51 | #min_width=CPU: 100.00% 52 | #separator=false 53 | 54 | #[load_average] 55 | #interval=10 56 | 57 | [Kernel] 58 | label= 59 | command=uname -r 60 | interval=once 61 | 62 | # Memory usage 63 | # 64 | # The type defaults to "mem" if the instance is not specified. 65 | [memory] 66 | label= 67 | separator=false 68 | interval=30 69 | 70 | #[memory] 71 | #label=SWAP 72 | #instance=swap 73 | #separator=false 74 | #interval=30 75 | 76 | # Disk usage 77 | # 78 | # The directory defaults to $HOME if the instance is not specified. 79 | # The script may be called with a optional argument to set the alert 80 | # (defaults to 10 for 10%). 81 | 82 | [disk] 83 | label= 84 | #instance=/mnt/data 85 | interval=30 86 | 87 | # Network interface monitoring 88 | # 89 | # If the instance is not specified, use the interface used for default route. 90 | # The address can be forced to IPv4 or IPv6 with -4 or -6 switches. 91 | #[iface] 92 | #instance=enp2s0 93 | #color=#00FF00 94 | #interval=10 95 | #separator=false 96 | 97 | #[wifi] 98 | #instance=wlp3s0 99 | #interval=10 100 | #separator=false 101 | 102 | [bandwidth] 103 | label= 104 | instance=enp2s0 105 | interval=5 106 | 107 | 108 | # Battery indicator 109 | # 110 | # The battery instance defaults to 0. 111 | #[battery] 112 | #label=BAT 113 | #label=⚡ 114 | #instance=1 115 | #interval=30 116 | 117 | # Volume indicator 118 | # 119 | # The first parameter sets the step (and units to display) 120 | # The second parameter overrides the mixer selection 121 | # See the script for details. 122 | [volume] 123 | #label=VOL 124 | label= 125 | instance=Master 126 | #instance=PCM 127 | interval=once 128 | signal=10 129 | 130 | # Date Time 131 | # 132 | [time] 133 | label= 134 | command=date '+%Y-%m-%d %H:%M:%S' 135 | interval=5 136 | -------------------------------------------------------------------------------- /etc/skel/.config/i3/i3blocks-original.conf: -------------------------------------------------------------------------------- 1 | # i3blocks config file 2 | # 3 | # Please see man i3blocks for a complete reference! 4 | # The man page is also hosted at http://vivien.github.io/i3blocks 5 | # 6 | # List of valid properties: 7 | # 8 | # align 9 | # color 10 | # command 11 | # full_text 12 | # instance 13 | # interval 14 | # label 15 | # min_width 16 | # name 17 | # separator 18 | # separator_block_width 19 | # short_text 20 | # signal 21 | # urgent 22 | 23 | # Global properties 24 | # 25 | # The top properties below are applied to every block, but can be overridden. 26 | # Each block command defaults to the script name to avoid boilerplate. 27 | command=/usr/lib/i3blocks/$BLOCK_NAME 28 | separator_block_width=15 29 | markup=none 30 | 31 | # Volume indicator 32 | # 33 | # The first parameter sets the step (and units to display) 34 | # The second parameter overrides the mixer selection 35 | # See the script for details. 36 | [volume] 37 | label=VOL 38 | #label=♪ 39 | instance=Master 40 | #instance=PCM 41 | interval=once 42 | signal=10 43 | 44 | # Memory usage 45 | # 46 | # The type defaults to "mem" if the instance is not specified. 47 | [memory] 48 | label=MEM 49 | separator=false 50 | interval=30 51 | 52 | [memory] 53 | label=SWAP 54 | instance=swap 55 | separator=false 56 | interval=30 57 | 58 | # Disk usage 59 | # 60 | # The directory defaults to $HOME if the instance is not specified. 61 | # The script may be called with a optional argument to set the alert 62 | # (defaults to 10 for 10%). 63 | [disk] 64 | label=HOME 65 | #instance=/mnt/data 66 | interval=30 67 | 68 | # Network interface monitoring 69 | # 70 | # If the instance is not specified, use the interface used for default route. 71 | # The address can be forced to IPv4 or IPv6 with -4 or -6 switches. 72 | [iface] 73 | #instance=wlan0 74 | color=#00FF00 75 | interval=10 76 | separator=false 77 | 78 | [wifi] 79 | #instance=wlp3s0 80 | interval=10 81 | separator=false 82 | 83 | [bandwidth] 84 | #instance=eth0 85 | interval=5 86 | 87 | # CPU usage 88 | # 89 | # The script may be called with -w and -c switches to specify thresholds, 90 | # see the script for details. 91 | [cpu_usage] 92 | label=CPU 93 | interval=10 94 | min_width=CPU: 100.00% 95 | #separator=false 96 | 97 | #[load_average] 98 | #interval=10 99 | 100 | # Battery indicator 101 | # 102 | # The battery instance defaults to 0. 103 | [battery] 104 | label=BAT 105 | #label=⚡ 106 | #instance=1 107 | interval=30 108 | 109 | # Date Time 110 | # 111 | [time] 112 | command=date '+%Y-%m-%d %H:%M:%S' 113 | interval=5 114 | 115 | # Generic media player support 116 | # 117 | # This displays "ARTIST - SONG" if a music is playing. 118 | # Supported players are: spotify, vlc, audacious, xmms2, mplayer, and others. 119 | #[mediaplayer] 120 | #instance=spotify 121 | #interval=5 122 | #signal=10 123 | 124 | # OpenVPN support 125 | # 126 | # Support multiple VPN, with colors. 127 | #[openvpn] 128 | #interval=20 129 | 130 | # Temperature 131 | # 132 | # Support multiple chips, though lm-sensors. 133 | # The script may be called with -w and -c switches to specify thresholds, 134 | # see the script for details. 135 | #[temperature] 136 | #label=TEMP 137 | #interval=10 138 | 139 | # Key indicators 140 | # 141 | # Add the following bindings to i3 config file: 142 | # 143 | # bindsym --release Caps_Lock exec pkill -SIGRTMIN+11 i3blocks 144 | # bindsym --release Num_Lock exec pkill -SIGRTMIN+11 i3blocks 145 | #[keyindicator] 146 | #instance=CAPS 147 | #interval=once 148 | #signal=11 149 | 150 | #[keyindicator] 151 | #instance=NUM 152 | #interval=once 153 | #signal=11 154 | -------------------------------------------------------------------------------- /etc/skel/.config/i3/i3blocks-rainbow.conf: -------------------------------------------------------------------------------- 1 | # i3blocks config file 2 | # 3 | # Please see man i3blocks for a complete reference! 4 | # The man page is also hosted at http://vivien.github.io/i3blocks 5 | # 6 | # List of valid properties: 7 | # 8 | # align 9 | # color 10 | # command 11 | # full_text 12 | # instance 13 | # interval 14 | # label 15 | # min_width 16 | # name 17 | # separator 18 | # separator_block_width 19 | # short_text 20 | # signal 21 | # urgent 22 | 23 | # Global properties 24 | # 25 | # The top properties below are applied to every block, but can be overridden. 26 | # Each block command defaults to the script name to avoid boilerplate. 27 | command=/usr/lib/i3blocks/$BLOCK_NAME 28 | separator_block_width=15 29 | markup=none 30 | 31 | # Volume indicator 32 | # 33 | # The first parameter sets the step (and units to display) 34 | # The second parameter overrides the mixer selection 35 | # See the script for details. 36 | 37 | 38 | 39 | # Memory usage 40 | # 41 | # Disk usage 42 | # The directory defaults to $HOME if the instance is not specified. 43 | # The script may be called with a optional argument to set the alert 44 | # (defaults to 10 for 10%). 45 | [disk] 46 | color=#a54242 47 | label=HOME 48 | #instance=/mnt/data 49 | interval=30 50 | 51 | [memory] 52 | label=SWAP 53 | instance=swap 54 | separator=false 55 | interval=30 56 | 57 | # The type defaults to "mem" if the instance is not specified. 58 | [memory] 59 | #color=#00FF00 60 | color=#e97ac8 61 | label=MEM 62 | separator=false 63 | interval=30 64 | 65 | # CPU usage 66 | # 67 | # The script may be called with -w and -c switches to specify thresholds, 68 | # see the script for details. 69 | [cpu_usage] 70 | color=#FFAF00 71 | label=CPU 72 | interval=10 73 | min_width=CPU: 100.00% 74 | #separator=false 75 | 76 | #[load_average] 77 | #interval=10 78 | 79 | 80 | # Network interface monitoring 81 | # 82 | [bandwidth] 83 | color=#00FF00 84 | #instance=eth0 85 | interval=5 86 | 87 | # If the instance is not specified, use the interface used for default route. 88 | # The address can be forced to IPv4 or IPv6 with -4 or -6 switches. 89 | [iface] 90 | #instance=wlan0 91 | #color=#00FF00 92 | interval=10 93 | separator=false 94 | [wifi] 95 | #instance=wlp3s0 96 | interval=10 97 | separator=false 98 | 99 | 100 | # Battery indicator 101 | # 102 | # The battery instance defaults to 0. 103 | [battery] 104 | label=BAT 105 | #label=⚡ 106 | #instance=1 107 | interval=30 108 | 109 | # Date Time 110 | # 111 | [time] 112 | color=#0099ff 113 | command=date '+%a %d-%m-%Y %H:%M:%S' 114 | interval=5 115 | 116 | [volume] 117 | label=VOL 118 | #label=♪ 119 | instance=Master 120 | #instance=PCM 121 | interval=once 122 | signal=10 123 | 124 | # Generic media player support 125 | # 126 | # This displays "ARTIST - SONG" if a music is playing. 127 | # Supported players are: spotify, vlc, audacious, xmms2, mplayer, and others. 128 | #[mediaplayer] 129 | #instance=spotify 130 | #interval=5 131 | #signal=10 132 | 133 | # OpenVPN support 134 | # 135 | # Support multiple VPN, with colors. 136 | #[openvpn] 137 | #interval=20 138 | 139 | # Temperature 140 | # 141 | # Support multiple chips, though lm-sensors. 142 | # The script may be called with -w and -c switches to specify thresholds, 143 | # see the script for details. 144 | #[temperature] 145 | #label=TEMP 146 | #interval=10 147 | 148 | # Key indicators 149 | # 150 | # Add the following bindings to i3 config file: 151 | # 152 | # bindsym --release Caps_Lock exec pkill -SIGRTMIN+11 i3blocks 153 | # bindsym --release Num_Lock exec pkill -SIGRTMIN+11 i3blocks 154 | #[keyindicator] 155 | #instance=CAPS 156 | #interval=once 157 | #signal=11 158 | 159 | #[keyindicator] 160 | #instance=NUM 161 | #interval=once 162 | #signal=11 163 | -------------------------------------------------------------------------------- /etc/skel/.config/i3/i3blocks.conf: -------------------------------------------------------------------------------- 1 | # i3blocks config file 2 | # 3 | # Please see man i3blocks for a complete reference! 4 | # The man page is also hosted at http://vivien.github.io/i3blocks 5 | # 6 | # List of valid properties: 7 | # 8 | # align 9 | # color 10 | # background 11 | # border 12 | # command 13 | # full_text 14 | # instance 15 | # interval 16 | # label 17 | # min_width 18 | # name 19 | # separator 20 | # separator_block_width 21 | # short_text 22 | # signal 23 | # urgent 24 | 25 | # Global properties 26 | # 27 | # The top properties below are applied to every block, but can be overridden. 28 | # Each block command defaults to the script name to avoid boilerplate. 29 | command=/usr/lib/i3blocks/$BLOCK_NAME 30 | separator_block_width=15 31 | markup=none 32 | 33 | [CPU] 34 | #command=ps -eo pcpu,comm | sort -k 1 -nr | head -1 35 | command=ps -Ao pcpu,comm --sort=-pcpu --no-headers | head -n 1 36 | interval=2 37 | 38 | [CPU] 39 | label=TEMP 40 | command=sensors | grep "Core 0" | awk '{print $3}' 41 | interval=10 42 | 43 | # CPU usage 44 | # 45 | # The script may be called with -w and -c switches to specify thresholds, 46 | # see the script for details. 47 | #[cpu_usage] 48 | #label=CPU 49 | #interval=10 50 | #min_width=CPU: 100.00% 51 | #separator=false 52 | 53 | #[load_average] 54 | #interval=10 55 | 56 | [Kernel] 57 | label=KERNEL 58 | command=uname -r 59 | interval=once 60 | 61 | # Memory usage 62 | # 63 | # The type defaults to "mem" if the instance is not specified. 64 | [memory] 65 | label=MEM 66 | separator=false 67 | interval=30 68 | 69 | #[memory] 70 | #label=SWAP 71 | #instance=swap 72 | #separator=false 73 | #interval=30 74 | 75 | # Disk usage 76 | # 77 | # The directory defaults to $HOME if the instance is not specified. 78 | # The script may be called with a optional argument to set the alert 79 | # (defaults to 10 for 10%). 80 | 81 | [disk] 82 | label=ROOT 83 | #instance=/mnt/data 84 | interval=30 85 | 86 | # Network interface monitoring 87 | # 88 | # If the instance is not specified, use the interface used for default route. 89 | # The address can be forced to IPv4 or IPv6 with -4 or -6 switches. 90 | #[iface] 91 | #instance=enp2s0 92 | #color=#00FF00 93 | #interval=10 94 | #separator=false 95 | 96 | #[wifi] 97 | #instance=wlp3s0 98 | #interval=10 99 | #separator=false 100 | # 101 | #[bandwidth] 102 | #label=NET 103 | #instance=enp2s0 104 | interval=5 105 | 106 | 107 | # Battery indicator 108 | # 109 | # The battery instance defaults to 0. 110 | #[battery] 111 | #label=BAT 112 | #label=⚡ 113 | #instance=1 114 | #interval=30 115 | 116 | # Volume indicator 117 | # 118 | # The first parameter sets the step (and units to display) 119 | # The second parameter overrides the mixer selection 120 | # See the script for details. 121 | [volume] 122 | #label=VOL 123 | label= 124 | instance=Master 125 | #instance=PCM 126 | interval=once 127 | signal=10 128 | 129 | # Date Time 130 | # 131 | [time] 132 | label= 133 | command=date '+%Y-%m-%d %H:%M:%S' 134 | interval=5 135 | -------------------------------------------------------------------------------- /etc/skel/.config/i3/i3status.conf: -------------------------------------------------------------------------------- 1 | ### Configuration file for i3status 2 | ## http://i3wm.org/i3status/ 3 | 4 | 5 | ################### 6 | # GENERAL OPTIONS # 7 | ################### 8 | 9 | general { 10 | colors = true 11 | interval = 5 12 | } 13 | 14 | ################### 15 | # START AND ORDER # 16 | ################### 17 | 18 | #order += "cpu_temperature 0" 19 | order += "cpu_usage" 20 | order += "load" 21 | order += "disk /" 22 | order += "volume master" 23 | order += "time" 24 | 25 | 26 | ################### 27 | # SENSORS SETTING # 28 | ################### 29 | 30 | 31 | ##CPU temperature 32 | cpu_temperature 0 { 33 | format = "Temp: %degrees °C" 34 | path = "/sys/devices/platform/coretemp.0/hwmon/hwmon1/temp1_input" 35 | } 36 | 37 | 38 | ## CPU sensor 39 | cpu_usage { 40 | format = "%usage" 41 | } 42 | 43 | ## system load sensor 44 | load { 45 | format = "%1min" 46 | } 47 | 48 | ## HDD sensor 49 | disk "/" { 50 | format = "%free" 51 | } 52 | 53 | 54 | ## audio volume sensor 55 | volume master { 56 | format = "♪: %volume" 57 | format_muted = "♪: muted (%volume)" 58 | device = "default" 59 | mixer = "Master" 60 | mixer_idx = 0 61 | } 62 | 63 | ## time format 64 | time { 65 | format = "%d.%m.%Y %H:%M" 66 | } 67 | 68 | ######################################################################## 69 | ### The rest is not selected add it to the top at start and order 70 | ######################################################################## 71 | 72 | ## ethernet sensor 73 | ethernet enp2s0 { 74 | # if you use %speed, i3status requires root privileges shows only if you have a 1000Mbit/s after ip adress) 75 | #format_up = "E: %ip (%speed)" 76 | format_up = "E: %ip" 77 | } 78 | 79 | ## VPN sensor 80 | run_watch VPN { 81 | pidfile = "/var/run/vpnc/pid" 82 | } 83 | 84 | ## wlan sensor 85 | wireless wlan0 { 86 | format_up = "W: (%quality at %essid) %ip" 87 | format_down = "W: down" 88 | } 89 | 90 | 91 | ## battery sensor 92 | battery 0 { 93 | format = "%status %percentage %remaining" 94 | last_full_capacity = true 95 | } 96 | 97 | ## DHCP sensor 98 | run_watch DHCP { 99 | pidfile = "/var/run/dhclient*.pid" 100 | } 101 | 102 | 103 | ## HDD sensor 104 | disk "/home" { 105 | format = "%free" 106 | } 107 | -------------------------------------------------------------------------------- /etc/skel/.config/i3/interesting-user-githubs.readme: -------------------------------------------------------------------------------- 1 | If our users put their configs online we can add them here for others to study 2 | 3 | 4 | https://gitlab.com/u969/Arco-i3 -------------------------------------------------------------------------------- /etc/skel/.config/i3/launcher/launcher.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | ## Author : Aditya Shakya 4 | ## Mail : adi1090x@gmail.com 5 | ## Github : @adi1090x 6 | ## Twitter : @adi1090x 7 | 8 | rofi -no-config -no-lazy-grab -show drun -modi drun -theme ~/.config/i3/launcher/rofi/launcher.rasi 9 | -------------------------------------------------------------------------------- /etc/skel/.config/i3/launcher/rofi/colors.rasi: -------------------------------------------------------------------------------- 1 | /* colors */ 2 | 3 | * { 4 | al: #00000000; 5 | bg: #1F1F1FFF; 6 | sa: #1F1F1FFF; 7 | bga: #ffb30033; 8 | bar: #1F1F1FFF; 9 | fg: #FFFFFFFF; 10 | ac: #f15495ff; 11 | } 12 | -------------------------------------------------------------------------------- /etc/skel/.config/i3/launcher/rofi/launcher.rasi: -------------------------------------------------------------------------------- 1 | /* 2 | * 3 | * Original Author : Aditya Shakya 4 | * Author : DN-debug 5 | * 6 | */ 7 | 8 | configuration { 9 | font: "Noto sans 12"; 10 | show-icons: true; 11 | icon-theme: ""; 12 | display-drun: ""; 13 | drun-display-format: "{name}"; 14 | disable-history: true; 15 | fullscreen: false; 16 | hide-scrollbar: true; 17 | sidebar-mode: false; 18 | } 19 | 20 | @import "colors.rasi" 21 | 22 | * { 23 | background-color: @al; 24 | text-color: #eeeeee; 25 | } 26 | 27 | 28 | window { 29 | transparency: "real"; 30 | background-color: #101010A9; 31 | text-color: #eeeeee; 32 | border: 0px; 33 | border-color: @ac; 34 | border-radius: 5px; 35 | height: 90%; 36 | width: 96%; 37 | location: northwest; 38 | x-offset: 2%; 39 | y-offset: 5%; 40 | } 41 | 42 | 43 | entry { 44 | background-color: #000000; 45 | text-color: white; 46 | expand: false; 47 | horizontal-align: 50%; 48 | placeholder: "Type to search"; 49 | margin: 0% 0% 0% 37%; 50 | padding: 1.5% 5.5%; 51 | blink: true; 52 | } 53 | 54 | inputbar { 55 | children: [ entry ]; 56 | background-color: #00000000; 57 | text-color: @bg; 58 | expand: false; 59 | border: 0% 0% 0% 0%; 60 | border-radius: 0px; 61 | border-color: @ac; 62 | margin: 0% 0% 0% 0%; 63 | padding: 1.5%; 64 | } 65 | 66 | listview { 67 | background-color: @al; 68 | padding: 0px; 69 | columns: 5; 70 | lines: 5; 71 | spacing: 0%; 72 | cycle: false; 73 | dynamic: true; 74 | layout: vertical; 75 | } 76 | 77 | mainbox { 78 | background-color: @al; 79 | border: 0% 0% 0% 0%; 80 | border-radius: 0% 0% 0% 0%; 81 | border-color: @al; 82 | children: [ inputbar, listview ]; 83 | spacing: 0%; 84 | padding: 0%; 85 | } 86 | 87 | element { 88 | background-color: @al; 89 | text-color: #eeeeee; 90 | orientation: horizontal; 91 | border-radius: 5%; 92 | padding: 2% 1% 2% 1%; 93 | } 94 | 95 | element-icon { 96 | size: 48px; 97 | border: 0px; 98 | } 99 | 100 | element-text { 101 | expand: true; 102 | horizontal-align: 0.5; 103 | vertical-align: 0.5; 104 | margin: 0.5% 0.5% -0.5% 0.5%; 105 | } 106 | 107 | element selected { 108 | background-color: @sa; 109 | text-color: #ffffff; 110 | border: 0% 0% 0% 0%; 111 | border-radius: 12px; 112 | border-color: @al; 113 | } 114 | 115 | element-text selected { 116 | text-color: @ac; 117 | } 118 | -------------------------------------------------------------------------------- /etc/skel/.config/i3/picom.conf: -------------------------------------------------------------------------------- 1 | shadow = true; 2 | shadow-radius = 7; 3 | shadow-offset-x = -7; 4 | shadow-offset-y = -7; 5 | shadow-exclude = [ 6 | "class_g = 'systray'", 7 | "class_g = 'dwm'", 8 | "class_g = 'dwmsystray'", 9 | "name = 'Notification'", 10 | "class_g ?= 'Notify-osd'", 11 | "name = 'Plank'", 12 | "name = 'Docky'", 13 | "name = 'Kupfer'", 14 | "name = 'xfce4-notifyd'", 15 | "name *= 'VLC'", 16 | "name *= 'Chromium'", 17 | "name *= 'Chrome'", 18 | "class_g = 'Firefox' && argb", 19 | "class_g = 'Conky'", 20 | "class_g = 'Synapse'", 21 | "class_g ?= 'Notify-osd'", 22 | "class_g ?= 'Xfce4-notifyd'", 23 | "class_g ?= 'Xfce4-power-manager'", 24 | ]; 25 | fading = true; 26 | fade-in-step = 0.03; 27 | fade-out-step = 0.03; 28 | inactive-opacity = 0.96; 29 | frame-opacity = 0.96; 30 | inactive-opacity-override = false; 31 | focus-exclude = [ 32 | "class_g = 'YouTube'", 33 | "class_g = 'VirtualBox Machine'", 34 | "class_g = 'Virt-manager'", 35 | "class_g = 'Skype'", 36 | ]; 37 | corner-radius = 0; 38 | rounded-corners-exclude = [ "window_type = 'dock'", "window_type = 'desktop'" ]; 39 | blur-kern = "3x3box"; 40 | blur-background-exclude = [ 41 | "class_g = 'systray'", 42 | "class_g = 'dwmsystray'", 43 | "window_type = 'dock'", 44 | "window_type = 'desktop'", 45 | ]; 46 | 47 | # Specify the backend to use: `xrender`, `glx`, or `xr_glx_hybrid`. 48 | # `xrender` is the default one. 49 | 50 | # backend = "glx" 51 | # backend = "xr_glx_hybrid" 52 | backend = "xrender"; 53 | # Enable/disable VSync. 54 | vsync = false; 55 | #vsync = true; 56 | 57 | mark-wmwin-focused = true; 58 | mark-ovredir-focused = true; 59 | detect-rounded-corners = true; 60 | detect-client-opacity = true; 61 | detect-transient = true; 62 | use-damage = true; 63 | log-level = "warn"; 64 | wintypes : 65 | { 66 | tooltip : 67 | { 68 | fade = true; 69 | shadow = true; 70 | opacity = 0.75; 71 | focus = true; 72 | full-shadow = false; 73 | }; 74 | dock : 75 | { 76 | shadow = false; 77 | clip-shadow-above = true; 78 | }; 79 | dnd : 80 | { 81 | shadow = false; 82 | }; 83 | popup_menu : 84 | { 85 | opacity = 0.8; 86 | }; 87 | dropdown_menu : 88 | { 89 | opacity = 0.8; 90 | }; 91 | }; 92 | -------------------------------------------------------------------------------- /etc/skel/.config/i3/scripts/i3exit.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | 4 | case "$1" in 5 | lock) 6 | betterlockscreen -l dimblur -- --time-str="%H:%M" 7 | ;; 8 | logout) 9 | i3-msg exit 10 | ;; 11 | suspend) 12 | systemctl suspend 13 | ;; 14 | hibernate) 15 | systemctl hibernate 16 | ;; 17 | reboot) 18 | systemctl reboot 19 | ;; 20 | shutdown) 21 | systemctl poweroff 22 | ;; 23 | *) 24 | echo "Usage: $0 {lock|logout|suspend|hibernate|reboot|shutdown}" 25 | exit 2 26 | esac 27 | 28 | exit 0 29 | -------------------------------------------------------------------------------- /etc/skel/.config/i3/scripts/picom-toggle.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | if pgrep -x "picom" > /dev/null 3 | then 4 | killall picom 5 | else 6 | picom -b --config ~/.config/i3/picom.conf 7 | fi 8 | -------------------------------------------------------------------------------- /etc/skel/.config/i3/start-conky-i3statusbar.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # Send the header so that i3bar knows we want to use JSON: 4 | echo '{"version":1}' 5 | 6 | # Begin the endless array. 7 | echo '[' 8 | 9 | # We send an empty first array of blocks to make the loop simpler: 10 | echo '[],' 11 | 12 | # Now send blocks with information forever: 13 | exec conky -c $HOME/.config/i3/conky-i3statusbar 14 | -------------------------------------------------------------------------------- /etc/skel/.config/i3/system-overview: -------------------------------------------------------------------------------- 1 | --[[ 2 | #===================================================================================== 3 | # arcolinux 4 | # 5 | # Author : Erik Dubois at http://www.erikdubois.be 6 | # License : Distributed under the terms of GNU GPL version 2 or later 7 | # Documentation : http://erikdubois.be/category/linux/aureola/ 8 | #====================================================================================== 9 | 10 | 11 | ]] 12 | 13 | conky.config = { 14 | 15 | --Various settings 16 | 17 | background = true, -- forked to background 18 | cpu_avg_samples = 2, -- The number of samples to average for CPU monitoring. 19 | diskio_avg_samples = 10, -- The number of samples to average for disk I/O monitoring. 20 | double_buffer = true, -- Use the Xdbe extension? (eliminates flicker) 21 | if_up_strictness = 'address', -- how strict if testing interface is up - up, link or address 22 | net_avg_samples = 2, -- The number of samples to average for net data 23 | no_buffers = true, -- Subtract (file system) buffers from used memory? 24 | temperature_unit = 'celsius', -- fahrenheit or celsius 25 | text_buffer_size = 2048, -- size of buffer for display of content of large variables - default 256 26 | update_interval = 1, -- update interval 27 | imlib_cache_size = 0, -- disable image cache to get a new spotify cover per song 28 | 29 | 30 | --Placement 31 | 32 | alignment = 'middle_right', -- top-left,top-middle,top-right,bottom-left,bottom-middle,bottom-right, 33 | -- middle-left,middle-middle,middle-right,none 34 | --Arch Duoscreen 35 | --gap_x = -1910, 36 | gap_x = 10, -- pixels between right or left border 37 | gap_y = 10, -- pixels between bottom or left border 38 | minimum_height = 200, -- minimum height of window 39 | minimum_width = 280, -- minimum height of window 40 | maximum_width = 280, -- maximum height of window 41 | 42 | --Graphical 43 | 44 | border_inner_margin = 5, -- margin between border and text 45 | border_outer_margin = 5, -- margin between border and edge of window 46 | border_width = 0, -- border width in pixels 47 | default_bar_width = 280, -- default is 0 - full width 48 | default_bar_height = 10, -- default is 6 49 | default_gauge_height = 25, -- default is 25 50 | default_gauge_width =40, -- default is 40 51 | default_graph_height = 40, -- default is 25 52 | default_graph_width = 153, -- default is 0 - full width 53 | default_shade_color = '#000000', -- default shading colour 54 | default_outline_color = '#000000', -- default outline colour 55 | draw_borders = false, -- draw borders around text 56 | draw_graph_borders = true, -- draw borders around graphs 57 | draw_shades = false, -- draw shades 58 | draw_outline = false, -- draw outline 59 | stippled_borders = 0, -- dashing the border 60 | 61 | --Textual 62 | 63 | extra_newline = false, -- extra newline at the end - for asesome's wiboxes 64 | format_human_readable = true, -- KiB, MiB rather then number of bytes 65 | font = 'Noto Mono:size=11:regular', -- font for complete conky unless in code defined 66 | max_text_width = 0, -- 0 will make sure line does not get broken if width too smal 67 | max_user_text = 16384, -- max text in conky default 16384 68 | override_utf8_locale = true, -- force UTF8 requires xft 69 | short_units = true, -- shorten units from KiB to k 70 | top_name_width = 21, -- width for $top name value default 15 71 | top_name_verbose = false, -- If true, top name shows the full command line of each process - Default value is false. 72 | uppercase = false, -- uppercase or not 73 | use_spacer = 'none', -- adds spaces around certain objects to align - default none 74 | use_xft = true, -- xft font - anti-aliased font 75 | xftalpha = 1, -- alpha of the xft font - between 0-1 76 | 77 | --Windows 78 | 79 | own_window = true, -- create your own window to draw 80 | own_window_argb_value = 150, -- real transparency - composite manager required 0-255 81 | own_window_argb_visual = true, -- use ARGB - composite manager required 82 | own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop 83 | own_window_colour = '#000000', -- set colour if own_window_transparent no 84 | own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it 85 | own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0% 86 | own_window_title = 'system_conky', -- set the name manually - default conky "hostname" 87 | own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel 88 | 89 | 90 | --Colours 91 | 92 | default_color = '#ff0000', -- default color and border color 93 | color1 = '#FFFFFF', 94 | color2 = '#FFA726', 95 | color3 = '#cccccc', 96 | color4 = '#BDBDBD', 97 | color5 = '#CCCCCC', 98 | color6 = '#aa0000', 99 | 100 | --Signal Colours 101 | color7 = '#1F7411', --green 102 | color8 = '#FFA726', --orange 103 | color9 = '#F1544B', --firebrick 104 | 105 | 106 | --Lua 107 | 108 | 109 | }; 110 | conky.text = [[ 111 | ${color1}${alignc}S Y S T E M I N F O${color} 112 | ${color1}${hr}${color} 113 | ${color1}Host:${alignr}${color2}${nodename}${color} 114 | #${color1}Kernel:${color2}${alignr}$kernel${color} 115 | #${color1}Uptime:${color2}${alignr}${uptime}${color} 116 | #${color1}UTC:${color2}${alignr}${utime %H:%M}${color} 117 | 118 | ${color1}${goto 60}Used${alignr}Size${color} 119 | ${color1}Root${goto 60}${color2}${fs_used /}${alignr}${fs_size /}${color} 120 | #${color1}Home${goto 60}${color2}${fs_used /home}${alignr}${fs_size /home}${color} 121 | 122 | ${color1}${goto 60}Mem${alignr}Max${color} 123 | ${color1}RAM${goto 60}${color2}${mem}${alignr}${memmax}${color} 124 | ${color1}Swap${goto 60}${color2}${swap}${alignr}${swapmax}${color} 125 | 126 | ${color1}CPU:${goto 60}Used${alignr}GHz${color} 127 | ${color1}Avg${goto 60}${color2}${if_match ${cpu cpu0}<50} ${cpu cpu0}\ 128 | ${else}${if_match ${cpu cpu0}<=100}${color9} ${cpu cpu0}\ 129 | ${else}${cpu cpu0}${endif}${endif}%${alignr}${freq_g}${color} 130 | 131 | ${color1}${alignc}S H O R T C U T K E Y S${color} 132 | ${color1}${hr}${color} 133 | ${color1}[S]+[Shift]+D${alignr}${color2}Main Menu${color} 134 | ${color1}[Alt]+F2${alignr}${color2}Alt Menu${color} 135 | ${color1}[Alt]+F3${alignr}${color2}Alt Menu${color} 136 | ${color1}${hr}${color} 137 | ${color1}[S]+Enter${alignr}${color2}Terminal${color} 138 | ${color1}[S]+[Shift]+Enter${alignr}${color2}File Manager${color} 139 | ${color1}[S]+F1${alignr}${color2}Firefox${color} 140 | ${color1}[S]+F2${alignr}${color2}Editor${color} 141 | ${color1}[S]+F6${alignr}${color2}Media Player${color} 142 | ${color1}[Ctrl]+[Shift]+Esc${alignr}${color2}Task Manager${color} 143 | ${color1}[Ctrl]+[Alt]+U${alignr}${color2}Volume Control${color} 144 | ${color1}[PrtSc]${alignr}${color2}Screenshot${color} 145 | ${color1}[Ctrl]+[Alt]+m${alignr}${color2}Settings${color} 146 | ${color1}[S]+[Shift]+R${alignr}${color2}Restart i3wm${color} 147 | ${color1}${hr}${color} 148 | ${color1}[S]+[Shift]+E${alignr}${color2}Stop i3wm${color} 149 | ${color1}[S]+[Shift]+Q${alignr}${color2}Stop application${color} 150 | ${color1}[S]+x${alignr}${color2}Exit${color} 151 | ${color1}${hr}${color} 152 | ${color1}${execi 6000 lsb_release -d | grep 'Descr'|awk {'print $2 " " $3" " $4" " $5'}}${alignr}${execi 6000 lsb_release -a | grep 'Release'|awk {'print $2""$3""$4""$5'}}${color} 153 | ]]; 154 | -------------------------------------------------------------------------------- /setup-our-git-credentials.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #set -e 3 | ################################################################################################################## 4 | # Author : Erik Dubois 5 | # Website : https://www.erikdubois.be 6 | # Website : https://www.alci.online 7 | # Website : https://www.arcolinux.info 8 | # Website : https://www.arcolinux.com 9 | # Website : https://www.arcolinuxd.com 10 | # Website : https://www.arcolinuxb.com 11 | # Website : https://www.arcolinuxiso.com 12 | # Website : https://www.arcolinuxforum.com 13 | ################################################################################################################## 14 | # 15 | # DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK. 16 | # 17 | ################################################################################################################## 18 | #tput setaf 0 = black 19 | #tput setaf 1 = red 20 | #tput setaf 2 = green 21 | #tput setaf 3 = yellow 22 | #tput setaf 4 = dark blue 23 | #tput setaf 5 = purple 24 | #tput setaf 6 = cyan 25 | #tput setaf 7 = gray 26 | #tput setaf 8 = light blue 27 | ################################################################################################################## 28 | 29 | echo 30 | tput setaf 3 31 | echo "################################################################" 32 | echo "################### Start" 33 | echo "################################################################" 34 | tput sgr0 35 | echo 36 | 37 | # Problem solving commands 38 | 39 | # Read before using it. 40 | # https://www.atlassian.com/git/tutorials/undoing-changes/git-reset 41 | # git reset --hard orgin/master 42 | # ONLY if you are very sure and no coworkers are on your github. 43 | 44 | # Command that have helped in the past 45 | # Force git to overwrite local files on pull - no merge 46 | # git fetch all 47 | # git push --set-upstream origin master 48 | # git reset --hard orgin/master 49 | 50 | 51 | #setting up git 52 | #https://www.atlassian.com/git/tutorials/setting-up-a-repository/git-config 53 | #https://medium.com/clarusway/how-to-use-git-github-without-asking-for-authentication-always-passwordless-usage-of-private-git-8c32489bc2e9 54 | #https://blog.nillsf.com/index.php/2021/05/27/github-sso-using-password-protected-ssh-keys 55 | 56 | project=$(basename `pwd`) 57 | githubdir=$(basename $(dirname "$PWD")) 58 | githubdir="arcolinux" 59 | echo "-----------------------------------------------------------------------------" 60 | echo "this is project https://github.com/$githubdir/$project" 61 | echo "-----------------------------------------------------------------------------" 62 | 63 | git config --global pull.rebase false 64 | git config --global push.default simple 65 | git config --global user.name "arcolinuxz" 66 | git config --global user.email "arcolinuxinfo@gmail.com" 67 | sudo git config --system core.editor nano 68 | git remote set-url origin git@github.com-arc:$githubdir/$project 69 | 70 | echo 71 | tput setaf 3 72 | echo "################################################################" 73 | echo "################### End" 74 | echo "################################################################" 75 | tput sgr0 76 | echo -------------------------------------------------------------------------------- /up.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #set -e 3 | ################################################################################################################## 4 | # Author : Erik Dubois 5 | # Website : https://www.erikdubois.be 6 | # Website : https://www.alci.online 7 | # Website : https://www.ariser.eu 8 | # Website : https://www.arcolinux.info 9 | # Website : https://www.arcolinux.com 10 | # Website : https://www.arcolinuxd.com 11 | # Website : https://www.arcolinuxb.com 12 | # Website : https://www.arcolinuxiso.com 13 | # Website : https://www.arcolinuxforum.com 14 | ################################################################################################################## 15 | # 16 | # DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK. 17 | # 18 | ################################################################################################################## 19 | #tput setaf 0 = black 20 | #tput setaf 1 = red 21 | #tput setaf 2 = green 22 | #tput setaf 3 = yellow 23 | #tput setaf 4 = dark blue 24 | #tput setaf 5 = purple 25 | #tput setaf 6 = cyan 26 | #tput setaf 7 = gray 27 | #tput setaf 8 = light blue 28 | ################################################################################################################## 29 | 30 | # reset - commit your changes or stash them before you merge 31 | # git reset --hard - personal alias - grh 32 | 33 | # checking if I have the latest files from github 34 | echo "Checking for newer files online first" 35 | git pull 36 | 37 | echo "getting picom.conf" 38 | installed_dir=$(dirname $(readlink -f $(basename `pwd`))) 39 | found_file=$(find "$installed_dir" -type f -name "picom.conf" | head -n 1) 40 | wget -v https://raw.githubusercontent.com/arconetpro/picom/refs/heads/main/picom.conf -O $found_file 41 | 42 | # Below command will backup everything inside the project folder 43 | git add --all . 44 | 45 | # Give a comment to the commit if you want 46 | echo "####################################" 47 | echo "Write your commit comment!" 48 | echo "####################################" 49 | 50 | read input 51 | 52 | # Committing to the local repository with a message containing the time details and commit text 53 | 54 | git commit -m "$input" 55 | 56 | # Push the local files to github 57 | 58 | if grep -q main .git/config; then 59 | echo "Using main" 60 | git push -u origin main 61 | fi 62 | 63 | if grep -q master .git/config; then 64 | echo "Using master" 65 | git push -u origin master 66 | fi 67 | 68 | echo "################################################################" 69 | echo "################### Git Push Done ######################" 70 | echo "################################################################" 71 | --------------------------------------------------------------------------------