From e047510eee2f62aea03be95c3b193b0537e85d12 Mon Sep 17 00:00:00 2001 From: Serhii Bezbabnykh Date: Sat, 6 Jun 2026 14:53:07 +0300 Subject: [PATCH] Add Mole Widget (Menubar) --- applications.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/applications.json b/applications.json index 8324e407f..55bc2ef4c 100644 --- a/applications.json +++ b/applications.json @@ -11082,6 +11082,23 @@ "languages": [ "swift" ] + }, + { + "short_description": "Lightweight macOS desktop system monitor with live CPU, memory, disk, network, battery, and process metrics, managed from the menu bar.", + "categories": [ + "menubar", + "system" + ], + "repo_url": "https://github.com/bsnkhua/mole-widget", + "title": "Mole Widget", + "icon_url": "", + "screenshots": [ + "https://raw.githubusercontent.com/bsnkhua/mole-widget/main/assets/widget.webp" + ], + "official_site": "https://github.com/bsnkhua/mole-widget", + "languages": [ + "swift" + ] } ] }