This commit is contained in:
2026-03-25 18:19:37 +01:00
parent 24a14b41d7
commit 3114ecb690
30 changed files with 1787 additions and 12 deletions
@@ -5,6 +5,8 @@ SettingsPage {
id: root
SettingsSection {
sectionId: "Scale"
SettingsHeader {
name: "Scale"
}
@@ -58,6 +60,8 @@ SettingsPage {
}
SettingsSection {
sectionId: "Fonts"
SettingsHeader {
name: "Fonts"
}
@@ -97,6 +101,8 @@ SettingsPage {
}
SettingsSection {
sectionId: "Animation"
SettingsHeader {
name: "Animation"
}
@@ -122,6 +128,8 @@ SettingsPage {
}
SettingsSection {
sectionId: "Transparency"
SettingsHeader {
name: "Transparency"
}
@@ -5,6 +5,8 @@ SettingsPage {
id: root
SettingsSection {
sectionId: "Wallpaper"
SettingsHeader {
name: "Wallpaper"
}
+8
View File
@@ -3,6 +3,8 @@ import qs.Config
SettingsPage {
SettingsSection {
sectionId: "Bar"
SettingsHeader {
name: "Bar"
}
@@ -45,6 +47,8 @@ SettingsPage {
}
SettingsSection {
sectionId: "Popouts"
SettingsHeader {
name: "Popouts"
}
@@ -111,6 +115,8 @@ SettingsPage {
}
SettingsSection {
sectionId: "Entries"
SettingsHeader {
name: "Entries"
}
@@ -123,6 +129,8 @@ SettingsPage {
}
SettingsSection {
sectionId: "Dock"
SettingsHeader {
name: "Dock"
}
@@ -3,6 +3,8 @@ import qs.Config
SettingsPage {
SettingsSection {
sectionId: "Dashboard"
SettingsHeader {
name: "Dashboard"
}
@@ -47,6 +49,8 @@ SettingsPage {
}
SettingsSection {
sectionId: "Performance"
SettingsHeader {
name: "Performance"
}
@@ -104,6 +108,8 @@ SettingsPage {
}
SettingsSection {
sectionId: "Layout Sizes"
SettingsHeader {
name: "Layout Sizes"
}
+5
View File
@@ -16,6 +16,8 @@ SettingsPage {
}
SettingsSection {
sectionId: "General"
SettingsHeader {
name: "General"
}
@@ -46,6 +48,8 @@ SettingsPage {
}
SettingsSection {
sectionId: "Color"
SettingsHeader {
name: "Color"
}
@@ -175,6 +179,7 @@ SettingsPage {
}
SettingsSection {
sectionId: "Default Apps"
z: -1
SettingsHeader {
+8
View File
@@ -3,6 +3,8 @@ import qs.Config
SettingsPage {
SettingsSection {
sectionId: "Launcher"
SettingsHeader {
name: "Launcher"
}
@@ -44,6 +46,8 @@ SettingsPage {
}
SettingsSection {
sectionId: "Fuzzy Search"
SettingsHeader {
name: "Fuzzy Search"
}
@@ -92,6 +96,8 @@ SettingsPage {
}
SettingsSection {
sectionId: "Sizes"
SettingsHeader {
name: "Sizes"
}
@@ -135,6 +141,8 @@ SettingsPage {
}
SettingsSection {
sectionId: "Actions"
SettingsHeader {
name: "Actions"
}
@@ -6,6 +6,8 @@ SettingsPage {
id: root
SettingsSection {
sectionId: "Lockscreen"
SettingsHeader {
name: "Lockscreen"
}
@@ -84,6 +86,8 @@ SettingsPage {
}
SettingsSection {
sectionId: "Idle"
Idle {
}
}
@@ -3,6 +3,8 @@ import qs.Config
SettingsPage {
SettingsSection {
sectionId: "Notifications"
SettingsHeader {
name: "Notifications"
}
@@ -78,6 +80,8 @@ SettingsPage {
}
SettingsSection {
sectionId: "Sizes"
SettingsHeader {
name: "Sizes"
}
+4
View File
@@ -3,6 +3,8 @@ import qs.Config
SettingsPage {
SettingsSection {
sectionId: "On Screen Display"
SettingsHeader {
name: "On Screen Display"
}
@@ -53,6 +55,8 @@ SettingsPage {
}
SettingsSection {
sectionId: "Sizes"
SettingsHeader {
name: "Sizes"
}
+4
View File
@@ -3,6 +3,8 @@ import qs.Config
SettingsPage {
SettingsSection {
sectionId: "Services"
SettingsHeader {
name: "Services"
}
@@ -51,6 +53,8 @@ SettingsPage {
}
SettingsSection {
sectionId: "Media"
SettingsHeader {
name: "Media"
}
+2
View File
@@ -3,6 +3,8 @@ import qs.Config
SettingsPage {
SettingsSection {
sectionId: "Sidebar"
SettingsHeader {
name: "Sidebar"
}
@@ -3,6 +3,8 @@ import qs.Config
SettingsPage {
SettingsSection {
sectionId: "Utilities"
SettingsHeader {
name: "Utilities"
}
@@ -45,6 +47,8 @@ SettingsPage {
}
SettingsSection {
sectionId: "Toasts"
SettingsHeader {
name: "Toasts"
}
@@ -147,6 +151,8 @@ SettingsPage {
}
SettingsSection {
sectionId: "VPN"
SettingsHeader {
name: "VPN"
}