feat: started working on waybar

This commit is contained in:
2024-02-08 00:40:51 +01:00
parent e778631828
commit 71ab32c53a
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>;