implemented library calls instead of cli calls
Release / Build and Release (push) Has been cancelled

This commit is contained in:
2026-04-01 12:23:04 +02:00
parent f640f116ec
commit 2ce5aceae0
21 changed files with 1874 additions and 424 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ impl WaybarModule for PowerModule {
&config.power.format,
&[
("percentage", TokenValue::Int(percentage as i64)),
("icon", TokenValue::String(icon)),
("icon", TokenValue::String(icon.to_string())),
],
);