forked from Shinonome/dots-hyprland
add start and search icons
This commit is contained in:
@@ -21,14 +21,28 @@ Rectangle {
|
||||
implicitHeight: 1
|
||||
}
|
||||
|
||||
BarGroupRow {
|
||||
id: bloatRow
|
||||
anchors.left: parent.left
|
||||
}
|
||||
|
||||
BarGroupRow {
|
||||
id: appsRow
|
||||
spacing: 4
|
||||
anchors.left: undefined
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
|
||||
states: State {
|
||||
name: "left"
|
||||
when: Config.options.waffles.bar.leftAlignApps
|
||||
AnchorChanges {
|
||||
target: appsRow
|
||||
anchors.left: parent.left
|
||||
anchors.horizontalCenter: undefined
|
||||
}
|
||||
}
|
||||
|
||||
transitions: Transition {
|
||||
animations: Looks.transition.anchor.createObject(this)
|
||||
}
|
||||
|
||||
StartButton {}
|
||||
SearchButton {}
|
||||
}
|
||||
|
||||
BarGroupRow {
|
||||
|
||||
Reference in New Issue
Block a user