mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Merge pull request #533 from shouya/main
Add support for streaming command outputs in CustomButton
This commit is contained in:
@@ -1079,9 +1079,14 @@
|
||||
"description": "Command to execute when the button is middle-clicked."
|
||||
},
|
||||
"dynamic-text": "Dynamic text",
|
||||
"text-stream": {
|
||||
"label": "Stream",
|
||||
"description": "Streamed lines from the command will be displayed as text on the button."
|
||||
},
|
||||
"display-command-output": {
|
||||
"label": "Display Command Output",
|
||||
"description": "Enter a command to run at a regular interval. The first line of its output will be displayed as text."
|
||||
"description": "Enter a command to run at a regular interval. The first line of its output will be displayed as text.",
|
||||
"stream-description": "Enter a command to run continuously."
|
||||
},
|
||||
"refresh-interval": {
|
||||
"label": "Refresh interval",
|
||||
|
||||
Reference in New Issue
Block a user