sidebar esc to close

This commit is contained in:
end-4
2025-04-14 12:59:52 +02:00
parent ab04d1e10d
commit ab81e79eec
5 changed files with 54 additions and 7 deletions
+2 -1
View File
@@ -67,6 +67,7 @@ Scope {
ColumnLayout {
id: layout
spacing: 10
anchors {
top: parent.top
topMargin: 10
@@ -78,7 +79,7 @@ Scope {
font.family: "Rubik"
font.pointSize: 14
// color: Appearance.colors.colOnBackground
text: root.failed ? "Reload failed" : "Reload completed"
text: root.failed ? "Quickshell: Reload failed" : "Quickshell reloaded"
color: failed ? "#ff93000A" : "#ff0C1F13"
}