From e39c1af5ae71299f24e76a17bdd4058b188e6e80 Mon Sep 17 00:00:00 2001 From: Runze Date: Sun, 10 Aug 2025 02:51:54 +0800 Subject: [PATCH] chore(bar): add WlrLayer.Overlay in StyledPopup and delete temperature translation --- .config/quickshell/ii/modules/common/widgets/StyledPopup.qml | 1 + .config/quickshell/translations/en_US.json | 1 - .config/quickshell/translations/zh_CN.json | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) 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": "已充满电",