Add hover show applications in workspace bar

This commit is contained in:
Amaro Lopes
2025-09-22 02:37:28 -03:00
parent 2445e21f0b
commit 65497edde2
8 changed files with 205 additions and 56 deletions

View File

@@ -11,7 +11,7 @@ PanelWindow {
implicitHeight: Theme.barSize
color: Qt.rgba(0.68, 0.75, 0.88,0.2)
color: Qt.rgba(0.68, 0.75, 0.88,0)
screen: Quickshell.screens.filter((screen) => {
return screen.name == panelMonitor;
})[0]