pfcdev/TaskbarWidgets
GitHub: pfcdev/TaskbarWidgets
TaskbarWidgets 是一款 Windows 11 任务栏小部件运行时和库,允许用户在任务栏上直接添加和管理天气、系统监控、媒体控制等实时小部件。
Stars: 67 | Forks: 2
Taskbar Widgets
实用的实时小部件,完美融入 Windows 11 任务栏。
![]() Work and communication |
![]() Weather and media |
![]() Live system monitoring |
![]() Downloads and quick file parking |
![]() Weather Current temperature, location and weather conditions with Celsius or Fahrenheit units. |
![]() Steam Downloads Active game, progress, transfer speed and download size. |
![]() Codex Status Active Antigravity/Codex work, quota information and local account controls. |
![]() Discord Voice Voice-room participants, mute state and a green ring around the current speaker. |
![]() Media Player The current Windows media session, cover art and play/pause control. |
![]() Parking Lot Temporarily hold files, folders, links or text and drag them out again when needed. |
![]() CPU Total or per-core activity using compact text, bars or pie meters. |
![]() Memory Live physical-memory usage in a minimal taskbar meter. |
![]() Storage Read and write throughput for all disks or a selected drive. |
![]() Network Live upload and download throughput for all or selected network adapters. |
|
The Codex widget can manage multiple local Codex accounts from the taskbar:
Email addresses are intentionally redacted in this screenshot. |
开发者文档与从源码编译
### 架构与小部件开发 - [架构](docs/architecture.md) - [小部件协议](docs/protocol.md) - [添加内置小部件](docs/adding-a-widget.md) - [Community SDK](community-sdk/README.md) - [私有 Windows API 风险说明](docs/windows-private-api-risks.md) ### 构建要求 - Windows 11 x64 - PowerShell 5.1 或更高版本 - .NET 8 SDK - Rust 稳定版和 Cargo - Visual Studio 2022 Build Tools(包含 MSVC x64、Windows 11 SDK 和 CMake) - NSIS 3(用于安装包打包) ``` git clone https://github.com/pfcdev/TaskbarWidgets.git cd TaskbarWidgets .\build.ps1 -Target Verify .\build.ps1 -Target Build .\build.ps1 -Target Package -InstallDependencies ``` 有关工具链和签名的详细信息,请参阅[构建指南](docs/building.md)。标签:Windows 11, 任务栏, 桌面组件, 系统工具, 运行时环境













