You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/nix/store/amiigsxp7gm7lmg8vd5snrz4mr6fgzwz-python3-3.12.8-env/lib/python3.12/site-packages/fabric/hyprland/widgets.py", line 203, in on_workspace
active_workspace = self.do_get_workspace_id(event)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/nix/store/amiigsxp7gm7lmg8vd5snrz4mr6fgzwz-python3-3.12.8-env/lib/python3.12/site-packages/fabric/hyprland/widgets.py", line 315, in do_get_workspace_id
return int(ws)
^^^^^^^
ValueError: invalid literal for int() with base 10: 'default:(1 1)'
cause: fabric listens for event::workspace insead of event::workspacev2 to handle workspace events (and also createworkspace and destroyworkspace instead of v2 versions).
the old events do not contain workspace_id, only workspace_name.
see fabric/hyprland/widgets.py:157
The text was updated successfully, but these errors were encountered:
cause: fabric listens for
event::workspace
insead ofevent::workspacev2
to handle workspace events (and alsocreateworkspace
anddestroyworkspace
instead ofv2
versions).the old events do not contain
workspace_id
, onlyworkspace_name
.see
fabric/hyprland/widgets.py:157
The text was updated successfully, but these errors were encountered: