Skip to content

Use custom icons for each browser #1

@wmorland

Description

@wmorland

Currently we just use generic icons. By using the same icons as used in by the App (for example in the doc) it will be easier for users to quickly pick a browser at a glance.

We will need to either store or fetch the icons and then set them when we add items:

if browser == current_default:
wf.add_item(title=browser, icon=workflow.ICON_FAVOURITE, valid=False)
else:
wf.add_item(
title=browser, icon=workflow.ICON_WEB, valid=True, arg=browser
)

For reference @stuartcryan does this by having a folder with different images already available https://github.com/stuartcryan/defaultbrowser-alfred-workflow/tree/master/workflow/images

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestuxImprovements to the user experience of switching default browser

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions