rework sway
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# set default terminal
|
||||
set -g default-terminal "tmux-256color"
|
||||
# enable true color terminal
|
||||
set -ga terminal-overrides ",*256col*:Tc"
|
||||
set -ga terminal-overrides ",*256col*:Tc,alacritty:Tc"
|
||||
|
||||
# new panes (open with current path)
|
||||
bind-key -n M-v split-window -h -c "#{pane_current_path}"
|
||||
@@ -51,9 +51,32 @@ set -g base-index 1
|
||||
setw -g pane-base-index 1
|
||||
|
||||
# some styling
|
||||
set -g status-bg white
|
||||
set -g window-status-current-style "underscore, bold"
|
||||
set -g window-status-current-format "#I:#W"
|
||||
set -g window-status-format "#I:#W"
|
||||
set -g status-left " "
|
||||
set -g status-right "#S @ #h - %I:%M %p "
|
||||
#set -g status-bg white
|
||||
#set -g window-status-current-style "underscore, bold"
|
||||
#set -g window-status-current-format "#I:#W"
|
||||
#set -g window-status-format "#I:#W"
|
||||
#set -g status-left " "
|
||||
#set -g status-right "#S @ #h - %I:%M %p "
|
||||
|
||||
set -g status-position top
|
||||
set -g pane-border-lines heavy
|
||||
|
||||
# generated, using https://github.com/edkolev/tmuxline.vim
|
||||
set -g status-justify "left"
|
||||
set -g status "on"
|
||||
set -g status-left-style "none"
|
||||
set -g message-command-style "fg=colour7,bg=colour14"
|
||||
set -g status-right-style "none"
|
||||
set -g pane-active-border-style "fg=colour11"
|
||||
set -g status-style "none,bg=colour7"
|
||||
set -g message-style "fg=colour7,bg=colour14"
|
||||
set -g pane-border-style "fg=colour14"
|
||||
set -g status-right-length "100"
|
||||
set -g status-left-length "100"
|
||||
setw -g window-status-activity-style "none"
|
||||
setw -g window-status-separator ""
|
||||
setw -g window-status-style "none,fg=colour14,bg=colour7"
|
||||
set -g status-left "#[fg=colour7,bg=colour11,bold] #S #[fg=colour11,bg=colour7,nobold,nounderscore,noitalics]"
|
||||
set -g status-right "#[fg=colour14,bg=colour7,nobold,nounderscore,noitalics]#[fg=colour7,bg=colour14] %Y-%m-%d %H:%M #[fg=colour11,bg=colour14,nobold,nounderscore,noitalics]#[fg=colour7,bg=colour11] #h "
|
||||
setw -g window-status-format "#[fg=colour14,bg=colour7] #I #[fg=colour14,bg=colour7] #W "
|
||||
setw -g window-status-current-format "#[fg=colour7,bg=colour14,nobold,nounderscore,noitalics]#[fg=colour7,bg=colour14] #I #[fg=colour7,bg=colour14] #W #[fg=colour14,bg=colour7,nobold,nounderscore,noitalics]"
|
||||
|
||||
Reference in New Issue
Block a user