-
-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Respect clock format in the status line (#50)
Added the new `NORD_TMUX_STATUS_TIME_FORMAT` environment variable that stores the time format for the status bar element based on the value of the `clock-mode-style` configuration. This can be either `12` or `24` and the display format will be changed based on this to ensure the clock element in the default status bar content matches the preferred style of the user. Resolves GH-24
- Loading branch information
1 parent
25c64f5
commit 4e2dc2a
Showing
3 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters