quickshell: fix missing ShellRoot closing brace

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
rope 2026-05-26 20:17:43 +01:00
parent 5ba4e7d6cf
commit 252d88c758

View file

@ -1668,7 +1668,7 @@ in
} }
} }
// Notification toast popup // Notification toast
Variants { Variants {
model: Quickshell.screens model: Quickshell.screens
@ -1835,6 +1835,7 @@ in
} }
} }
} }
}
''; '';
}; };