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