diff --git a/.config/quickshell/modules/common/Appearance.qml b/.config/quickshell/modules/common/Appearance.qml index 5a0f521d..82915bfc 100644 --- a/.config/quickshell/modules/common/Appearance.qml +++ b/.config/quickshell/modules/common/Appearance.qml @@ -195,7 +195,7 @@ Singleton { property int barCenterSideModuleWidth: 360 property int barPreferredSideSectionWidth: 400 property int sidebarWidth: 450 - + property int notificationPopupWidth: 410 property int hyprlandGapsOut: 5 property int elevationMargin: 7 property int fabShadowRadius: 5 diff --git a/.config/quickshell/modules/notificationPopup/NotificationPopup.qml b/.config/quickshell/modules/notificationPopup/NotificationPopup.qml index cfd5537d..e21f5ed0 100644 --- a/.config/quickshell/modules/notificationPopup/NotificationPopup.qml +++ b/.config/quickshell/modules/notificationPopup/NotificationPopup.qml @@ -1,5 +1,5 @@ import "root:/" -import "root:/modules/common" +import "root:/modules/common/" import "root:/modules/common/widgets" import "root:/services" import QtQuick @@ -40,7 +40,6 @@ Scope { color: "transparent" width: Appearance.sizes.notificationPopupWidth - height: columnLayout.implicitHeight // Signal handlers to add/remove notifications Connections {