Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Conversation

parnoldx
Copy link

@parnoldx parnoldx commented Oct 5, 2025

Summary

  • Auto-detect icons from website URLs using Google's favicons service

  • Add ImageMagick conversion support for custom non-PNG icon URLs

  • Resolution for the auto-detected icons depends on what the website provides through favicons

  • Some websites may only offer low-resolution icons, but manifest/html parsing for higher quality icons was intentionally skipped to keep the implementation simple. It would add a lot of code and new problems like robot block with some site like e.g. facebook.

  • Here an overview how the auto-detected icons look like for some test sites. Most are pretty good.

all-icons

Changes

Icon Auto-Detection

  • Web apps no longer require manual icon URL input
  • Automatically fetches favicon from Google's favicon service when icon URL is omitted
  • Simplifies web app installation workflow

ImageMagick Icon Conversion

  • Supports conversion of non-PNG image formats (ICO, JPG, SVG, etc.) to PNG
  • Downloads source icon and converts using ImageMagick
  • Falls back to -flatten for problematic formats

I also add https:// if no protocol specified for the url so the user can just type hey.com instead of https://hey.com

bin/omarchy-tui-install Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.