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.
 
 
 
 
Yessiest 6a0489d2cd big shit 1 year ago
extra Added dependency installation for janitor 1 year ago
libs big shit 1 year ago
macros big shit 1 year ago
modules big shit 1 year ago
themes big shit 1 year ago
widgets big shit 1 year ago
.gitignore Added some extra project management utilities 1 year ago
.ldoc.lua Added some extra project management utilities 1 year ago
.luarc.json Added some extra project management utilities 1 year ago
COPYING.txt Public release 2 years ago
README.md big shit 1 year ago
Rakefile various QOL improvements 1 year ago
desktop.conf big shit 1 year ago
rc.lua big shit 1 year ago

README.md

The experimental awesome-git branch

This branch is an attempt to move the entire config to the non-deprecated part of awesome-git api using as little editing as possible. Generally speaking simply dropping in the widget from the main branch should work, with a few exceptions. In particular, awful.wallpaper is a bit more complex (though the old gears.wallpaper method works), notifications are more complex and some things act a little weird (mpc widget for some reason displays "Loading mpc..." although it should drop once mpc is detected). Also, anything that uses the old awful.rules api should be made compatible with ruled api.

Reno desktop - awesomewm || ( openbox && xfce )

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).

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.

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.

Screenshots

Current default theme, Reno98

Totally not windows 98 trust me it's legally distinct

An iteration on the look of Ubuntu with Ambiance theme

Totally not ubuntu guys this how can't you see that

Installation

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.

  1. git clone the repository to your .config folder
  2. Rename reno folder to awesome
  3. Install AwesomeWM (version 4.3 as of right now)
  4. (Optional) Read additional installation steps in extra/README.md

Keybindings and user guide

  • press win+s
  • read extra/README.md
  • enjoy

Roadmap

  • Port widgets from original config to AWMTK2
  • Finish Reno98 theme
  • Add a GTK configuration app
  • Port Ubuntu themes from original config to AWMTK2
  • Release docs and recommendations for theme and widget creation
  • De-hardcode keybinding system

License

    Reno98 desktop - a flexible awesomewm config
    Copyright (C) 2022 yessiest (yessiest@memeware.net)

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.