Show a bar indicator whenever tmux has flagged a window, the same state that highlights the tab, and jump to it on click or with Super + Ctrl + J. Tmux hooks push the state to the shell, so nothing polls while no pane is waiting. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
76 lines
2.0 KiB
JSON
76 lines
2.0 KiB
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "omarchy.indicators",
|
|
"name": "Indicators",
|
|
"version": "1.0.0",
|
|
"author": "Omarchy",
|
|
"description": "Manual state indicators",
|
|
"kinds": [
|
|
"bar-widget"
|
|
],
|
|
"entryPoints": {
|
|
"barWidget": "Indicators.qml"
|
|
},
|
|
"barWidget": {
|
|
"displayName": "Indicators",
|
|
"description": "Manual state indicators",
|
|
"category": "Status",
|
|
"allowMultiple": true,
|
|
"schema": [
|
|
{
|
|
"key": "items",
|
|
"type": "multiselect",
|
|
"label": "Indicators",
|
|
"description": "Choose which indicators this widget instance should show. Leave empty to show all indicators.",
|
|
"noSelectionText": "All indicators",
|
|
"placeholderText": "Search indicators...",
|
|
"emptyText": "No indicators",
|
|
"options": [
|
|
{
|
|
"value": "Dnd",
|
|
"label": "Do not disturb",
|
|
"description": "Notification silencing"
|
|
},
|
|
{
|
|
"value": "Reminder",
|
|
"label": "Reminder",
|
|
"description": "Queued reminder status"
|
|
},
|
|
{
|
|
"value": "TmuxAlert",
|
|
"label": "Tmux alert",
|
|
"description": "Tmux windows waiting for attention"
|
|
},
|
|
{
|
|
"value": "NightLight",
|
|
"label": "Night light",
|
|
"description": "Blue-light filter"
|
|
},
|
|
{
|
|
"value": "StayAwake",
|
|
"label": "Stay awake",
|
|
"description": "Idle lock and screensaver override"
|
|
},
|
|
{
|
|
"value": "ScreenRecording",
|
|
"label": "Screen recording",
|
|
"description": "GPU screen recorder status"
|
|
},
|
|
{
|
|
"value": "Dictation",
|
|
"label": "Dictation",
|
|
"description": "Voice typing status"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"key": "alwaysShow",
|
|
"type": "boolean",
|
|
"label": "Always Show",
|
|
"description": "Show inactive indicators without waiting for hover.",
|
|
"defaultValue": false
|
|
}
|
|
]
|
|
}
|
|
}
|