MCPcopy Create free account
hub / github.com/debuggyo/Exo / setWorkspacesStyle

Method setWorkspacesStyle

ignis/scripts/set_bar_styles.py:284–289  ·  view source on GitHub ↗
(style: str, bar_id: int = 0)

Source from the content-addressed store, hash-verified

282
283 @staticmethod
284 def setWorkspacesStyle(style: str, bar_id: int = 0):
285 user_settings.interface.modules.options.set_workspaces_style(style)
286 for bar in BarStyles.bar_instances:
287 if bar.workspaces:
288 bar.workspaces.update_workspaces()
289 bar.workspaces.update_layout()
290
291 @staticmethod
292 def setSeparation(enabled: bool, bar_id: int = 0):

Callers

nothing calls this directly

Calls 2

update_workspacesMethod · 0.80
update_layoutMethod · 0.45

Tested by

no test coverage detected