hide dock when mouse not hovered on transparent dock window

This commit is contained in:
Ashley Wulber 2021-12-14 16:36:28 -05:00
parent 823e1ee50e
commit 7f65293179
5 changed files with 85 additions and 16 deletions

View file

@ -9,6 +9,5 @@ listview {
background: #333333;
}
window {
background: #333333;
border-radius: 15px;
background: rgba(50,50,50,0.0);
}