big cleanup
This commit is contained in:
parent
0103661908
commit
b2d69d270e
19 changed files with 198 additions and 314 deletions
|
|
@ -8,8 +8,6 @@ import Quickshell.Wayland
|
|||
|
||||
Singleton {
|
||||
id: topLevel
|
||||
// required property real width
|
||||
// required property real height
|
||||
property real openTime: 600
|
||||
default property list<LogoutButton> buttons
|
||||
|
||||
|
|
@ -149,10 +147,14 @@ Singleton {
|
|||
|
||||
implicitWidth: gridParent.dims.h
|
||||
implicitHeight: gridParent.dims.v
|
||||
palette {
|
||||
buttonText: "#ffab5b"
|
||||
}
|
||||
|
||||
font {
|
||||
family: "MS W98 UI"
|
||||
pointSize: 12
|
||||
|
||||
}
|
||||
background: Rectangle {
|
||||
color: button.hovered ? "#ffb852" : "#272a2a"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue