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