Add gtk/qt matugen support (colors are wip), Fix some text in the Settings Tabs

This commit is contained in:
Ly-sec 2025-08-18 15:09:39 +02:00
parent 9a71598944
commit 9b11be03af
19 changed files with 142 additions and 49 deletions

View file

@ -55,7 +55,7 @@ Item {
NToggle {
label: "Show Brightness Icon"
description: "Display the brightness control icon in the top bar"
description: "Display the brightness control icon in the top bar."
checked: Settings.data.bar.showBrightness
onToggled: checked => {
Settings.data.bar.showBrightness = checked
@ -82,7 +82,7 @@ Item {
}
NText {
text: "Adjust the step size for brightness changes (scroll wheel, keyboard shortcuts)"
text: "Adjust the step size for brightness changes (scroll wheel, keyboard shortcuts)."
font.pointSize: Style.fontSizeSmall * scaling
color: Color.mOnSurfaceVariant
wrapMode: Text.WordWrap
@ -135,7 +135,7 @@ Item {
}
NText {
text: "Current brightness levels for all detected monitors"
text: "Current brightness levels for all detected monitors."
font.pointSize: Style.fontSizeSmall * scaling
color: Color.mOnSurfaceVariant
wrapMode: Text.WordWrap