mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-09-15 19:26:58 +02:00
parent
a67e722dee
commit
c4f5485d53
3 changed files with 33 additions and 17 deletions
|
@ -35,13 +35,11 @@ All error responses will cause the CLI to exit code 3.
|
|||
The server listens on a Unix socket.
|
||||
The path is printed on startup, and can usually be found at `/run/user/$UID/ironbar-ipc.sock`.
|
||||
|
||||
Commands and responses are sent as JSON objects.
|
||||
Commands and responses are sent as JSON objects.
|
||||
The JSON should be minified and must NOT contain any `\n` characters.
|
||||
|
||||
Commands will have a `command` key, and a `subcommand` key when part of a sub-command.
|
||||
|
||||
The message buffer is currently limited to `1024` bytes.
|
||||
Particularly large messages will be truncated or cause an error.
|
||||
|
||||
The full spec can be found below.
|
||||
|
||||
## Libraries
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue