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
@@ -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)),
],