My fork of avd (yet another dwm status bar ecosystem)
Go to file
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
README.md Feat: README stub 2020-12-23 00:35:30 -05:00
status-bar Refactor: Change from using xprop to xsetroot 2020-12-25 21:22:42 -05:00
xrsbs Feat: Scheduler 2020-12-27 13:31:56 -05:00

status-bar

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