From 7ad0e7271410a3308ae27093bd628dc10d3a319d Mon Sep 17 00:00:00 2001 From: sycorlax Date: Mon, 6 Apr 2026 02:11:27 +0100 Subject: [PATCH] Add smartstatus plugin --- plugins/smartstatus.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 plugins/smartstatus.json diff --git a/plugins/smartstatus.json b/plugins/smartstatus.json new file mode 100644 index 0000000..cc69ac6 --- /dev/null +++ b/plugins/smartstatus.json @@ -0,0 +1,16 @@ +[{ + "Name": "smartstatus", + "Description": "Displays Git branch, battery percentage, and current time in the Micro editor status bar.", + "Tags": ["git", "battery", "status", "ui", "time"], + "Website": "https://github.com/sycorlax/micro-smartstatus", + "License": "MIT", + "Versions": [ + { + "Version": "1.0.0", + "Url": "https://github.com/sycorlax/micro-smartstatus/archive/refs/heads/main.zip", + "Require": { + "micro": ">=2.0.0" + } + } + ] +}]