big cleanup

This commit is contained in:
atagen 2025-11-21 17:25:05 +11:00
parent 0103661908
commit b2d69d270e
19 changed files with 198 additions and 314 deletions

View file

@ -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"