Reno is the second iteration of the AWMTK-powered AwesomeWM config.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

58 lines
2.6 KiB

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. # Reno desktop - awesomewm || ( openbox && xfce )
  2. Reno is an evolution of my previous configuration, https://512mb.org/git/Yessiest/awesome. This time, this bad boy can fit 90% more configuration options, through the use of AWMTK2 (or RenoTK, never really decided on the name).
  3. Through advancements in the ~~science~~ dark magic art of lua metatablery, AWMTK2 makes it possible to create complex and visually rich themes, while mainting relatively low memory footprint.
  4. Thanks to the ethically questionable decision of employing JSON to Widget Layout conversion, this desktop allows for customization of panels, context menus, lock screens, and other widget containers of various sizes and shapes.
  5. ## Screenshots
  6. #### Current default theme, Reno98
  7. ![Totally not windows 98 trust me it's legally distinct](https://512mb.org/git/Yessiest/reno/raw/branch/master/extra/screenshots/reno98.png)
  8. #### An iteration on the look of Ubuntu with Ambiance theme
  9. ![Totally not ubuntu guys this how can't you see that](https://512mb.org/git/Yessiest/reno/raw/branch/master/extra/screenshots/unity.png)
  10. ## Installation
  11. The installation process is not much different from the previous iteration, except this time the window manager does not crash if you don't install luapam. Instead, the lock widget will simply refuse to operate.
  12. 1. `git clone` the repository to your .config folder
  13. 2. Rename `reno` folder to `awesome`
  14. 3. Install AwesomeWM (version 4.3 as of right now)
  15. 4. (Optional) Read additional installation steps in `extra/README.md`
  16. ## Keybindings and user guide
  17. - press win+s
  18. - read extra/README.md
  19. - enjoy
  20. ## Roadmap
  21. - [x] Port widgets from original config to AWMTK2
  22. - [x] Finish Reno98 theme
  23. - [ ] Add a GTK configuration app
  24. - [x] Port Ubuntu themes from original config to AWMTK2
  25. - [ ] Release docs and recommendations for theme and widget creation
  26. - [x] De-hardcode keybinding system
  27. ## License
  28. ```
  29. Reno98 desktop - a flexible awesomewm config
  30. Copyright (C) 2022 yessiest (yessiest@memeware.net)
  31. This program is free software: you can redistribute it and/or modify
  32. it under the terms of the GNU General Public License as published by
  33. the Free Software Foundation, either version 3 of the License, or
  34. (at your option) any later version.
  35. This program is distributed in the hope that it will be useful,
  36. but WITHOUT ANY WARRANTY; without even the implied warranty of
  37. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  38. GNU General Public License for more details.
  39. You should have received a copy of the GNU General Public License
  40. along with this program. If not, see <https://www.gnu.org/licenses/>.
  41. ```