mirror of
https://github.com/kossLAN/dots.git
synced 2025-11-05 06:59:50 -05:00
fix: volume-osd popup
This commit is contained in:
parent
29658fa910
commit
c48aca3d0c
3 changed files with 21 additions and 22 deletions
|
|
@ -6,7 +6,7 @@ import qs
|
|||
|
||||
RowLayout {
|
||||
spacing: 6
|
||||
visible: Hyprland.monitors.values.length != 0
|
||||
visible: Hyprland.workspaces.values.some(ws => ws.monitor === Hyprland.monitorFor(screen))
|
||||
|
||||
required property var screen
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue