Merged
Conversation
This reverts commit 821b99c.
* hide subtitles on WW items; * Add a clock band * discover that items need .Names on the commands to appear and that's gross
…://github.com/microsoft/powertoys into dev/migrie/f/pincushion-actual-implementation
…/migrie/f/pincushion-apps
…on-actual-implementation
…to dev/migrie/f/pincushion-actual-implementation
…on-actual-implementation
…on-actual-implementation
…/migrie/f/powerdock-pincushion
…n' into dev/migrie/f/powerdock
niels9001
approved these changes
Feb 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add support for a "dock" window in CmdPal. The dock is a toolbar powered by the
APPBARAPIs. This gives you a persistent region to display commands for quick shortcuts or glanceable widgets.The dock can be pinned to any side of the screen.
The dock can be independently styled with any of the theming controls cmdpal already has
The dock has three "regions" to pin to - the "start", the "center", and the "end".
Elements on the dock are grouped as "bands", which contains a set of "items". Each "band" is one atomic unit. For example, the Media Player extension produces 4 items, but one band.
The dock has only one size (for now)
The dock will only appear on your primary display (for now)
This PR includes support for pinning arbitrary top-level commands to the dock - however, we're planning on replacing that with a more universal ability to pin any command to the dock or top level. (see #45191). This is at least usable for now.
This is definitely still even more preview than usual PowerToys features, but it's more than usable. I'd love to get it out there and start collecting feedback on where to improve next. I'll probably add a follow-up issue for tracking the remaining bugs & nits.
closes #45201