Narvin Singh 3ca912c80c Feat: Scheduler
The project name is changing from status-bar to xrsb (for X root
window status bar), so the scheduler is called xrsbs.

The scheduler sends the SIGUSR1 signal to a daemon that is
responsible for maintaining and updating the status (X root window
name property). The daemon will determine which actions to perform
based on the files present in the action directory and remove the files
once the actions are performed, so the scheduler creates action files
just before sending the signal. The scheduler can send one signal to
perform 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 some interval.
2020-12-27 13:31:56 -05:00
2020-12-23 00:35:30 -05:00
2020-12-27 13:31:56 -05:00

status-bar

Status bar that sets the WM_NAME property of the root window.

Description
My fork of avd (yet another dwm status bar ecosystem)
Readme 74 KiB
Languages
Shell 100%