feat(custom): ability to embed scripts in labels for dynamic content

Fully resolves #34.
This commit is contained in:
Jake Stanger
2022-11-28 22:27:31 +00:00
parent e274ba39cd
commit 5d153a02fc
6 changed files with 196 additions and 33 deletions

View File

@@ -8,6 +8,7 @@ mod modules;
mod popup;
mod script;
mod style;
mod widgets;
use crate::bar::create_bar;
use crate::config::{Config, MonitorConfig};