-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show Icon For Window Walking #3320
Comments
@betsegaw what are your thoughts here? I think we need to make it very clear it is a running process. thumbnail? I know you did a lot more thinking about this. |
Realise you want to keep the running applications separate from the others. Maybe split the dropdown into segments like Spotlight search with a section for running applications (with their icons), one for applications on the system and files? |
@BenConstable9 this is actually the type of feedback we are heavily interested in. single master list versus plugins each having their own |
@crutkas - thumbnails would be one choice though I wonder how much info a thumbnail of that size would show? One other option I have thought of is using the icon of the running app with a bold outline and some sort of glow (think Instagram profiles vs one's with stories) to provide distinction between running windows vs. launch windows. I kind of like the above option since it unifies the experience of both launch and switch by highlighting which ones would be launched and which ones would be switched to at a glance. |
To make it clear, here is the profile distinction I see in Instagram, vs. Had to red out the profile pic on the second one since it is not my profile but you get the difference. The outline (with some slight glow) would make it easy to distinguish which one is which + we would be able to use the apps own icon. |
I like the glow idea! Maybe we do an overlay of "Running" like Edge does for dev branch? |
What about using buttons on icons? Like OneDrive and Dropbox create buttons on icons. We could create a button for "app" , "file", "web" and who knows what more. |
@crutkas Once it is decided what is happening, can I take it to do as a good first issue if I can figure out what to change? |
I've tried to make a change to fix this issue but come into an issue. With the object result which is passed back to the launcher, for UWP apps, there is a field called Icon which will accept an ImageSource as the parameter but for the WindowWalker result, if I change IcoPath to Icon and try and return a ImageSource rather than a Image URI, I get a compilation error. Am I missing something obvious as both result objects use the Wox Result class? For UWP For WindowWalker
|
Since icons itself are diverse and colorful, I doubt that a simple transformation is consistently leading to the desired outcome, that is to tell the different types of entries apart. And what about other types of entries, that might come up in the future, like recently closed items (history) or tabs. My feeling is that dividers are better, so that all entries of the same type are aggregated together. Furthermore when I search I know whether I look for an open app or want to launch a new one, so a prefix symbol should work too, e.g. one whitespace to launch, two for history, ... What certainly shouldn't happen is that all running apps receive the same icon like seen here. |
viewing this as done for now |
Is there an option to disable this? I'm using this as an alt-tab replacement and would be awesome if the app icon can be shown again on running processes. |
Can an option to display icons for windows walking be added? It is a bit difficult to recognize what apps are open at a glance |
Summary of the new feature/enhancement
When using power toys run, the open windows should have their icon shown instead of the same icon for all open windows. See below where Edge has icon for an application which is not running but no icon for the open one.
The text was updated successfully, but these errors were encountered: