implemented library calls instead of cli calls
Release / Build and Release (push) Has been cancelled
Release / Build and Release (push) Has been cancelled
This commit is contained in:
@@ -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())),
|
||||
],
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user