extensions from laptop

This commit is contained in:
2026-07-28 21:13:13 +02:00
parent 793a16b2fc
commit 00947d2410
8 changed files with 98 additions and 19 deletions
@@ -3,7 +3,7 @@ name = "System Status"
version = "1.0.0"
plugin_api = 3
author = "alex"
description = "Low-overhead memory and swap indicator for the bar."
description = "Low-overhead system and network status indicators for the bar."
[[widget]]
id = "cpu"
@@ -17,6 +17,10 @@ entry = "memory.luau"
id = "battery-rate"
entry = "battery-rate.luau"
[[widget]]
id = "network-rate"
entry = "network-rate.luau"
[[widget]]
id = "gpu-mode"
entry = "gpu-mode.luau"