Chore: Add xrsbd and xrsbs level 2 headings
This commit is contained in:
parent
186fce8d9f
commit
da7febb8f9
12
README.md
12
README.md
@ -7,15 +7,19 @@ name property of the X root window. The application consists of a daemon
|
|||||||
(xrsbd) and a scheduler (xrsbs), and is meant to be efficient and precise,
|
(xrsbd) and a scheduler (xrsbs), and is meant to be efficient and precise,
|
||||||
only updating specific parts of the status bar when necessary.
|
only updating specific parts of the status bar when necessary.
|
||||||
|
|
||||||
The daemon maintains and updates the status bar (root window name). It traps
|
xrsbd
|
||||||
the SIGUSR1 signal that is used to tell it that it's time to update. A client,
|
-----
|
||||||
|
The xrsbd daemon maintains and updates the status bar (root window name). It
|
||||||
|
traps the SIGUSR1 signal that tells it that it's time to update. A client,
|
||||||
such as the scheduler, can create action files in a designated action directory
|
such as the scheduler, can create action files in a designated action directory
|
||||||
to specify which parts of the status bar the daemon should update. When the
|
to specify which parts of the status bar the daemon should update. When the
|
||||||
daemon receives the signal, it looks in the action directory for any actions
|
daemon receives the signal, it looks in the action directory for any actions
|
||||||
that is understands, updates the status bar, and removes those files.
|
that is understands, updates the status bar, and removes those files.
|
||||||
|
|
||||||
The scheduler creates action files in the action directory, then sends the
|
xrsbs
|
||||||
SIGUSR1 signal to a daemon. The scheduler can send one signal to perform
|
-----
|
||||||
|
The xrsbs scheduler creates action files in the action directory, then sends
|
||||||
|
the SIGUSR1 signal to a daemon. The scheduler can send one signal to perform
|
||||||
multiple actions by creating multiple action files, and can create the action
|
multiple actions by creating multiple action files, and can create the action
|
||||||
file(s) and send the signal immediately, after some delay, or repeatedly at
|
file(s) and send the signal immediately, after some delay, or repeatedly at
|
||||||
some interval.
|
some interval.
|
||||||
|
Loading…
Reference in New Issue
Block a user