Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/applications/awesome.py
AgeCommit message (Collapse)Author
2021-05-15One package per line formatting in profiles - easier to read/maintainDylan Taylor
2021-05-12Replaced the magic __builtin__ global variable. This should fix mypy ↵Anton Hvornum
complaints while still retaining the same functionality, kinda. It's less automatic but it's also less of dark magic, which makes sense for anyone but me.
2021-04-17Merging in master to feature branch.Anton Hvornum
2021-04-13Fix some more awesome installation issuesDylan M. Taylor
2021-03-25New feature: Profile() now supports .packages which returns any defined ↵Anton Hvornum
packages for that specific profile, as well as archinstall.__packages__ contain any packages that Installer() is responsible for. This can be used to quickly gather any required packages and dependencies by archinstall. Not all profiles have it yet, so .packages might return None.
2021-01-24terminus font has changed name upstream from terminus-font-otb to ↵Anton Hvornum
terminus-font. Which is one (of probably many) fonts that is required for awesome to render text in menu's etc.
2021-01-19Added a profile for alacritty as well as tweaked the awesome profile and ↵Anton Hvornum
application profile.
2020-10-19Fix some PEP-8 errors.Varun Madiath
2020-09-30Added gnome as a profile (and application for application specific steps). ↵Anton Hvornum
Also tweaked xorg to not be so intrusive when used for anything other than awesome WM. Tweaked awesome WM to accomodate this change.
2020-09-30Forgot to replace the xinitrc data after replacing lines.Anton Hvornum
2020-09-30Debug for testingAnton Hvornum
2020-09-30Attempt to enhance the search and replace of default apps in xorg.Anton Hvornum
2020-09-30Fixed some issues with the awesome profile. It should now be properly ↵Anton Hvornum
installed. Still need to tweak it a bit to not be as intrusive while still giving some 'starting points' to stand on as a new user.
2020-07-22New feature: application profiles now support .py as well. Also fixed a ↵Anton Hvornum
sys.path issue where an installed version of archinstall would have precedence over the local version when profiles were being executed (because profiles were living in a unknown relative working directory, the caller to those profiles have to make sure .archinstall exists in sys.path before calling said profile)