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.

71 lines
3.8 KiB

2 years ago
2 years ago
2 years ago
11 months 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, haven't 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://adastra7.net/git/Yessiest/reno/raw/branch/master/extra/screenshots/reno98.png)
  8. - Works best with [Chicago95](https://github.com/grassmunk/Chicago95) for GTK and [QTStep (QTStepWMakerDefault in particular)](https://github.com/andbgr/QTStep) on [Kvantum](https://github.com/tsujan/Kvantum).
  9. - For Wine apps, use `winecfg`, go to Desktop Integration and set "(No Theme)" under "Theme". A matching QTStep theme is "QTStepBeige", but it doesn't quite match Chicago95, so you may want to configure the window colors using the Item editor, or by installing a custom theme.
  10. #### Unity: a theme that mimics the look of Ubuntu with Ambiance theme
  11. ![Totally not ubuntu guys how can't you see that](https://adastra7.net/git/Yessiest/reno/raw/branch/master/extra/screenshots/unity.png)
  12. - Works best with official [Ubuntu Themes](https://launchpad.net/ubuntu-themes) ([AUR package](https://aur.archlinux.org/packages/ubuntu-themes)) for GTK and [Kvantum's](https://github.com/tsujan/Kvantum) default themes KvAmbiance or KvAmbience.
  13. - For Wine apps, [Ubuntu Light for Windows XP](http://freddi67.deviantart.com/art/Ubuntu-Light-for-Windows-XP-177514325) theme exists on DeviantArt, which you can install using `winecfg`.
  14. ## Installation
  15. Reno internally requires [ImageMagick](https://imagemagick.org/) to generate thumbnails for images. Please consider installing ImageMagick for things to function correctly.
  16. 1. `git clone` the repository to your .config folder
  17. 2. Rename `reno` folder to `awesome`
  18. 3. Install AwesomeWM (version 4.3 as of right now)
  19. 4. Change your shell, terminal emulator, browser, keybindings and other settings in `desktop.conf`
  20. 5. (Optional) Read additional installation steps in `extra/README.md`
  21. 6. Reload your awesomewm if you have already loaded it.
  22. ## Keybindings and user guide
  23. - press win+s
  24. - read extra/README.md
  25. - enjoy
  26. ## Feedback
  27. Your feedback would be highly appreciated. However, please understand that I may not be able to answer all of your issues in a timely manner.
  28. ## Roadmap
  29. - [x] Port widgets from original config to AWMTK2
  30. - [x] Finish Reno98 theme
  31. - [ ] Add a GTK configuration app
  32. - [x] Port Ubuntu themes from original config to AWMTK2
  33. - [ ] Release docs and recommendations for theme and widget creation
  34. - [x] De-hardcode keybinding system
  35. ## License
  36. ```
  37. Reno98 desktop - a flexible awesomewm config
  38. Copyright (C) 2022 yessiest (yessiest@memeware.net)
  39. This program is free software: you can redistribute it and/or modify
  40. it under the terms of the GNU General Public License as published by
  41. the Free Software Foundation, either version 3 of the License, or
  42. (at your option) any later version.
  43. This program is distributed in the hope that it will be useful,
  44. but WITHOUT ANY WARRANTY; without even the implied warranty of
  45. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  46. GNU General Public License for more details.
  47. You should have received a copy of the GNU General Public License
  48. along with this program. If not, see <https://www.gnu.org/licenses/>.
  49. ```