feat: started working on waybar

This commit is contained in:
2024-02-08 00:40:51 +01:00
parent de777ece49
commit a1b395aa34
18 changed files with 203 additions and 5 deletions

View File

@@ -0,0 +1,3 @@
import { WaybarWidget } from "../WaybarWidget";
export const WaybarTitleWidget = () => <WaybarWidget>nvim</WaybarWidget>;