add system logo

This commit is contained in:
Benjamin Palko 2025-07-19 23:30:12 -04:00
parent 375ded5e81
commit 4af55f8117
3 changed files with 12 additions and 1 deletions

View file

@ -49,6 +49,11 @@ Scope {
spacing: Dimensions.bar.spacing
SystemLogo {
anchors.verticalCenter: parent.verticalCenter
implicitSize: 22
}
Workspaces {
anchors.verticalCenter: parent.verticalCenter
}