uhmmm some changed idek man fml
This commit is contained in:
parent
17151bd197
commit
b63dc47f22
@ -34,11 +34,10 @@ PanelWindow {
|
|||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
id: rightLayout
|
id: rightLayout
|
||||||
spacing: 20
|
spacing: 30
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
Volume {}
|
Volume {}
|
||||||
Battery {}
|
|
||||||
PowerProfiles {}
|
PowerProfiles {}
|
||||||
SystemTray {
|
SystemTray {
|
||||||
Layout.rightMargin: 30
|
Layout.rightMargin: 30
|
||||||
|
|||||||
@ -96,14 +96,15 @@ WlrLayershell {
|
|||||||
// Use the image if available, otherwise hide this space?
|
// Use the image if available, otherwise hide this space?
|
||||||
// Or you could use an icon fallback.
|
// Or you could use an icon fallback.
|
||||||
source: notifyItem.modelData.image
|
source: notifyItem.modelData.image
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
|
||||||
|
|
||||||
// Hide if no image exists so text takes full width
|
// Hide if no image exists so text takes full width
|
||||||
visible: notifyItem.modelData.image !== ""
|
visible: notifyItem.modelData.image !== ""
|
||||||
|
|
||||||
// Fixed size for consistency
|
// Fixed size for consistency
|
||||||
width: 48
|
sourceSize.width: 48
|
||||||
height: 48
|
sourceSize.height: 48
|
||||||
|
Layout.preferredWidth: 48
|
||||||
|
Layout.preferredHeight: 48
|
||||||
|
|
||||||
// Crop it nicely so it doesn't stretch
|
// Crop it nicely so it doesn't stretch
|
||||||
fillMode: Image.PreserveAspectCrop
|
fillMode: Image.PreserveAspectCrop
|
||||||
|
|||||||
@ -10,7 +10,7 @@ import qs
|
|||||||
FloatingWindow {
|
FloatingWindow {
|
||||||
id: root
|
id: root
|
||||||
title: "quickshell-WallSwitcher"
|
title: "quickshell-WallSwitcher"
|
||||||
visible: false
|
visible: true
|
||||||
implicitWidth: 840
|
implicitWidth: 840
|
||||||
implicitHeight: 640
|
implicitHeight: 640
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user