https://github.com/jack251970/desktopwidgets3
An app for many useful desktop widgets based on WinUI 3 with support of widgets from Microsoft store.
https://github.com/jack251970/desktopwidgets3
csharp desktopwidget plugins windows-app-sdk winui3
Last synced: 3 months ago
JSON representation
An app for many useful desktop widgets based on WinUI 3 with support of widgets from Microsoft store.
- Host: GitHub
- URL: https://github.com/jack251970/desktopwidgets3
- Owner: Jack251970
- License: gpl-3.0
- Created: 2023-11-21T13:17:30.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-31T14:26:10.000Z (4 months ago)
- Last Synced: 2025-01-31T15:31:42.571Z (4 months ago)
- Topics: csharp, desktopwidget, plugins, windows-app-sdk, winui3
- Language: C#
- Homepage:
- Size: 89.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Desktop Widgets 3
**An app for many useful desktop widgets based on WinUI 3 with support of widgets from Microsoft store.**
## ⭐ Features
### Show in desktop
* Widgets will be shown in the desktop.
### Manage your widgets
* You can pin, unpin & delete your widgets in the dashboard page. Also you can manage your widgets from their context menu.
* When clicking the widget item in the dashboard page, you can set settings for each widget.
* Enter edit mode to change the position of your pinned widgets from the `Edit widgets layout` item in their context menu.### Install more widgets
> [!IMPORTANT]
> Community widgets will be available in the future.### Enable Microsoft widgets
* Microsoft widgets are supported and you can pin them to the desktop.
* You can install them from Microsoft Store.
## 🚀 Getting Started
### Build
* Forken the project.
* Select the package or unpackaged mode.
* Build the solution in Visual Studio or run `dotnet build` from the command line.### Installer
> [!IMPORTANT]
> Installer will be available in the future.## 📚 Reference
* CustomExtensions.WinUI: https://github.com/Jack251970/CustomExtensions.WinUI
* devhome: https://github.com/microsoft/devhome
* Files: https://github.com/files-community/Files
* Flow.Launcher: https://github.com/Flow-Launcher/Flow.Launcher
* fluentui-system-icons: https://github.com/microsoft/fluentui-system-icons
* H.NotifyIcon: https://github.com/HavenDV/H.NotifyIcon
* ICONS8: https://icons8.com/icons
* Newtonsoft.Json: https://github.com/JamesNK/Newtonsoft.Json
* PowerToys: https://github.com/microsoft/PowerToys
* Template Studio for WinUI (C#): https://github.com/microsoft/TemplateStudio
* terminal: https://github.com/microsoft/terminal
* WinUI3Windows: https://github.com/smourier/WinUI3Windows
* WinUI3-Template: https://github.com/Jack251970/WinUI3-Template
* Windows Community Toolkit: https://github.com/CommunityToolkit/WindowsCommunityToolkit
* WinUIEx: https://github.com/dotMorten/WinUIEx## 📄 License
[GUN License](LICENSE)