Skip to content

Say that fonts and bar layout are global, not theme-scoped - #11678

Open
anant1811 wants to merge 1 commit into
omacom:quattrofrom
anant1811:docs/theming-global-settings
Open

anant1811 wants to merge 1 commit into
omacom:quattrofrom
anant1811:docs/theming-global-settings

Conversation

@anant1811

Copy link
Copy Markdown

The theming guide and the bundled theming skill presented the font and the bar layout alongside theme material, which read as if a theme could carry them. Both are global user settings: omarchy font set rewrites fontconfig and the terminal configs, and the bar's position and widgets live in shell.json, so a change made while building a theme leaks into every other theme. State that where each is introduced.

Fixes #10853

🤖 Generated with Claude Code

https://claude.ai/code/session_01LKJ7WaM8LCBtL91KJe3wQT

The theming guide and the bundled theming skill presented the font and
the bar layout alongside theme material, which read as if a theme could
carry them. Both are global user settings: omarchy font set rewrites
fontconfig and the terminal configs, and the bar's position and widgets
live in shell.json, so a change made while building a theme leaks into
every other theme. State that where each is introduced.

Fixes omacom#10853

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01LKJ7WaM8LCBtL91KJe3wQT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Theming docs don't warn that fonts and bar position are global, not theme-scoped

1 participant