Compare commits
No commits in common. "34fde2496a4e51339645c602aecbea629ad94be8" and "1e28f75c97bf09de4380727e2c379cc85711027d" have entirely different histories.
34fde2496a
...
1e28f75c97
@ -77,6 +77,7 @@ Loader {
|
|||||||
id: batText
|
id: batText
|
||||||
|
|
||||||
Layout.topMargin: 2
|
Layout.topMargin: 2
|
||||||
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
text: Math.round(UPower.displayDevice.percentage * 100) + "%"
|
text: Math.round(UPower.displayDevice.percentage * 100) + "%"
|
||||||
}
|
}
|
||||||
CustomIcon {
|
CustomIcon {
|
||||||
@ -86,6 +87,7 @@ Loader {
|
|||||||
text: root.getBatteryIcon()
|
text: root.getBatteryIcon()
|
||||||
}
|
}
|
||||||
Item {
|
Item {
|
||||||
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
implicitWidth: 12
|
implicitWidth: 12
|
||||||
implicitHeight: 12
|
implicitHeight: 12
|
||||||
|
|
||||||
|
|||||||
@ -10,14 +10,14 @@ Rectangle {
|
|||||||
color: Colors.surfaceContainer
|
color: Colors.surfaceContainer
|
||||||
|
|
||||||
implicitWidth: workspaceRow.implicitWidth + 10
|
implicitWidth: workspaceRow.implicitWidth + 10
|
||||||
implicitHeight: Settings.config.barHeight - 10
|
implicitHeight: Settings.config.barHeight - 10
|
||||||
radius: Settings.config.barHeight / 2
|
radius: Settings.config.barHeight / 2
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
property var screen: screen
|
property var screen: screen
|
||||||
Row {
|
Row {
|
||||||
id: workspaceRow
|
id: workspaceRow
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
spacing: 5 // Slightly increase spacing between workspace buttons
|
spacing: 10 // Slightly increase spacing between workspace buttons
|
||||||
|
|
||||||
Repeater {
|
Repeater {
|
||||||
id: wsRepeater
|
id: wsRepeater
|
||||||
|
|||||||
@ -8,12 +8,6 @@ import Quickshell.Widgets
|
|||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: notifyItem
|
id: notifyItem
|
||||||
Behavior on implicitWidth {
|
|
||||||
NumberAnimation {
|
|
||||||
duration: 100
|
|
||||||
easing: Easing.OutBack
|
|
||||||
}
|
|
||||||
}
|
|
||||||
required property var modelData
|
required property var modelData
|
||||||
implicitWidth: ListView.view ? ListView.view.width : 300
|
implicitWidth: ListView.view ? ListView.view.width : 300
|
||||||
implicitHeight: fullLayout.implicitHeight + 20
|
implicitHeight: fullLayout.implicitHeight + 20
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user