-
-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…s-content-no-patched-font Configuration to disable patched font usage in status content
- Loading branch information
Showing
6 changed files
with
60 additions
and
8 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
# title Status Content - No Patched Font + | ||
# project nord-tmux + | ||
# repository https://github.com/arcticicestudio/nord-tmux + | ||
# author Arctic Ice Studio + | ||
# email [email protected] + | ||
# copyright Copyright (C) 2017 + | ||
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
#+----------------+ | ||
#+ Plugin Support + | ||
#+----------------+ | ||
#+--- tmux-prefix-highlight ---+ | ||
set -g @prefix_highlight_copy_mode_attr "fg=black,bg=brightcyan" | ||
|
||
#+--------+ | ||
#+ Status + | ||
#+--------+ | ||
#+--- Bars ---+ | ||
set -g status-left "#[fg=black,bg=blue,bold] #S " | ||
set -g status-right "#{prefix_highlight}#[fg=white,bg=brightblack] %Y-%m-%d #[fg=white,bg=brightblack,nobold,noitalics,nounderscore]|#[fg=white,bg=brightblack] %H:%M #[fg=cyan,bg=brightblack,nobold,noitalics,nounderscore] #[fg=black,bg=cyan,bold] #H " | ||
|
||
#+--- Windows ---+ | ||
set -g window-status-format " #[fg=white,bg=brightblack]#I #[fg=white,bg=brightblack]#W #F" | ||
set -g window-status-current-format " #[fg=black,bg=cyan]#I#[fg=black,bg=cyan,nobold,noitalics,nounderscore] #[fg=black,bg=cyan]#W #F" | ||
set -g window-status-separator "" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
# title Nord tmux + | ||
# title Status Content + | ||
# project nord-tmux + | ||
# version 0.2.0 + | ||
# repository https://github.com/arcticicestudio/nord-tmux + | ||
# author Arctic Ice Studio + | ||
# email [email protected] + | ||
|
@@ -13,11 +12,13 @@ | |
#+--- tmux-prefix-highlight ---+ | ||
set -g @prefix_highlight_output_prefix "#[fg=brightcyan]#[bg=black]#[nobold]#[noitalics]#[nounderscore]#[bg=brightcyan]#[fg=black]" | ||
set -g @prefix_highlight_output_suffix "" | ||
set -g @prefix_highlight_copy_mode_attr "fg=brightcyan,bg=black,bold" | ||
|
||
#+--------+ | ||
#+ Status + | ||
#+--------+ | ||
#+--- Bars ---+ | ||
#set -g status-left "#[fg=black,bg=blue,bold] #S#[fg=blue,bg=black,nobold,noitalics,nounderscore]" | ||
set -g status-left "#[fg=black,bg=blue,bold] #S#[fg=blue,bg=black,nobold,noitalics,nounderscore]" | ||
set -g status-right "#{prefix_highlight}#[fg=brightblack,bg=black,nobold,noitalics,nounderscore]#[fg=white,bg=brightblack] %Y-%m-%d #[fg=white,bg=brightblack,nobold,noitalics,nounderscore]#[fg=white,bg=brightblack] %H:%M #[fg=cyan,bg=brightblack,nobold,noitalics,nounderscore]#[fg=black,bg=cyan,bold] #H" | ||
|
||
|
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