diff --git a/docs/.vitepress/theme/index.ts b/docs/.vitepress/theme/index.ts index a2ca770..6f8ff10 100644 --- a/docs/.vitepress/theme/index.ts +++ b/docs/.vitepress/theme/index.ts @@ -1,5 +1,6 @@ import DefaultTheme from "vitepress/theme" import "../../vitepress.theme.css" import "devicon/devicon.min.css" +import "font-logos/assets/font-logos.css" export default DefaultTheme diff --git a/docs/index.md b/docs/index.md index 7a63d93..2b80d9e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -20,10 +20,13 @@ hero: features: - title: Use Your Preferred Language + icon: details: The main focus of Astal is TypeScript using JSX. But you can use the libraries in any language that supports Gobject Introspection. - title: No bash scripts needed + icon: details: Includes modules to work with Network, Bluetooth, Battery, Audio and more. - title: Use any Gtk widget + icon: details: With Astal you work with Gtk directly. You are not limited to only a set of them. ---