styled wrapper rectangle

This commit is contained in:
Benjamin Palko 2025-08-30 00:13:43 -04:00
parent ce3ec5d37b
commit c277bc6938
8 changed files with 23 additions and 40 deletions

View file

@ -7,7 +7,6 @@ import qs.services
import qs.widgets
import Quickshell.Hyprland
import Quickshell.Wayland
import Quickshell.Widgets
import QtQuick
import QtQuick.Layouts
@ -22,15 +21,13 @@ StyledWindow {
WlrLayershell.layer: WlrLayer.Top
WlrLayershell.keyboardFocus: root.visible ? WlrKeyboardFocus.OnDemand : WlrKeyboardFocus.None
WrapperRectangle {
StyledWrapperRectangle {
id: rect
color: Theme.palette.base300
leftMargin: 48
rightMargin: 48
topMargin: 24
bottomMargin: 24
radius: 8
HyprlandFocusGrab {
active: Visibility.pomodoro