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"