add system logo
This commit is contained in:
parent
375ded5e81
commit
a5b62b4af8
2 changed files with 13 additions and 0 deletions
|
|
@ -49,6 +49,10 @@ Scope {
|
||||||
|
|
||||||
spacing: Dimensions.bar.spacing
|
spacing: Dimensions.bar.spacing
|
||||||
|
|
||||||
|
SystemLogo {
|
||||||
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
|
}
|
||||||
|
|
||||||
Workspaces {
|
Workspaces {
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
}
|
}
|
||||||
|
|
|
||||||
9
modules/bar/components/SystemLogo.qml
Normal file
9
modules/bar/components/SystemLogo.qml
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
import QtQuick
|
||||||
|
import QtQuick.Controls
|
||||||
|
|
||||||
|
Button {
|
||||||
|
icon.name: "archlinux-logo"
|
||||||
|
icon.height: 18
|
||||||
|
icon.width: 18
|
||||||
|
background: undefined
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue