Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
docs: apply suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
nullishamy committed May 27, 2024
1 parent c2d9187 commit bbf3652
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The GTK port has a fairly complicated build pipeline / system, chiefly stemming from our use of Colloid as a base theme.
We use Colloid as a base to reduce development overhead of creating our own theme from scratch, we look to replace this in the future
to give us more flexibility and control over the theme.
to give us more flexibility and control over the theme (see https://github.com/catppuccin/gtk/issues/164).

We have reimplemented Colloid's build system (previously implemented in Shell) in Python to make it easier to maintain, extend, and iterate on.
With this re-implementation, we have several distinct components in the system, described below:
Expand Down Expand Up @@ -58,7 +58,7 @@ etc. This is done through standard find-and-replace, as these assets are just SV

We also build assets for Xfce's Xfwm4, which are first patched from a source SVG, and then rendered through the `inkscape` CLI.
This operation is done once, at the start of a build process (e.g CI, to be reused for every subsequent build), or once until they change in the future for local development.
The script to generate these assets can be found at `patches/xfwm4/generate_assets.py`
The script to generate these assets can be found at [`patches/xfwm4/generate_assets.py`](./patches/xfwm4/generate_assets.py)


## CI integration
Expand Down

0 comments on commit bbf3652

Please sign in to comment.