├── CONTRIBUTING.md ├── LICENSE.md ├── README.md └── assets ├── awesome-rice-badge.svg └── logo.webp /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contribution Guidelines 2 | 3 | Thank you for your interest in contributing to Awesome Rices! We appreciate contributions from the community. To showcase your unique rice, please follow these guidelines: 4 | 5 | ## Share Your Rice 6 | 7 | 1. **Prepare your rice repository:** Ensure the `README.md` of your rice repository includes screenshots of your desktop environment. 8 | 9 | 2. **Create a Pull Request (PR):** Add an entry for your rice under the correct WM/DE section in our `README.md` using the following format: 10 | 11 | ```markdown 12 | ### [Your GitHub Username](https://github.com/yourusername/yourrepositoryname) 13 | [![Your GitHub Username](https://github.com/yourusername/yourrepositoryname/raw/main/path_to_your_image.png)](https://github.com/yourusername/yourrepositoryname) 14 | ``` 15 | 16 | 17 | ##### Entries should be sorted alphabetically to ensure order and easy navigation for users. 18 | 19 | ## Optional 20 | 21 | You're welcome to include the Awesome Rice badge in your repository! 22 | 23 | ```markdown 24 | [![awesome-rice-badge](https://raw.githubusercontent.com/zemmsoares/awesome-rices/main/assets/awesome-rice-badge.svg)](https://github.com/zemmsoares/awesome-rices) 25 | ``` 26 | 27 | [![awesome-rice-badge](https://raw.githubusercontent.com/zemmsoares/awesome-rices/main/assets/awesome-rice-badge.svg)](https://github.com/zemmsoares/awesome-rices) 28 | 29 | Your contribution is helping us cook up the tastiest Unix experiences around! Thanks! 30 | -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- 1 | Creative Commons Legal Code 2 | 3 | CC0 1.0 Universal 4 | 5 | CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE 6 | LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN 7 | ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS 8 | INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES 9 | REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS 10 | PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM 11 | THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED 12 | HEREUNDER. 13 | 14 | Statement of Purpose 15 | 16 | The laws of most jurisdictions throughout the world automatically confer 17 | exclusive Copyright and Related Rights (defined below) upon the creator 18 | and subsequent owner(s) (each and all, an "owner") of an original work of 19 | authorship and/or a database (each, a "Work"). 20 | 21 | Certain owners wish to permanently relinquish those rights to a Work for 22 | the purpose of contributing to a commons of creative, cultural and 23 | scientific works ("Commons") that the public can reliably and without fear 24 | of later claims of infringement build upon, modify, incorporate in other 25 | works, reuse and redistribute as freely as possible in any form whatsoever 26 | and for any purposes, including without limitation commercial purposes. 27 | These owners may contribute to the Commons to promote the ideal of a free 28 | culture and the further production of creative, cultural and scientific 29 | works, or to gain reputation or greater distribution for their Work in 30 | part through the use and efforts of others. 31 | 32 | For these and/or other purposes and motivations, and without any 33 | expectation of additional consideration or compensation, the person 34 | associating CC0 with a Work (the "Affirmer"), to the extent that he or she 35 | is an owner of Copyright and Related Rights in the Work, voluntarily 36 | elects to apply CC0 to the Work and publicly distribute the Work under its 37 | terms, with knowledge of his or her Copyright and Related Rights in the 38 | Work and the meaning and intended legal effect of CC0 on those rights. 39 | 40 | 1. Copyright and Related Rights. A Work made available under CC0 may be 41 | protected by copyright and related or neighboring rights ("Copyright and 42 | Related Rights"). Copyright and Related Rights include, but are not 43 | limited to, the following: 44 | 45 | i. the right to reproduce, adapt, distribute, perform, display, 46 | communicate, and translate a Work; 47 | ii. moral rights retained by the original author(s) and/or performer(s); 48 | iii. publicity and privacy rights pertaining to a person's image or 49 | likeness depicted in a Work; 50 | iv. rights protecting against unfair competition in regards to a Work, 51 | subject to the limitations in paragraph 4(a), below; 52 | v. rights protecting the extraction, dissemination, use and reuse of data 53 | in a Work; 54 | vi. database rights (such as those arising under Directive 96/9/EC of the 55 | European Parliament and of the Council of 11 March 1996 on the legal 56 | protection of databases, and under any national implementation 57 | thereof, including any amended or successor version of such 58 | directive); and 59 | vii. other similar, equivalent or corresponding rights throughout the 60 | world based on applicable law or treaty, and any national 61 | implementations thereof. 62 | 63 | 2. Waiver. To the greatest extent permitted by, but not in contravention 64 | of, applicable law, Affirmer hereby overtly, fully, permanently, 65 | irrevocably and unconditionally waives, abandons, and surrenders all of 66 | Affirmer's Copyright and Related Rights and associated claims and causes 67 | of action, whether now known or unknown (including existing as well as 68 | future claims and causes of action), in the Work (i) in all territories 69 | worldwide, (ii) for the maximum duration provided by applicable law or 70 | treaty (including future time extensions), (iii) in any current or future 71 | medium and for any number of copies, and (iv) for any purpose whatsoever, 72 | including without limitation commercial, advertising or promotional 73 | purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each 74 | member of the public at large and to the detriment of Affirmer's heirs and 75 | successors, fully intending that such Waiver shall not be subject to 76 | revocation, rescission, cancellation, termination, or any other legal or 77 | equitable action to disrupt the quiet enjoyment of the Work by the public 78 | as contemplated by Affirmer's express Statement of Purpose. 79 | 80 | 3. Public License Fallback. Should any part of the Waiver for any reason 81 | be judged legally invalid or ineffective under applicable law, then the 82 | Waiver shall be preserved to the maximum extent permitted taking into 83 | account Affirmer's express Statement of Purpose. In addition, to the 84 | extent the Waiver is so judged Affirmer hereby grants to each affected 85 | person a royalty-free, non transferable, non sublicensable, non exclusive, 86 | irrevocable and unconditional license to exercise Affirmer's Copyright and 87 | Related Rights in the Work (i) in all territories worldwide, (ii) for the 88 | maximum duration provided by applicable law or treaty (including future 89 | time extensions), (iii) in any current or future medium and for any number 90 | of copies, and (iv) for any purpose whatsoever, including without 91 | limitation commercial, advertising or promotional purposes (the 92 | "License"). The License shall be deemed effective as of the date CC0 was 93 | applied by Affirmer to the Work. Should any part of the License for any 94 | reason be judged legally invalid or ineffective under applicable law, such 95 | partial invalidity or ineffectiveness shall not invalidate the remainder 96 | of the License, and in such case Affirmer hereby affirms that he or she 97 | will not (i) exercise any of his or her remaining Copyright and Related 98 | Rights in the Work or (ii) assert any associated claims and causes of 99 | action with respect to the Work, in either case contrary to Affirmer's 100 | express Statement of Purpose. 101 | 102 | 4. Limitations and Disclaimers. 103 | 104 | a. No trademark or patent rights held by Affirmer are waived, abandoned, 105 | surrendered, licensed or otherwise affected by this document. 106 | b. Affirmer offers the Work as-is and makes no representations or 107 | warranties of any kind concerning the Work, express, implied, 108 | statutory or otherwise, including without limitation warranties of 109 | title, merchantability, fitness for a particular purpose, non 110 | infringement, or the absence of latent or other defects, accuracy, or 111 | the present or absence of errors, whether or not discoverable, all to 112 | the greatest extent permissible under applicable law. 113 | c. Affirmer disclaims responsibility for clearing rights of other persons 114 | that may apply to the Work or any use thereof, including without 115 | limitation any person's Copyright and Related Rights in the Work. 116 | Further, Affirmer disclaims responsibility for obtaining any necessary 117 | consents, permissions or other rights required for any use of the 118 | Work. 119 | d. Affirmer understands and acknowledges that Creative Commons is not a 120 | party to this document and has no duty or obligation with respect to 121 | this CC0 or use of the Work. 122 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |
2 | Awesome Rices logo 3 |

Awesome Rices

4 |

This repository is a collection of outstanding Unix customizations.
Explore different user rices, get inspired, inspire us.

5 |
6 | Awesome 7 | awesome-rice-badge 8 |
9 |
10 |
11 | 12 | # Table of Contents 13 | 14 | - [Table of Contents](#table-of-contents) 15 | - [Rices](#rices) 16 | - [AwesomeWM](#awesomewm) 17 | - [0xTux](#0xtux) 18 | - [alljavi](#alljavi) 19 | - [AlphaTechnolog](#alphatechnolog) 20 | - [Amitabha37377](#amitabha37377) 21 | - [chadcat7](#chadcat7) 22 | - [CmrCrabs](#cmrcrabs) 23 | - [d-solis](#d-solis) 24 | - [elenapan](#elenapan) 25 | - [frapdotbm](#frapdotbm) 26 | - [gabrielfrimodig](#gabrielfrimodig) 27 | - [HoNamDuong](#honamduong) 28 | - [madhur](#madhur) 29 | - [Manas140](#manas140) 30 | - [MeledoJames](#meledojames) 31 | - [p3nguin-kun](#p3nguin-kun) 32 | - [pablonoya](#pablonoya) 33 | - [PassiveLemon](#passivelemon) 34 | - [rifsxd](#rifsxd) 35 | - [rklyz](#rklyz) 36 | - [rxyhn](#rxyhn) 37 | - [saimoomedits](#saimoomedits) 38 | - [Savecoders](#savecoders) 39 | - [Spaxly](#spaxly) 40 | - [Stardust-kyun](#stardust-kyun) 41 | - [TanvirOnGH](#tanvirongh) 42 | - [TorchedSammy](#torchedsammy) 43 | - [vulekhanh](#vulekhanh) 44 | - [bspwm](#bspwm) 45 | - [adilhyz](#adilhyz) 46 | - [AlphaTechnolog](#alphatechnolog-1) 47 | - [DominatorXS](#dominatorxs) 48 | - [Erennedirlo](#erennedirlo) 49 | - [gh0stzk](#gh0stzk) 50 | - [Gwynsav](#gwynsav) 51 | - [hlissner](#hlissner) 52 | - [JakeGinesin](#jakeginesin) 53 | - [justleoo](#justleoo) 54 | - [kabinspace](#kabinspace) 55 | - [Narmis-E](#narmis-e) 56 | - [onlyvip](#onlyvip) 57 | - [probe2k](#probe2k) 58 | - [rklyz](#rklyz-1) 59 | - [Sinomor](#sinomor) 60 | - [Sophed](#sophed) 61 | - [star-isc](#star-isc) 62 | - [sudoharun](#sudoharun) 63 | - [valb-mig](#valb-mig) 64 | - [XADE](#xade) 65 | - [wahyuwiyoko](#wahyuwiyoko) 66 | - [Weirdchupacabra](#weirdchupacabra) 67 | - [zoddDev](#zodddev) 68 | - [Cinnamon](#cinnamon) 69 | - [SpreadiesInSpace](#spreadiesinspace) 70 | - [DkWM](#dkwm) 71 | - [AlphaTechnolog](#alphatechnolog-2) 72 | - [dwm](#dwm) 73 | - [AlphaTechnolog](#alphatechnolog-3) 74 | - [juacq97](#juacq97) 75 | - [nxb1t](#nxb1t) 76 | - [raihanadf](#raihanadf) 77 | - [seeingangelz](#seeingangelz) 78 | - [Gnome](#gnome) 79 | - [1amSimp1e](#1amsimp1e) 80 | - [AviVarma](#avivarma) 81 | - [Comiclyy](#comiclyy) 82 | - [GabrielTenma](#gabrieltenma) 83 | - [NeuronSooup](#neuronsooup) 84 | - [slashedzer0](#slashedzer0) 85 | - [Herbstluftwm](#herbstluftwm) 86 | - [breddie-normie](#breddie-normie) 87 | - [nuxshed](#nuxshed) 88 | - [scourii](#scourii) 89 | - [Hyprland](#hyprland) 90 | - [1amSimp1e](#1amsimp1e-1) 91 | - [AdiKsOnDev](#adiksondev) 92 | - [cafreo](#cafreo) 93 | - [command-z-z](#command-z-z) 94 | - [conrad-mo](#conrad-mo) 95 | - [dankdezpair](#dankdezpair) 96 | - [debuggyo](#debuggyo) 97 | - [dragoshr1234](#dragoshr1234) 98 | - [end-4](#end-4) 99 | - [h1tarxeth](#h1tarxeth) 100 | - [HeinzDev](#heinzdev) 101 | - [justinlime](#justinlime) 102 | - [Knightfall01](#knightfall01) 103 | - [MathisP75](#mathisp75) 104 | - [MaxMur](#maxmur) 105 | - [maxtaran2010](#maxtaran2010) 106 | - [Narmis-E](#narmis-e-1) 107 | - [ozwaldorf](#ozwaldorf) 108 | - [prasanthrangan](#prasanthrangan) 109 | - [qxb3](#qxb3) 110 | - [Redyf](#redyf) 111 | - [RumiAxolotl](#rumiaxolotl) 112 | - [SHTRAMPANTUNC](#shtrampantunc) 113 | - [shub39](#shub39) 114 | - [Spagett1](#spagett1) 115 | - [Stetsed](#stetsed) 116 | - [Yorubae](#yorubae) 117 | - [Lonewolf4713](#Lonewolf4713) 118 | - [i3wm](#i3wm) 119 | - [b1337xyz](#b1337xyz) 120 | - [BIBJAW](#bibjaw) 121 | - [bibjaw99](#bibjaw99) 122 | - [Blxckmage](#blxckmage) 123 | - [bryant-the-coder](#bryant-the-coder) 124 | - [fathulfahmy](#fathulfahmy) 125 | - [monte0x00](#monte0x00) 126 | - [sommaa](#sommaa) 127 | - [SunoBB](#sunobb) 128 | - [TKK13909](#tkk13909) 129 | - [Vallen217](#vallen217) 130 | - [wahyuwiyoko](#wahyuwiyoko-1) 131 | - [zemmsoares](#zemmsoares) 132 | - [KDE](#kde) 133 | - [ComplexPlatform](#complexplatform) 134 | - [LeftWM](#leftwm) 135 | - [almqv](#almqv) 136 | - [Lightdm](#lightdm) 137 | - [TheWisker](#thewisker) 138 | - [Openbox](#openbox) 139 | - [AlphaTechnolog](#alphatechnolog-4) 140 | - [Narmis-E](#narmis-e-2) 141 | - [owl4ce](#owl4ce) 142 | - [YurinDoctrine](#yurindoctrine) 143 | - [Qtile](#qtile) 144 | - [Barbaross93](#barbaross93) 145 | - [Darkkal44](#darkkal44) 146 | - [diegorezm](#diegorezm) 147 | - [Fluffy-Bean](#fluffy-bean) 148 | - [gibranlp](#gibranlp) 149 | - [Hamza12700](#hamza12700) 150 | - [shayanaqvi](#shayanaqvi) 151 | - [Riverwm](#riverwm) 152 | - [theCode-Breaker](#thecode-breaker) 153 | - [Sway](#sway) 154 | - [eoli3n](#eoli3n) 155 | - [hifinerd](#hifinerd) 156 | - [KubqoA](#kubqoa) 157 | - [RicArch97](#ricarch97) 158 | - [viperML](#viperml) 159 | - [wahyuwiyoko](#wahyuwiyoko-2) 160 | - [Lonewolf4713](#Lonewolf4713) 161 | - [Xfce](#xfce) 162 | - [fathulfahmy](#fathulfahmy-1) 163 | - [Xmonad](#xmonad) 164 | - [Icy-Thought](#icy-thought) 165 | - [Yabai](#yabai) 166 | - [command-z-z](#command-z-z-1) 167 | - [FelixKratz](#felixkratz) 168 | - [tcmmichaelb139](#tcmmichaelb139) 169 | - [ZhongXiLu](#zhongxilu) 170 | - [Contribute](#contribute) 171 | - [License](#license) 172 | 173 | # Rices 174 | 175 | ## AwesomeWM 176 | 177 | ### [0xTux](https://github.com/0xTux/nixos-config) 178 | 179 | [![0xTux](https://raw.githubusercontent.com/0xTux/nixos-config/main/assets/poster.png)](https://github.com/0xTux/nixos-config) 180 | [![0xtux](https://raw.githubusercontent.com/0xTux/nixos-config/main/assets/desktop.png)](https://github.com/0xTux/nixos-config) 181 | [![0xtux](https://raw.githubusercontent.com/0xTux/nixos-config/main/assets/workflow.png)](https://github.com/0xTux/nixos-config) 182 | [![0xtux](https://raw.githubusercontent.com/0xTux/nixos-config/main/assets/neovim.png)](https://github.com/0xTux/nixos-config) 183 | [![0xtux](https://raw.githubusercontent.com/0xTux/nixos-config/main/assets/floating-term-neovim.png)](https://github.com/0xTux/nixos-config) 184 | [![0xtux](https://raw.githubusercontent.com/0xTux/nixos-config/main/assets/lazygit.png)](https://github.com/0xTux/nixos-config) 185 | [![0xtux](https://raw.githubusercontent.com/0xTux/nixos-config/main/assets/telescope.png)](https://github.com/0xTux/nixos-config) 186 | [![0xtux](https://raw.githubusercontent.com/0xTux/nixos-config/main/assets/firefox.png)](https://github.com/0xTux/nixos-config) 187 | 188 | ### [alljavi](https://github.com/AllJavi/tartarus-dotfiles) 189 | 190 | [![alljavi](https://github.com/AllJavi/tartarus-dotfiles/blob/master/Images/Screenshots/global_screenshot3.png)](https://github.com/AllJavi/tartarus-dotfiles) 191 | 192 | ### [AlphaTechnolog](https://github.com/AlphaTechnolog/dotfiles/tree/awesomewm) 193 | 194 | [![AlphaTechnolog](https://github.com/AlphaTechnolog/dotfiles/raw/awesomewm/.github/assets/banner.png)](https://github.com/AlphaTechnolog/dotfiles/tree/awesomewm) 195 | 196 | ### [Amitabha37377](https://github.com/Amitabha37377/Awful-DOTS) 197 | 198 | [![Amitabha37377](https://github.com/Amitabha37377/Awful-DOTS/raw/master/assets/topdock.png)](https://github.com/Amitabha37377/Awful-DOTS) 199 | [![Amitabha37377](https://github.com/Amitabha37377/Awful-DOTS/raw/master/assets/verticalbar.png)](https://github.com/Amitabha37377/Awful-DOTS) 200 | [![Amitabha37377](https://github.com/Amitabha37377/Awful-DOTS/raw/master/assets/bottombar.png)](https://github.com/Amitabha37377/Awful-DOTS) 201 | 202 | ### [chadcat7](https://github.com/chadcat7/crystal) 203 | 204 | [![chadcat7](https://github.com/chadcat7/crystal/raw/main/.github/screenshots/crystal.png)](https://github.com/chadcat7/crystal) 205 | 206 | ### [CmrCrabs](https://github.com/CmrCrabs/dotfiles) 207 | 208 | [![CmrCrabs](https://github.com/CmrCrabs/dotfiles/blob/main/assets/paradise.png?raw=true)](https://github.com/CmrCrabs/dotfiles) 209 | 210 | ### [d-solis](https://github.com/d-solis/dotfiles/tree/awesome) 211 | 212 | [![d-solis](https://user-images.githubusercontent.com/43517199/213188711-a370e0d1-a2c4-4119-95bc-d51e46d81214.png)](https://github.com/d-solis/dotfiles/tree/awesome) 213 | 214 | ### [elenapan](https://github.com/elenapan/dotfiles) 215 | 216 | [![elenapan](https://raw.githubusercontent.com/wiki/elenapan/dotfiles/assets/amarena.png)](https://github.com/elenapan/dotfiles) 217 | 218 | ### [frapdotbm](https://github.com/frapdotbmp/dotfiles) 219 | 220 | [![frapdotbm](https://user-images.githubusercontent.com/118438453/218368968-958e54f0-b70f-4a33-83f0-bda9c2641cb8.png)](https://github.com/frapdotbmp/dotfiles) 221 | 222 | ### [gabrielfrimodig](https://github.com/gabrielfrimodig/dotfiles) 223 | [![gabrielfrimodig](https://camo.githubusercontent.com/0be4df59bf90ac6a90af3f0db0b8422ed820dbd544e502559a699f6543ff61e3/68747470733a2f2f692e696d6775722e636f6d2f72776c735833622e706e67)](https://github.com/gabrielfrimodig/dotfiles) 224 | 225 | ### [HoNamDuong](https://github.com/HoNamDuong/.dotfiles) 226 | 227 | [![HoNamDuong](https://github.com/HoNamDuong/.dotfiles/blob/master/screenshots/awesomewm.png?raw=true)](https://github.com/HoNamDuong/.dotfiles) 228 | 229 | ### [madhur](https://github.com/madhur/dotfiles) 230 | 231 | [![madhur](https://raw.githubusercontent.com/madhur/dotfiles/main/rofi.png)](https://github.com/madhur/dotfiles) 232 | [![madhur](https://raw.githubusercontent.com/madhur/dotfiles/main/powermenu.png)](https://github.com/madhur/dotfiles) 233 | [![madhur](https://raw.githubusercontent.com/madhur/dotfiles/main/nvim.png)](https://github.com/madhur/dotfiles) 234 | 235 | ### [Manas140](https://github.com/Manas140/dotfiles) 236 | 237 | [![Manas140](https://github.com/Manas140/dotfiles/raw/awedots/preview.png)](https://github.com/Manas140/dotfiles) 238 | 239 | ### [MeledoJames](https://github.com/MeledoJames/awesome-setup) 240 | 241 | [![MeledoJames](https://github.com/MeledoJames/awesome-setup/raw/Lavender/images/1.png?raw=true)](https://github.com/MeledoJames/awesome-setup) 242 | 243 | ### [p3nguin-kun](https://github.com/p3nguin-kun/penguinRice) 244 | 245 | [![p3nguin-kun](https://camo.githubusercontent.com/12e4f8176bbdbaddd8ed30cd64341bab4c372d1dc640d0a2b73821f75a09b95b/68747470733a2f2f692e696d6775722e636f6d2f365265586964592e706e67)](https://github.com/p3nguin-kun/penguinRice) 246 | 247 | ### [pablonoya](https://github.com/pablonoya/awesomewm-configuration) 248 | 249 | [![pablonoya](https://user-images.githubusercontent.com/31524852/232510330-a812c5d7-f5e5-4aa3-a7d5-deb58a684390.png)](https://github.com/pablonoya/awesomewm-configuration) 250 | 251 | ### [PassiveLemon](https://github.com/PassiveLemon/lemonix) 252 | 253 | [![PassiveLemon](https://github.com/PassiveLemon/lemonix/raw/master/other/Desktop-lock.png)](https://github.com/PassiveLemon/lemonix) 254 | [![PassiveLemon](https://github.com/PassiveLemon/lemonix/raw/master/other/Desktop-empty.png)](https://github.com/PassiveLemon/lemonix) 255 | [![PassiveLemon](https://github.com/PassiveLemon/lemonix/raw/master/other/Desktop-media.png)](https://github.com/PassiveLemon/lemonix) 256 | 257 | ### [rifsxd](https://github.com/rifsxd/oh-my-awesomewm-dots) 258 | 259 | [![rifsxd](https://github.com/rifsxd/oh-my-awesomewm-dots/blob/main/assets/default-preview.png?raw=true)](https://github.com/rifsxd/oh-my-awesomewm-dots) 260 | 261 | ### [rklyz](https://github.com/rklyz/MyRice) 262 | 263 | [![rklyz](https://camo.githubusercontent.com/30028886db1c1758b3120a1651b183984c1480bae018e17e1a44d349d55d6df5/68747470733a2f2f692e696d6775722e636f6d2f31756d4644504d2e706e67)](https://github.com/rklyz/MyRice) 264 | 265 | ### [rxyhn](https://github.com/rxyhn/yoru) 266 | 267 | [![rxyhn](https://github.com/rxyhn/yoru/raw/main/.github/assets/yoru.png)](https://github.com/rxyhn/yoru) 268 | 269 | ### [saimoomedits](https://github.com/saimoomedits/dotfiles) 270 | 271 | [![saimoomedits](https://github.com/saimoomedits/dotfiles/blob/main/.github/assets/preview.png?raw=true)](https://github.com/saimoomedits/dotfiles) 272 | 273 | ### [Savecoders](https://github.com/Savecoders/dotfiles) 274 | 275 | [![Savecoders](https://github.com/Savecoders/dotfiles/raw/main/.github/assets/Awesome/rofiAndOthers.png)](https://github.com/Savecoders/dotfiles) 276 | 277 | ### [Spaxly](https://github.com/Spaxly/espresso) 278 | 279 | [![Spaxly](https://github.com/Spaxly/espresso/raw/main/assets/desktop.png?raw=true)](https://github.com/Spaxly/espresso) 280 | 281 | ### [Stardust-kyun](https://github.com/Stardust-kyun/dotfiles) 282 | 283 | [![Stardust-kyun](https://github.com/Stardust-kyun/dotfiles/raw/main/src/thumbnail.png)](https://github.com/Stardust-kyun/dotfiles) 284 | 285 | ### [TanvirOnGH](https://github.com/TanvirOnGH/awesomewm-config) 286 | 287 | [![TanvirOnGH](https://raw.githubusercontent.com/TanvirOnGH/awesomewm-config/dev/screenshots/rosybrown_desktop.png)](https://github.com/TanvirOnGH/awesomewm-config) 288 | 289 | ### [TorchedSammy](https://github.com/TorchedSammy/dotfiles) 290 | 291 | [![TorchedSammy](https://camo.githubusercontent.com/a1627cdda49fd5c74692be1b059592e7aeab5e2e3972c1ab089519570491ffda/68747470733a2f2f736166652e736179612e6d6f652f4555725971684f47697a457a2e706e67)](https://github.com/TorchedSammy/dotfiles) 292 | [![TorchedSammy](https://camo.githubusercontent.com/779e9c0fb7ffd2a7a8d3c73b42c41f9f9c316f17b23aa69cf9a40cbc642e5ffa/68747470733a2f2f736166652e736179612e6d6f652f6748426362517158686d436e2e706e67)](https://github.com/TorchedSammy/dotfiles) 293 | 294 | ### [vulekhanh](https://github.com/vulekhanh/dotfiles) 295 | 296 | [![vulekhanh](https://user-images.githubusercontent.com/61068720/235719073-25941152-3121-41b6-b869-a163c3523a5d.png)](https://github.com/vulekhanh/dotfiles) 297 | 298 | ## bspwm 299 | 300 |
301 | 302 | ### [adilhyz](https://github.com/adilhyz/dotfiles-v1) 303 | 304 | [![adilhyz](https://github.com/adilhyz/dotfiles-v1/raw/master/preview/z.gif)](https://github.com/adilhyz/dotfiles-v1) 305 | 306 | ### [AlphaTechnolog](https://github.com/AlphaTechnolog/dotfiles/tree/bspwm) 307 | 308 | [![AlphaTechnolog](https://github.com/AlphaTechnolog/dotfiles/raw/bspwm/.github/assets/banner.png)](https://github.com/AlphaTechnolog/dotfiles/tree/bspwm) 309 | 310 | ### [DominatorXS](https://github.com/DominatorXS/LinuxDotz) 311 | 312 | [![DominatorXS](https://github.com/DominatorXS/LinuxDotz/raw/main/everforest.png)](https://github.com/DominatorXS/LinuxDotz) 313 | 314 | ### [Erennedirlo](https://github.com/Erennedirlo/gruvbox-dotfiles) 315 | 316 | [![Erennedirlo](https://github.com/Erennedirlo/gruvbox-dotfiles/raw/main/screenshot/unixporn.png)](https://github.com/Erennedirlo/gruvbox-dotfiles) 317 | 318 | ### [gh0stzk](https://github.com/gh0stzk/dotfiles) 319 | 320 | [![gh0stzk](https://user-images.githubusercontent.com/67278339/221425420-4198afbb-fd7a-41a1-96f2-42c2c715f076.png)](https://github.com/gh0stzk/dotfiles) 321 | [![gh0stzk](https://user-images.githubusercontent.com/67278339/221425550-05f6362b-0a4a-48c0-a87d-044cc38af8e6.png)](https://github.com/gh0stzk/dotfiles) 322 | [![gh0stzk](https://user-images.githubusercontent.com/67278339/221425682-e5676155-1bbc-47a5-ba15-307513c44d06.png)](https://github.com/gh0stzk/dotfiles) 323 | [![gh0stzk](https://user-images.githubusercontent.com/67278339/221425748-4a6ab441-886a-4400-b9df-5fef2a6cfb23.png)](https://github.com/gh0stzk/dotfiles) 324 | [![gh0stzk](https://user-images.githubusercontent.com/67278339/221425853-ce5af1fe-f03d-48cc-a4d3-445adbe3e566.png)](https://github.com/gh0stzk/dotfiles) 325 | [![gh0stzk](https://user-images.githubusercontent.com/67278339/221425915-55c6b711-9456-4b60-a1a2-8a986e45e2c4.png)](https://github.com/gh0stzk/dotfiles) 326 | [![gh0stzk](https://user-images.githubusercontent.com/67278339/221425966-3e5e9db1-4e60-4b21-8c00-8235e7dde733.png)](https://github.com/gh0stzk/dotfiles) 327 | [![gh0stzk](https://user-images.githubusercontent.com/67278339/221426007-81869495-d20f-4c55-b036-42ced5b4b5a1.png)](https://github.com/gh0stzk/dotfiles) 328 | [![gh0stzk](https://user-images.githubusercontent.com/67278339/221426076-9aae13b0-0f1e-430a-b53a-80d0d9cfa2a4.png)](https://github.com/gh0stzk/dotfiles) 329 | [![gh0stzk](https://user-images.githubusercontent.com/67278339/221426116-0c247a00-c870-4120-9b46-fbd4a1913af2.png)](https://github.com/gh0stzk/dotfiles) 330 | [![gh0stzk](https://camo.githubusercontent.com/4b725b39731e725c5102a9985ffa522613f7fff5560cd8e6c13003abf158f1e5/68747470733a2f2f6769746875622d70726f64756374696f6e2d757365722d61737365742d3632313064662e73332e616d617a6f6e6177732e636f6d2f36373237383333392f3233393432393231332d32643364363261652d336337622d346337612d623530612d3633373531373134356337612e706e67)](https://github.com/gh0stzk/dotfiles) 331 | [![gh0stzk](https://user-images.githubusercontent.com/67278339/221426218-49131fb7-e750-4bee-94a3-f26397760ec8.png)](https://github.com/gh0stzk/dotfiles) 332 | 333 | ### [Gwynsav](https://github.com/Gwynsav/messydots) 334 | 335 | [![Gwynsav](https://github.com/Gwynsav/messydots/raw/main/basicshowcase.png)](https://github.com/Gwynsav/messydots) 336 | 337 | ### [hlissner](https://github.com/hlissner/dotfiles) 338 | 339 | [![hlissner](https://github.com/hlissner/dotfiles/raw/screenshots/alucard/fakebusy.png)](https://github.com/hlissner/dotfiles) 340 | 341 | ### [JakeGinesin](https://github.com/JakeGinesin/dotfiles) 342 | 343 | [![JakeGinesin](https://camo.githubusercontent.com/1d165d2c34f5fd21cdd0627a83b19c01c6ec4b7222375b055648827a0ee783d1/68747470733a2f2f692e696d6775722e636f6d2f50716b344846582e706e67)](https://github.com/JakeGinesin/dotfiles) 344 | [![JakeGinesin](https://camo.githubusercontent.com/1d165d2c34f5fd21cdd0627a83b19c01c6ec4b7222375b055648827a0ee783d1/68747470733a2f2f692e696d6775722e636f6d2f50716b344846582e706e67)](https://github.com/JakeGinesin/dotfiles) 345 | [![JakeGinesin](https://camo.githubusercontent.com/1d165d2c34f5fd21cdd0627a83b19c01c6ec4b7222375b055648827a0ee783d1/68747470733a2f2f692e696d6775722e636f6d2f50716b344846582e706e67)](https://github.com/JakeGinesin/dotfiles) 346 | 347 | ### [justleoo](https://github.com/justleoo/dotfiles) 348 | 349 | [![justleoo](https://github.com/justleoo/dotfiles/raw/bspwm-everblush/.github/assets/rice1.png)](https://github.com/justleoo/dotfiles) 350 | 351 | ### [kabinspace](https://github.com/kabinspace/dotfiles) 352 | 353 | [![kabinspace](https://github.com/kabinspace/dotfiles/blob/master/.github/assets/preview.jpg?raw=true)](https://github.com/kabinspace/dotfiles) 354 | 355 | ### [Narmis-E](https://github.com/Narmis-E/bspwm-catppuccin) 356 | 357 | [![Narmis-E](https://github.com/Narmis-E/bspwm-catppuccin/blob/main/images/rice-complete.png?raw=true)](https://github.com/Narmis-E/bspwm-catppuccin) 358 | 359 | ### [onlyvip](https://github.com/onlyvip/dopedots) 360 | 361 | [![onlyvip](https://github.com/onlyvip/dopedots/raw/master/.screenshot/1.png)](https://github.com/onlyvip/dopedots) 362 | [![onlyvip](https://github.com/onlyvip/dopedots/raw/master/.screenshot/3.png)](https://github.com/onlyvip/dopedots) 363 | 364 | ### [probe2k](https://github.com/probe2k/bspwm_rice) 365 | 366 | [![probe2k](https://camo.githubusercontent.com/3227d6a4b2ed720522f7f0882f581b2dcfb46505d9eee1e36bdd3f57f1ac71f4/68747470733a2f2f692e726564642e69742f3533377a7366786d34376837312e706e67)](https://github.com/probe2k/bspwm_rice) 367 | [![probe2k](https://camo.githubusercontent.com/3227d6a4b2ed720522f7f0882f581b2dcfb46505d9eee1e36bdd3f57f1ac71f4/68747470733a2f2f692e726564642e69742f3533377a7366786d34376837312e706e67)](https://github.com/probe2k/bspwm_rice) 368 | [![probe2k](https://camo.githubusercontent.com/3227d6a4b2ed720522f7f0882f581b2dcfb46505d9eee1e36bdd3f57f1ac71f4/68747470733a2f2f692e726564642e69742f3533377a7366786d34376837312e706e67)](https://github.com/probe2k/bspwm_rice) 369 | 370 | ### [rklyz](https://github.com/rklyz/.files) 371 | 372 | [![rklyz](https://github.com/N3k0Ch4n/.files/raw/main/screenshot.png)](https://github.com/rklyz/.files) 373 | 374 | ### [Sinomor](https://github.com/Sinomor/dots) 375 | 376 | [![Sinomor](https://github.com/Sinomor/dots/raw/main/extra/screenshots/1.png)](https://github.com/Sinomor/dots) 377 | 378 | ### [Sophed](https://github.com/Sophed/dotfiles) 379 | 380 | [![Sophed](https://github.com/Sophed/dotfiles/raw/main/Assets/screenshot.png)](https://github.com/Sophed/dotfiles) 381 | 382 | ### [star-isc](https://github.com/star-isc/Dotfiles) 383 | 384 | [![star-isc](https://user-images.githubusercontent.com/130581941/239658056-41ba8bc6-e7b2-4af7-8a1f-3daf594ef772.png)](https://github.com/star-isc/Dotfiles) 385 | 386 | ### [sudoharun](https://github.com/sudo-harun/dotfiles/tree/main) 387 | 388 | [![sudoharun](https://github.com/sudo-harun/dotfiles/raw/main/assets/retroesque1.png)](https://github.com/sudo-harun/dotfiles/tree/main) 389 | [![sudoharun](https://github.com/sudo-harun/dotfiles/raw/main/assets/gruvbox1.png)](https://github.com/sudo-harun/dotfiles/tree/main) 390 | [![sudoharun](https://github.com/sudo-harun/dotfiles/raw/main/assets/generic1.png)](https://github.com/sudo-harun/dotfiles/tree/main) 391 | 392 | ### [valb-mig](https://github.com/valb-mig/.dotfiles) 393 | 394 | [![valb-mig](https://github.com/valb-mig/.dotfiles/raw/main/.assets/dots.png)](https://github.com/valb-mig/.dotfiles) 395 | 396 | ### [XADE](https://github.com/imxade/dotbin) 397 | 398 | [![XADE](https://codeberg.org/XADE/dotbin/wiki/raw/assets/wall1.png)](https://github.com/imxade/dotbin) 399 | 400 | ## [wahyuwiyoko](https://github.com/wahyuwiyoko/dotfiles) 401 | 402 | [![wahyuwiyoko](https://raw.githubusercontent.com/wahyuwiyoko/dotfiles/main/screenshots/bspwm.png)](https://github.com/wahyuwiyoko/dotfiles) 403 | 404 | ### [Weirdchupacabra](https://github.com/Weirdchupacabra/void-dotfiles) 405 | 406 | [![Weirdchupacabra](https://user-images.githubusercontent.com/107323289/237520032-cbca0d7f-517a-4d66-82f4-23c9261d3d44.png)](https://github.com/Weirdchupacabra/void-dotfiles) 407 | 408 | ### [zoddDev](https://github.com/zoddDev/dotfiles) 409 | 410 | [![zoddDev](https://github.com/zodd18/Horizon/raw/master/screenshot.png)](https://github.com/zoddDev/dotfiles) 411 | [![zoddDev](https://github.com/zoddDev/Nord/raw/master/screenshot.png)](https://github.com/zoddDev/dotfiles) 412 | [![zoddDev](https://github.com/zodd18/Forest/raw/master/screenshot.png)](https://github.com/zoddDev/dotfiles) 413 | [![zoddDev](https://github.com/zodd18/Doombox/raw/master/screenshot.png)](https://github.com/zoddDev/dotfiles) 414 | [![zoddDev](https://github.com/zoddDev/GruvboxMaterial/raw/main/screenshot.png)](https://github.com/zoddDev/dotfiles) 415 | [![zoddDev](https://github.com/zodd18/PinkNord/raw/master/screenshot.png)](https://github.com/zoddDev/dotfiles) 416 | [![zoddDev](https://github.com/zodd18/SolarizedDark/raw/master/screenshot.png)](https://github.com/zoddDev/dotfiles) 417 | [![zoddDev](https://github.com/zodd18/Gruvbox/raw/master/screenshot.png)](https://github.com/zoddDev/dotfiles) 418 | [![zoddDev](https://github.com/zoddDev/Dracula/raw/main/screenshot_.png)](https://github.com/zoddDev/dotfiles) 419 | [![zoddDev](https://github.com/zoddDev/Ayu/raw/master/screenshot.png)](https://github.com/zoddDev/dotfiles) 420 | 421 | ## Cinnamon 422 | 423 | ### [SpreadiesInSpace](https://github.com/SpreadiesInSpace/cinnamon-dotfiles/tree/main) 424 | 425 | 426 | [![SpreadiesInSpace](https://github.com/SpreadiesInSpace/cinnamon-dotfiles/blob/main/screenshots/CinnamonGruvbox2024.png?raw=true)](https://github.com/SpreadiesInSpace/cinnamon-dotfiles/tree/main) 427 | 428 | ## DkWM 429 | 430 | ### [AlphaTechnolog](https://github.com/AlphaTechnolog/dotfiles/tree/dkwm) 431 | 432 | [![AlphaTechnolog](https://github.com/AlphaTechnolog/dotfiles/raw/dkwm/.github/assets/banner.png)](https://github.com/AlphaTechnolog/dotfiles/tree/dkwm) 433 | 434 | ## dwm 435 | 436 | ### [AlphaTechnolog](https://github.com/AlphaTechnolog/dotfiles/tree/dwm) 437 | 438 | [![AlphaTechnolog](https://github.com/AlphaTechnolog/dotfiles/raw/dwm/.github/assets/banner.png)](https://github.com/AlphaTechnolog/dotfiles/tree/dwm) 439 | 440 | ### [juacq97](https://github.com/juacq97/dotfiles) 441 | 442 | [![juacq97](https://github.com/juacq97/dotfiles/raw/master/screenshot.png)](https://github.com/juacq97/dotfiles) 443 | 444 | ### [nxb1t](https://github.com/nxb1t/dwm-dots) 445 | 446 | [![nxb1t](https://user-images.githubusercontent.com/95064572/230124343-e46c7145-53ba-40e2-8049-856f6713b07c.png)](https://github.com/nxb1t/dwm-dots) 447 | 448 | ### [raihanadf](https://github.com/raihanadf/dotfiles) 449 | 450 | [![raihanadf](https://github.com/raihanadf/dotfiles/raw/main/config/screenshot.png)](https://github.com/raihanadf/dotfiles) 451 | 452 | ### [seeingangelz](https://github.com/seeingangelz/dotfiles) 453 | 454 | [![seeingangelz](https://user-images.githubusercontent.com/123886904/252125154-ecf02580-1666-487d-ae65-046b6e053dd1.png)](https://github.com/seeingangelz/dotfiles) 455 | 456 | ## Gnome 457 | 458 | ### [1amSimp1e](https://github.com/1amSimp1e/dots) 459 | 460 | [![1amSimp1e](https://raw.githubusercontent.com/iamverysimp1e/dots/main/ScreenShots/Gnome_Rice/Rice1.png)](https://github.com/1amSimp1e/dots) 461 | [![1amSimp1e](https://raw.githubusercontent.com/iamverysimp1e/dots/main/ScreenShots/Gnome_Rice/Rice2.png)](https://github.com/1amSimp1e/dots) 462 | [![1amSimp1e](https://raw.githubusercontent.com/iamverysimp1e/dots/main/ScreenShots/Gnome_Rice/Rice3.png)](https://github.com/1amSimp1e/dots) 463 | 464 | ### [AviVarma](https://github.com/AviVarma/Dotfiles) 465 | 466 | [![AviVarma](https://github.com/AviVarma/Dotfiles/raw/main/images/Catppuccin-Mocha.png)](https://github.com/AviVarma/Dotfiles) 467 | 468 | ### [Comiclyy](https://github.com/Comiclyy/dotfiles/tree/dotfiles-gnome) 469 | 470 | [![Comiclyy](https://raw.githubusercontent.com/Comicly69/dotfiles/main/assets/screenza.png)](https://github.com/Comiclyy/dotfiles/tree/dotfiles-gnome) 471 | 472 | ### [GabrielTenma](https://github.com/GabrielTenma/dotfiles-gnm) 473 | 474 | [![GabrielTenma](https://raw.githubusercontent.com/GabrielTenma/dotfiles-gnm/theme-graphitedark/.assets/desktop-1.png)](https://github.com/GabrielTenma/dotfiles-gnm) 475 | [![GabrielTenma](https://raw.githubusercontent.com/GabrielTenma/dotfiles-gnm/theme-graphitedark/.assets/desktop-2.png)](https://github.com/GabrielTenma/dotfiles-gnm) 476 | 477 | ### [NeuronSooup](https://github.com/NeuronSooup/Gnome-topbar-le-dots) 478 | 479 | [![NeuronSooup](https://github.com/NeuronSooup/Gnome-topbar-le-dots/assets/97825131/bc21f274-34dd-4260-8b03-42f4461da8d1)](https://github.com/NeuronSooup/Gnome-topbar-le-dots) 480 | 481 | ### [slashedzer0](https://github.com/slashedzer0/nobara-dotfiles) 482 | 483 | [![slashedzer0](https://github.com/slashedzer0/nobara-dotfiles/raw/catppuccin/assets/floating.png)](https://github.com/slashedzer0/nobara-dotfiles) 484 | 485 | ## Herbstluftwm 486 | 487 | ### [breddie-normie](https://github.com/breddie-normie/dotfiles) 488 | 489 | [![breddie-normie](https://user-images.githubusercontent.com/127048853/227787358-37112254-2e5c-4c4e-97f8-0ae542073477.png)](https://github.com/breddie-normie/dotfiles) 490 | 491 | ### [nuxshed](https://github.com/nuxshed/dotfiles) 492 | 493 | [![nuxshed](https://github.com/nuxshed/dotfiles/raw/main/rice.png)](https://github.com/nuxshed/dotfiles) 494 | 495 | ### [scourii](https://github.com/scourii/.dotfiles/tree/main) 496 | 497 | [![scourii](https://user-images.githubusercontent.com/64178604/119293177-dba58d00-bc1f-11eb-9f8c-33b4a0626d50.png)](https://github.com/scourii/.dotfiles/tree/main) 498 | [![scourii](https://user-images.githubusercontent.com/64178604/119293263-0b549500-bc20-11eb-8a50-8f1fff58518d.png)](https://github.com/scourii/.dotfiles/tree/main) 499 | [![scourii](https://user-images.githubusercontent.com/64178604/119293354-3f2fba80-bc20-11eb-865a-5ba0191b4fc2.png)](https://github.com/scourii/.dotfiles/tree/main) 500 | 501 | 502 | ## Hyprland 503 | 504 | ### [1amSimp1e](https://github.com/1amSimp1e/dots) 505 | 506 | [![1amSimp1e](https://raw.githubusercontent.com/iamverysimp1e/dots/late-night-%F0%9F%8C%83/ScreenShots/HyprLand/preview.png)](https://github.com/1amSimp1e/dots) 507 | [![1amSimp1e](https://raw.githubusercontent.com/1amSimp1e/dots/balcony%F0%9F%9A%8A/ScreenShots/HyprLand/Rice.png)](https://github.com/1amSimp1e/dots) 508 | 509 | ### [AdiKsOnDev](https://github.com/AdiKsOnDev/HyprValley) 510 | 511 | [![AdiKsOnDev](https://github.com/AdiKsOnDev/HyprValley/assets/80326762/93be8d91-9f4b-416f-b622-d4719de4a926)](https://github.com/AdiKsOnDev/HyprValley) 512 | [![AdiKsOnDev](https://github.com/AdiKsOnDev/HyprValley/assets/80326762/11d06e28-f7b3-4cf1-98e9-a233a3c2d0f7)](https://github.com/AdiKsOnDev/HyprValley) 513 | [![AdiKsOnDev](https://github.com/AdiKsOnDev/HyprValley/assets/80326762/6c45a90d-fd4d-419e-98da-52aa73ac4f01)](https://github.com/AdiKsOnDev/HyprValley) 514 | [![AdiKsOnDev](https://github.com/AdiKsOnDev/HyprValley/assets/80326762/84a2f0b1-a922-413f-b7c8-c03e56d83458)](https://github.com/AdiKsOnDev/HyprValley) 515 | 516 | ### [cafreo](https://github.com/cafreo/hyprland-intergalactic) 517 | 518 | [![cafreo](https://github.com/cafreo/hyprland-intergalactic/raw/main/screenshots/screenshot2.png)](https://github.com/cafreo/hyprland-intergalactic) 519 | 520 | ### [command-z-z](https://github.com/command-z-z/Arch-dotfiles) 521 | 522 | [![command-z-z](https://github.com/command-z-z/Arch-dotfiles/raw/main/asserts/img1.png)](https://github.com/command-z-z/Arch-dotfiles) 523 | 524 | ### [conrad-mo](https://github.com/conrad-mo/hyprland-dot) 525 | 526 | [![conrad-mo](https://github.com/conrad-mo/hyprland-dot/raw/piano/screenshot.png?raw=true)](https://github.com/conrad-mo/hyprland-dot) 527 | 528 | ### [dankdezpair](https://github.com/dankdezpair/hypr.files-V2) 529 | 530 | [![dankdezpair](https://user-images.githubusercontent.com/55618993/240282779-89ad1f68-1e9a-4c46-b3d0-3b3a43d4b9b8.png)](https://github.com/dankdezpair/hypr.files-V2) 531 | [![dankdezpair](https://user-images.githubusercontent.com/55618993/240282820-26096051-2daf-407b-a075-89c120c6c1db.png)](https://github.com/dankdezpair/hypr.files-V2) 532 | 533 | ### [debuggyo](https://github.com/debuggyo/dots) 534 | 535 | [![debuggyo](https://user-images.githubusercontent.com/96699361/282233240-fe1c7636-acc9-4822-8823-7104d7f50d38.png)](https://github.com/debuggyo/hyprdots) 536 | 537 | ### [dragoshr1234](https://github.com/dragoshr1234/hyprland-rotaru) 538 | 539 | [![dragoshr1234](https://user-images.githubusercontent.com/23416091/238871442-fa00eec6-1874-43d3-b884-e900db80093b.png)](https://github.com/dragoshr1234/hyprland-rotaru) 540 | 541 | ### [end-4](https://github.com/end-4/dots-hyprland/) 542 | 543 | [![end-4](https://end-4.github.io/dots-hyprland-wiki/screenshots/n-k.1.png)](https://github.com/end-4/dots-hyprland/) 544 | [![end-4](https://end-4.github.io/dots-hyprland-wiki/screenshots/hybrid.1.png)](https://github.com/end-4/dots-hyprland/) 545 | [![end-4](https://end-4.github.io/dots-hyprland-wiki/screenshots/windoes.1.png)](https://github.com/end-4/dots-hyprland/) 546 | 547 | ### [h1tarxeth](https://github.com/h1tarxeth/Dots_infinity_horizon) 548 | 549 | [![h1tarxeth](https://github.com/h1tarxeth/Dots/raw/main/images/1.jpeg)](https://github.com/h1tarxeth/Dots_infinity_horizon) 550 | [![h1tarxeth](https://github.com/h1tarxeth/Dots/raw/main/images/2.jpeg)](https://github.com/h1tarxeth/Dots_infinity_horizon) 551 | [![h1tarxeth](https://github.com/h1tarxeth/Dots/raw/main/images/3.jpeg)](https://github.com/h1tarxeth/Dots_infinity_horizon) 552 | [![h1tarxeth](https://github.com/h1tarxeth/Dots/raw/main/images/4.jpeg)](https://github.com/h1tarxeth/Dots_infinity_horizon) 553 | [![h1tarxeth](https://github.com/h1tarxeth/Dots/raw/main/images/5.jpeg)](https://github.com/h1tarxeth/Dots_infinity_horizon) 554 | 555 | 556 | ### [HeinzDev](https://github.com/HeinzDev/Hyprland-dotfiles) 557 | 558 | [![HeinzDev](https://camo.githubusercontent.com/a9c95046614dd2fd6c86bbb7f64ec1f609daf0fa2c0e7dad0797577b3a0a640d/68747470733a2f2f692e696d6775722e636f6d2f53345854305a462e706e67)](https://github.com/HeinzDev/Hyprland-dotfiles) 559 | [![HeinzDev](https://camo.githubusercontent.com/21fef46fd231d57c456c74519e651efd7b9b5a7c01caa726b789545716a7b155/68747470733a2f2f692e696d6775722e636f6d2f304c7134724f652e706e67)](https://github.com/HeinzDev/Hyprland-dotfiles) 560 | 561 | ### [justinlime](https://github.com/justinlime/dotfiles) 562 | [![justinlime](https://camo.githubusercontent.com/b2bcdbd29d32ef78f3268690039296c8df493dce5a9c485364c8b3608c6bd4e8/68747470733a2f2f696d6775722e636f6d2f4273576b58437a2e706e67)](https://github.com/justinlime/dotfiles) 563 | [![justinlime](https://camo.githubusercontent.com/a59a4f9b6d9176c0661e6032571195556167561f12be9b8f680ea4c13e07021a/68747470733a2f2f696d6775722e636f6d2f463467475271612e706e67)](https://github.com/justinlime/dotfiles) 564 | [![justinlime](https://camo.githubusercontent.com/79b7556d440063a0436307dc18a9a2b0e0fee9e16df852ccb73328853abaea5f/68747470733a2f2f696d6775722e636f6d2f30306d4b4647592e706e67)](https://github.com/justinlime/dotfiles) 565 | 566 | 567 | ### [Knightfall01](https://github.com/Knightfall01/Hyprland-i3/tree/master) 568 | 569 | [![Knightfall01](https://github.com/Knightfall01/Hyprland-i3/raw/master/assets/ImagesShowcase.png)](https://github.com/Knightfall01/Hyprland-i3/tree/master) 570 | [![Knightfall01](https://user-images.githubusercontent.com/107239398/218796171-0a421c4d-6ea4-42e2-8203-f8942f3df8b0.png)](https://github.com/Knightfall01/Hyprland-i3/tree/master) 571 | [![Knightfall01](https://user-images.githubusercontent.com/107239398/219070968-a5e11084-dcf9-4cdf-885d-eb59ef96f005.png)](https://github.com/Knightfall01/Hyprland-i3/tree/master) 572 | 573 | ### [MathisP75](https://github.com/MathisP75/summer-day-and-night) 574 | 575 | [![MathisP75](https://github.com/MathisP75/summer-day-and-night/raw/main/screenshots/day-night.png)](https://github.com/MathisP75/summer-day-and-night) 576 | 577 | ### [MaxMur](https://github.com/TheMaxMur/NixOS-Configuration) 578 | 579 | [![MaxMur](https://github.com/TheMaxMur/NixOS-Configuration/blob/master/assets/github/desktop0.png)](https://github.com/TheMaxMur/NixOS-Configuration) 580 | 581 | ### [maxtaran2010](https://github.com/maxtaran2010/hyprland-rice) 582 | 583 | [![maxtaran2010](https://github.com/maxtaran2010/hyprland-rice/raw/main/2023-07-07-193611_hyprshot.png)](https://github.com/maxtaran2010/hyprland-rice) 584 | 585 | ### [Narmis-E](https://github.com/Narmis-E/hyprland-dots) 586 | 587 | [![Narmis-E](https://user-images.githubusercontent.com/109248529/230755089-6eb99aa0-2015-4ba4-b06c-8b60ab06b934.png)](https://github.com/Narmis-E/hyprland-dots) 588 | [![Narmis-E](https://github.com/Narmis-E/hyprland-dots/raw/main/tokyonight/images/rice.png)](https://github.com/Narmis-E/hyprland-dots) 589 | [![Narmis-E](https://user-images.githubusercontent.com/109248529/221400035-32215c77-6bc4-4779-b318-4b7d46604a7e.png)](https://github.com/Narmis-E/hyprland-dots) 590 | 591 | ### [ozwaldorf](https://github.com/ozwaldorf/dotfiles) 592 | 593 | [![ozwaldorf](https://user-images.githubusercontent.com/8976745/249312484-3d8f346c-781e-478b-b7cc-2aab2b7b856d.png)](https://github.com/ozwaldorf/dotfiles) 594 | 595 | ### [prasanthrangan](https://github.com/prasanthrangan/hyprdots) 596 | 597 | [![prasanthrangan](https://raw.githubusercontent.com/prasanthrangan/hyprdots/main/Source/assets/theme_mocha_1.png)](https://github.com/prasanthrangan/hyprdots) 598 | [![prasanthrangan](https://raw.githubusercontent.com/prasanthrangan/hyprdots/main/Source/assets/theme_latte_1.png)](https://github.com/prasanthrangan/hyprdots) 599 | [![prasanthrangan](https://raw.githubusercontent.com/prasanthrangan/hyprdots/main/Source/assets/theme_decay_1.png)](https://github.com/prasanthrangan/hyprdots) 600 | [![prasanthrangan](https://raw.githubusercontent.com/prasanthrangan/hyprdots/main/Source/assets/theme_rosine_1.png)](https://github.com/prasanthrangan/hyprdots) 601 | [![prasanthrangan](https://raw.githubusercontent.com/prasanthrangan/hyprdots/main/Source/assets/theme_tokyo_1.png)](https://github.com/prasanthrangan/hyprdots) 602 | [![prasanthrangan](https://raw.githubusercontent.com/prasanthrangan/hyprdots/main/Source/assets/theme_maura_1.png)](https://github.com/prasanthrangan/hyprdots) 603 | [![prasanthrangan](https://raw.githubusercontent.com/prasanthrangan/hyprdots/main/Source/assets/theme_graph_1.png)](https://github.com/prasanthrangan/hyprdots) 604 | [![prasanthrangan](https://raw.githubusercontent.com/prasanthrangan/hyprdots/main/Source/assets/theme_cedge_1.png)](https://github.com/prasanthrangan/hyprdots) 605 | 606 | ### [qxb3](https://github.com/qxb3/gruvbox.hypr) 607 | 608 | [![qxb3](https://raw.githubusercontent.com/qxb3/gruvbox.hypr/yume/repo/1.png)](https://github.com/qxb3/gruvbox.hypr/tree/yume) 609 | [![qxb3](https://raw.githubusercontent.com/qxb3/gruvbox.hypr/yume/repo/2.png)](https://github.com/qxb3/gruvbox.hypr/tree/yume) 610 | [![qxb3](https://raw.githubusercontent.com/qxb3/gruvbox.hypr/yume/repo/3.png)](https://github.com/qxb3/gruvbox.hypr/tree/yume) 611 | [![qxb3](https://raw.githubusercontent.com/qxb3/gruvbox.hypr/yume/repo/4.png)](https://github.com/qxb3/gruvbox.hypr/tree/yume) 612 | [![qxb3](https://raw.githubusercontent.com/qxb3/gruvbox.hypr/groove/repo/1.png)](https://github.com/qxb3/gruvbox.hypr/tree/groove) 613 | [![qxb3](https://raw.githubusercontent.com/qxb3/gruvbox.hypr/groove/repo/4.png)](https://github.com/qxb3/gruvbox.hypr/tree/groove) 614 | [![qxb3](https://raw.githubusercontent.com/qxb3/gruvbox.hypr/groove/repo/8.png)](https://github.com/qxb3/gruvbox.hypr/tree/groove) 615 | [![qxb3](https://raw.githubusercontent.com/qxb3/gruvbox.hypr/groove/repo/9.png)](https://github.com/qxb3/gruvbox.hypr/tree/groove) 616 | [![qxb3](https://raw.githubusercontent.com/qxb3/gruvbox.hypr/vim_styled/repo/1.png)](https://github.com/qxb3/gruvbox.hypr/tree/vim_styled) 617 | [![qxb3](https://raw.githubusercontent.com/qxb3/gruvbox.hypr/vim_styled/repo/2.png)](https://github.com/qxb3/gruvbox.hypr/tree/vim_styled) 618 | [![qxb3](https://raw.githubusercontent.com/qxb3/gruvbox.hypr/vim_styled/repo/3.png)](https://github.com/qxb3/gruvbox.hypr/tree/vim_styled) 619 | [![qxb3](https://raw.githubusercontent.com/qxb3/gruvbox.hypr/vim_styled/repo/4.png)](https://github.com/qxb3/gruvbox.hypr/tree/vim_styled) 620 | [![qxb3](https://raw.githubusercontent.com/qxb3/gruvbox.hypr/vim_styled/repo/5.png)](https://github.com/qxb3/gruvbox.hypr/tree/vim_styled) 621 | 622 | ### [Redyf](https://github.com/Redyf/nixdots) 623 | 624 | [![Redyf](https://camo.githubusercontent.com/260db20bf3893543d226eeae330aa5ebfb8961896cb418a5f7e1e8ea70de83ba/68747470733a2f2f63646e2e646973636f72646170702e636f6d2f6174746163686d656e74732f3933333731313936373231373132333431312f313135353230303032363438363738303030352f726963652e706e67)](https://github.com/Redyf/nixdots) 625 | 626 | ### [RumiAxolotl](https://github.com/RumiAxolotl/hyprland-config) 627 | 628 | [![RumiAxolotl](https://github.com/RumiAxolotl/hyprland-config/raw/main/Screenshot1.png)](https://github.com/RumiAxolotl/hyprland-config) 629 | [![RumiAxolotl](https://github.com/RumiAxolotl/hyprland-config/raw/main/Screenshot2.png)](https://github.com/RumiAxolotl/hyprland-config) 630 | 631 | ### [SHTRAMPANTUNC](https://github.com/SHTRAMPANTUNC/MyNixOS) 632 | 633 | [![SHTRAMPANTUNC](https://github.com/SHTRAMPANTUNC/MyNixOS/blob/main/assets/preview.png)](https://github.com/SHTRAMPANTUNC/MyNixOS) 634 | 635 | ### [shub39](https://github.com/shub39/dotfiles) 636 | [![shub39](https://github.com/shub39/dotfiles/raw/main/screenshots/1.png)](https://github.com/shub39/dotfiles) 637 | [![shub39](https://github.com/shub39/dotfiles/raw/main/screenshots/2.png)](https://github.com/shub39/dotfiles) 638 | [![shub39](https://github.com/shub39/dotfiles/raw/main/screenshots/3.png)](https://github.com/shub39/dotfiles) 639 | [![shub39](https://github.com/shub39/dotfiles/raw/main/screenshots/4.png)](https://github.com/shub39/dotfiles) 640 | 641 | ### [Spagett1](https://github.com/Spagett1/dotfiles) 642 | 643 | [![Spagett1](https://user-images.githubusercontent.com/77225642/240519760-99e2d1be-cc6d-42e6-a025-e39cbcf4ff3b.png)](https://github.com/Spagett1/dotfiles) 644 | 645 | ### [Stetsed](https://github.com/Stetsed/.dotfiles) 646 | 647 | [![Stetsed](https://github.com/Stetsed/.dotfiles/raw/main/.bin/show/extra/firefox.png)](https://github.com/Stetsed/.dotfiles) 648 | 649 | ### [Yorubae](https://github.com/Yorubae/wayland-dotfiles) 650 | 651 | [![Yorubae](https://github.com/Yorubae/wayland-dotfiles/raw/main/preview/ss4.png)](https://github.com/Yorubae/wayland-dotfiles) 652 | 653 | ### [Lonewolf4713](https://github.com/LoneWolf4713/aeronix-dotfiles) 654 | [![LoneWolf4713](https://i.imgur.com/GRsMD0R.png)](https://github.com/LoneWolf4713/aeronix-dotfiles) 655 | [![LoneWolf4713](https://i.imgur.com/vJGFQl0.png)](https://github.com/LoneWolf4713/aeronix-dotfiles) 656 | [![LoneWolf4713](https://i.imgur.com/EpQVw39.png)](https://github.com/LoneWolf4713/aeronix-dotfiles) 657 | [![LoneWolf4713](https://i.imgur.com/mWrGOX7.png)](https://github.com/LoneWolf4713/aeronix-dotfiles) 658 | 659 | ### [Lonewolf4713](https://github.com/LoneWolf4713/seraphic.dotfiles) 660 | [![LoneWolf4713](https://i.imgur.com/eTHIX37.gif)](https://github.com/LoneWolf4713/seraphic.dotfiles) 661 | [![LoneWolf4713](https://i.imgur.com/CmAtp5N.png)](https://github.com/LoneWolf4713/seraphic.dotfiles) 662 | [![LoneWolf4713](https://i.imgur.com/GzBBlOk.png)](https://github.com/LoneWolf4713/seraphic.dotfiles) 663 | [![LoneWolf4713](https://i.imgur.com/pAHJ642.gif)](https://github.com/LoneWolf4713/seraphic.dotfiles) 664 | 665 | ### [Lonewolf4713](https://github.com/LoneWolf4713/blue-monday.dots) 666 | [![LoneWolf4713](https://i.imgur.com/jueMHR9.png)](https://github.com/LoneWolf4713/blue-monday.dots) 667 | [![LoneWolf4713](https://i.imgur.com/n1xErEU.png)](https://github.com/LoneWolf4713/blue-monday.dots) 668 | [![LoneWolf4713](https://i.imgur.com/NfqSiEa.png)](https://github.com/LoneWolf4713/blue-monday.dots) 669 | 670 | ### [Lonewolf4713](https://github.com/LoneWolf4713/auspicious-dots) 671 | [![LoneWolf4713](https://i.imgur.com/2GHSpXr.png)](https://github.com/LoneWolf4713/auspicious-dots) 672 | [![LoneWolf4713](https://i.imgur.com/66rlfYd.png)](https://github.com/LoneWolf4713/auspicious-dots) 673 | [![LoneWolf4713](https://i.imgur.com/iuRoI4O.png)](https://github.com/LoneWolf4713/auspicious-dots) 674 | 675 | 676 | 677 | ## i3wm 678 | 679 | ### [b1337xyz](https://github.com/b1337xyz/config/tree/xp) 680 | 681 | [![b1337xyz](https://github.com/b1337xyz/config/raw/xp/screenshot.jpg)](https://github.com/b1337xyz/config/tree/xp) 682 | 683 | ### [BIBJAW](https://github.com/BIBJAW/Final_Rice) 684 | 685 | [![BIBJAW](https://github.com/BIBJAW/i3-gruvbox/raw/main/screenshots/desktop.png)](https://github.com/BIBJAW/Final_Rice) 686 | 687 | ### [bibjaw99](https://github.com/bibjaw99/workstation) 688 | 689 | [![bibjaw99](https://github.com/bibjaw99/workstation/raw/master/screenshots/i3.png?raw=true)](https://github.com/bibjaw99/workstation) 690 | [![bibjaw99](https://github.com/bibjaw99/workstation/raw/master/screenshots/artix.png?raw=true)](https://github.com/bibjaw99/workstation) 691 | [![bibjaw99](https://github.com/bibjaw99/workstation/raw/master/screenshots/polybar_block.png?raw=true)](https://github.com/bibjaw99/workstation) 692 | [![bibjaw99](https://github.com/bibjaw99/workstation/raw/master/screenshots/gruvbox.png?raw=true)](https://github.com/bibjaw99/workstation) 693 | [![bibjaw99](https://github.com/bibjaw99/workstation/raw/master/screenshots/rofi.png?raw=true)](https://github.com/bibjaw99/workstation) 694 | 695 | ### [Blxckmage](https://github.com/Blxckmage/dotfiles) 696 | 697 | [![Blxckmage](https://github.com/Blxckmage/dotfiles/blob/main/.assets/picture-1.png?raw=true)](https://github.com/Blxckmage/dotfiles) 698 | 699 | ### [bryant-the-coder](https://github.com/bryant-the-coder/dotfiles) 700 | 701 | [![bryant-the-coder](https://user-images.githubusercontent.com/92417638/192753856-be6e4fc3-fea9-49ff-a947-35fad8f624ab.png)](https://github.com/bryant-the-coder/dotfiles) 702 | 703 | ### [fathulfahmy](https://github.com/fathulfahmy/dotfiles-linux/) 704 | 705 | [![fathulfahmy](https://github.com/fathulfahmy/dotfiles-linux/raw/main/assets/screenshots/xfce-showcase.png)](https://github.com/fathulfahmy/dotfiles-linux/) 706 | 707 | ### [monte0x00](https://github.com/monte0x00/i3-dotfiles) 708 | [![monte0x00](https://github.com/monte0x00/i3-dotfiles/blob/main/screenshot1.png)](https://github.com/monte0x00/i3-dotfiles) 709 | [![monte0x00](https://github.com/monte0x00/i3-dotfiles/blob/main/screenshot2.png)](https://github.com/monte0x00/i3-dotfiles) 710 | [![monte0x00](https://github.com/monte0x00/i3-dotfiles/blob/main/wp.png)](https://github.com/monte0x00/i3-dotfiles) 711 | 712 | ### [sommaa](https://github.com/sommaa/Mantis) 713 | 714 | [![sommaa](https://user-images.githubusercontent.com/120776791/229539421-8e6aad53-e68e-4bc5-88d9-16ae9c0a3f44.png)](https://github.com/sommaa/Mantis) 715 | 716 | ### [SunoBB](https://github.com/SunoBB/dot) 717 | 718 | [![SunoBB](https://github.com/SunoBB/dot/raw/main/background/preview/_028.jpg)](https://github.com/SunoBB/dot) 719 | 720 | ### [TKK13909](https://github.com/TKK13909/dotfiles) 721 | 722 | [![TKK13909](https://github.com/TKK13909/dotfiles/raw/main/screens/screen4.png)](https://github.com/TKK13909/dotfiles) 723 | 724 | ### [Vallen217](https://github.com/Vallen217/dotfiles) 725 | 726 | [![Vallen217](https://github.com/Vallen217/dotfiles/raw/main/screenshots/desktop.png?raw=true)](https://github.com/Vallen217/dotfiles) 727 | [![Vallen217](https://github.com/Vallen217/dotfiles/raw/main/screenshots/neovim_1.png?raw=true)](https://github.com/Vallen217/dotfiles) 728 | [![Vallen217](https://github.com/Vallen217/dotfiles/raw/main/screenshots/misc.png?raw=true)](https://github.com/Vallen217/dotfiles) 729 | 730 | 731 | ### [wahyuwiyoko](https://github.com/wahyuwiyoko/dotfiles) 732 | 733 | [![wahyuwiyoko](https://raw.githubusercontent.com/wahyuwiyoko/dotfiles/main/screenshots/i3.png)](https://github.com/wahyuwiyoko/dotfiles) 734 | 735 | ### [zemmsoares](https://github.com/zemmsoares/.dotfiles) 736 | 737 | [![zemmsoares](https://github.com/zemmsoares/.dotfiles/raw/master/screenshot.png)](https://github.com/zemmsoares/.dotfiles) 738 | 739 | ## KDE 740 | 741 | ### [ComplexPlatform](https://github.com/ComplexPlatform/KDE-dotfiles) 742 | 743 | [![ComplexPlatform](https://raw.githubusercontent.com/ComplexPlatform/KDE-dotfiles/master/previews/neutral.png)](https://github.com/ComplexPlatform/KDE-dotfiles) 744 | [![ComplexPlatform](https://raw.githubusercontent.com/ComplexPlatform/KDE-dotfiles/master/previews/cherryblossom.png)](https://github.com/ComplexPlatform/KDE-dotfiles) 745 | [![ComplexPlatform](https://raw.githubusercontent.com/ComplexPlatform/KDE-dotfiles/master/previews/urban.png)](https://github.com/ComplexPlatform/KDE-dotfiles) 746 | [![ComplexPlatform](https://raw.githubusercontent.com/ComplexPlatform/KDE-dotfiles/master/previews/flowers.png)](https://github.com/ComplexPlatform/KDE-dotfiles) 747 | [![ComplexPlatform](https://raw.githubusercontent.com/ComplexPlatform/KDE-dotfiles/master/previews/coffee.png)](https://github.com/ComplexPlatform/KDE-dotfiles) 748 | [![ComplexPlatform](https://raw.githubusercontent.com/ComplexPlatform/KDE-dotfiles/master/previews/foggy-mountain.png)](https://github.com/ComplexPlatform/KDE-dotfiles) 749 | 750 | ## LeftWM 751 | 752 | ### [almqv](https://github.com/almqv/dotfiles) 753 | 754 | [![almqv](https://github.com/almqv/dotfiles/raw/master/preview.png)](https://github.com/almqv/dotfiles) 755 | 756 | ## Lightdm 757 | 758 | ### [TheWisker](https://github.com/TheWisker/Shikai) 759 | 760 | [![TheWisker](https://github.com/TheWisker/Shikai/raw/master/assets/screenshots/Screenshot_One.png)](https://github.com/TheWisker/Shikai) 761 | 762 | ## Openbox 763 | 764 | ### [AlphaTechnolog](https://github.com/AlphaTechnolog/dotfiles/tree/openbox) 765 | 766 | [![AlphaTechnolog](https://github.com/AlphaTechnolog/dotfiles/raw/openbox/.github/assets/banner.png)](https://github.com/AlphaTechnolog/dotfiles/tree/openbox) 767 | 768 | ### [Narmis-E](https://github.com/Narmis-E/openbox-everforest) 769 | 770 | [![Narmis-E](https://user-images.githubusercontent.com/109248529/247356751-87386519-cfb3-48d4-9b8d-2976411c8226.png)](https://github.com/Narmis-E/openbox-everforest) 771 | 772 | ### [owl4ce](https://github.com/owl4ce/dotfiles/tree/ng) 773 | 774 | [![owl4ce](https://camo.githubusercontent.com/c60a47f88abe2feeca542044554ef665ac7ed17252b5410f622348d7589249ab/68747470733a2f2f692e696d6775722e636f6d2f377057673476522e6a7067)](https://github.com/owl4ce/dotfiles/tree/ng) 775 | 776 | 777 | ### [YurinDoctrine](https://github.com/YurinDoctrine/.config/tree/artix) 778 | 779 | [![YurinDoctrine](https://github.com/YurinDoctrine/deploy-artix/blob/main/screenshot.png?raw=true)](https://github.com/YurinDoctrine/.config/tree/artix) 780 | 781 | ## Qtile 782 | 783 | ### [Barbaross93](https://github.com/Barbaross93/Nebula) 784 | 785 | [![Barbaross93](https://github.com/Barbaross93/Nebula/raw/main/Scrots/1650648471.png)](https://github.com/Barbaross93/Nebula) 786 | [![Barbaross93](https://github.com/Barbaross93/Nebula/raw/main/Scrots/1650648454.png)](https://github.com/Barbaross93/Nebula) 787 | 788 | ### [Darkkal44](https://github.com/Darkkal44/Cozytile) 789 | 790 | [![Darkkal44](https://github.com/Darkkal44/Cozytile/raw/main/Assets/preview.png)](https://github.com/Darkkal44/Cozytile) 791 | 792 | ### [diegorezm](https://github.com/diegorezm/dotfiles-d/tree/master) 793 | 794 | [![diegorezm](https://github.com/diegorezm/dotfiles_old/raw/master/print.png)](https://github.com/diegorezm/dotfiles-d/tree/master) 795 | 796 | ### [Fluffy-Bean](https://github.com/Fluffy-Bean/dots) 797 | 798 | [![Fluffy-Bean](https://github.com/Fluffy-Bean/dots/raw/main/.github/uwu.png)](https://github.com/Fluffy-Bean/dots) 799 | 800 | ### [gibranlp](https://github.com/gibranlp/QARSlp) 801 | 802 | [![gibranlp](https://github.com/gibranlp/QARSlp/blob/develop/screenshots/QARSlp2.png?raw=true)](https://github.com/gibranlp/QARSlp) 803 | [![gibranlp](https://github.com/gibranlp/QARSlp/blob/develop/screenshots/QARSlp1.png?raw=true)](https://github.com/gibranlp/QARSlp) 804 | [![gibranlp](https://github.com/gibranlp/QARSlp/blob/develop/screenshots/Slash1.png?raw=true)](https://github.com/gibranlp/QARSlp) 805 | 806 | ### [Hamza12700](https://github.com/Hamza12700/DotFiles) 807 | 808 | [![Hamza12700](https://github.com/Hamza12700/DotFiles/raw/main/screenshots/screenshot.png)](https://github.com/Hamza12700/DotFiles) 809 | 810 | ### [shayanaqvi](https://github.com/shayanaqvi/dotfilets) 811 | 812 | [![shayanaqvi](https://github.com/shayanaqvi/dotfilets/raw/main/screenshots/desktop.png)](https://github.com/shayanaqvi/dotfilets) 813 | 814 | ## Riverwm 815 | 816 | ### [theCode-Breaker](https://github.com/theCode-Breaker/riverwm) 817 | 818 | [![theCode-Breaker](https://raw.githubusercontent.com/theCode-Breaker/riverwm/main/screenshots/1.png)](https://github.com/theCode-Breaker/riverwm) 819 | [![theCode-Breaker](https://raw.githubusercontent.com/theCode-Breaker/riverwm/main/screenshots/3.png)](https://github.com/theCode-Breaker/riverwm) 820 | 821 | ## Sway 822 | 823 | ### [eoli3n](https://github.com/eoli3n/dotfiles) 824 | 825 | [![eoli3n](https://github.com/eoli3n/dotfiles/raw/master/screenshots/sway.png)](https://github.com/eoli3n/dotfiles) 826 | 827 | ### [hifinerd](https://github.com/hifinerd/lugia-sway-dots) 828 | 829 | [![hifinerd](https://github.com/hifinerd/lugia-sway-dots/raw/main/lugiasway.png)](https://github.com/hifinerd/lugia-sway-dots) 830 | 831 | ### [KubqoA](https://github.com/KubqoA/dotfiles) 832 | 833 | [![KubqoA](https://github.com/KubqoA/dotfiles/raw/main/hosts/unacorda/screenshots/clean.jpg)](https://github.com/KubqoA/dotfiles) 834 | 835 | ### [RicArch97](https://github.com/RicArch97/nixos-config) 836 | 837 | [![RicArch97](https://user-images.githubusercontent.com/61013287/220374702-6bce9bd2-05cd-4023-8a66-d1c6beb18cb6.png)](https://github.com/RicArch97/nixos-config) 838 | 839 | ### [viperML](https://github.com/viperML/dotfiles) 840 | 841 | [![viperML](https://github.com/viperML/dotfiles/raw/master/misc/img/20230129.png)](https://github.com/viperML/dotfiles) 842 | 843 | ### [wahyuwiyoko](https://github.com/wahyuwiyoko/dotfiles) 844 | 845 | [![wahyuwiyoko](https://raw.githubusercontent.com/wahyuwiyoko/dotfiles/main/screenshots/sway.png)](https://github.com/wahyuwiyoko/dotfiles) 846 | 847 | ### [Lonewolf4713](https://github.com/LoneWolf4713/new-wave) 848 | [![LoneWolf4713](https://i.imgur.com/UB5x5lC.png)](https://github.com/LoneWolf4713/new-wave) 849 | [![LoneWolf4713](https://i.imgur.com/49nAd8F.png)](https://github.com/LoneWolf4713/new-wave) 850 | [![LoneWolf4713](https://i.imgur.com/J0c5YM7.png)](https://github.com/LoneWolf4713/new-wave) 851 | 852 | ## Xfce 853 | 854 | ### [fathulfahmy](https://github.com/fathulfahmy/dotfiles-linux/) 855 | 856 | [![fathulfahmy](https://github.com/fathulfahmy/dotfiles-linux/raw/main/assets/screenshots/xfce-showcase.png)](https://github.com/fathulfahmy/dotfiles-linux/) 857 | 858 | ## Xmonad 859 | 860 | ### [Icy-Thought](https://github.com/Icy-Thought/snowflake) 861 | 862 | [![Icy-Thought](https://github.com/Icy-Thought/snowflake/raw/main/.github/assets/themes/rose-pine/xmonad.png)](https://github.com/Icy-Thought/snowflake) 863 | [![Icy-Thought](https://github.com/Icy-Thought/snowflake/raw/main/.github/assets/themes/rose-pine/neovim.png)](https://github.com/Icy-Thought/snowflake) 864 | 865 | ## Yabai 866 | 867 | ### [command-z-z](https://github.com/command-z-z/dotfiles) 868 | 869 | [![command-z-z](https://github.com/command-z-z/dotfiles/raw/main/img/img1.png)](https://github.com/command-z-z/dotfiles) 870 | [![command-z-z](https://github.com/command-z-z/dotfiles/raw/main/img/img2.png)](https://github.com/command-z-z/dotfiles) 871 | 872 | ### [FelixKratz](https://github.com/FelixKratz/dotfiles) 873 | 874 | [![FelixKratz](https://user-images.githubusercontent.com/22680421/221013836-9c06a95a-d33b-48d0-bf1e-ae72e78eb6a1.png)](https://github.com/FelixKratz/dotfiles) 875 | 876 | ### [tcmmichaelb139](https://github.com/tcmmichaelb139/.dotfiles) 877 | 878 | [![tcmmichaelb139](https://github.com/tcmmichaelb139/.dotfiles/raw/main/assets/desktop-blank.png)](https://github.com/tcmmichaelb139/.dotfiles) 879 | [![tcmmichaelb139](https://github.com/tcmmichaelb139/.dotfiles/raw/main/assets/desktop-full.png)](https://github.com/tcmmichaelb139/.dotfiles) 880 | 881 | ### [ZhongXiLu](https://github.com/ZhongXiLu/dotfiles) 882 | 883 | [![ZhongXiLu](https://user-images.githubusercontent.com/25816683/135727227-9a02917c-a1be-4790-bf46-3a91cbc29453.png)](https://github.com/ZhongXiLu/dotfiles) 884 | [![ZhongXiLu](https://user-images.githubusercontent.com/25816683/135727264-25800513-c2b9-4eb9-ab33-0fd17b6cbcec.png)](https://github.com/ZhongXiLu/dotfiles) 885 | 886 | 887 | 888 | 889 | # Contribute 890 | 891 | We welcome contributions from the community. If you have a unique rice that you'd like to showcase, please refer to our [Contribution Guidelines](CONTRIBUTING.md). 892 | 893 | # License 894 | 895 | To the extent possible under law, Miguel Soares has waived all copyright and related or neighboring rights to this work under the [CC0 1.0 Universal](LICENSE) license. 896 | -------------------------------------------------------------------------------- /assets/awesome-rice-badge.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | -------------------------------------------------------------------------------- /assets/logo.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zemmsoares/awesome-rices/bb7506e89c490b74c5ea6e18b2d37c804438c85f/assets/logo.webp --------------------------------------------------------------------------------