safer property access + style adjustments

This commit is contained in:
end-4
2025-04-21 21:31:33 +02:00
parent 99b9de9d5c
commit 5dc0dc133d
12 changed files with 12 additions and 10 deletions
-1
View File
@@ -80,7 +80,6 @@ Scope {
renderType: Text.NativeRendering
font.family: "Rubik"
font.pointSize: 14
// color: Appearance.colors.colOnBackground
text: root.failed ? "Quickshell: Reload failed" : "Quickshell reloaded"
color: failed ? "#ff93000A" : "#ff0C1F13"
}