maplespe/dwmblurglass

Add custom effect to global system title bar, support win10 and win11.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 33 minutes ago
Added to GitGenius on September 15th, 2026
Created on January 14th, 2024
Open Issues & Pull Requests: 113 (+0)
GitHub issues: Enabled
Number of forks: 181
Total Stargazers: 4,582 (+0)
Total Subscribers: 32 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 28.1 hours
Mean response time: 24.2 days
90th percentile: 70.9 days
Tracked items: 264

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Roughly one issue in three opened in the past year never receives a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "not related" is answered fastest, typically in about 7 hours, while "bug" waits about 8 days. 76% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 37% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 108
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 319 days
Stale 30+ days: 106
Stale 90+ days: 89

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • question (213)
  • enhancement (68)
  • Processed (55)
  • solved in upstream project (20)
  • not following issue template (18)
  • feature (14)
  • bug (13)
  • not related (13)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

DWMBlurGlass is a system utility that adds custom visual effects to the global system title bar on Windows 10 and Windows 11.

The tool solves the problem of limited visual customization for system title bars by intercepting and modifying the Desktop Window Manager rendering. It works by reverse-analyzing the DWM to create custom blur methods that apply effects globally across all windows. Users can choose from multiple blurring approaches: CustomBlur and AccentBlur, which use reverse-engineered methods, or SystemBackdrop, which relies on publicly available system interfaces. The tool supports several material effects including Blur, Aero with reflections and parallax, Acrylic, and Mica on Windows 11. Beyond blur effects, it offers customization of blend colors, text colors, and can restore Windows 7 style title bar button appearance and glow effects.

Adoption suits users who want to customize the visual appearance of their entire system's title bars without modifying individual applications. The tool works with third-party themes and is compatible with other customization tools like ExplorerBlurMica and TranslucentFlyouts. It differs from MicaForEveryone in its approach: rather than modifying application rendering logic, it operates at the DWM level, which the README states maximizes compatibility with third-party programs. The project explicitly recommends against using it alongside MicaForEveryone due to potential conflicts. Minimum system requirement is Windows 10 version 2004, with full support through the latest Windows 11 releases, though some blurring methods are not supported in Windows Insider versions.

Development activity shows consistent maintenance with regular updates across multiple language localizations. The project maintains strict distribution controls, warning users to download only from official channels on GitHub and specified platforms to avoid malicious variants. The team actively manages compatibility across Windows versions and integrates feedback about interactions with related projects.