feat(noctalia): add modular Hyprland profiles

This commit is contained in:
2026-07-21 13:42:48 +02:00
parent b79e8e3d08
commit 678ea8228d
11 changed files with 560 additions and 0 deletions
@@ -0,0 +1,14 @@
id = "alex/system-status"
name = "System Status"
version = "1.0.0"
plugin_api = 3
author = "alex"
description = "Low-overhead memory and swap indicator for the bar."
[[widget]]
id = "cpu"
entry = "cpu.luau"
[[widget]]
id = "memory"
entry = "memory.luau"