Simplify Waybar clock format#1167
Closed
andrewjanssen wants to merge 1 commit into
Closed
Conversation
Users frequently need to view both the date and time simultaneously—for example, when writing notes, reports, or commit messages. Currently, the Waybar clock module requires a mouse click to reveal both, and upon clicking, the initial information is hidden. This forces users to memorize the first piece of information, increasing cognitive load. Perhaps most important is the disruption of Omarchy's keyboard-centric workflow. I wrote this PR because this distraction happens to me many times during the day. This PR simplifies the clock by removing the two-mode format (along with the week number and year, which may not provide value to most users). Instead, it displays a concise "Wed 27 August 12:34". Thanks for Omarchy! It's great.
Member
|
I played around with this endlessly and decided I liked the clean, simple look we have now. But this is a very easy change for anyone to do to their own waybar file! Would be nice, actually, to have a whole page in the manual about changing different parts of the Waybar. If you'd like to help write one, please open an issue with your proposed page and I can have a look. Thanks for contributing! |
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.
Users frequently need to view both the date and time simultaneously— for example, when writing notes, reports, or commit messages. Currently, the Waybar clock module requires a mouse click to reveal both, and upon clicking, the initial information is hidden. This requires users to remember the first piece of information while reading the second piece, increasing cognitive load. Perhaps the most important issue is the disruption of Omarchy's keyboard-centric workflow. This distraction happens to me several times during my workday.
This PR simplifies the clock by removing the two-mode format (along with the week number and year, which may not provide value to most users). Instead, it displays a concise "Wed 27 August 12:34".
Thanks for Omarchy! It's great.