diff --git a/.config/quickshell/ii/modules/common/widgets/StyledPopup.qml b/.config/quickshell/ii/modules/common/widgets/StyledPopup.qml index 69b664c0..5a72d121 100644 --- a/.config/quickshell/ii/modules/common/widgets/StyledPopup.qml +++ b/.config/quickshell/ii/modules/common/widgets/StyledPopup.qml @@ -42,6 +42,7 @@ LazyLoader { mask: maskEnabled ? popupMask : undefined WlrLayershell.namespace: "quickshell:styledPopup" //maybe this can fix with the popups not showing ? + WlrLayershell.layer: WlrLayer.Overlay Region { id: popupMask diff --git a/.config/quickshell/translations/en_US.json b/.config/quickshell/translations/en_US.json index 9bfaeb9e..215aeca0 100644 --- a/.config/quickshell/translations/en_US.json +++ b/.config/quickshell/translations/en_US.json @@ -311,7 +311,6 @@ "Pressure": "Pressure", "Visibility": "Visibility", "Precipitation": "Precipitation", - "Temperature:": "Temperature:", "Time to full:": "Time to full:", "Time to empty:": "Time to empty:", "Fully charged": "Fully charged", diff --git a/.config/quickshell/translations/zh_CN.json b/.config/quickshell/translations/zh_CN.json index 02540dd7..11d29dcc 100644 --- a/.config/quickshell/translations/zh_CN.json +++ b/.config/quickshell/translations/zh_CN.json @@ -311,7 +311,6 @@ "Humidity": "湿度", "Wind": "风", "Precipitation": "降水量", - "Temperature:": "温度:", "Time to full:": "距离充满:", "Time to empty:": "距离耗尽:", "Fully charged": "已充满电",