1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-01 18:51:04 +02:00

feat: module hover options

Resolves #70.
This commit is contained in:
Jake Stanger 2023-04-01 13:29:40 +01:00
parent 80a414ab67
commit 102d2478a9
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
3 changed files with 33 additions and 11 deletions

View file

@ -32,6 +32,8 @@ pub struct CommonConfig {
pub on_click_middle: Option<ScriptInput>,
pub on_scroll_up: Option<ScriptInput>,
pub on_scroll_down: Option<ScriptInput>,
pub on_mouse_enter: Option<ScriptInput>,
pub on_mouse_exit: Option<ScriptInput>,
pub tooltip: Option<String>,
}