Use omarchy-version

This commit is contained in:
David Heinemeier Hansson
2025-08-27 12:59:21 +02:00
parent 8cbd6be687
commit ec85068c67

View File

@@ -66,7 +66,7 @@
"type": "command", "type": "command",
"key": "\ue900 OS", "key": "\ue900 OS",
"keyColor": "blue", "keyColor": "blue",
"text": "version=$(git -C ~/.local/share/omarchy describe --tags --abbrev=0 2>/dev/null); echo \"Omarchy $version\"" "text": "version=$(omarchy-version); echo \"Omarchy $version\""
}, },
{ {
"type": "kernel", "type": "kernel",