We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69caa6b commit 8589b82Copy full SHA for 8589b82
src/content/docs/config/app.md
@@ -14,6 +14,9 @@ This is the main `Gtk.Application` instance that is running.
14
15
* `windows`: `Gtk.Window[]`
16
* `configDir`: `string` path to the config directory
17
+* `iconTheme`: `string`
18
+* `cursorTheme`: `string`
19
+* `gtkTheme`: `string`
20
21
## methods
22
@@ -26,6 +29,7 @@ This is the main `Gtk.Application` instance that is running.
26
29
* `quit`: `() => void`
27
30
* `resetCss`: `() => void`
28
31
* `applyCss`: `(path: string) => void`
32
+* `addIcons`: `(path: string) => void`
33
34
## Window toggled signal
35
0 commit comments