[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-80609":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":15,"forks30d":15,"starsTrendScore":19,"compositeScore":20,"rankGlobal":9,"rankLanguage":9,"license":9,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":23,"hasPages":21,"topics":24,"createdAt":9,"pushedAt":9,"updatedAt":25,"readmeContent":26,"aiSummary":27,"trendingCount":15,"starSnapshotCount":15,"syncStatus":28,"lastSyncTime":29,"discoverSource":30},80609,"ZenDesktop","Liset999\u002FZenDesktop","Liset999","A ultra-lightweight, high-performance Windows desktop and taskbar enhancement utility with a native C++ Windhawk mod and a standalone tray daemon.",null,"C++",251,7,101,1,0,5,38,150,24,2.71,false,"main",true,[],"2026-06-12 02:04:04","# ZenDesktop Premium 🪟✨\n\n[![GitHub License](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Flicense\u002FLiset999\u002FZenDesktop?color=blue&style=flat-square)](LICENSE)\n[![Platform Windows](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FPlatform-Windows%2011-0078d4?style=flat-square&logo=windows)](https:\u002F\u002Fmicrosoft.com\u002Fwindows)\n[![Engine Windhawk](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FEngine-Windhawk%20C%2B%2B-ff69b4?style=flat-square)](https:\u002F\u002Fwindhawk.net)\n\n**ZenDesktop Premium** is a high-performance, native Win32\u002FC++ desktop styling suite for Windows 11. It brings elite-level desktop aesthetics with **zero background processes, zero UI lag, and 0% CPU overhead**.\n\nPreviously powered by TranslucentTB, this repository has been **completely rewritten and upgraded** to utilize a process-native C++ hooking architecture via **Windhawk**, offering unmatched system integration, stability, and premium aesthetics.\n\n[简体中文](#-简体中文) | [English](#-english-features)\n\n---\n\n## 🌟 Premium Features\n\n### 1. 🎛️ Taskbar Acrylic Styler (`local@zen-taskbar-acrylic`) [v3.3.0]\nA native Windows 11 Taskbar beautification module offering fine-grained, premium transparency & blur presets:\n* **Clear**: 100% full transparency (only taskbar icons remain).\n* **Acrylic (High \u002F Standard \u002F Low)**: Real-time high-fidelity WinUI 3 acrylic glass effect.\n* **Apple Liquid Glass \u002F Alternate**: Hyper-transparent 3D droplet glass with a subtle chromatic dispersion border (featuring diagonal red→orange→green→blue→purple gradient stops), Fresnel specular edge reflections, and a precise 2px corner radius compensation (perfectly matching floating macOS-like Dock layout).\n* **v3.3.0 Updates**: Fixed a critical dynamic brush generation bug where malformed XAML (missing escape quotes) caused silent parsing failures, ensuring seamless transparency and blur updates under Custom Glass mode.\n\n### 2. 🔔 Notification Center Acrylic Styler (`local@zen-notificationcenter-acrylic`) [v3.3.0 NEW]\nA premium notification and action center acrylic glass styler co-created by **Lanbo** and **m417z**:\n* Brings high-fidelity real-time acrylic and frosted glass effects to the Windows 11 Notification Center, calendar panel, and Quick Settings\u002FSystem Tray panels.\n* Perfectly synchronized with your desktop theme presets, retaining flawless WinUI shadows and smooth animations.\n* **v3.3.0 Updates**: Corrected XAML escape quotes for dynamic SolidColorBrush and WindhawkBlur structures to prevent quiet styling fallback issues.\n\n### 3. 🚀 Start Menu Acrylic Styler (`local@zen-startmenu-acrylic`) [v3.3.0]\nSyncs the Start Menu panel seamlessly with your taskbar theme, rendering native acrylic blur overlays over both redesigned and classic Start menu layouts. Features **Apple Liquid Glass** preset with a clear liquid body and expanded folder plates.\n* **v3.3.0 Premium Updates**: Replaced the simple hide labels toggle with a premium 3-way **Label Visibility** choice (**Show Text**, **Hide Text**, and **Hover to Show**). The hover state dynamically controls the label opacity using WinUI's native Visual State Groups (`CommonStates`), resulting in perfectly smooth transitions without breaking your theme foreground colors or triggering layout shifting.\n\n### 4. 🖱️ Double-Click to Toggle Icons (`local@zen-desktop-toggle-icons`) [v3.0.0 Reconstructed]\nA process-native desktop subclassing module. **Double-click empty desktop space to instantly hide\u002Fshow icons.**\n* **Asynchronous Message Pipeline**: Implements `PostMessageW` instead of synchronous notifications to eliminate Win32 message queue blocking and prevent Windows Explorer (`explorer.exe`) hangs.\n* **Full-Screen Window Guard**: Automatically suspends double-click capture and auto-hide tracking when running full-screen games, video players, or active presentations, ensuring zero gameplay or media interference.\n* **Physical Coordinate Guard (Zero-Latency)**: Instantly records and filters physical mouse coordinates during state transitions. This blocks synthetic `WM_MOUSEMOVE` messages triggered natively by `SysListView32` when toggling visibility, eliminating screen flicker with absolute zero latency.\n* **Dynamic CS_DBLCLKS Support**: Automatically queries target window classes, ensuring zero interference with native double-click behaviors of standard system elements and third-party apps.\n* **Robust Lifecycle Verification**: Incorporates double-buffered window subclass state checking on module destruction, preventing detached dangling hooks and ensuring Explorer stability.\n* **Smart Auto-Restore & Auto-Hide**: Icons auto-restore instantly on keyboard\u002Fmouse input. Active user double-click toggles are respected and will not be overridden by auto-restore loops.\n\n---\n\n## 💡 Why Windhawk C++ Native Hooks over TranslucentTB?\n\n| Feature | ZenDesktop (Windhawk C++) | TranslucentTB |\n| :--- | :--- | :--- |\n| **Execution Path** | Injected directly inside `explorer.exe` | Separate background `.exe` process |\n| **CPU Overhead** | **0%** (uses native OS rendering cycles) | Periodic poll \u002F active rendering |\n| **RAM Footprint** | **~0 MB** (virtual memory mapped) | 15MB - 40MB background footprint |\n| **Reliability** | Native hook recovery on explorer crashes | Prone to UI disconnects \u002F crashes |\n| **Aesthetic Depth** | Fine-grained custom BlurAmount & Tint | Standard OS transparency calls |\n\n---\n\n## 📥 Installation & Deployment Guide\n\n> [!IMPORTANT]\n> The suite utilizes **pure local compilation** (`local@` prefix), which means your system compiles the C++ code natively. It is 100% offline-ready, safe, and completely bypasses official Windhawk mod server connection failures!\n\n### Step 1: Install Windhawk\nDownload and install [Windhawk](https:\u002F\u002Fwindhawk.net) on your Windows 11 PC.\n\n### Step 2: One-Key Local Registry & Mod Deployment\n1. Download this repository and extract it.\n2. Right-click **`deploy.bat`** and select **Run as Administrator** (以管理员身份运行).\n3. The script will automatically stop the Windhawk service, register the 4 premium local mods, enable local compilation, reset compiler caching keys, and restart Windhawk safely.\n\n### Step 3: Fast Native Compilation\n1. Open the **Windhawk** user interface. You will see 4 newly registered local mods in your home dashboard.\n2. Click into **ZenDesktop: Taskbar Acrylic Styler** and click **Save \u002F Compile** (保存并编译). The engine will compile the native C++ code in ~10 seconds.\n3. Repeat the compilation step for the other active mods (**Start Menu Acrylic Styler**, **Notification Center Acrylic Styler**).\n4. In the settings dropdown under **Theme**, choose your favorite transparency preset!\n\n---\n\n## 📁 Repository Structure\n```\nZenDesktop\u002F\n├── local@zen-taskbar-acrylic.wh.cpp          # C++ Source Code (Taskbar Acrylic Styler)\n├── local@zen-notificationcenter-acrylic.wh.cpp # C++ Source Code (Notification Center Acrylic Styler)\n├── local@zen-startmenu-acrylic.wh.cpp        # C++ Source Code (Start Menu Acrylic Styler)\n├── local@zen-desktop-toggle-icons.wh.cpp      # C++ Source Code (Double-Click Icon Toggle)\n├── deploy.bat                                # One-Key Admin Deployment Script\n├── Readme.txt                                # Compact Chinese User Guide\n└── README.md                                 # GitHub Homepage\n```\n\n---\n\n## 🇨🇳 简体中文\n\n### 💎 核心优势\n* **纯本地化编译**：脱离官方云服务器连接限制，即插即用，完美解决国内连不上网的困境。\n* **彻底告别乱码**：全面采用标准纯英及 ASCII 标签，完全杜绝 Windows 编码带来的乱码 Bug。\n* **极致性能**：利用进程级注入与 Hook 技术，不占用任何后台常驻进程，0% CPU 开销，近乎 0MB 内存占用。\n* **Apple Liquid Glass (苹果流体玻璃) 主题**：引入超写实拟真玻璃美学！完美的圆角对齐系统（外圆角 20px，内圆角 18px，子元素圆角 10px）搭配五彩斑斓的虹彩边缘与 Fresnel spec 高光，超透且清晰。\n* **v3.3.0 开始菜单文字三阶显示与画刷修复 (2026\u002F05\u002F30)**：\n  - **三阶文字模式**：将原有的简单隐藏开关升级为 **“显示文字”**、**“隐藏文字”**、**“悬浮显示文字”** 三阶下拉选项。悬浮状态下利用 WinUI 原生视觉状态机联动，实现优雅微动画过渡，无任何图标位移与排版抖动，且完美保留主题前景色。\n  - **XAML 动态画刷修复**：彻底修复了任务栏与通知中心插件中因转义引号丢失导致 XAML 解析失败回退的 Bug，完美恢复“自定义玻璃”下的透明度与模糊度无缝调节。\n* **v3.0.0 桌面双击隐藏重构 (2026\u002F05\u002F30)**：\n  * **异步管道（PostMessageW）**：彻底打通异步消息管道，绝不阻塞 Win32 主消息循环，彻底避免因消息堆积引起的桌面假死和资源管理器未响应。\n  - **全屏程序避让守护**：智能侦测当前是否存在全屏运行的游戏或影音程序。全屏状态下自动挂起动作拦截，防止玩游戏时误触隐藏桌面图标。\n  - **物理坐标去闪拦截（物理坐标哨兵）**：利用高精度物理坐标过滤，完美抹除因 `SysListView32` 切换显示状态触发的系统模拟 `WM_MOUSEMOVE` 闪烁，实现零延迟、零画幅撕裂的平滑过渡。\n  - **动态 CS_DBLCLKS 支持**：动态查询系统窗口类型，保护系统自带及第三方应用的双击逻辑不受任何干扰。\n  - **稳健生命周期（双重销毁校验）**：在模块卸载时通过双重安全校验，平滑销毁子类化钩子，100% 避免钩子残留造成的 Explorer 崩溃。\n\n### 🛠️ 快速开始\n1. 下载并安装 [Windhawk](https:\u002F\u002Fwindhawk.net) 引擎。\n2. 鼠标右键点击本仓库中的 **`deploy.bat`**，选择 **以管理员身份运行**。\n3. 打开 Windhawk 软件，进入各本地插件页（Taskbar, Start Menu, Notification Center），点击右上角的 **保存并编译**。\n4. 编译完成后，在设置选项的 **Theme** 下拉菜单中挑选您喜爱的高级透明度与亚克力效果预设！\n\n## 💖 Support \u002F 赞助支持\n\nIf you love this project and want to support its active development, you can sponsor me here:\n如果您喜欢这个项目，并希望支持它的持续开发，欢迎赞助支持我：\n\n👉 **[Sponsor on AFDian \u002F 爱发电赞助通道](https:\u002F\u002Fifdian.net\u002Fa\u002FLanboo)**\n\n---\n\n## 📄 License\nThis project is licensed under the GPL-3.0 License. See the [LICENSE](LICENSE) file for details.\n\nDeveloped with ❤️ by **Lanbo**.\n\nSpecial thanks to **m417z** for the original Windhawk Taskbar Styler, Notification Center Styler, and Start Menu Styler mods which served as the codebase foundation for these styling modules.\n\nAnd a big shoutout to **ygzzfyh123** for submitting **Pull Request #4** and introducing the original high-performance XamlBlurBrush caching structures, which formed the basis of our buttery-smooth rendering engine!\n","ZenDesktop 是一款专为 Windows 11 设计的高性能桌面和任务栏美化工具，采用原生 C++ 和 Windhawk 框架开发。其核心功能包括对任务栏、通知中心及开始菜单进行精细透明度与模糊效果设置，支持多种高保真玻璃效果如苹果液态玻璃等，同时保证无后台进程、零UI延迟和零CPU占用。该项目适合追求极致视觉体验且注重系统性能的Windows用户使用，尤其适用于需要高度自定义桌面风格而不影响系统运行效率的场景。",2,"2026-06-11 04:01:23","CREATED_QUERY"]