{"id":34822971,"url":"https://github.com/malja/full_battery_notification","last_synced_at":"2026-04-23T06:33:24.024Z","repository":{"id":224123636,"uuid":"103192555","full_name":"malja/full_battery_notification","owner":"malja","description":"[Working][Not maintained] A PowerShell script which generates a notification when the battery is fully charged","archived":false,"fork":false,"pushed_at":"2017-09-23T00:21:03.000Z","size":61,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-02-23T22:45:26.251Z","etag":null,"topics":["battery","notifications","powershell-script","windows-10"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","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/malja.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":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2017-09-11T22:00:08.000Z","updated_at":"2024-02-23T22:45:28.280Z","dependencies_parsed_at":"2024-02-23T22:45:28.183Z","dependency_job_id":"6964e254-2fe8-46e5-9e0e-0f09d28d075a","html_url":"https://github.com/malja/full_battery_notification","commit_stats":null,"previous_names":["malja/full_battery_notification"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/malja/full_battery_notification","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malja%2Ffull_battery_notification","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malja%2Ffull_battery_notification/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malja%2Ffull_battery_notification/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malja%2Ffull_battery_notification/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/malja","download_url":"https://codeload.github.com/malja/full_battery_notification/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malja%2Ffull_battery_notification/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32169657,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-23T02:19:40.750Z","status":"ssl_error","status_checked_at":"2026-04-23T02:17:55.737Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","notifications","powershell-script","windows-10"],"created_at":"2025-12-25T14:52:07.872Z","updated_at":"2026-04-23T06:33:24.020Z","avatar_url":"https://github.com/malja.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Full Battery Notification\n\nThis powershell script keeps polling battery status in an infinite loop. If the battery is charging even though\nit is fully charged, a notification with sound is created.\n\nIt allows user to define custom icon, text and duration for shown notification.\n\n## Usage\n\nDownload one of the [releases](https://github.com/malja/full_battery_notification/releases) \n([latest one](https://github.com/malja/full_battery_notification/releases/tag/v1.1)). Unzip it and follow instructions \nin Readme.txt file.\n\n## Configuration\n\nConfiguration is loaded from file config.psd1 in current working directory. It has to consist of following keys:\n\n- __Icon__ - Relative path to the icon of Full battery shown in system tray when notification is invoked. It should be .ico file with resolution of 16x16 pixels.\n- __Title__ - Notification title\n- __Text__ - Localized notification text\n- __BatteryLevel__ - Number from 0 to 100 representing battery level in percentage which should be used as indicator that the battery is full.\n- __ShowDuration__ - Number of milliseconds for which the notification is shown.\n- __UpdateInterval__ - Number of seconds between each battery check\n\nDefault configuration:\n```powershell\n@{\n    Icon = \".\\FullBattery.ico\"\n    Title = \"Battery is full\"\n    Text = \"Your battery is full. Please unplug the charger.\"\n    BatteryLevel = 89\n    ShowDuration = 5000\n    UpdateInterval = 30\n}\n```\n\n## How does it look?\n![Image of the notification](https://raw.githubusercontent.com/malja/full_battery_notification/master/ScreenShot.png)\n\n## Icons\n- FullBattery.ico - made by [Freepik](http://www.freepik.com) from [Flaticon](https://www.flaticon.com/\") is licensed by [CC 3.0](http://creativecommons.org/licenses/by/3.0/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalja%2Ffull_battery_notification","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmalja%2Ffull_battery_notification","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalja%2Ffull_battery_notification/lists"}