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
@@ -34,7 +34,7 @@ impl WaybarModule for SysModule {
let text = format_template(
&config.sys.format,
&[
("uptime", TokenValue::String(&uptime_str)),
("uptime", TokenValue::String(uptime_str.clone())),
("load1", TokenValue::Float(load1)),
("load5", TokenValue::Float(load5)),
("load15", TokenValue::Float(load15)),