firefox: update to 151.0.1 and static wallpaper setup

This commit is contained in:
Luis Guzmán 2026-05-27 06:03:24 -06:00
parent 1b753d044e
commit fa802e0ea1
15 changed files with 2199 additions and 49 deletions

View file

@ -8,7 +8,7 @@ index 72df22b3..24f2f807 100644
? {
- wallpaperUrl: `${baseAttachmentURL}${record.attachment.location}`,
+ wallpaperUrl: record.attachment.location.includes("trisquel")
+ ? `https://trisquel.cmxsl.org/newtab/${record.attachment.filename.replace(".avif", ".webp")}`
+ ? `chrome://browser/content/wallpapers/${record.attachment.filename.replace(".avif", ".webp")}`
+ : `${baseAttachmentURL}${record.attachment.location}`,
}
: {}),