summaryrefslogtreecommitdiff
path: root/Quickshell.md
diff options
context:
space:
mode:
authorJasper Ras <jaspert.ras@gmail.com>2025-08-03 16:51:35 +0200
committerJasper Ras <jaspert.ras@gmail.com>2025-08-03 16:51:35 +0200
commit19150baf3963c234158a79dea8974017bd0c0de4 (patch)
treefe2d6ff162bde82629b2bad32ec8dc4f22cefd06 /Quickshell.md
parent8800edbb04ae0e1a015c1aa7aeea62174369a401 (diff)
parentcb2d833329c58d00229056c01538fa097ecb03ca (diff)
vault backup: 2025-08-03 16:51:35
Diffstat (limited to 'Quickshell.md')
-rw-r--r--Quickshell.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/Quickshell.md b/Quickshell.md
index d199cd1..eb142f2 100644
--- a/Quickshell.md
+++ b/Quickshell.md
@@ -2,15 +2,15 @@
---
-# Quickshell
-
https://quickshell.org
+https://htmlcolorcodes.com
QML Types: https://doc.qt.io/qt-6/qtquick-qmlmodule.html
-https://htmlcolorcodes.com
-XDG standard config paths. Looks for `shell.qml` in all sub-directories unless root dir has one. Target specific config using `quickshell -c configname`.
+When launching `quickshell` it wil scan XDG_CONFIG_DIRS for `shell.qml` that it will load unless `-c` is specified. It will scan sub-directories if no `shell.qml` is found in the root directory.
+
+Quickshell expands [[QtQuick]] with functionalities useful for building shells.
## Windows
Requires `import Quickshell`.
@@ -81,7 +81,6 @@ Set `pragma Singleton` at the top of the file ( before imports ). and Use `Singl
[Clock formatting](https://doc.qt.io/qt-6/qml-qtqml-qt.html#formatDateTime-method)
-
## Signals
Event emitter.
Same rules as properties and function.
@@ -99,7 +98,6 @@ Does that somehow override the onClicked function of the target??
All properties have `propertynameChanged` handler, powering the reactivity.
-
## Attached objects
Every object has `Component` attached, used to run stuff when an Object finishes
initializes using `Component.onCompleted`.