2024-03-07 13:30:01 +00:00
|
|
|
+++
|
|
|
|
title = "Configuration"
|
|
|
|
+++
|
|
|
|
|
2024-03-14 09:56:08 +00:00
|
|
|
You should start with the [Introduction](./intro) which will guide you
|
|
|
|
through the basics of QML by creating a simple topbar with a clock.
|
2024-03-08 12:37:37 +00:00
|
|
|
|
2024-03-14 09:56:08 +00:00
|
|
|
From there you can read the [QML Overview](./qml-overview) to get an overview of
|
|
|
|
the QML language, or jump right into the [Type Reference](/docs/types) to find
|
|
|
|
types you can use in your shell.
|
2024-03-08 12:37:37 +00:00
|
|
|
|
|
|
|
The [quickshell-examples](https://git.outfoxxed.me/outfoxxed/quickshell-examples) repo contains
|
|
|
|
fully working example configurations you can read and modify.
|