Updates
Rolling release / release (push) Failing after 15m37s

This commit is contained in:
2026-09-12 14:12:51 -04:00
parent de422053d9
commit 05aa6da269
14 changed files with 747 additions and 5 deletions
@@ -20,7 +20,7 @@ function applyBrandCss(directory) {
}
function brandBanner(directory) {
const row = new Adw.ActionRow({ title: BRAND.product, subtitle: BRAND.tagline });
const row = new Adw.ActionRow({ title: BRAND.product, subtitle: `${BRAND.tagline} · ${BRAND.publisher}` });
try {
const image = Gtk.Image.new_from_file(`${directory}/brand/icons/jarvis-mark.svg`);
image.set_pixel_size(36);