feat: new custom module

Allows basic modules to be created from a config object, including popup content.
This commit is contained in:
Jake Stanger
2022-10-16 22:16:48 +01:00
parent e23e691bc6
commit 3750124d8c
10 changed files with 326 additions and 54 deletions

View File

@@ -6,6 +6,7 @@ mod icon;
mod logging;
mod modules;
mod popup;
mod script;
mod style;
mod sway;
mod wayland;