feat(waybar): implement all dummy widgets

This commit is contained in:
Pihkaal
2024-07-31 15:13:53 +02:00
parent 1dcae0c20a
commit 0046e5dd82
28 changed files with 396 additions and 84 deletions

View File

@@ -0,0 +1,9 @@
import { WaybarWidget } from "../WaybarWidget";
export const WaybarPowerWidget = () => {
return (
<WaybarWidget className="pl-[0.625rem] pr-3" interactable>
</WaybarWidget>
);
};