Open
Conversation
This commit introduces a new Windhawk mod called 'Top Status Bar', which provides an auto-hiding top bar for multi-monitor setups. It includes features for system shortcuts and resource monitoring, along with customizable settings for displaying various system information.
Added README.md for Top Status Bar with features and usage notes in English and Spanish.
This commit introduces the Top Status Bar mod, which provides a smart, auto-hiding top bar for multi-monitor setups, featuring system shortcuts and resource monitoring. The mod includes settings for displaying various elements such as clock, date, and user information.
m417z
reviewed
Dec 24, 2025
| // @version 1.1.5 | ||
| // @author AlexanderOG | ||
| // @github https://github.com/alexandr0g/windhawk-mod-topstatusbar | ||
| // @include explorer.exe |
Member
There was a problem hiding this comment.
Major update and code cleanup: - Performance: Migrated rendering engine from GDI+ to Direct2D for hardware acceleration and reduced CPU footprint. - UI: Redesigned battery module with geometric paths, solid charging bolt, and improved percentage spacing. - UX: Implemented smart URI protocol detection for Calendar and Clock to prevent forced Microsoft Store redirects (fallbacks to web/settings). - Compatibility: Resolved Clang compiler warnings (-Wmissing-braces) by fixing subobject initialization. - Logic: Refined auto-hide behavior to properly handle desktop interactions (right-clicks) and system overlays. - Branding: Removed personal naming and non-standard labels for a cleaner, more professional codebase.
Updated mod description and version for improved app detection and migration to Direct2D.
Updated the Top Status Bar module to version 1.7.0, improving animation efficiency and decoupling detection timing. Refactored data structures and updated resource management for better performance.
Updated version to 1.7.3 and restored original design logic with improved color references.
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.
A lightweight, auto-hiding top bar for multi-monitor setups. Documentation and screenshots are hosted in the linked personal repository.