welcome app: add tip for broken color changing

This commit is contained in:
end-4
2025-09-01 10:51:10 +02:00
parent 7121a4ae30
commit 75fcb9a990
3 changed files with 45 additions and 33 deletions
+3 -5
View File
@@ -267,11 +267,9 @@ ApplicationWindow {
}
}
StyledText {
Layout.alignment: Qt.AlignHCenter
text: Translation.tr("Change any time later with /dark, /light, /img in the launcher")
font.pixelSize: Appearance.font.pixelSize.smaller
color: Appearance.colors.colSubtext
NoticeBox {
Layout.fillWidth: true
text: Translation.tr("Change any time later with /dark, /light, /wallpaper in the launcher\nIf the shell's colors aren't changing:\n 1. Open the right sidebar with Super+N\n 2. Click \"Reload Hyprland & Quickshell\" in the top-right corner")
}
}