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

@@ -32,7 +32,7 @@ regex = "1.6.0"
stray = { version = "0.1.2" }
dirs = "4.0.0"
walkdir = "2.3.2"
notify = "5.0.0"
notify = { version = "5.0.0", default-features = false }
mpd_client = "1.0.0"
swayipc-async = { version = "2.0.1" }
sysinfo = "0.26.4"