1
0
Fork 0

lockscreen: rename types to match quickshell revision

This commit is contained in:
outfoxxed 2024-03-11 06:01:19 -07:00
parent 9437c6a840
commit 7a784ac6ea
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
4 changed files with 10 additions and 10 deletions

View file

@ -9,7 +9,7 @@ Variants {
property color backgroundColor: "#e60c0c0c"
property color buttonColor: "#1e1e1e"
property color buttonHoverColor: "#3700b3"
default property list<WlButton> buttons
default property list<LogoutButton> buttons
variants: Quickshell.screens.map(screen => ({ screen }))
PanelWindow {
@ -62,7 +62,7 @@ Variants {
Repeater {
model: buttons
delegate: Rectangle {
required property WlButton modelData;
required property LogoutButton modelData;
Layout.fillWidth: true
Layout.fillHeight: true