Folder Structure
This page will help you know what to look into when you wanna hack up something
Repo structure
Section titled “Repo structure”dots/.config: The main folder where normal config files are stored.dots-extra: Misc config filessdata: Stores data for install scriptsdist: Stores data for install script but distro specific
(Deprecated) AGS config folder structure
Section titled “(Deprecated) AGS config folder structure”assets: SVGs that are used as custom iconsdata: Data that I believe should be separated from codelib: Shared parts used by widgets of the configscripts: Contains shell/python scripts of various categoriestemplates: Template files to be sed’ed into real config files during color generation
scss: Stylesheets.main.scss(which sources others) is compiled tostyle.cssat runtimeservices: Contains AGS Serviceswidgets: This is the main JS code folder in which widget layouts and behavior are defined- The source of each widget window is put into a child folder. Each has a
main.jsthat’s to be imported by.config/ags/config.js
- The source of each widget window is put into a child folder. Each has a