Change tmux to Nord
This commit is contained in:
parent
2aaa27281b
commit
3cfb9e4830
@ -62,16 +62,16 @@ set -g history-limit 5000
|
||||
# Syncronizes keys typed in one pane across all panes, press again to disable
|
||||
bind-key y setw synchronize-panes
|
||||
|
||||
# Load Iceberg theme
|
||||
source-file ~/.tmux/iceberg.tmux.conf
|
||||
|
||||
# Iceberg-specific settings
|
||||
# Powerline separators
|
||||
separator_left="\ue0b0"
|
||||
separator_right="\ue0b2"
|
||||
# separator_left="\ue0b0"
|
||||
# separator_right="\ue0b2"
|
||||
|
||||
subseparator_left="\ue0b1"
|
||||
subseparator_right="\ue0b3"
|
||||
# subseparator_left="\ue0b1"
|
||||
# subseparator_right="\ue0b3"
|
||||
|
||||
# Nord Theme
|
||||
set -g @plugin "arcticicestudio/nord-tmux"
|
||||
|
||||
# List your plugins here
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
|
@ -1,37 +0,0 @@
|
||||
# FILE: iceberg.tmux.conf
|
||||
# REPO: https://github.com/gkeep/iceberg-dark
|
||||
# MAINTAINER: gkeep <gkeep77@protonmail.com>
|
||||
|
||||
set -g status-justify "centre"
|
||||
set -g status "on"
|
||||
set -g status-left-style "none"
|
||||
set -g message-command-style "fg=#c6c8d1,bg=#2e3244"
|
||||
set -g status-right-style "none"
|
||||
set -g pane-active-border-style "fg=#454b68"
|
||||
set -g status-style "none,bg=#1e2132"
|
||||
set -g message-style "fg=#c6c8d1,bg=#2e3244"
|
||||
set -g pane-border-style "fg=#2e3244"
|
||||
set -g status-right-length "100"
|
||||
set -g status-left-length "100"
|
||||
setw -g window-status-activity-style "none,fg=#454b68,bg=#1e2132"
|
||||
setw -g window-status-separator ""
|
||||
setw -g window-status-style "none,fg=#c6c8d1,bg=#1e2132"
|
||||
|
||||
# modules
|
||||
module_left_1="#(whoami)"
|
||||
module_left_2="%R %a"
|
||||
|
||||
module_right_1="#(ip route get 1 | awk '{print $7}')"
|
||||
module_right_2="#H"
|
||||
|
||||
# separators
|
||||
separator_left="\ue0bc"
|
||||
separator_right="\ue0ba"
|
||||
|
||||
subseparator_left="\ue0bb"
|
||||
subseparator_right="\ue0bd"
|
||||
|
||||
set -g status-left "#[fg=#c6c8d1,bg=#454b68,bold] $module_left_1 #[fg=#454b68,bg=#2e3244,nobold,nounderscore,noitalics]$separator_left#[fg=#c6c8d1,bg=#2e3244] $module_left_2 #[fg=#2e3244,bg=#1e2132,nobold,nounderscore,noitalics]$separator_left#[fg=#c6c8d1,bg=#1e2132] #[fg=#1e2132,bg=#1e2132,nobold,nounderscore,noitalics]$separator_left"
|
||||
set -g status-right "#[fg=#1e2132,bg=#1e2132,nobold,nounderscore,noitalics]$separator_right#[fg=#c6c8d1,bg=#1e2132] #[fg=#2e3244,bg=#1e2132,nobold,nounderscore,noitalics]$separator_right#[fg=#c6c8d1,bg=#2e3244] $module_right_1 #[fg=#454b68,bg=#2e3244,nobold,nounderscore,noitalics]$separator_right#[fg=#c6c8d1,bg=#454b68,bold] $module_right_2 #{prefix_highlight}"
|
||||
setw -g window-status-format "#[fg=#1e2132,bg=#1e2132,nobold,nounderscore,noitalics]$separator_right#[fg=#c6c8d1] #I $subseparator_right #W $subseparator_left#[fg=#1e2132,bg=#1e2132,nobold,nounderscore,noitalics]$separator_right"
|
||||
setw -g window-status-current-format "#[fg=#2e3244,bg=#1e2132,nobold,nounderscore,noitalics]$separator_right#[fg=#c6c8d1,bg=#2e3244] #I $subseparator_right #W $subseparator_left #F #[fg=#2e3244,bg=#1e2132,nobold,nounderscore,noitalics]$separator_left"
|
Loading…
Reference in New Issue
Block a user