SkillAgentSearch skills...

ClockWidget

No description available

Install / Use

/learn @ElmorLabs-WigiDash/ClockWidget
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ClockWidget for WigiDash

Pre-requisites

  • Visual Studio 2022
  • WigiDash Manager (https://wigidash.com/)

Getting started

  1. Clone this repository
  2. Open ClockWidget.csproj in Visual Studio
  3. Resolve the dependancy for WigiDashWidgetFramework under References by adding a reference to
C:\Program Files (x86)\G.SKILL\WigiDash Manager\WigiDashWidgetFramework.dll
  1. Open Project properties -> Build Events and add this to Post-build event command line:
rd /s /q "%AppData%\G.SKILL\WigiDashManager\Widgets\$(TargetName)\"
xcopy "$(TargetDir)\" "%AppData%\G.SKILL\WigiDashManager\Widgets\$(TargetName)\" /F /Y /E /H /C /I
  1. Open Project properties -> Debug and select Start external program: "C:\Program Files (x86)\G.SKILL\WigiDash Manager\WigiDashManager.exe".
  2. Start debugging the project, and it should launch WigiDash Manager with your Widget loaded and debuggable.
View on GitHub
GitHub Stars4
CategoryDevelopment
Updated1mo ago
Forks2

Languages

C#

Security Score

65/100

Audited on Feb 11, 2026

No findings