27 lines
439 B
TOML
27 lines
439 B
TOML
id = "alex/system-status"
|
|
name = "System Status"
|
|
version = "1.0.0"
|
|
plugin_api = 3
|
|
author = "alex"
|
|
description = "Low-overhead system and network status indicators for the bar."
|
|
|
|
[[widget]]
|
|
id = "cpu"
|
|
entry = "cpu.luau"
|
|
|
|
[[widget]]
|
|
id = "memory"
|
|
entry = "memory.luau"
|
|
|
|
[[widget]]
|
|
id = "battery-rate"
|
|
entry = "battery-rate.luau"
|
|
|
|
[[widget]]
|
|
id = "network-rate"
|
|
entry = "network-rate.luau"
|
|
|
|
[[widget]]
|
|
id = "gpu-mode"
|
|
entry = "gpu-mode.luau"
|