Skip to content

feat: make window name configurable#97

Open
isinek wants to merge 2 commits into
nordtheme:developfrom
isinek:feat/make-window-name-configurable
Open

feat: make window name configurable#97
isinek wants to merge 2 commits into
nordtheme:developfrom
isinek:feat/make-window-name-configurable

Conversation

@isinek

@isinek isinek commented Oct 8, 2025

Copy link
Copy Markdown

Refactors the values of window-status-format and window-status-current-format into separate prefix, text, and suffix components to make the text portion easier to configure.

One possible use case is adding icons in a personal config, e.g.:

set -g @nord_window_status_text '#W#{?window_zoomed_flag, ,}'
set -g @nord_window_status_current_text '#W#{?window_zoomed_flag, ,}'
Screenshot 2025-10-08 at 08 10 27

Refactors the values of `window-status-format` and
`window-status-current-format` into separate prefix, text, and suffix
components to make the text portion easier to configure.

One possible use case is adding icons in a personal config, e.g.:
`set -g @nord_window_status_text '#W#{?window_zoomed_flag, ,}'`
@isinek isinek requested a review from svengreb as a code owner October 8, 2025 06:15
@moritzdietz

moritzdietz commented May 15, 2026

Copy link
Copy Markdown

Just added your changes to my config and it works flawlessly. Added a second example for window_marked_flag and that works just as well. Thanks!

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.

2 participants