~jcc/swaybar-commander

Correctly serialize separator field

Whoops!
Enable reloading config while running

Use SIGUSR1 or the helper command `swaybar-commander reload` to trigger
a config reload.
Create update chan as part of block
Replace deprecated function calls
Update sample block to correctly handle volume=0

Print 0 instead of nothing.
Update samples to what I currently use
Re-word contributing section
Add link to project home page
Correctly label as swaybar status command
82ccfc3e — Jason Cox 2 years ago
Add sample blocks
4c1f68a6 — Jason Cox 2 years ago
Link to git repo, not project home
0660f95b — Jason Cox 2 years ago
Allow an update requester command for each block
8b042d77 — Jason Cox 2 years ago
Add helper command to easily request block updates
4e9e2003 — Jason Cox 2 years ago
Ignore build artifacts
0aa53e73 — Jason Cox 2 years ago
Allow triggering block updates with signals
2c009c59 — Jason Cox 2 years ago
Add doc comments
70b5d20f — Jason Cox 2 years ago
Change 'refresh' to 'update'
4c8ce3ad — Jason Cox 2 years ago
Create initial basic version

- Run blocks at a specified interval, and only actually send updates to
  swaybar as needed.

- Load configuration from a TOML config file.