Add Nerd font, remove unused fonts
This commit is contained in:
parent
78cff707fe
commit
1dbb92675b
|
@ -98,7 +98,6 @@ set -g message-style bg=colour100,fg=black
|
|||
# Command message
|
||||
set -g message-command-style bg=colour233,fg=black
|
||||
|
||||
|
||||
# Tmux Git status bar settings
|
||||
# (Un)comment source-file to enable / disable
|
||||
source-file "$HOME/.tmux-gitbar/tmux-gitbar.tmux"
|
||||
|
@ -112,7 +111,6 @@ set -g @plugin 'tmux-plugins/tpm'
|
|||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
#set -g @plugin 'kristijanhusak/tmux-simple-git-status'
|
||||
|
||||
|
||||
# Other examples:
|
||||
# set -g @plugin 'github_username/plugin_name'
|
||||
# set -g @plugin 'git@github.com/user/plugin'
|
||||
|
|
|
@ -44,13 +44,8 @@
|
|||
*.colorBD: #d3d3d3
|
||||
*.colorUL: #528b8b
|
||||
|
||||
! Can use backup fonts -> 1,2,3,etc..
|
||||
!URxvt.font: xft:Source Code Pro:size=10,xft:Code2000:size=10,xft:Powerline Consolas:size=10,xft:Icons:size=10,xft:Inconsolata Nerd Font Mono:size=15
|
||||
|
||||
! Fix the fonts
|
||||
!URxvt.font: xft:SauceCodePro\ NF:size=10
|
||||
!,xft:Powerline Consolas:size=10
|
||||
!URxvt.font: xft:InconsolataNerdFont
|
||||
! Can use backup fonts -> 1,2,3 etc..
|
||||
! Top font takes priority over following fonts
|
||||
URxvt.font: xft:Source Code Pro:size=10,xft:Inconsolata Nerd Font Mono:size=15
|
||||
!URxvt.letterSpace: -1
|
||||
|
||||
|
|
Loading…
Reference in New Issue