mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
chore(bar): add WlrLayer.Overlay in StyledPopup and delete temperature translation
This commit is contained in:
parent
9b5713d6b4
commit
e39c1af5ae
3 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -311,7 +311,6 @@
|
|||
"Humidity": "湿度",
|
||||
"Wind": "风",
|
||||
"Precipitation": "降水量",
|
||||
"Temperature:": "温度:",
|
||||
"Time to full:": "距离充满:",
|
||||
"Time to empty:": "距离耗尽:",
|
||||
"Fully charged": "已充满电",
|
||||
|
|
|
|||
Loading…
Reference in a new issue