From 4bda51f02c6da34acbc71553213ca6005c7c767a Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Sun, 7 Sep 2025 12:22:27 -0400 Subject: [PATCH] panel window --- components/{StyledWindow.qml => StyledPanelWindow.qml} | 0 modules/launcher/Launcher.qml | 2 +- modules/pomodoro/Pomodoro.qml | 2 +- modules/powermenu/PowerMenu.qml | 2 +- modules/storybook/Storybook.qml | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) rename components/{StyledWindow.qml => StyledPanelWindow.qml} (100%) diff --git a/components/StyledWindow.qml b/components/StyledPanelWindow.qml similarity index 100% rename from components/StyledWindow.qml rename to components/StyledPanelWindow.qml diff --git a/modules/launcher/Launcher.qml b/modules/launcher/Launcher.qml index d04ce1b..7a2b0d0 100644 --- a/modules/launcher/Launcher.qml +++ b/modules/launcher/Launcher.qml @@ -9,7 +9,7 @@ import Quickshell.Wayland import QtQuick import QtQuick.Layouts -StyledWindow { +StyledPanelWindow { id: root name: "launcher" diff --git a/modules/pomodoro/Pomodoro.qml b/modules/pomodoro/Pomodoro.qml index 8c3d7ee..88d3e96 100644 --- a/modules/pomodoro/Pomodoro.qml +++ b/modules/pomodoro/Pomodoro.qml @@ -9,7 +9,7 @@ import Quickshell.Wayland import QtQuick import QtQuick.Layouts -StyledWindow { +StyledPanelWindow { id: root name: "pomodoro" diff --git a/modules/powermenu/PowerMenu.qml b/modules/powermenu/PowerMenu.qml index e204b20..739bcee 100644 --- a/modules/powermenu/PowerMenu.qml +++ b/modules/powermenu/PowerMenu.qml @@ -9,7 +9,7 @@ import Quickshell.Wayland import QtQuick import QtQuick.Layouts -StyledWindow { +StyledPanelWindow { id: root name: "powermenu" diff --git a/modules/storybook/Storybook.qml b/modules/storybook/Storybook.qml index 59962cc..68d5776 100644 --- a/modules/storybook/Storybook.qml +++ b/modules/storybook/Storybook.qml @@ -9,7 +9,7 @@ import QtQuick import QtQuick.Controls import QtQuick.Layouts -StyledWindow { +StyledPanelWindow { id: root name: "storybook"