From f9be22f58ca75099059b4d225f584ddd96e561b6 Mon Sep 17 00:00:00 2001 From: Paul Wilde <31094984+pswilde@users.noreply.github.com> Date: Mon, 29 Jul 2024 07:02:24 +0100 Subject: [PATCH] added batmon (#2911) * added batmon * corrected batmon url --------- Co-authored-by: Paul Wilde --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index ae674e66..35b167a1 100644 --- a/packages.json +++ b/packages.json @@ -33857,5 +33857,17 @@ "description": "xxhash wrapper library for Nim", "license": "MIT", "web": "https://github.com/sainttttt/hannah" + }, + { + "name": "batmon", + "url": "https://codeberg.org/pswilde/batmon", + "method": "git", + "tags": [ + "battery", + "notification" + ], + "description": "A simple daemon to notify you about changed to your battery's status. ", + "license": "BSD-3", + "web": "https://codeberg.org/pswilde/batmon" } ]