aboutsummaryrefslogtreecommitdiff
path: root/swaystatus-plugin/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Update Rust edition to 2021Andreas Grois2021-11-291-1/+1
|
* Revert "Make runnable's run() method take a mutable self-reference."Andreas Grois2021-05-031-1/+1
| | | | | | | This reverts commit e1f0525e4e1dcf674aa7489042a06b7c7d671a2a. I've decided against having mutable self-references. It's a bit less convenient, but more sane. Also, the revert can be reverted any time, should the need arise.
* Make runnable's run() method take a mutable self-reference.Andreas Grois2021-05-021-1/+1
| | | | | Because there is no real reason speaking against it, and it makes plugin development a lot easier.
* Add options: List plugins, and get plugin help.Andreas Grois2021-04-261-1/+10
| | | | | | This fixes the TODO document's notes about not being able to get help for individual plugins, and about not having any means to list all loadable plugins.
* New clippy lints, better code...Andreas Grois2021-04-261-3/+15
|
* First semi-working implementation.Andreas Grois2021-04-181-0/+163