hitokage¶
bar¶
Represents the bar module
debug¶
Output debug message to rust runtime
dispatch¶
Add a coroutine to the hitokage event loop.
All coroutines are run, then we buffer until 100ms has passed since the start of the first coroutine.
error¶
Output error message to rust runtime
info¶
Output info message to rust runtime
monitor¶
Represents the monitor module
sleep_ms¶
Sleep function in milliseconds
@param ms
— Amount of time to sleep.
subscribe¶
function hitokage.subscribe(name: 'komorebi', callback: fun(notification: KomorebiNotification))
-> nil
timeout¶
unstable¶
Represents the unstable module. Either it is experimental code that is exposed for testing purposes for user feedback, or contains code that uses unsafe rust, which can cause crashes.