Add Taskbar Clock Spacer mod#4443
Open
sb4ssman wants to merge 1 commit into
Open
Conversation
89f1bc6 to
fd4b03e
Compare
Member
|
I think it makes more sense to have it as part of Taskbar Clock Customization. You can create a PR in the development repo here: https://github.com/m417z/my-windhawk-mods |
Contributor
Author
|
Sounds good, I'll work on integrating it into Taskbar Clock Customization in a fork of your repo. |
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.
PR Note
This adds a small companion mod for Taskbar Clock Customization. It introduces
an elastic
%s%spacer token for top/bottom clock line formats, allowing densemulti-line clock layouts with left, right, center, and distributed alignment.
The mod is intentionally standalone and limited in scope. It relies on Taskbar
Clock Customization for the actual clock text and styling, then replaces lines
containing
%s%with equivalent XAML rows using star-sized spacer columns.Known limitation:
%s%is handled after Taskbar Clock Customization expands itsformat tokens, so it works in the top/bottom line formats but not inside
generated composite segments such as the weather string.
I would also be happy to see this token absorbed into Taskbar Clock
Customization itself if it fits that mod's direction. I kept this companion mod
small so the behavior can be reviewed independently first.