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:
+1
-1
@@ -44,7 +44,7 @@ impl WaybarModule for DiskModule {
|
||||
let text = format_template(
|
||||
&config.disk.format,
|
||||
&[
|
||||
("mount", TokenValue::String(mountpoint)),
|
||||
("mount", TokenValue::String(mountpoint.to_string())),
|
||||
("used", TokenValue::Float(used_gb)),
|
||||
("total", TokenValue::Float(total_gb)),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user