2
1
Fork 0
quickshell-docs/content/docs/configuration/_index.md

14 lines
525 B
Markdown
Raw Permalink Normal View History

2024-03-07 13:30:01 +00:00
+++
title = "Configuration"
+++
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
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.