mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Add translucent background to convergence dock
The dock's LayerShell window is transparent; icon labels are hardcoded white (designed to float over wallpaper on mobile). A dark semi-transparent fill keeps labels legible on any wallpaper without coupling to the Plasma theme color.
This commit is contained in:
parent
e4f4232cf2
commit
5c3c3b9720
1 changed files with 1 additions and 3 deletions
|
|
@ -223,9 +223,7 @@ ContainmentItem {
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
Kirigami.Theme.inherit: false
|
color: Qt.rgba(0, 0, 0, 0.5)
|
||||||
Kirigami.Theme.colorSet: Kirigami.Theme.Window
|
|
||||||
color: Kirigami.Theme.backgroundColor
|
|
||||||
transform: Translate { y: dockOverlay.dockOffset }
|
transform: Translate { y: dockOverlay.dockOffset }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue