From efd09ae86eb5c089c5873c4dfb717af7b081d1fa Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 30 Apr 2025 14:10:48 +1000 Subject: bar: fix workspaces anims Also fix hyprland undef error --- modules/bar/components/workspaces/OccupiedBg.qml | 8 -------- 1 file changed, 8 deletions(-) (limited to 'modules/bar/components/workspaces/OccupiedBg.qml') diff --git a/modules/bar/components/workspaces/OccupiedBg.qml b/modules/bar/components/workspaces/OccupiedBg.qml index c35cd33..b808ecd 100644 --- a/modules/bar/components/workspaces/OccupiedBg.qml +++ b/modules/bar/components/workspaces/OccupiedBg.qml @@ -88,14 +88,6 @@ Item { Behavior on y { Anim {} } - - Behavior on width { - Anim {} - } - - Behavior on height { - Anim {} - } } } -- cgit v1.2.3-freya