guide: mention quickshell-examples

This commit is contained in:
outfoxxed 2024-03-08 04:37:37 -08:00
parent 32aae34d4b
commit 70989dc619
Signed by: outfoxxed
GPG Key ID: 4C88A185FB89301E
1 changed files with 8 additions and 3 deletions

View File

@ -2,6 +2,11 @@
title = "Configuration"
+++
We recommend you read the [QML Overview](./qml-overview) to get started,
then check out the [Type Reference](/docs/types) to find the types you have
to work with.
We recommend you read the [QML Overview](./qml-overview) to get an overview of
the QML language first.
There is a list of every Qt and quickshell type in the [Type Reference](/docs/types)
along with all of their properties.
The [quickshell-examples](https://git.outfoxxed.me/outfoxxed/quickshell-examples) repo contains
fully working example configurations you can read and modify.