aboutsummaryrefslogtreecommitdiffstats
path: root/activity_bar.pl
AgeCommit message (Collapse)Author
2023-12-09activity_bar.pl: Add `enable` and `disable` commandsTeddy Wing
Add new commands that enable and disable the print hook. We can use these commands in terminal focus handlers, to turn on activity monitoring when WeeChat is not focused, and turn it off once it is focused.
2023-12-09activity_bar.pl: Add `/activity_bar clear` commandTeddy Wing
Command to clear the activity notification colour from AnyBar and turn it hollow.
2023-12-09activity_bar.pl: Update the AnyBar colour when messages are receivedTeddy Wing
2023-12-09activity_bar.pl: Get notified of activity in buffersTeddy Wing
Register a `hook_print` to get notified of activity in buffers. This prints the message to the WeeChat core buffer.