summaryrefslogtreecommitdiff
path: root/modules/bar/components/workspaces/Workspace.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-30 23:26:16 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-30 23:26:16 +1000
commit9339394e07bda1c51e0bc484d09e5419a6ad2d29 (patch)
tree1958c2d36bd3af4ded227f94afce131fe3f9e040 /modules/bar/components/workspaces/Workspace.qml
parentcolours: adjust layer brightness when transparent (diff)
downloadcaelestia-shell-9339394e07bda1c51e0bc484d09e5419a6ad2d29.tar.gz
caelestia-shell-9339394e07bda1c51e0bc484d09e5419a6ad2d29.tar.bz2
caelestia-shell-9339394e07bda1c51e0bc484d09e5419a6ad2d29.zip
bar: use loader instead of swipeview
Also properly set it up Make network reloadable cause getting is pretty slow
Diffstat (limited to 'modules/bar/components/workspaces/Workspace.qml')
-rw-r--r--modules/bar/components/workspaces/Workspace.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bar/components/workspaces/Workspace.qml b/modules/bar/components/workspaces/Workspace.qml
index e069565..2e30169 100644
--- a/modules/bar/components/workspaces/Workspace.qml
+++ b/modules/bar/components/workspaces/Workspace.qml
@@ -49,7 +49,7 @@ Item {
Repeater {
model: ScriptModel {
- values: Hyprland.clients.filter(c => c.workspace.id === root.ws)
+ values: Hyprland.clients.filter(c => c.workspace?.id === root.ws)
}
MaterialIcon {