diff options
author | Aylur <[email protected]> | 2024-11-05 20:00:44 +0000 |
---|---|---|
committer | Aylur <[email protected]> | 2024-11-05 20:20:57 +0000 |
commit | 524030ae79f5cffafef3ef09036064070e814879 (patch) | |
tree | 62d4ab53ce3f47a6927d47b5b1faeae1ef6baed7 /docs/vitepress.config.ts | |
parent | 8c6d2185a68e9f09d6780284d1b61fcfaefa655b (diff) |
feat: greetd ipc client
Diffstat (limited to 'docs/vitepress.config.ts')
-rw-r--r-- | docs/vitepress.config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/vitepress.config.ts b/docs/vitepress.config.ts index f542a68..7e16eb7 100644 --- a/docs/vitepress.config.ts +++ b/docs/vitepress.config.ts @@ -105,6 +105,7 @@ export default defineConfig({ { text: "Battery", link: "/guide/libraries/battery" }, { text: "Bluetooth", link: "/guide/libraries/bluetooth" }, { text: "Cava", link: "/guide/libraries/cava" }, + { text: "Greet", link: "/guide/libraries/greet" }, { text: "Hyprland", link: "/guide/libraries/hyprland" }, { text: "Mpris", link: "/guide/libraries/mpris" }, { text: "Network", link: "/guide/libraries/network" }, |