Commit graph

5 commits

Author SHA1 Message Date
wackyideas
b319ffbdd7 Explicitly use bash instead of sh 2026-02-01 20:07:40 +01:00
wackyideas
fe9175f6c9 Add uninstall script, update INSTALL.md
This script undoes the install process that is performed by the install
scripts. It doesn't revert settings back to their defaults, consult the
install guide for details. The install guide also has a written manual
guide on uninstalling AeroThemePlasma, for additional clarity.

This script also acts as a migration script for the future restructuring
of the project, which will make everything installable by only using
CMake, which is what should have been implemented a long time ago.

This will be one of the last few commits before the project is
restructured, introducing AUR packages as an option for installing
ATP.
2026-02-01 18:44:03 +01:00
wackyideas
6f831d540f Move to new shell plugin & panel, add SDDM sessions
This is a big update which requires existing users to migrate their
desktop setup (Plasmoids, their configurations, layout changes, etc.) to
a new desktop session.

This commit replaces the modified desktop shell (org.kde.plasma.desktop)
with ATP's shell (io.gitgud.wackyideas.desktop) which requires new
session options. This is similar to how plasma-bigscreen and
plasma-mobile are used - logging into a separate session via the login
manager (SDDM). ATP will provide sessions for both X11 and Wayland.

This, along with now providing a forked panel as well, is a step forward
regarding separating ATP's codebase and KDE's upstream code. Further
goals are to be able to further isolate the ATP session from the regular
KDE session in terms of shared configurations, etc.

For existing users - Rerun install_plasmoids.sh and
install_plasma_components.sh, you can delete the old shell
(shells/org.kde.plasma.desktop) and panel plasmoid
(plasmoids/org.kde.panel). As mentioned previously, panel and desktop
layouts, plasmoids and their configurations will not be migrated to the
newly available sessions, so they need to be set up manually.
2025-10-21 13:23:06 +02:00
wackyideas
2724786e34 Combine install.sh and install_ninja.sh scripts
When running compile scripts, you can now pass --ninja to enable Ninja.
This argument also works with the following scripts:
- compile.sh
- install_plasmoids.sh
2025-06-25 15:57:08 +02:00
wackyideas
c3e8f09c0d Add install scripts for plasmoids and plasma components 2025-02-17 20:47:43 +01:00