{"id":27275284,"url":"https://github.com/guildofcalamity/batterymonitor","last_synced_at":"2026-02-16T07:32:00.217Z","repository":{"id":287274923,"uuid":"964199134","full_name":"GuildOfCalamity/BatteryMonitor","owner":"GuildOfCalamity","description":"WinUI3 utility to monitor your battery","archived":false,"fork":false,"pushed_at":"2025-04-18T21:30:37.000Z","size":5007,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-19T08:07:23.360Z","etag":null,"topics":["battery-monitor","csharp","dotnet-core","visual-studio","winappsdk","winui3","xaml-ui"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GuildOfCalamity.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"Support/ConfigHelper.cs","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-10T20:57:00.000Z","updated_at":"2025-04-18T21:30:41.000Z","dependencies_parsed_at":"2025-04-11T15:49:23.199Z","dependency_job_id":"f59c310c-689e-4a06-bbf0-1e3872224a84","html_url":"https://github.com/GuildOfCalamity/BatteryMonitor","commit_stats":null,"previous_names":["guildofcalamity/batterymonitor"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GuildOfCalamity/BatteryMonitor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuildOfCalamity%2FBatteryMonitor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuildOfCalamity%2FBatteryMonitor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuildOfCalamity%2FBatteryMonitor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuildOfCalamity%2FBatteryMonitor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GuildOfCalamity","download_url":"https://codeload.github.com/GuildOfCalamity/BatteryMonitor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuildOfCalamity%2FBatteryMonitor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261978908,"owners_count":23239417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["battery-monitor","csharp","dotnet-core","visual-studio","winappsdk","winui3","xaml-ui"],"created_at":"2025-04-11T15:48:25.175Z","updated_at":"2026-02-16T07:32:00.177Z","avatar_url":"https://github.com/GuildOfCalamity.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 💻 Battery Monitor - WinUI3\r\n\r\n![Icon](Assets/AppIcon.png)\r\n\r\n## 📝 v1.0.0.0 - April 2025\r\n\r\n**Dependencies**\r\n\r\n| Assembly | Version |\r\n| ---- | ---- |\r\n| .NET Core | 8.0.13 |\r\n| Microsoft.WindowsAppSDK | 1.7.250401001 |\r\n| Microsoft.Windows.SDK.BuildTools | 10.0.26100.1742 |\r\n\r\n## 📰 Description\r\n- A [WinUI 3](https://learn.microsoft.com/en-us/windows/apps/winui/winui3/) app which uses the [Windows.Devices.Power.Battery](https://learn.microsoft.com/en-us/uwp/api/windows.devices.power.battery?view=winrt-26100) library to render a battery meter.\r\n- There are 12 battery image backgrounds to choose from.\r\n- This source also contains plenty of tips and tricks for any [WinUI 3](https://learn.microsoft.com/en-us/windows/apps/winui/winui3/) application.\r\n- Don't forget to give a ⭐ if you find any of my code helpful or educational.\r\n \r\n## 📷 Screenshots\r\n\r\n\u003e Idle (full charge)\r\n\r\n![Idle](Assets/Screenshot1.png)\r\n\r\n\u003e Discharging\r\n\r\n![Discharging](Assets/Screenshot2.png)\r\n\r\n\u003e No battery\r\n\r\n![NotPresent](Assets/Screenshot3.png)\r\n\r\n\u003e Transparency enabled\r\n\r\n![Transparency](Assets/Screenshot4.png)\r\n\r\n\u003e Battery image swap\r\n\r\n![Background](Assets/Screenshot5.png)\r\n\r\n\u003e User settings\r\n\r\n![Config](Assets/Screenshot6.png)\r\n\r\n## 🧾 License/Warranty\r\n* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish and distribute copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\r\n* The software is provided \"as is\", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the author or copyright holder be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.\r\n* Copyright © 2025. All rights reserved.\r\n\r\n## 📋 Proofing\r\n* This application was compiled and tested using *VisualStudio* 2022 on *Windows 10/11* versions **22H2**, **21H2**, **21H1**, and **23H2**.\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguildofcalamity%2Fbatterymonitor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguildofcalamity%2Fbatterymonitor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguildofcalamity%2Fbatterymonitor/lists"}