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 committed by Jeremy Soller
parent 40b89dffca
commit 5927e29fc6
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);
}