Simplify the system-update check

No need for a panel, just focus on the main omarchy package
This commit is contained in:
David Heinemeier Hansson
2026-06-23 15:59:27 +02:00
parent aa7350ab60
commit 3fd36802ac
7 changed files with 86 additions and 550 deletions
@@ -1,10 +1,10 @@
{
"schemaVersion": 1,
"id": "omarchy.system-update",
"name": "System update",
"name": "Omarchy update",
"version": "1.0.0",
"author": "Omarchy",
"description": "Indicates available system updates",
"description": "Indicates available Omarchy updates",
"kinds": [
"bar-widget"
],
@@ -12,8 +12,8 @@
"barWidget": "SystemUpdate.qml"
},
"barWidget": {
"displayName": "System update",
"description": "Indicates available system updates",
"displayName": "Omarchy update",
"description": "Indicates available Omarchy updates",
"category": "System",
"allowMultiple": false
}