mirror of
https://github.com/kossLAN/dots.git
synced 2025-11-05 06:59:50 -05:00
still broken but getting there
This commit is contained in:
parent
189144099b
commit
446d83ce2c
20 changed files with 143 additions and 1219 deletions
|
|
@ -31,8 +31,7 @@ ColumnLayout {
|
|||
return "transparent";
|
||||
|
||||
if (entryArea.containsMouse) {
|
||||
let base = ShellSettings.colors.active;
|
||||
return Qt.rgba(base.r, base.g, base.b, 0.15);
|
||||
return ShellSettings.colors.active_translucent;
|
||||
}
|
||||
|
||||
return "transparent";
|
||||
|
|
@ -141,9 +140,15 @@ ColumnLayout {
|
|||
|
||||
WrapperRectangle {
|
||||
id: subTrayMenu
|
||||
color: ShellSettings.colors.surface_container
|
||||
color: ShellSettings.colors.surface_container_translucent
|
||||
radius: 8
|
||||
visible: false
|
||||
|
||||
border {
|
||||
width: 1
|
||||
color: ShellSettings.colors.active_translucent
|
||||
}
|
||||
|
||||
Layout.fillWidth: true
|
||||
|
||||
QsMenuOpener {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue