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

Method setModuleBackgrounds

ignis/scripts/set_bar_styles.py:304–307  ·  view source on GitHub ↗
(enabled: bool, bar_id: int = 0)

Source from the content-addressed store, hash-verified

302
303 @staticmethod
304 def setModuleBackgrounds(enabled: bool, bar_id: int = 0):
305 BarStyles._get_bar_settings(bar_id).set_module_backgrounds(enabled)
306 for bar in BarStyles.bar_instances:
307 BarStyles._apply_css(bar.get_window(bar_id), bar_id)
308
309 @staticmethod
310 def setFloating(enabled: bool, bar_id: int = 0):

Callers

nothing calls this directly

Calls 3

_get_bar_settingsMethod · 0.80
_apply_cssMethod · 0.80
get_windowMethod · 0.80

Tested by

no test coverage detected